1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-15 09:40:03 +00:00
2022-02-05 18:34:03 -08:00

10 lines
303 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>EpicTransport</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="../Mirror/*.dll" />
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" IncludeAssets="compile" />
</ItemGroup>
</Project>