rhythmbullet/RhythmBullet/RhythmBullet.csproj
2021-12-23 21:33:01 -06:00

17 lines
638 B
XML
Executable File

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<MonoGameContentReference Include="**\*.mgcb" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.4" />
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
<PackageReference Include="NAudio" Version="1.9.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\RecrownedAthenaeum\RecrownedAthenaeum\RecrownedAthenaeum.csproj" />
</ItemGroup>
</Project>