1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-28 19:13:38 +02:00
MLEM/Demos.Android/Demos.Android.csproj

24 lines
903 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-04-19 03:20:25 +02:00
<PropertyGroup>
<TargetFramework>net6.0-android</TargetFramework>
<SupportedOSPlatformVersion>31</SupportedOSPlatformVersion>
<OutputType>Exe</OutputType>
<ApplicationId>de.ellpeck.mlem.demos.android</ApplicationId>
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ImplicitUsings>true</ImplicitUsings>
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>