quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2022-01-15 20:27:24 -08:00

11 lines
367 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.125" IncludeAssets="compile" />
<Reference Include="*.dll" />
</ItemGroup>
</Project>