quantum-space-buddies/EpicOnlineTransport/EpicOnlineTransport.csproj

10 lines
303 B
XML
Raw Normal View History

2022-02-06 02:06:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>EpicTransport</RootNamespace>
</PropertyGroup>
2022-02-06 02:06:25 +00:00
<ItemGroup>
<Reference Include="../Mirror/*.dll" />
2022-08-09 23:53:45 +00:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.201" IncludeAssets="compile" />
2022-02-06 02:06:25 +00:00
</ItemGroup>
</Project>