quantum-space-buddies/FizzyFacepunch/FizzyFacepunch.csproj

9 lines
347 B
XML
Raw Normal View History

2022-01-16 10:12:03 -08:00
<Project Sdk="Microsoft.NET.Sdk">
2022-01-16 17:45:43 +00:00
<ItemGroup>
2022-01-16 10:12:03 -08:00
<PackageReference Include="Facepunch.Steamworks" Version="2.3.3" />
2022-01-16 17:45:43 +00:00
<Reference Include="UnityEngine.CoreModule">
2022-01-16 10:12:03 -08:00
<HintPath>$(GameDir)\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
2022-01-16 17:45:43 +00:00
</Reference>
2022-01-16 10:12:03 -08:00
<Reference Include="../Mirror/*.dll" />
2022-01-16 17:45:43 +00:00
</ItemGroup>
</Project>