Rename and move the tests project to be consistent with the other projects

This commit is contained in:
Neil Brommer 2022-05-03 13:55:07 -07:00
parent 83cc477170
commit 10283a2053
9 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start_Tests", "Start_Tests\Start_Tests.csproj", "{74F33155-6FE2-409B-A5AC-52BC7433CE65}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Start.Tests", "Start\Tests\Start.Tests.csproj", "{74F33155-6FE2-409B-A5AC-52BC7433CE65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -19,8 +19,8 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Start\Server\Start.Server.csproj" />
<ProjectReference Include="..\Start\Shared\Start.Shared.csproj" />
<ProjectReference Include="..\Server\Start.Server.csproj" />
<ProjectReference Include="..\Shared\Start.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Server\" />