Rename and move the tests project to be consistent with the other projects
This commit is contained in:
parent
83cc477170
commit
10283a2053
|
@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
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
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Start\Server\Start.Server.csproj" />
|
<ProjectReference Include="..\Server\Start.Server.csproj" />
|
||||||
<ProjectReference Include="..\Start\Shared\Start.Shared.csproj" />
|
<ProjectReference Include="..\Shared\Start.Shared.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="Server\" />
|
<None Remove="Server\" />
|
Loading…
Reference in a new issue