monogame-moontools.ecs-temp.../MonoGameBlank2dStartKit/MonoGameBlank2dStartKit.Des.../MonoGameBlank2dStartKit.Des...

38 lines
1.8 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
<ApplicationManifest>app.manifest</ApplicationManifest>
<ApplicationIcon>../MonoGameBlank2dStartKit.Core/Content/Icon.ico</ApplicationIcon>
<AssemblyName>MonoGameBlank2dStartKit</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<CreatePackage>false</CreatePackage>
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<CreatePackage>true</CreatePackage>
<DefineConstants>$(DefineConstants);</DefineConstants>
</PropertyGroup>
<ItemGroup>
<MonoGameContentReference Include="..\MonoGameBlank2dStartKit.Core\Content\MonoGameBlank2dStartKit.mgcb">
<Link>Content\MonoGameBlank2dStartKit.mgcb</Link>
</MonoGameContentReference>
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MonoGameBlank2dStartKit.Core\MonoGameBlank2dStartKit.Core.csproj"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*"/>
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.*"/>
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High"/>
<Exec Command="dotnet tool restore"/>
</Target>
</Project>