add the dll to the project

This commit is contained in:
Mister_Nebula 2022-01-29 10:53:36 +00:00
parent 5c6a70e303
commit 680693f6c7
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.