fix it fix it

This commit is contained in:
Mister_Nebula 2022-01-29 10:43:28 +00:00
parent f997c5c36b
commit 46f51b11cd

View File

@ -1,9 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<UnityVersion>2019.4.27f1</UnityVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Facepunch.Steamworks" Version="2.3.3" />
<Reference Include="UnityEngine.CoreModule">
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<PackageReference Include="Unity3D" Version="1.7.0" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
<Reference Remove="$(UnityInstallRoot)\$(UnityVersion)\$(UnityEnginePath)" />
<Reference Include="$(UnityInstallRoot)\$(UnityVersion)\$(UnityModulesPath)\UnityEngine.CoreModule.dll" Private="false" />
</ItemGroup>
</Project>