quantum-space-buddies/MirrorWeaver/MirrorWeaver.csproj

11 lines
322 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" />
<PackageReference Include="OWML" Version="2.8.0" />
2022-02-11 01:48:46 +00:00
<Reference Include="../Mirror/*.dll" />
</ItemGroup>
2021-12-28 05:56:00 +00:00
</Project>