2020-04-09 18:06:01 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-10-16 17:53:23 +02:00
|
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2020-04-09 18:06:01 +02:00
|
|
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
|
|
|
|
<TieredCompilation>false</TieredCompilation>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Contentless" Version="2.0.*" />
|
|
|
|
|
<PackageReference Include="MLEM.Startup" Version="3.2.*" />
|
|
|
|
|
<PackageReference Include="MonoGame.Content.Builder" Version="3.7.*" />
|
2021-01-28 05:58:53 +01:00
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
2020-04-09 18:06:01 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
|
|
|
<Content Include="Content\*\**" />
|
2021-10-16 18:11:34 +02:00
|
|
|
|
<Content Include="macmain.txt" CopyToOutputDirectory="Always"/>
|
2020-04-09 18:06:01 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|