quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2022-02-10 17:48:46 -08:00

11 lines
329 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" />
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
</Project>