mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-27 06:18:52 +00:00
11 lines
322 B
XML
11 lines
322 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.393" />
|
|
<PackageReference Include="OWML" Version="2.8.0" />
|
|
<Reference Include="../Mirror/*.dll" />
|
|
</ItemGroup>
|
|
</Project>
|