Skip to content

Commit 22ba6b0

Browse files
committed
Unnested test project
1 parent 8a2b028 commit 22ba6b0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Razor.Components.Testing.Library.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C929375E
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Egil.RazorComponents.Testing.Library", "src\Egil.RazorComponents.Testing.Library.csproj", "{AA96790B-67C9-4141-ACDB-037C8DC092EC}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Egil.RazorComponents.Testing.Library.Tests", "tests\Egil.RazorComponents.Testing.Library.Tests\Egil.RazorComponents.Testing.Library.Tests.csproj", "{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Egil.RazorComponents.Testing.Library.Tests", "tests\Egil.RazorComponents.Testing.Library.Tests.csproj", "{04E0142A-33CC-4E30-B903-F1370D94AD8C}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -27,17 +27,17 @@ Global
2727
{AA96790B-67C9-4141-ACDB-037C8DC092EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
2828
{AA96790B-67C9-4141-ACDB-037C8DC092EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
2929
{AA96790B-67C9-4141-ACDB-037C8DC092EC}.Release|Any CPU.Build.0 = Release|Any CPU
30-
{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31-
{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
32-
{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
33-
{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9}.Release|Any CPU.Build.0 = Release|Any CPU
30+
{04E0142A-33CC-4E30-B903-F1370D94AD8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31+
{04E0142A-33CC-4E30-B903-F1370D94AD8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
32+
{04E0142A-33CC-4E30-B903-F1370D94AD8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{04E0142A-33CC-4E30-B903-F1370D94AD8C}.Release|Any CPU.Build.0 = Release|Any CPU
3434
EndGlobalSection
3535
GlobalSection(SolutionProperties) = preSolution
3636
HideSolutionNode = FALSE
3737
EndGlobalSection
3838
GlobalSection(NestedProjects) = preSolution
3939
{AA96790B-67C9-4141-ACDB-037C8DC092EC} = {E006E9A4-F554-46DF-838F-812956521F64}
40-
{1FA13D3B-9AD6-4253-A373-BEFE6B5B70A9} = {C929375E-BD70-4B78-88C1-BDD1623C3365}
40+
{04E0142A-33CC-4E30-B903-F1370D94AD8C} = {C929375E-BD70-4B78-88C1-BDD1623C3365}
4141
EndGlobalSection
4242
GlobalSection(ExtensibilityGlobals) = postSolution
4343
SolutionGuid = {24106918-1C86-4769-BDA6-9C80E64CD260}

tests/Egil.RazorComponents.Testing.Library.Tests/Egil.RazorComponents.Testing.Library.Tests.csproj renamed to tests/Egil.RazorComponents.Testing.Library.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<ProjectReference Include="..\..\src\Egil.RazorComponents.Testing.Library.csproj" />
20+
<ProjectReference Include="..\src\Egil.RazorComponents.Testing.Library.csproj" />
2121
</ItemGroup>
2222

2323
</Project>

tests/Egil.RazorComponents.Testing.Library.Tests/XmlNodeAssertExtensionsTests.cs renamed to tests/XmlNodeAssertExtensionsTests.cs

File renamed without changes.

0 commit comments

Comments
 (0)