Skip to content

Commit

Permalink
test src csproj now ref by two sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase-William committed Feb 7, 2024
1 parent 58b05c2 commit 256d226
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion DotDocs.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDocs.IO", "src\DotDocs.I
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDocs.Markdown", "src\DotDocs.Markdown\DotDocs.Markdown.csproj", "{E5FA2E29-6812-4990-A764-3C54186A5C38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DotDocs", "tests\Test.DotDocs\Test.DotDocs.csproj", "{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.DotDocs", "tests\Test.DotDocs\Test.DotDocs.csproj", "{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test.Source.One", "tests\data\TestData\Test.Source.One\Test.Source.One.csproj", "{B0B2629A-8FF3-4EDD-B7A3-5D6C72E833C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -57,6 +59,10 @@ Global
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5E55D49-53D3-49E5-A2EE-27BCA9FFB8AB}.Release|Any CPU.Build.0 = Release|Any CPU
{B0B2629A-8FF3-4EDD-B7A3-5D6C72E833C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0B2629A-8FF3-4EDD-B7A3-5D6C72E833C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0B2629A-8FF3-4EDD-B7A3-5D6C72E833C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0B2629A-8FF3-4EDD-B7A3-5D6C72E833C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
7 changes: 1 addition & 6 deletions tests/Test.DotDocs/Test.DotDocs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\..\src\DotDocs\DotDocs.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="Test.Source.One">
<HintPath>..\data\TestData\Test.Source.One\bin\Debug\net7.0\Test.Source.One.dll</HintPath>
</Reference>
<ProjectReference Include="..\data\TestData\Test.Source.One\Test.Source.One.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 256d226

Please sign in to comment.