1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <TargetFrameworks >net7.0-android;net7.0-ios</TargetFrameworks >
5
- <OutputType >Exe</OutputType >
6
- <UseMaui >true</UseMaui >
7
- <ImplicitUsings >enable</ImplicitUsings >
8
- <SingleProject >true</SingleProject >
9
- <RootNamespace >AdvancedColumnLayout</RootNamespace >
10
-
11
- <!-- Display name -->
12
- <ApplicationTitle >AdvancedColumnLayout</ApplicationTitle >
13
-
14
- <!-- App Identifier -->
15
- <ApplicationId >com.companyname.AdvancedColumnLayout</ApplicationId >
16
- <ApplicationIdGuid >2590F31D-61D7-45FF-B883-93A093D7F459</ApplicationIdGuid >
17
- <!-- Versions -->
18
- <ApplicationDisplayVersion >1.0</ApplicationDisplayVersion >
19
- <ApplicationVersion >1</ApplicationVersion >
20
-
21
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
22
- <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
23
- </PropertyGroup >
24
- <ItemGroup >
25
- <!-- App Icon -->
26
- <MauiImage Include =" Resources\appicon.svg" IsAppIcon =" true" ForegroundFile =" Resources\splashscreen.svg" Color =" #FFFFFF" />
27
-
28
- <!-- Splash Screen -->
29
- <MauiSplashScreen Include =" Resources\splashscreen.svg" Color =" #5B27D9" />
30
-
31
- <!-- Images -->
32
- <MauiImage Include =" Resources\Images\*" />
33
-
34
- <!-- Custom Fonts -->
35
- <MauiFont Include =" Resources\Fonts\*" />
36
- </ItemGroup >
37
- <ItemGroup >
38
- <None Remove =" Employees.json" />
39
- </ItemGroup >
40
- <ItemGroup >
41
- <EmbeddedResource Include =" Employees.json" >
42
- <LogicalName >employees</LogicalName >
43
- </EmbeddedResource >
44
-
45
- </ItemGroup >
46
-
47
-
48
- <ItemGroup >
49
- <PackageReference Include =" DevExpress.Maui.Core" Version =" 23.1.*" />
50
- <PackageReference Include =" DevExpress.Maui.DataGrid" Version =" 23.1.*" />
51
-
52
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
53
- </ItemGroup >
54
- <PropertyGroup >
55
- <UseInterpreter Condition =" $(TargetFramework.Contains('-ios'))" >True</UseInterpreter >
56
- <UseInterpreter Condition =" $(TargetFramework.Contains('-android'))" >False</UseInterpreter >
57
- <RuntimeIdentifiers Condition =" $(TargetFramework.Contains('-android'))" >android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers >
58
- </PropertyGroup >
59
- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-ios|AnyCPU'" >
60
- <CreatePackage >false</CreatePackage >
61
- </PropertyGroup >
62
- </Project >
2
+ <PropertyGroup >
3
+ <TargetFrameworks >net8.0-android;net8.0-ios</TargetFrameworks >
4
+ <OutputType >Exe</OutputType >
5
+ <UseMaui >true</UseMaui >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <SingleProject >true</SingleProject >
8
+ <RootNamespace >AdvancedColumnLayout</RootNamespace >
9
+ <!-- Display name -->
10
+ <ApplicationTitle >AdvancedColumnLayout</ApplicationTitle >
11
+ <!-- App Identifier -->
12
+ <ApplicationId >com.companyname.AdvancedColumnLayout</ApplicationId >
13
+ <ApplicationIdGuid >2590F31D-61D7-45FF-B883-93A093D7F459</ApplicationIdGuid >
14
+ <!-- Versions -->
15
+ <ApplicationDisplayVersion >1.0</ApplicationDisplayVersion >
16
+ <ApplicationVersion >1</ApplicationVersion >
17
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >14.2</SupportedOSPlatformVersion >
18
+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >21.0</SupportedOSPlatformVersion >
19
+ </PropertyGroup >
20
+ <ItemGroup >
21
+ <!-- App Icon -->
22
+ <MauiImage Include =" Resources\appicon.svg" IsAppIcon =" true" ForegroundFile =" Resources\splashscreen.svg" Color =" #FFFFFF" />
23
+ <!-- Splash Screen -->
24
+ <MauiSplashScreen Include =" Resources\splashscreen.svg" Color =" #5B27D9" />
25
+ <!-- Images -->
26
+ <MauiImage Include =" Resources\Images\*" />
27
+ <!-- Custom Fonts -->
28
+ <MauiFont Include =" Resources\Fonts\*" />
29
+ </ItemGroup >
30
+ <ItemGroup >
31
+ <None Remove =" Employees.json" />
32
+ </ItemGroup >
33
+ <ItemGroup >
34
+ <EmbeddedResource Include =" Employees.json" >
35
+ <LogicalName >employees</LogicalName >
36
+ </EmbeddedResource >
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <PackageReference Include =" Microsoft.Maui.Controls.Compatibility" Version =" $(MauiVersion)" />
40
+ <PackageReference Include =" Microsoft.Maui.Controls" Version =" $(MauiVersion)" />
41
+ <PackageReference Include =" DevExpress.Maui.Core" Version =" 23.2.*" />
42
+ <PackageReference Include =" DevExpress.Maui.DataGrid" Version =" 23.2.*" />
43
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
44
+ </ItemGroup >
45
+ <PropertyGroup >
46
+ <UseInterpreter Condition =" $(TargetFramework.Contains('-ios'))" >True</UseInterpreter >
47
+ <UseInterpreter Condition =" $(TargetFramework.Contains('-android'))" >False</UseInterpreter >
48
+ <RuntimeIdentifiers Condition =" $(TargetFramework.Contains('-android'))" >android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers >
49
+ </PropertyGroup >
50
+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'" >
51
+ <CreatePackage >false</CreatePackage >
52
+ </PropertyGroup >
53
+ </Project >
0 commit comments