quantum-space-buddies/EpicRerouter/EpicRerouter.csproj

10 lines
328 B
XML
Raw Normal View History

2022-02-07 05:38:14 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2022-08-09 23:53:45 +00:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.12.201" IncludeAssets="compile" />
<PackageReference Include="HarmonyX" Version="2.10.0" IncludeAssets="compile" />
2022-02-07 05:38:14 +00:00
</ItemGroup>
</Project>