quantum-space-buddies/EpicRerouter/EpicRerouter.csproj

10 lines
323 B
XML
Raw Normal View History

2022-02-06 21:38:14 -08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2022-09-15 15:29:20 -07:00
<PackageReference Include="OuterWildsGameLibs" Version="1.1.13.393" IncludeAssets="compile" />
2022-09-18 12:04:00 -07:00
<PackageReference Include="OWML" Version="2.7.0" IncludeAssets="compile" />
2022-02-06 21:38:14 -08:00
</ItemGroup>
</Project>