mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-09 03:40:46 +00:00
9 lines
347 B
XML
9 lines
347 B
XML
<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>
|
|
</Project> |