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-08-09 23:53:45 +00:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.201" />
<PackageReference Include="OWML" Version="2.5.2" />
<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>