mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 18:25:18 +00:00
12 lines
385 B
XML
12 lines
385 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
|
|
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.168" />
|
|
<PackageReference Include="OWML" Version="2.3.2" />
|
|
<Reference Include="../Mirror/*.dll" />
|
|
</ItemGroup>
|
|
</Project>
|