1 <Project Sdk="Microsoft.NET.Sdk">
3 <OutputType>WinExe</OutputType>
4 <TargetFramework>netcoreapp3.1</TargetFramework>
5 <PublishReadyToRun>false</PublishReadyToRun>
6 <TieredCompilation>false</TieredCompilation>
9 <MonoGameContentReference Include="..\Platformer2D.Core\Content\Platformer2D.mgcb">
10 <Link>Content\Platformer2D.mgcb</Link>
11 </MonoGameContentReference>
14 <TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />
17 <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
18 <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
21 <ProjectReference Include="..\Platformer2D.Core\Platformer2D.Core.csproj" />