quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

11 lines
329 B
XML
Raw Normal View History

2021-12-27 21:56:00 -08:00
<Project Sdk="Microsoft.NET.Sdk">
2022-02-10 17:48:46 -08:00
<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>
2021-12-27 21:56:00 -08:00
</Project>