quantum-space-buddies/FizzyFacepunch/FizzyFacepunch.csproj

9 lines
291 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-29 10:53:36 +00:00
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
<ItemGroup>
2022-01-31 19:14:02 -08:00
<Reference Include="../UnityEngine/UnityEngine.CoreModule.dll" />
2022-01-16 17:45:43 +00:00
</ItemGroup>
</Project>