Skip to content

Commit 8b3d7e0

Browse files
committed
23.2 Release Added
1 parent 635529b commit 8b3d7e0

File tree

59 files changed

+1550
-1609
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1550
-1609
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 25.0.1705.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPDataBaseServer", "ASPDataBaseServer\ASPDataBaseServer.csproj", "{A1465CEA-07FE-416E-B048-522DB267C3F7}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiDataGridView_GetFromASPServer", "MauiDataGridView_GetFromASPServer\MauiDataGridView_GetFromASPServer.csproj", "{AFEE5FEE-A90E-422A-B06F-624C074909F3}"
9-
EndProject
10-
Global
11-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
13-
Release|Any CPU = Release|Any CPU
14-
EndGlobalSection
15-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Release|Any CPU.Build.0 = Release|Any CPU
24-
EndGlobalSection
25-
GlobalSection(SolutionProperties) = preSolution
26-
HideSolutionNode = FALSE
27-
EndGlobalSection
28-
GlobalSection(ExtensibilityGlobals) = postSolution
29-
SolutionGuid = {66880371-BB41-4853-9526-C157C72AFC56}
30-
EndGlobalSection
31-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 25.0.1705.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPDataBaseServer", "ASPDataBaseServer\ASPDataBaseServer.csproj", "{A1465CEA-07FE-416E-B048-522DB267C3F7}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiDataGridView_GetFromASPServer", "MauiDataGridView_GetFromASPServer\MauiDataGridView_GetFromASPServer.csproj", "{AFEE5FEE-A90E-422A-B06F-624C074909F3}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{A1465CEA-07FE-416E-B048-522DB267C3F7}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{AFEE5FEE-A90E-422A-B06F-624C074909F3}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {66880371-BB41-4853-9526-C157C72AFC56}
30+
EndGlobalSection
31+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,44 @@
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>MauiDataGridView_GetFromASPServer</RootNamespace>
10-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
11-
12-
<!-- Display name -->
13-
<ApplicationTitle>Local Server Data Grid</ApplicationTitle>
14-
15-
<!-- App Identifier -->
16-
<ApplicationId>com.companyname.MauiDataGridView_GetFromASPServer12</ApplicationId>
17-
<ApplicationIdGuid>EA902676-FBB4-4AC2-B556-A47C8DC7651E</ApplicationIdGuid>
18-
<!-- Versions -->
19-
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
20-
<ApplicationVersion>1</ApplicationVersion>
21-
22-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
23-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">23.0</SupportedOSPlatformVersion>
24-
</PropertyGroup>
25-
26-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-ios|AnyCPU'">
27-
<CreatePackage>false</CreatePackage>
28-
</PropertyGroup>
29-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0-ios|AnyCPU'">
30-
<CreatePackage>false</CreatePackage>
31-
</PropertyGroup>
32-
<ItemGroup>
33-
<!-- App Icon -->
34-
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#6750A4" />
35-
36-
<!-- Splash Screen -->
37-
38-
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#6750A4" BaseSize="128,128" />
39-
40-
<!-- Images -->
41-
<MauiImage Include="Resources\Images\*" />
42-
43-
<!-- Custom Fonts -->
44-
<MauiFont Include="Resources\Fonts\*" />
45-
</ItemGroup>
46-
47-
<ItemGroup>
48-
<PackageReference Include="DevExpress.Maui.Editors" Version="23.1.*" />
49-
<PackageReference Include="DevExpress.Maui.Core" Version="23.1.*" />
50-
<PackageReference Include="DevExpress.Maui.DataGrid" Version="23.1.*" />
51-
</ItemGroup>
52-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
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>MauiDataGridView_GetFromASPServer</RootNamespace>
9+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10+
<!-- Display name -->
11+
<ApplicationTitle>Local Server Data Grid</ApplicationTitle>
12+
<!-- App Identifier -->
13+
<ApplicationId>com.companyname.MauiDataGridView_GetFromASPServer12</ApplicationId>
14+
<ApplicationIdGuid>EA902676-FBB4-4AC2-B556-A47C8DC7651E</ApplicationIdGuid>
15+
<!-- Versions -->
16+
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
17+
<ApplicationVersion>1</ApplicationVersion>
18+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
19+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">23.0</SupportedOSPlatformVersion>
20+
</PropertyGroup>
21+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0-ios|AnyCPU'">
22+
<CreatePackage>false</CreatePackage>
23+
</PropertyGroup>
24+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
25+
<CreatePackage>false</CreatePackage>
26+
</PropertyGroup>
27+
<ItemGroup>
28+
<!-- App Icon -->
29+
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#6750A4" />
30+
<!-- Splash Screen -->
31+
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#6750A4" BaseSize="128,128" />
32+
<!-- Images -->
33+
<MauiImage Include="Resources\Images\*" />
34+
<!-- Custom Fonts -->
35+
<MauiFont Include="Resources\Fonts\*" />
36+
</ItemGroup>
37+
<ItemGroup>
38+
<PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="$(MauiVersion)" />
39+
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" />
40+
<PackageReference Include="DevExpress.Maui.Editors" Version="23.2.*" />
41+
<PackageReference Include="DevExpress.Maui.Core" Version="23.2.*" />
42+
<PackageReference Include="DevExpress.Maui.DataGrid" Version="23.2.*" />
43+
</ItemGroup>
44+
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 25.0.1705.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiDataGridView_GetFromASPServer", "MauiDataGridView_GetFromASPServer.csproj", "{B2320937-DBE6-4905-BAFC-936D22F5977E}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {30F407BB-FF29-42A5-BE5C-3AC0684EF35E}
24-
EndGlobalSection
25-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 25.0.1705.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MauiDataGridView_GetFromASPServer", "MauiDataGridView_GetFromASPServer.csproj", "{B2320937-DBE6-4905-BAFC-936D22F5977E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{B2320937-DBE6-4905-BAFC-936D22F5977E}.Release|Any CPU.Deploy.0 = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(SolutionProperties) = preSolution
22+
HideSolutionNode = FALSE
23+
EndGlobalSection
24+
GlobalSection(ExtensibilityGlobals) = postSolution
25+
SolutionGuid = {30F407BB-FF29-42A5-BE5C-3AC0684EF35E}
26+
EndGlobalSection
27+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3-
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" />
3+
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
44
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true"></application>
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
66
</manifest>
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,53 @@
11
<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>
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 25.0.1705.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedColumnLayout", "AdvancedColumnLayout.csproj", "{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Any CPU = Debug|Any CPU
11-
Release|Any CPU = Release|Any CPU
12-
EndGlobalSection
13-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Release|Any CPU.Build.0 = Release|Any CPU
18-
EndGlobalSection
19-
GlobalSection(SolutionProperties) = preSolution
20-
HideSolutionNode = FALSE
21-
EndGlobalSection
22-
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {A6DF5741-ACBE-44A8-81FB-36ED434C1208}
24-
EndGlobalSection
25-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 25.0.1705.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvancedColumnLayout", "AdvancedColumnLayout.csproj", "{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{82427B4E-D70D-48CE-B9D7-578E7A5F9E25}.Release|Any CPU.Deploy.0 = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(SolutionProperties) = preSolution
22+
HideSolutionNode = FALSE
23+
EndGlobalSection
24+
GlobalSection(ExtensibilityGlobals) = postSolution
25+
SolutionGuid = {A6DF5741-ACBE-44A8-81FB-36ED434C1208}
26+
EndGlobalSection
27+
EndGlobal

0 commit comments

Comments
 (0)