2020-02-24 18:36:31 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-02-24 17:34:05 +01:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2020-05-30 16:34:51 +02:00
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
|
<PublishReadyToRun>false</PublishReadyToRun>
|
|
|
|
|
<TieredCompilation>false</TieredCompilation>
|
2020-02-24 17:34:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-06-25 12:01:42 +02:00
|
|
|
|
<PackageReference Include="Contentless" Version="3.0.*" />
|
2020-06-13 03:19:20 +02:00
|
|
|
|
<PackageReference Include="MLEM.Startup" Version="4.0.*" />
|
2020-10-07 06:28:18 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
|
|
|
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
|
2020-02-24 17:34:05 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
|
|
|
<Content Include="Content\*\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2020-10-26 19:22:11 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<TrimmerRootAssembly Include="MonoGame.Framework" Visible="false" />
|
|
|
|
|
<TrimmerRootAssembly Include="MLEM" Visible="false" />
|
|
|
|
|
<TrimmerRootAssembly Include="MLEM.Ui" Visible="false" />
|
|
|
|
|
</ItemGroup>
|
2020-02-24 17:34:05 +01:00
|
|
|
|
</Project>
|