11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >$(DotNetAndroidTargetFramework)</TargetFramework >
4- <SupportedOSPlatformVersion >21 </SupportedOSPlatformVersion >
4+ <SupportedOSPlatformVersion >23 </SupportedOSPlatformVersion >
55 <OutputType >Exe</OutputType >
66 <Nullable >enable</Nullable >
7+ <UseMaui >true</UseMaui >
8+ <SingleProject >true</SingleProject >
79 <ImplicitUsings >enable</ImplicitUsings >
10+ <ApplicationTitle >NativeAOT</ApplicationTitle >
811 <ApplicationId >net.dot.hellonativeaot</ApplicationId >
912 <ApplicationVersion >1</ApplicationVersion >
1013 <ApplicationDisplayVersion >1.0</ApplicationDisplayVersion >
3033 </PropertyGroup >
3134
3235 <ItemGroup >
33- <AndroidJavaSource Update =" *.java" Bind =" false" />
36+ <AndroidJavaSource Include =" *.java" Bind =" false" />
3437 <ProjectReference Include =" ..\..\external\Java.Interop\src\Java.Runtime.Environment\Java.Runtime.Environment.csproj" />
3538 </ItemGroup >
39+
40+ <ItemGroup >
41+ <MauiIcon Include =" Resources\AppIcon\appicon.svg" ForegroundFile =" Resources\AppIcon\appiconfg.svg" Color =" #512BD4" />
42+ <MauiSplashScreen Include =" Resources\Splash\splash.svg" Color =" #512BD4" BaseSize =" 128,128" />
43+ <MauiImage Include =" Resources\Images\*" />
44+ <MauiImage Update =" Resources\Images\dotnet_bot.png" Resize =" True" BaseSize =" 300,185" />
45+ <MauiFont Include =" Resources\Fonts\*" />
46+ <MauiAsset Include =" Resources\Raw\**" LogicalName =" %(RecursiveDir)%(Filename)%(Extension)" />
47+ </ItemGroup >
48+
49+ <ItemGroup >
50+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
51+ <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 10.0.0-alpha.1.25071.14" />
52+ </ItemGroup >
3653</Project >
0 commit comments