.gitignore
[tastes.git] / MyGame / MyGame.csproj
blobd5066019e4ca5a63d64e9eeef656eb10c3e4e3a4
1 <Project Sdk="Microsoft.NET.Sdk">\r
2   <PropertyGroup>\r
3     <OutputType>WinExe</OutputType>\r
4     <TargetFramework>netcoreapp3.1</TargetFramework>\r
5     <PublishReadyToRun>false</PublishReadyToRun>\r
6     <TieredCompilation>false</TieredCompilation>\r
7   </PropertyGroup>\r
8   <ItemGroup>\r
9     <MonoGameContentReference Include="Content\Content.mgcb" />\r
10   </ItemGroup>\r
11   <ItemGroup>\r
12     <TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />\r
13   </ItemGroup>\r
14   <ItemGroup>\r
15     <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />\r
16     <PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />\r
17   </ItemGroup>\r
18 </Project>\r