1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFramework >$(DotNetAndroidTargetFramework)</TargetFramework >
4
- <SupportedOSPlatformVersion >21 </SupportedOSPlatformVersion >
4
+ <SupportedOSPlatformVersion >23 </SupportedOSPlatformVersion >
5
5
<OutputType >Exe</OutputType >
6
6
<Nullable >enable</Nullable >
7
+ <UseMaui >true</UseMaui >
8
+ <SingleProject >true</SingleProject >
7
9
<ImplicitUsings >enable</ImplicitUsings >
10
+ <ApplicationTitle >NativeAOT</ApplicationTitle >
8
11
<ApplicationId >net.dot.hellonativeaot</ApplicationId >
9
12
<ApplicationVersion >1</ApplicationVersion >
10
13
<ApplicationDisplayVersion >1.0</ApplicationDisplayVersion >
30
33
</PropertyGroup >
31
34
32
35
<ItemGroup >
33
- <AndroidJavaSource Update =" *.java" Bind =" false" />
36
+ <AndroidJavaSource Include =" *.java" Bind =" false" />
34
37
<ProjectReference Include =" ..\..\external\Java.Interop\src\Java.Runtime.Environment\Java.Runtime.Environment.csproj" />
35
38
</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 >
36
53
</Project >
0 commit comments