quantum-space-buddies/FizzyFacepunch/FizzyFacepunch.csproj
2022-01-29 10:53:36 +00:00

11 lines
356 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Facepunch.Steamworks" Version="2.3.3" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEngine.CoreModule">
<HintPath>..\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>