Remove PL.Tests dependency on all server projects

Should allow slightly faster parallelized builds.
This commit is contained in:
jvyden 2022-07-28 16:15:46 -04:00
commit e72e924c40
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 14 additions and 12 deletions

View file

@ -35,9 +35,6 @@
<Content Include="ExampleFiles\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<ProjectReference Include="..\ProjectLighthouse.Servers.API\ProjectLighthouse.Servers.API.csproj" />
<ProjectReference Include="..\ProjectLighthouse.Servers.GameServer\ProjectLighthouse.Servers.GameServer.csproj" />
<ProjectReference Include="..\ProjectLighthouse.Servers.Website\ProjectLighthouse.Servers.Website.csproj" />
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj" />
</ItemGroup>
</Project>