quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

12 lines
383 B
XML
Raw Normal View History

2021-12-28 05:56:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2022-02-11 01:48:46 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2022-09-15 22:29:20 +00:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.393" />
2022-08-20 19:49:19 +00:00
<PackageReference Include="OWML" Version="2.6.0" />
<PackageReference Include="HarmonyX" Version="2.10.0" />
2022-02-11 01:48:46 +00:00
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
2021-12-28 05:56:00 +00:00
</Project>