quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

11 lines
377 B
XML
Raw Normal View History

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