rhythmbullet/RhythmBullet/RhythmBullet.csproj

17 lines
626 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-11 05:05:34 +00:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
2018-09-11 05:05:34 +00:00
<ItemGroup>
<MonoGameContentReference Include="**\*.mgcb"/>
2018-09-11 05:05:34 +00:00
</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"/>
<Reference Include="RecrownedAthenaeum">
<HintPath>../References/RecrownedAthenaeum.dll</HintPath>
2019-01-14 04:09:12 +00:00
</Reference>
2018-09-11 05:05:34 +00:00
</ItemGroup>
</Project>