1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net8 .0-android;net8 .0-ios</TargetFrameworks >
3
+ <TargetFrameworks >net9 .0-android;net9 .0-ios</TargetFrameworks >
4
4
<OutputType >Exe</OutputType >
5
5
<UseMaui >true</UseMaui >
6
6
<ImplicitUsings >enable</ImplicitUsings >
16
16
<ApplicationVersion >1</ApplicationVersion >
17
17
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
18
18
<SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
19
+ <MauiVersion >9.0.10</MauiVersion >
19
20
</PropertyGroup >
20
21
<ItemGroup >
21
22
<!-- App Icon -->
22
- <MauiImage Include =" Resources\appicon.svg" IsAppIcon =" true" ForegroundFile =" Resources\splashscreen .svg" Color =" #FFFFFF" />
23
+ <MauiImage Include =" Resources\AppIcon\ appicon.svg" IsAppIcon =" true" ForegroundFile =" Resources\Splash\splash .svg" Color =" #FFFFFF" />
23
24
<!-- Splash Screen -->
24
- <MauiSplashScreen Include =" Resources\splashscreen .svg" Color =" #5B27D9" />
25
+ <MauiSplashScreen Include =" Resources\Splash\splash .svg" Color =" #5B27D9" />
25
26
<!-- Images -->
26
27
<MauiImage Include =" Resources\Images\*" />
27
28
<!-- Custom Fonts -->
38
39
<ItemGroup >
39
40
<PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
40
41
<PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
41
- <PackageReference Include =" DevExpress.Maui.Core" Version =" 24.1 .*" />
42
- <PackageReference Include =" DevExpress.Maui.DataGrid" Version =" 24.1 .*" />
42
+ <PackageReference Include =" DevExpress.Maui.Core" Version =" 24.2 .*" />
43
+ <PackageReference Include =" DevExpress.Maui.DataGrid" Version =" 24.2 .*" />
43
44
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
44
45
</ItemGroup >
45
46
<PropertyGroup >
46
47
<UseInterpreter Condition =" $(TargetFramework.Contains('-ios'))" >True</UseInterpreter >
47
48
<UseInterpreter Condition =" $(TargetFramework.Contains('-android'))" >False</UseInterpreter >
48
49
<RuntimeIdentifiers Condition =" $(TargetFramework.Contains('-android'))" >android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers >
49
50
</PropertyGroup >
50
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8 .0-ios|AnyCPU'" >
51
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9 .0-ios|AnyCPU'" >
51
52
<CreatePackage >false</CreatePackage >
52
53
</PropertyGroup >
53
54
</Project >
0 commit comments