1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-14 05:08:45 +02:00
MLEM/Demos.Android/Demos.Android.csproj

25 lines
961 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-04-19 03:20:25 +02:00
<PropertyGroup>
<TargetFramework>net8.0-android</TargetFramework>
<SupportedOSPlatformVersion>31</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<ApplicationId>de.ellpeck.mlem.demos.android</ApplicationId>
<ApplicationVersion>100</ApplicationVersion>
<ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>
2023-03-29 23:31:30 +02:00
<RunAOTCompilation>false</RunAOTCompilation>
<PublishTrimmed>false</PublishTrimmed>
2022-09-15 10:44:50 +02:00
<IsPackable>false</IsPackable>
2020-04-19 03:20:25 +02:00
</PropertyGroup>
2022-09-15 10:44:50 +02:00
2020-04-19 03:20:25 +02:00
<ItemGroup>
2022-09-03 12:31:34 +02:00
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.1.303" />
2022-09-15 10:44:50 +02:00
<ProjectReference Include="..\Demos\Demos.csproj" />
2020-04-19 03:20:25 +02:00
</ItemGroup>
2022-09-15 10:44:50 +02:00
2020-04-19 03:20:25 +02:00
<ItemGroup>
<MonoGameContentReference Include="..\Demos\Content\Content.mgcb" />
</ItemGroup>
</Project>