2022-07-25 18:23:16 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-04-19 03:20:25 +02:00
|
|
|
<PropertyGroup>
|
2023-03-29 23:31:30 +02:00
|
|
|
<TargetFramework>net7.0-android</TargetFramework>
|
2022-07-25 18:23:16 +02:00
|
|
|
<SupportedOSPlatformVersion>31</SupportedOSPlatformVersion>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<ApplicationId>de.ellpeck.mlem.demos.android</ApplicationId>
|
2023-03-04 12:10:16 +01:00
|
|
|
<ApplicationVersion>100</ApplicationVersion>
|
|
|
|
<ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>
|
2023-03-29 23:31:30 +02:00
|
|
|
<RunAOTCompilation>false</RunAOTCompilation>
|
2023-03-04 12:10:16 +01:00
|
|
|
<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
|
|
|
|
2022-07-25 18:23:16 +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>
|