Fix Game API not working

This commit is contained in:
jvyden 2022-05-14 17:38:37 -04:00
commit 51b3c72a2f
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
3 changed files with 3 additions and 10 deletions

View file

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