Merge pull request #473 from misternebula/fix-dll-references

Fix dll references
This commit is contained in:
Will Corby 2022-01-29 02:58:56 -08:00 committed by GitHub
commit 0884d3c227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Facepunch.Steamworks" Version="2.3.3" />
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

Binary file not shown.