quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj
2022-01-15 21:32:27 -08:00

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