rhythmbullet/RhythmBullet/RhythmBullet.csproj

17 lines
638 B
XML

<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>