yavsc/src/PostIt/PostIt.Android/PostIt.Android.csproj

30 lines
1.2 KiB
XML
Raw Normal View History

2026-05-29 01:29:36 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2026-08-23 18:34:34 +01:00
<TargetFramework>net10.0-android</TargetFramework>
<SupportedOSPlatformVersion>23</SupportedOSPlatformVersion>
2026-05-29 01:29:36 +01:00
<Nullable>enable</Nullable>
2026-08-25 14:16:49 +01:00
<ApplicationId>fr.pschneider.postit</ApplicationId>
2026-05-29 01:29:36 +01:00
<ApplicationVersion>1</ApplicationVersion>
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<AndroidPackageFormat>apk</AndroidPackageFormat>
2026-08-25 14:16:49 +01:00
<AndroidEnableProfiledAot>false</AndroidEnableProfiledAot>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<InformationalVersion>1.1.0-beta.1+148.Branch.release-1.0.8-rc4.Sha.6b161b0fb509fec0ce467aa94f1a450b202af2f0</InformationalVersion>
<Version>1.1.0-beta.1</Version>
2026-05-29 01:29:36 +01:00
</PropertyGroup>
<ItemGroup>
<AndroidResource Include="Icon.png">
<Link>Resources\drawable\Icon.png</Link>
</AndroidResource>
</ItemGroup>
2026-06-28 14:11:26 +01:00
<ItemGroup>
2026-08-23 18:34:34 +01:00
<PackageReference Include="Avalonia.Android" />
<PackageReference Include="Xamarin.AndroidX.Core.SplashScreen" />
<PackageReference Include="Xamarin.AndroidX.Browser" />
</ItemGroup>
2026-08-23 21:28:26 +01:00
<ItemGroup>
<ProjectReference Include="..\PostIt\PostIt.csproj" />
2026-06-28 14:11:26 +01:00
</ItemGroup>
</Project>