quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

11 lines
377 B
XML
Raw Normal View History

2021-12-27 21:56:00 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
2021-12-27 23:03:26 -08:00
<ItemGroup>
2021-12-27 23:04:10 -08:00
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
2022-01-13 14:59:27 -08:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.125" IncludeAssets="compile" />
2022-01-15 21:32:27 -08:00
<Reference Include="../Mirror/*.dll" />
2021-12-27 23:03:26 -08:00
</ItemGroup>
2021-12-27 21:56:00 -08:00
</Project>