diff --git a/Directory.Build.props b/Directory.Build.props index 2af9b9fe1..6617c7117 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - C:\Work\SVN\23.1.1\Assemblies + C:\Work\SVN\23.2.1\Assemblies obj_45\ @@ -14,4 +14,7 @@ obj_70\ + + obj_80\ + diff --git a/README.md b/README.md index 2f759a5a6..855a0a95d 100644 --- a/README.md +++ b/README.md @@ -449,4 +449,4 @@ Syncfusion has no liability for any damage or consequence that may arise by the * To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing) or contact our sales team at . -

Copyright © 2001-2023 Syncfusion, Inc. Updated on 2023-09-15 at precisely 11:32:59 EST.

+

Copyright © 2001-2023 Syncfusion, Inc. Updated on 2023-11-21 at precisely 12:37:49 EST.

diff --git a/barcode/syncfusion.barcodedemos.wpf_45.csproj b/barcode/syncfusion.barcodedemos.wpf_45.csproj index 4aa00daf5..18f61d7a6 100644 --- a/barcode/syncfusion.barcodedemos.wpf_45.csproj +++ b/barcode/syncfusion.barcodedemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {4868c8e0-f466-447c-98af-f398c70f489a} + {9ab21e35-a5c1-4e95-a46d-544e5fc0503e} WinExe syncfusion.barcodedemos.wpf syncfusion.barcodedemos.wpfapplication diff --git a/barcode/syncfusion.barcodedemos.wpf_80.csproj b/barcode/syncfusion.barcodedemos.wpf_80.csproj new file mode 100644 index 000000000..c188ee378 --- /dev/null +++ b/barcode/syncfusion.barcodedemos.wpf_80.csproj @@ -0,0 +1,61 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.barcodedemos.wpfapplication + syncfusion.barcodedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.barcodedemos.wpf_lib_80 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/barcode/syncfusion.barcodedemos.wpf_80.sln b/barcode/syncfusion.barcodedemos.wpf_80.sln new file mode 100644 index 000000000..2f4bdac52 --- /dev/null +++ b/barcode/syncfusion.barcodedemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.barcodedemos.wpf_80", "syncfusion.barcodedemos.wpf_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.barcodedemos.wpf_lib_80", "syncfusion.barcodedemos.wpf_lib_80.csproj", "{BDB42436-7107-4D53-80B8-77B2E10C5D3A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_45.csproj b/barcode/syncfusion.barcodedemos.wpf_lib_45.csproj index 8a58a062c..8b2f33b58 100644 --- a/barcode/syncfusion.barcodedemos.wpf_lib_45.csproj +++ b/barcode/syncfusion.barcodedemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {2f084f7a-6a95-40c3-b8bc-807ece765bc8} + {ee7b2f73-7b30-48b0-ae2d-9967733ce098} library syncfusion.barcodedemos.wpf syncfusion.barcodedemos.wpf @@ -55,7 +55,7 @@ - + diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_47.csproj b/barcode/syncfusion.barcodedemos.wpf_lib_47.csproj index 6265f16c9..4073d5e20 100644 --- a/barcode/syncfusion.barcodedemos.wpf_lib_47.csproj +++ b/barcode/syncfusion.barcodedemos.wpf_lib_47.csproj @@ -53,7 +53,7 @@ - + diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_60.csproj b/barcode/syncfusion.barcodedemos.wpf_lib_60.csproj index a2a0deeb4..ea6caedf1 100644 --- a/barcode/syncfusion.barcodedemos.wpf_lib_60.csproj +++ b/barcode/syncfusion.barcodedemos.wpf_lib_60.csproj @@ -49,7 +49,7 @@ - + diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_70.csproj b/barcode/syncfusion.barcodedemos.wpf_lib_70.csproj index dd753dba2..5e5bab16f 100644 --- a/barcode/syncfusion.barcodedemos.wpf_lib_70.csproj +++ b/barcode/syncfusion.barcodedemos.wpf_lib_70.csproj @@ -49,7 +49,7 @@ - + diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_80.csproj b/barcode/syncfusion.barcodedemos.wpf_lib_80.csproj new file mode 100644 index 000000000..62b854d77 --- /dev/null +++ b/barcode/syncfusion.barcodedemos.wpf_lib_80.csproj @@ -0,0 +1,56 @@ + + + library + net8.0-windows + true + true + false + syncfusion.barcodedemos.wpf + syncfusion.barcodedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/barcode/syncfusion.barcodedemos.wpf_lib_80.sln b/barcode/syncfusion.barcodedemos.wpf_lib_80.sln new file mode 100644 index 000000000..f2ce0080c --- /dev/null +++ b/barcode/syncfusion.barcodedemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.barcodedemos.wpf_lib_80", "syncfusion.barcodedemos.wpf_lib_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_45.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_45.csproj index 2b47d8d0c..86928fca8 100644 --- a/bulletgraph/syncfusion.bulletgraphdemos.wpf_45.csproj +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {1e150069-1732-420c-af47-101b7bda6a3c} + {0b3256d8-c73e-4da5-9bc3-89b516ffb1b7} WinExe syncfusion.bulletgraphdemos.wpf syncfusion.bulletgraphdemos.wpfapplication diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.csproj new file mode 100644 index 000000000..10e458bc3 --- /dev/null +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.csproj @@ -0,0 +1,68 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.bulletgraphdemos.wpfapplication + syncfusion.bulletgraphdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.bulletgraphdemos.wpf_lib_80 + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfBulletGraph.WPF.dll + + + + + \ No newline at end of file diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.sln b/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.sln new file mode 100644 index 000000000..dd391f446 --- /dev/null +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.bulletgraphdemos.wpf_80", "syncfusion.bulletgraphdemos.wpf_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.bulletgraphdemos.wpf_lib_80", "syncfusion.bulletgraphdemos.wpf_lib_80.csproj", "{BDB42436-7107-4D53-80B8-77B2E10C5D3A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BDB42436-7107-4D53-80B8-77B2E10C5D3A}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_45.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_45.csproj index 078a8fa1c..4eeb6990c 100644 --- a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_45.csproj +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {d87f9c49-4720-4624-ad50-6d8727d21d61} + {4e3d910b-3808-49c1-ab20-d140224c560e} library syncfusion.bulletgraphdemos.wpf syncfusion.bulletgraphdemos.wpf @@ -55,7 +55,7 @@ - + diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_47.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_47.csproj index 9c3d91994..29e37acb6 100644 --- a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_47.csproj +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_47.csproj @@ -53,7 +53,7 @@ - + diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_60.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_60.csproj index 2f9c743d9..846021ad6 100644 --- a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_60.csproj +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_60.csproj @@ -51,7 +51,7 @@ - + diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_70.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_70.csproj index dc1ddacef..2970243eb 100644 --- a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_70.csproj +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_70.csproj @@ -51,7 +51,7 @@ - + diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.csproj b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..96043f64a --- /dev/null +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.csproj @@ -0,0 +1,58 @@ + + + library + net8.0-windows + true + true + false + syncfusion.bulletgraphdemos.wpf + syncfusion.bulletgraphdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.sln b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.sln new file mode 100644 index 000000000..104d3f135 --- /dev/null +++ b/bulletgraph/syncfusion.bulletgraphdemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.bulletgraphdemos.wpf_lib_80", "syncfusion.bulletgraphdemos.wpf_lib_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/calculate/syncfusion.calculatedemos.wpf_45.csproj b/calculate/syncfusion.calculatedemos.wpf_45.csproj index e4995d096..6384da993 100644 --- a/calculate/syncfusion.calculatedemos.wpf_45.csproj +++ b/calculate/syncfusion.calculatedemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {2c2ea404-86d5-47f3-a69e-13376534861a} + {a5673d60-5391-4b5e-bf25-486414f327c7} WinExe syncfusion.calculatedemos.wpf syncfusion.calculatedemos.wpfapplication diff --git a/calculate/syncfusion.calculatedemos.wpf_80.csproj b/calculate/syncfusion.calculatedemos.wpf_80.csproj new file mode 100644 index 000000000..1b128cf8a --- /dev/null +++ b/calculate/syncfusion.calculatedemos.wpf_80.csproj @@ -0,0 +1,103 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.calculatedemos.wpfapplication + syncfusion.calculatedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.calculatedemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Calculate.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridCommon.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Linq.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + + + \ No newline at end of file diff --git a/calculate/syncfusion.calculatedemos.wpf_80.sln b/calculate/syncfusion.calculatedemos.wpf_80.sln new file mode 100644 index 000000000..35eac4e16 --- /dev/null +++ b/calculate/syncfusion.calculatedemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.calculatedemos.wpf_80", "syncfusion.calculatedemos.wpf_80.csproj", "{0C01D5EB-7834-4B8F-8F43-286F2DA0165E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.calculatedemos.wpf_lib_80", "syncfusion.calculatedemos.wpf_lib_80.csproj", "{83F230F0-2E49-4E56-BEB9-ED295EF11145}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {83F230F0-2E49-4E56-BEB9-ED295EF11145}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {83F230F0-2E49-4E56-BEB9-ED295EF11145}.Debug|Any CPU.Build.0 = Debug|Any CPU + {83F230F0-2E49-4E56-BEB9-ED295EF11145}.Release|Any CPU.ActiveCfg = Release|Any CPU + {83F230F0-2E49-4E56-BEB9-ED295EF11145}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {58FDFFBF-B925-4483-A649-0175F9676AEA} + EndGlobalSection +EndGlobal diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_45.csproj b/calculate/syncfusion.calculatedemos.wpf_lib_45.csproj index 85b5045b9..2e286d981 100644 --- a/calculate/syncfusion.calculatedemos.wpf_lib_45.csproj +++ b/calculate/syncfusion.calculatedemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {349b16cb-ef18-4a8b-8999-bb61c605659b} + {2362f0ff-43ef-4fcc-903b-4f6116ef482c} library syncfusion.calculatedemos.wpf syncfusion.calculatedemos.wpf @@ -66,12 +66,12 @@ - - - - - - + + + + + + diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_47.csproj b/calculate/syncfusion.calculatedemos.wpf_lib_47.csproj index 3884a3dcd..3a256bfcc 100644 --- a/calculate/syncfusion.calculatedemos.wpf_lib_47.csproj +++ b/calculate/syncfusion.calculatedemos.wpf_lib_47.csproj @@ -64,12 +64,12 @@ - - - - - - + + + + + + diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_60.csproj b/calculate/syncfusion.calculatedemos.wpf_lib_60.csproj index 35360b4a3..726ee1340 100644 --- a/calculate/syncfusion.calculatedemos.wpf_lib_60.csproj +++ b/calculate/syncfusion.calculatedemos.wpf_lib_60.csproj @@ -56,12 +56,12 @@ - - - - - - + + + + + + diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_70.csproj b/calculate/syncfusion.calculatedemos.wpf_lib_70.csproj index 8745bef8e..3c2698a3f 100644 --- a/calculate/syncfusion.calculatedemos.wpf_lib_70.csproj +++ b/calculate/syncfusion.calculatedemos.wpf_lib_70.csproj @@ -56,12 +56,12 @@ - - - - - - + + + + + + diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_80.csproj b/calculate/syncfusion.calculatedemos.wpf_lib_80.csproj new file mode 100644 index 000000000..ab3275b76 --- /dev/null +++ b/calculate/syncfusion.calculatedemos.wpf_lib_80.csproj @@ -0,0 +1,68 @@ + + + library + net8.0-windows + true + true + false + syncfusion.calculatedemos.wpf + syncfusion.calculatedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/calculate/syncfusion.calculatedemos.wpf_lib_80.sln b/calculate/syncfusion.calculatedemos.wpf_lib_80.sln new file mode 100644 index 000000000..568f19497 --- /dev/null +++ b/calculate/syncfusion.calculatedemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.calculatedemos.wpf_lib_80", "syncfusion.calculatedemos.wpf_lib_80.csproj", "{0C01D5EB-7834-4B8F-8F43-286F2DA0165E}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0C01D5EB-7834-4B8F-8F43-286F2DA0165E}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {58FDFFBF-B925-4483-A649-0175F9676AEA} + EndGlobalSection +EndGlobal diff --git a/chart/Views/Basic Charts/Scatter/DefaultScatter.xaml b/chart/Views/Basic Charts/Scatter/DefaultScatter.xaml index d81af935b..bff13a28f 100644 --- a/chart/Views/Basic Charts/Scatter/DefaultScatter.xaml +++ b/chart/Views/Basic Charts/Scatter/DefaultScatter.xaml @@ -31,7 +31,7 @@ - - - + diff --git a/chart/syncfusion.chartdemos.wpf_45.csproj b/chart/syncfusion.chartdemos.wpf_45.csproj index 8ad97d91d..a462f262e 100644 --- a/chart/syncfusion.chartdemos.wpf_45.csproj +++ b/chart/syncfusion.chartdemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {d42cb233-3be3-4bfe-8ea4-80a23a6c37f5} + {8c26bc63-de8e-4fdf-be58-82586633b3d8} WinExe syncfusion.chartdemos.wpf syncfusion.chartdemos.wpfapplication diff --git a/chart/syncfusion.chartdemos.wpf_80.csproj b/chart/syncfusion.chartdemos.wpf_80.csproj new file mode 100644 index 000000000..1fa5889a5 --- /dev/null +++ b/chart/syncfusion.chartdemos.wpf_80.csproj @@ -0,0 +1,552 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.chartdemos.wpfapplication + syncfusion.chartdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.chartdemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGrid.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Data.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfChart.WPF.dll + + + + + \ No newline at end of file diff --git a/chart/syncfusion.chartdemos.wpf_80.sln b/chart/syncfusion.chartdemos.wpf_80.sln new file mode 100644 index 000000000..a5fb1a849 --- /dev/null +++ b/chart/syncfusion.chartdemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.chartdemos.wpf_80", "syncfusion.chartdemos.wpf_80.csproj", "{0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.chartdemos.wpf_lib_80", "syncfusion.chartdemos.wpf_lib_80.csproj", "{BB6EDBA7-7E00-4D99-A777-BAF3D84C99ED}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {BB6EDBA7-7E00-4D99-A777-BAF3D84C99ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BB6EDBA7-7E00-4D99-A777-BAF3D84C99ED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BB6EDBA7-7E00-4D99-A777-BAF3D84C99ED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BB6EDBA7-7E00-4D99-A777-BAF3D84C99ED}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {37A7B549-37BA-4A6A-9B7E-F03DB006FEC8} + EndGlobalSection +EndGlobal diff --git a/chart/syncfusion.chartdemos.wpf_lib_45.csproj b/chart/syncfusion.chartdemos.wpf_lib_45.csproj index 9e227087e..ddeb82e45 100644 --- a/chart/syncfusion.chartdemos.wpf_lib_45.csproj +++ b/chart/syncfusion.chartdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {93e0f49c-bf66-4774-89b9-ccb5ea73a4b3} + {269dc610-551c-4358-b6d9-e07f234a3a14} library syncfusion.chartdemos.wpf syncfusion.chartdemos.wpf @@ -57,9 +57,9 @@ - - - + + + diff --git a/chart/syncfusion.chartdemos.wpf_lib_47.csproj b/chart/syncfusion.chartdemos.wpf_lib_47.csproj index 0eff69dbe..240760ec0 100644 --- a/chart/syncfusion.chartdemos.wpf_lib_47.csproj +++ b/chart/syncfusion.chartdemos.wpf_lib_47.csproj @@ -55,9 +55,9 @@ - - - + + + diff --git a/chart/syncfusion.chartdemos.wpf_lib_60.csproj b/chart/syncfusion.chartdemos.wpf_lib_60.csproj index d46b2d48b..1968a248f 100644 --- a/chart/syncfusion.chartdemos.wpf_lib_60.csproj +++ b/chart/syncfusion.chartdemos.wpf_lib_60.csproj @@ -110,9 +110,9 @@ - - - + + + diff --git a/chart/syncfusion.chartdemos.wpf_lib_70.csproj b/chart/syncfusion.chartdemos.wpf_lib_70.csproj index b01bf0f68..85b3683dc 100644 --- a/chart/syncfusion.chartdemos.wpf_lib_70.csproj +++ b/chart/syncfusion.chartdemos.wpf_lib_70.csproj @@ -110,9 +110,9 @@ - - - + + + diff --git a/chart/syncfusion.chartdemos.wpf_lib_80.csproj b/chart/syncfusion.chartdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..dea9b4589 --- /dev/null +++ b/chart/syncfusion.chartdemos.wpf_lib_80.csproj @@ -0,0 +1,119 @@ + + + library + net8.0-windows + true + true + false + syncfusion.chartdemos.wpf + syncfusion.chartdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + Always + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chart/syncfusion.chartdemos.wpf_lib_80.sln b/chart/syncfusion.chartdemos.wpf_lib_80.sln new file mode 100644 index 000000000..5b59f86c4 --- /dev/null +++ b/chart/syncfusion.chartdemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.chartdemos.wpf_lib_80", "syncfusion.chartdemos.wpf_lib_80.csproj", "{0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0F2B472D-CE6C-47A7-8CC3-8B90C6DBAE51}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {37A7B549-37BA-4A6A-9B7E-F03DB006FEC8} + EndGlobalSection +EndGlobal diff --git a/common/demos.common.props b/common/demos.common.props index 20c410c0b..75dbb06c9 100644 --- a/common/demos.common.props +++ b/common/demos.common.props @@ -1,79 +1,103 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - + + + + \ No newline at end of file diff --git a/common/syncfusion.demoscommon.wpf_lib_45.csproj b/common/syncfusion.demoscommon.wpf_lib_45.csproj index b6e9d9c0e..89c0de939 100644 --- a/common/syncfusion.demoscommon.wpf_lib_45.csproj +++ b/common/syncfusion.demoscommon.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {10cffefd-0b7d-4171-a085-f7c00f5d46b3} + {18b682cd-7deb-4fd7-9ce0-fc8c592c1d5d} library syncfusion.demoscommon.wpf syncfusion.demoscommon.wpf diff --git a/common/syncfusion.demoscommon.wpf_lib_80.csproj b/common/syncfusion.demoscommon.wpf_lib_80.csproj new file mode 100644 index 000000000..97346bef7 --- /dev/null +++ b/common/syncfusion.demoscommon.wpf_lib_80.csproj @@ -0,0 +1,434 @@ + + + library + net8.0-windows + true + true + false + syncfusion.demoscommon.wpf + syncfusion.demoscommon.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + + + + + + \ No newline at end of file diff --git a/common/syncfusion.demoscommon.wpf_lib_80.sln b/common/syncfusion.demoscommon.wpf_lib_80.sln new file mode 100644 index 000000000..452d814d9 --- /dev/null +++ b/common/syncfusion.demoscommon.wpf_lib_80.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EF86A7DA-6F35-4EE2-BA84-7C8029FD3B39} + EndGlobalSection +EndGlobal diff --git a/datagrid/syncfusion.datagriddemos.wpf_45.csproj b/datagrid/syncfusion.datagriddemos.wpf_45.csproj index 8f1533711..e01b73918 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_45.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {789cb7ae-51e8-45f7-be71-64eab4938f65} + {ab1a9441-96d9-4369-afb9-17eef522041d} WinExe syncfusion.datagriddemos.wpf syncfusion.datagriddemos.wpf.app diff --git a/datagrid/syncfusion.datagriddemos.wpf_60.csproj b/datagrid/syncfusion.datagriddemos.wpf_60.csproj index 520aee591..87bfd941e 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_60.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_60.csproj @@ -2,6 +2,7 @@ WinExe net6.0-windows + true true False false @@ -15,27 +16,30 @@ TRACE;NET50 + + TRACE;NET50 + - + - + - + - + syncfusion.demoscommon.wpf_lib_60 @@ -109,7 +113,7 @@ - + diff --git a/datagrid/syncfusion.datagriddemos.wpf_60.sln b/datagrid/syncfusion.datagriddemos.wpf_60.sln index 97a3b2a02..e8540773e 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_60.sln +++ b/datagrid/syncfusion.datagriddemos.wpf_60.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29020.237 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31410.414 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_60", "syncfusion.datagriddemos.wpf_60.csproj", "{F53D9CD0-5394-4ED3-A1D6-F43683DB9076}" EndProject @@ -26,7 +26,14 @@ Global {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.Build.0 = Release|Any CPU - + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.Build.0 = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/datagrid/syncfusion.datagriddemos.wpf_70.csproj b/datagrid/syncfusion.datagriddemos.wpf_70.csproj index 5f2d98396..f30149db4 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_70.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_70.csproj @@ -2,6 +2,7 @@ WinExe net7.0-windows + true true False false @@ -15,27 +16,30 @@ TRACE;NET50 + + TRACE;NET50 + - - + + - - + + - - + + - - + + syncfusion.demoscommon.wpf_lib_70 @@ -109,7 +113,7 @@ - + diff --git a/datagrid/syncfusion.datagriddemos.wpf_70.sln b/datagrid/syncfusion.datagriddemos.wpf_70.sln index 8a74f9bf7..a4a703f29 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_70.sln +++ b/datagrid/syncfusion.datagriddemos.wpf_70.sln @@ -1,6 +1,7 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29020.237 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.705 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_70", "syncfusion.datagriddemos.wpf_70.csproj", "{F53D9CD0-5394-4ED3-A1D6-F43683DB9076}" EndProject @@ -26,7 +27,14 @@ Global {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.Build.0 = Release|Any CPU - + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.Build.0 = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/datagrid/syncfusion.datagriddemos.wpf_80.csproj b/datagrid/syncfusion.datagriddemos.wpf_80.csproj new file mode 100644 index 000000000..2d63a4f4a --- /dev/null +++ b/datagrid/syncfusion.datagriddemos.wpf_80.csproj @@ -0,0 +1,360 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.datagriddemos.wpf.app + syncfusion.datagriddemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.datagriddemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Data.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfChart.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGrid.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.XlsIO.base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Pdf.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.PdfViewer.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGridConverter.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfProgressBar.WPF.dll + + + + + + \ No newline at end of file diff --git a/datagrid/syncfusion.datagriddemos.wpf_80.sln b/datagrid/syncfusion.datagriddemos.wpf_80.sln new file mode 100644 index 000000000..2ccac80f0 --- /dev/null +++ b/datagrid/syncfusion.datagriddemos.wpf_80.sln @@ -0,0 +1,44 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_80", "syncfusion.datagriddemos.wpf_80.csproj", "{F53D9CD0-5394-4ED3-A1D6-F43683DB9076}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_lib_80", "syncfusion.datagriddemos.wpf_lib_80.csproj", "{C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.Build.0 = Release|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F26E5C28-E3B5-4176-86E9-AA0275E7C7C8}.Release|Any CPU.Build.0 = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D99EA21F-9E11-4E9A-9BDC-A5149608E86D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D87E3112-B204-4FF4-935F-4C3431C2F421} + EndGlobalSection +EndGlobal diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_45.csproj b/datagrid/syncfusion.datagriddemos.wpf_lib_45.csproj index f4335155d..2f9cf0025 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_45.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {7117f3eb-a0c9-4cc4-9b62-07fc27d02d25} + {aeca3bdc-0b89-4c5a-b850-7fead9f93413} library syncfusion.datagriddemos.wpf syncfusion.datagriddemos.wpf @@ -63,15 +63,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_47.csproj b/datagrid/syncfusion.datagriddemos.wpf_lib_47.csproj index 6f827e0f8..47fd97f90 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_47.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_47.csproj @@ -61,15 +61,15 @@ - - - - - - - - - + + + + + + + + + diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_60.csproj b/datagrid/syncfusion.datagriddemos.wpf_lib_60.csproj index 8f636e9e2..79c312815 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_60.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_60.csproj @@ -2,6 +2,7 @@ library net6.0-windows + true true false syncfusion.datagriddemos.wpf @@ -13,27 +14,30 @@ TRACE;NET50 + + TRACE;NET50 + - + - + - + - + syncfusion.demoscommon.wpf_lib_60 @@ -82,17 +86,16 @@ - - - - - - - - - - + + + + + + + + + diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_60.sln b/datagrid/syncfusion.datagriddemos.wpf_lib_60.sln index 8d87f29dc..13576fc54 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_60.sln +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_60.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29020.237 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31410.414 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_lib_60", "syncfusion.datagriddemos.wpf_lib_60.csproj", "{C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}" EndProject @@ -12,6 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.Build.0 = Release|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_70.csproj b/datagrid/syncfusion.datagriddemos.wpf_lib_70.csproj index 82a10352b..10a76962b 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_70.csproj +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_70.csproj @@ -2,6 +2,7 @@ library net7.0-windows + true true false syncfusion.datagriddemos.wpf @@ -13,27 +14,30 @@ TRACE;NET50 + + TRACE;NET50 + - - + + - - + + - - + + - - + + syncfusion.demoscommon.wpf_lib_70 @@ -82,17 +86,16 @@ - - - - - - - - - - + + + + + + + + + diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_70.sln b/datagrid/syncfusion.datagriddemos.wpf_lib_70.sln index b35e1e763..aa3aa9494 100644 --- a/datagrid/syncfusion.datagriddemos.wpf_lib_70.sln +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_70.sln @@ -1,6 +1,7 @@ + Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29020.237 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.705 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_lib_70", "syncfusion.datagriddemos.wpf_lib_70.csproj", "{C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}" EndProject @@ -12,6 +13,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.Build.0 = Release|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_80.csproj b/datagrid/syncfusion.datagriddemos.wpf_lib_80.csproj new file mode 100644 index 000000000..b9b591b3f --- /dev/null +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_80.csproj @@ -0,0 +1,102 @@ + + + library + net8.0-windows + true + true + false + syncfusion.datagriddemos.wpf + syncfusion.datagriddemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/datagrid/syncfusion.datagriddemos.wpf_lib_80.sln b/datagrid/syncfusion.datagriddemos.wpf_lib_80.sln new file mode 100644 index 000000000..1fb071053 --- /dev/null +++ b/datagrid/syncfusion.datagriddemos.wpf_lib_80.sln @@ -0,0 +1,34 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.datagriddemos.wpf_lib_80", "syncfusion.datagriddemos.wpf_lib_80.csproj", "{C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F53D9CD0-5394-4ED3-A1D6-F43683DB9076}.Release|Any CPU.Build.0 = Release|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C7CF6DD2-AD6E-4A29-9983-9E93C4C1F6F9}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4169EB58-D672-4E9C-B9F0-D9C9F43AA089} + EndGlobalSection +EndGlobal diff --git a/diagram/syncfusion.diagramdemos.wpf_45.csproj b/diagram/syncfusion.diagramdemos.wpf_45.csproj index c6a482c2b..f874350ad 100644 --- a/diagram/syncfusion.diagramdemos.wpf_45.csproj +++ b/diagram/syncfusion.diagramdemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {bcba7808-b766-4e34-8b3f-5f1f3ca8f61b} + {53c08a50-decf-4c88-a72b-d12148d423a9} WinExe syncfusion.diagramdemos.wpf.app syncfusion.diagramdemos.wpf.app diff --git a/diagram/syncfusion.diagramdemos.wpf_80.csproj b/diagram/syncfusion.diagramdemos.wpf_80.csproj new file mode 100644 index 000000000..179970c65 --- /dev/null +++ b/diagram/syncfusion.diagramdemos.wpf_80.csproj @@ -0,0 +1,305 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.diagramdemos.wpf.app + syncfusion.diagramdemos.wpf.app + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.diagramdemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridCommon.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Pdf.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfDiagram.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfDiagramRibbon.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfSkinManager.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfTreeView.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Shared.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Themes.Office2019White.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Themes.Office2019DarkGray.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Themes.Office2019HighContrast.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + + + \ No newline at end of file diff --git a/diagram/syncfusion.diagramdemos.wpf_80.sln b/diagram/syncfusion.diagramdemos.wpf_80.sln new file mode 100644 index 000000000..2fe4da104 --- /dev/null +++ b/diagram/syncfusion.diagramdemos.wpf_80.sln @@ -0,0 +1,43 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.diagramdemos.wpf_80", "syncfusion.diagramdemos.wpf_80.csproj", "{67346167-9EB1-4EFA-85EB-70155B55ACC5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.diagramdemos.wpf_lib_80", "syncfusion.diagramdemos.wpf_lib_80.csproj", "{98F42CA4-F1A9-48E1-8116-D68319141EA0}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Release-Xml|Any CPU = Release-Xml|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Release|Any CPU.Build.0 = Release|Any CPU + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU + {67346167-9EB1-4EFA-85EB-70155B55ACC5}.Release-Xml|Any CPU.Build.0 = Release|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release|Any CPU.Build.0 = Release|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release-Xml|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release-Xml|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release-Xml|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A74CFCC4-EEA5-43AA-BB34-BEA887C54B23} + EndGlobalSection +EndGlobal diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_45.csproj b/diagram/syncfusion.diagramdemos.wpf_lib_45.csproj index 8fbbd0e50..04284dec1 100644 --- a/diagram/syncfusion.diagramdemos.wpf_lib_45.csproj +++ b/diagram/syncfusion.diagramdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {dae84ce3-d9e1-45a5-bcd5-b414a1299b98} + {e4fcb9f8-84fb-4bba-8f15-c6be1400015b} library syncfusion.diagramdemos.wpf syncfusion.diagramdemos.wpf @@ -71,22 +71,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_47.csproj b/diagram/syncfusion.diagramdemos.wpf_lib_47.csproj index e7283786b..cd458988d 100644 --- a/diagram/syncfusion.diagramdemos.wpf_lib_47.csproj +++ b/diagram/syncfusion.diagramdemos.wpf_lib_47.csproj @@ -69,22 +69,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_60.csproj b/diagram/syncfusion.diagramdemos.wpf_lib_60.csproj index 68a808bbf..5a253df43 100644 --- a/diagram/syncfusion.diagramdemos.wpf_lib_60.csproj +++ b/diagram/syncfusion.diagramdemos.wpf_lib_60.csproj @@ -177,22 +177,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_70.csproj b/diagram/syncfusion.diagramdemos.wpf_lib_70.csproj index 616e38765..1d5c15523 100644 --- a/diagram/syncfusion.diagramdemos.wpf_lib_70.csproj +++ b/diagram/syncfusion.diagramdemos.wpf_lib_70.csproj @@ -177,22 +177,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_80.csproj b/diagram/syncfusion.diagramdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..8430c173a --- /dev/null +++ b/diagram/syncfusion.diagramdemos.wpf_lib_80.csproj @@ -0,0 +1,199 @@ + + + library + net8.0-windows + true + true + false + syncfusion.diagramdemos.wpf + syncfusion.diagramdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/diagram/syncfusion.diagramdemos.wpf_lib_80.sln b/diagram/syncfusion.diagramdemos.wpf_lib_80.sln new file mode 100644 index 000000000..30f3e9e7a --- /dev/null +++ b/diagram/syncfusion.diagramdemos.wpf_lib_80.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.diagramdemos.wpf_lib_80", "syncfusion.diagramdemos.wpf_lib_80.csproj", "{98F42CA4-F1A9-48E1-8116-D68319141EA0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {98F42CA4-F1A9-48E1-8116-D68319141EA0}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {992AC6FE-50BA-42DC-ADE2-C20C15C92CD3} + EndGlobalSection +EndGlobal diff --git a/docio/syncfusion.dociodemos.wpf_45.csproj b/docio/syncfusion.dociodemos.wpf_45.csproj index b3add812c..fcbc6caf8 100644 --- a/docio/syncfusion.dociodemos.wpf_45.csproj +++ b/docio/syncfusion.dociodemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {c26cab53-55a6-4357-8023-3e71e026d7f6} + {97e0d260-90d4-47d6-9b3f-342253095055} WinExe syncfusion.dociodemos.wpf syncfusion.dociodemos.wpfapplication diff --git a/docio/syncfusion.dociodemos.wpf_80.csproj b/docio/syncfusion.dociodemos.wpf_80.csproj new file mode 100644 index 000000000..cef361c15 --- /dev/null +++ b/docio/syncfusion.dociodemos.wpf_80.csproj @@ -0,0 +1,275 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.dociodemos.wpfapplication + syncfusion.dociodemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.dociodemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.DocIO.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.DocToPDFConverter.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.OfficeChart.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Pdf.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + + + \ No newline at end of file diff --git a/docio/syncfusion.dociodemos.wpf_80.sln b/docio/syncfusion.dociodemos.wpf_80.sln new file mode 100644 index 000000000..cda33bdf6 --- /dev/null +++ b/docio/syncfusion.dociodemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dociodemos.wpf_80", "syncfusion.dociodemos.wpf_80.csproj", "{FEE14819-6863-461F-A932-9F05C102B972}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dociodemos.wpf_lib_80", "syncfusion.dociodemos.wpf_lib_80.csproj", "{43BB4BC1-3892-43A3-929A-E3948048DF5C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FEE14819-6863-461F-A932-9F05C102B972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {43BB4BC1-3892-43A3-929A-E3948048DF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {43BB4BC1-3892-43A3-929A-E3948048DF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {43BB4BC1-3892-43A3-929A-E3948048DF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {43BB4BC1-3892-43A3-929A-E3948048DF5C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4A940879-A1D6-425F-9AED-DB9739DD3868} + EndGlobalSection +EndGlobal diff --git a/docio/syncfusion.dociodemos.wpf_lib_45.csproj b/docio/syncfusion.dociodemos.wpf_lib_45.csproj index 20908f53b..8d33ff724 100644 --- a/docio/syncfusion.dociodemos.wpf_lib_45.csproj +++ b/docio/syncfusion.dociodemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {fe61e9ea-e403-406c-9033-219839db9c9d} + {8ae1e096-268f-4566-b4af-6ccec6beb0bf} library syncfusion.dociodemos.wpf syncfusion.dociodemos.wpf @@ -63,12 +63,12 @@ - - - - - - + + + + + + diff --git a/docio/syncfusion.dociodemos.wpf_lib_47.csproj b/docio/syncfusion.dociodemos.wpf_lib_47.csproj index 5e992f0ce..792a7ba7d 100644 --- a/docio/syncfusion.dociodemos.wpf_lib_47.csproj +++ b/docio/syncfusion.dociodemos.wpf_lib_47.csproj @@ -61,12 +61,12 @@ - - - - - - + + + + + + diff --git a/docio/syncfusion.dociodemos.wpf_lib_60.csproj b/docio/syncfusion.dociodemos.wpf_lib_60.csproj index 4d2f30451..fda4cd633 100644 --- a/docio/syncfusion.dociodemos.wpf_lib_60.csproj +++ b/docio/syncfusion.dociodemos.wpf_lib_60.csproj @@ -340,12 +340,12 @@ - - - - - - + + + + + + diff --git a/docio/syncfusion.dociodemos.wpf_lib_70.csproj b/docio/syncfusion.dociodemos.wpf_lib_70.csproj index 1b0d52abd..b13365653 100644 --- a/docio/syncfusion.dociodemos.wpf_lib_70.csproj +++ b/docio/syncfusion.dociodemos.wpf_lib_70.csproj @@ -340,12 +340,12 @@ - - - - - - + + + + + + diff --git a/docio/syncfusion.dociodemos.wpf_lib_80.csproj b/docio/syncfusion.dociodemos.wpf_lib_80.csproj new file mode 100644 index 000000000..e45bdf108 --- /dev/null +++ b/docio/syncfusion.dociodemos.wpf_lib_80.csproj @@ -0,0 +1,352 @@ + + + library + net8.0-windows + true + true + false + syncfusion.dociodemos.wpf + syncfusion.dociodemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + Always + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docio/syncfusion.dociodemos.wpf_lib_80.sln b/docio/syncfusion.dociodemos.wpf_lib_80.sln new file mode 100644 index 000000000..f66f6c244 --- /dev/null +++ b/docio/syncfusion.dociodemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dociodemos.wpf_lib_80", "syncfusion.dociodemos.wpf_lib_80.csproj", "{FEE14819-6863-461F-A932-9F05C102B972}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FEE14819-6863-461F-A932-9F05C102B972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FEE14819-6863-461F-A932-9F05C102B972}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4A940879-A1D6-425F-9AED-DB9739DD3868} + EndGlobalSection +EndGlobal diff --git a/dockingmanager/DockingManagerlikeVisualStudio/HelperMethods/HelperMethods.cs b/dockingmanager/DockingManagerlikeVisualStudio/HelperMethods/HelperMethods.cs index 56461697c..39e588e43 100644 --- a/dockingmanager/DockingManagerlikeVisualStudio/HelperMethods/HelperMethods.cs +++ b/dockingmanager/DockingManagerlikeVisualStudio/HelperMethods/HelperMethods.cs @@ -10,7 +10,9 @@ using Syncfusion.Windows.Tools.Controls; using System; using System.Collections.Generic; using System.Linq; +#if !NET8_0 using System.Runtime.Serialization.Formatters.Binary; +#endif using System.Text; using System.Threading.Tasks; using System.Windows; @@ -142,8 +144,16 @@ namespace syncfusion.dockingmanagerdemos.wpf /// Path of the saving layout file private void Save(string saveLayoutPath, DockingManager dockingManager) { +#if !NET8_0 BinaryFormatter formatter = new BinaryFormatter(); dockingManager.SaveDockState(formatter, StorageFormat.Xml, saveLayoutPath); +#else + DockingManager DockSave = new DockingManager(); + using (XmlWriter writer = XmlWriter.Create(saveLayoutPath)) + { + DockSave.SaveDockState(writer); + } +#endif } /// @@ -152,16 +162,23 @@ namespace syncfusion.dockingmanagerdemos.wpf /// Path of the loading layout path private void Load(string loadLayoutPath, DockingManager dockingManager) { +#if !NET8_0 BinaryFormatter formatter = new BinaryFormatter(); - + dockingManager.LoadDockState(formatter, StorageFormat.Xml, loadLayoutPath); +#else + DockingManager DockLoad = new DockingManager(); + using (XmlReader reader = XmlReader.Create(loadLayoutPath)) + { + DockLoad.LoadDockState(reader); + } +#endif //Check and load the missed windows from saved layout if (!dockingManager.LoadDockState(loadLayoutPath)) { var savedWindows = GetSavedWindowList(loadLayoutPath); var missingChildren = FindMissingChidren(dockingManager, savedWindows); AddMissedChildrensIntoDockingManager(missingChildren, dockingManager); - } - dockingManager.LoadDockState(formatter, StorageFormat.Xml, loadLayoutPath); + } } /// diff --git a/dockingmanager/StatePersistence/Service/IStatePersistenceService.cs b/dockingmanager/StatePersistence/Service/IStatePersistenceService.cs index 4b5f8b6fa..131d73242 100644 --- a/dockingmanager/StatePersistence/Service/IStatePersistenceService.cs +++ b/dockingmanager/StatePersistence/Service/IStatePersistenceService.cs @@ -14,7 +14,9 @@ using System.Windows.Input; using System.Windows; using System.Windows.Controls; using System.Xml; +#if !NET8_0 using System.Runtime.Serialization.Formatters.Binary; +#endif using Syncfusion.Windows.Shared; #if !NET50 using System.Runtime.Serialization.Formatters.Soap; @@ -25,8 +27,10 @@ namespace syncfusion.dockingmanagerdemos.wpf { public interface IStatePersistenceService { - void SaveDockState(IFormatter serializer, StorageFormat format, string path); + void SaveDockState(IFormatter serializer, StorageFormat format, string path); + void SaveDockState(XmlWriter xmlWriter); bool LoadDockState(IFormatter serializer, StorageFormat format, string path); + bool LoadDockState(XmlReader xmlReader); bool ResetState(); } } diff --git a/dockingmanager/StatePersistence/Service/StatePersistenceService.cs b/dockingmanager/StatePersistence/Service/StatePersistenceService.cs index dd8115ce5..5e4d692ed 100644 --- a/dockingmanager/StatePersistence/Service/StatePersistenceService.cs +++ b/dockingmanager/StatePersistence/Service/StatePersistenceService.cs @@ -15,7 +15,9 @@ using System.Windows.Input; using System.Windows; using System.Windows.Controls; using System.Xml; +#if !NET8_0 using System.Runtime.Serialization.Formatters.Binary; +#endif using Syncfusion.Windows.Shared; using Syncfusion.Windows.Tools.Controls; #if !NET50 @@ -39,6 +41,11 @@ namespace syncfusion.dockingmanagerdemos.wpf return this.dockingManager.LoadDockState(serializer, format, path); } + public bool LoadDockState(XmlReader xmlReader) + { + return this.dockingManager.LoadDockState(xmlReader); + } + public bool ResetState() { return this.dockingManager.ResetState(); @@ -48,5 +55,10 @@ namespace syncfusion.dockingmanagerdemos.wpf { this.dockingManager.SaveDockState(serializer, format, path); } + + public void SaveDockState(XmlWriter xmlWriter) + { + this.dockingManager.SaveDockState(xmlWriter); + } } } diff --git a/dockingmanager/StatePersistence/StatePersistence.xaml b/dockingmanager/StatePersistence/StatePersistence.xaml index 6a948478f..04e0f9fa8 100644 --- a/dockingmanager/StatePersistence/StatePersistence.xaml +++ b/dockingmanager/StatePersistence/StatePersistence.xaml @@ -27,7 +27,7 @@ - + - + Debug AnyCPU - {29df3fcf-3118-43b4-9776-7e63b4253c42} + {1a901064-ff27-45f7-b379-fc3db8a4461a} WinExe syncfusion.dockingmanagerdemos.wpf syncfusion.dockingmanagerdemos.wpfapplication diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.csproj new file mode 100644 index 000000000..ce5a92844 --- /dev/null +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.csproj @@ -0,0 +1,224 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.dockingmanagerdemos.wpfapplication + syncfusion.dockingmanagerdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.dockingmanagerdemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Edit.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.PropertyGrid.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridCommon.WPF.dll + + + + App.ico + + + + \ No newline at end of file diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.sln b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.sln new file mode 100644 index 000000000..d48f21ec7 --- /dev/null +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dockingmanagerdemos.wpf_80", "syncfusion.dockingmanagerdemos.wpf_80.csproj", "{D84B06DA-0D15-4441-95FB-F886048BBABE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dockingmanagerdemos.wpf_lib_80", "syncfusion.dockingmanagerdemos.wpf_lib_80.csproj", "{63E93AED-CAEA-4E8A-8130-350958766A39}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {63E93AED-CAEA-4E8A-8130-350958766A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {63E93AED-CAEA-4E8A-8130-350958766A39}.Debug|Any CPU.Build.0 = Debug|Any CPU + {63E93AED-CAEA-4E8A-8130-350958766A39}.Release|Any CPU.ActiveCfg = Release|Any CPU + {63E93AED-CAEA-4E8A-8130-350958766A39}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1FE27C29-D848-4CD5-8A6F-30C92081E2F5} + EndGlobalSection +EndGlobal diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_45.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_45.csproj index c2ed60990..f34641627 100644 --- a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_45.csproj +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {65f04254-0c27-4d3f-9d72-3e32efb7d0f1} + {4ddb3eb2-1abd-4458-944d-f1c78912fbdd} library syncfusion.dockingmanagerdemos.wpf syncfusion.dockingmanagerdemos.wpf @@ -61,10 +61,10 @@ - - - - + + + + diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_47.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_47.csproj index aa10ed0df..4776e9e36 100644 --- a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_47.csproj +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_47.csproj @@ -59,10 +59,10 @@ - - - - + + + + diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_60.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_60.csproj index 3b7ce3648..75000815b 100644 --- a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_60.csproj +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_60.csproj @@ -255,10 +255,10 @@ - - - - + + + + diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_70.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_70.csproj index 1ccc692b2..410947017 100644 --- a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_70.csproj +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_70.csproj @@ -255,10 +255,10 @@ - - - - + + + + diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.csproj b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..1eb357ee3 --- /dev/null +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.csproj @@ -0,0 +1,268 @@ + + + library + net8.0-windows + true + true + false + syncfusion.dockingmanagerdemos.wpf + syncfusion.dockingmanagerdemos.wpf + + + TRACE;NET50 + $(NoWarn);SYSLIB0011 + + + TRACE;NET50 + $(NoWarn);SYSLIB0011 + + + TRACE;NET50 + $(NoWarn);SYSLIB0011 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + Always + + + + Always + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.sln b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.sln new file mode 100644 index 000000000..a5433dbf0 --- /dev/null +++ b/dockingmanager/syncfusion.dockingmanagerdemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dockingmanagerdemos.wpf_lib_80", "syncfusion.dockingmanagerdemos.wpf_lib_80.csproj", "{D84B06DA-0D15-4441-95FB-F886048BBABE}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D84B06DA-0D15-4441-95FB-F886048BBABE}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1FE27C29-D848-4CD5-8A6F-30C92081E2F5} + EndGlobalSection +EndGlobal diff --git a/dropdown/syncfusion.dropdowndemos.wpf_45.csproj b/dropdown/syncfusion.dropdowndemos.wpf_45.csproj index d954e6277..420dda2a9 100644 --- a/dropdown/syncfusion.dropdowndemos.wpf_45.csproj +++ b/dropdown/syncfusion.dropdowndemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {a44cbeca-d055-411f-a7e4-bec7e2e69ea6} + {c0069ab9-2f28-48a3-aa5c-0da1e684018f} WinExe syncfusion.dropdowndemos.wpf syncfusion.dropdowndemos.wpfapplication diff --git a/dropdown/syncfusion.dropdowndemos.wpf_80.csproj b/dropdown/syncfusion.dropdowndemos.wpf_80.csproj new file mode 100644 index 000000000..b08503616 --- /dev/null +++ b/dropdown/syncfusion.dropdowndemos.wpf_80.csproj @@ -0,0 +1,103 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.dropdowndemos.wpfapplication + syncfusion.dropdowndemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.dropdowndemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Data.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGrid.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + + + App.ico + + + + \ No newline at end of file diff --git a/dropdown/syncfusion.dropdowndemos.wpf_80.sln b/dropdown/syncfusion.dropdowndemos.wpf_80.sln new file mode 100644 index 000000000..1f27dc3f4 --- /dev/null +++ b/dropdown/syncfusion.dropdowndemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dropdowndemos.wpf_80", "syncfusion.dropdowndemos.wpf_80.csproj", "{6C99142E-3084-4B1A-9465-9FEA5026F72A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dropdowndemos.wpf_lib_80", "syncfusion.dropdowndemos.wpf_lib_80.csproj", "{BBD89539-8A10-4D20-AEE4-934BB8B69EBB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Release|Any CPU.Build.0 = Release|Any CPU + {BBD89539-8A10-4D20-AEE4-934BB8B69EBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BBD89539-8A10-4D20-AEE4-934BB8B69EBB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BBD89539-8A10-4D20-AEE4-934BB8B69EBB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BBD89539-8A10-4D20-AEE4-934BB8B69EBB}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5715FE4F-27B2-40FB-9BC2-2AD399149162} + EndGlobalSection +EndGlobal diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_45.csproj b/dropdown/syncfusion.dropdowndemos.wpf_lib_45.csproj index f51e74a9a..06bec65c3 100644 --- a/dropdown/syncfusion.dropdowndemos.wpf_lib_45.csproj +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {1594be8f-fabb-4480-bc3c-24c6bb58fe27} + {4b6deacd-6098-429a-a5f5-b2642eaf6181} library syncfusion.dropdowndemos.wpf syncfusion.dropdowndemos.wpf @@ -55,9 +55,9 @@ - - - + + + diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_47.csproj b/dropdown/syncfusion.dropdowndemos.wpf_lib_47.csproj index dbe8104c2..987650732 100644 --- a/dropdown/syncfusion.dropdowndemos.wpf_lib_47.csproj +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_47.csproj @@ -53,9 +53,9 @@ - - - + + + diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_60.csproj b/dropdown/syncfusion.dropdowndemos.wpf_lib_60.csproj index b74b5e983..8602a0e9b 100644 --- a/dropdown/syncfusion.dropdowndemos.wpf_lib_60.csproj +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_60.csproj @@ -52,9 +52,9 @@ - - - + + + diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_70.csproj b/dropdown/syncfusion.dropdowndemos.wpf_lib_70.csproj index 112eda318..bc43eaf38 100644 --- a/dropdown/syncfusion.dropdowndemos.wpf_lib_70.csproj +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_70.csproj @@ -52,9 +52,9 @@ - - - + + + diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_80.csproj b/dropdown/syncfusion.dropdowndemos.wpf_lib_80.csproj new file mode 100644 index 000000000..5e9be2df2 --- /dev/null +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_80.csproj @@ -0,0 +1,61 @@ + + + library + net8.0-windows + true + true + false + syncfusion.dropdowndemos.wpf + syncfusion.dropdowndemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dropdown/syncfusion.dropdowndemos.wpf_lib_80.sln b/dropdown/syncfusion.dropdowndemos.wpf_lib_80.sln new file mode 100644 index 000000000..a2b9b591e --- /dev/null +++ b/dropdown/syncfusion.dropdowndemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.dropdowndemos.wpf_lib_80", "syncfusion.dropdowndemos.wpf_lib_80.csproj", "{6C99142E-3084-4B1A-9465-9FEA5026F72A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6C99142E-3084-4B1A-9465-9FEA5026F72A}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5715FE4F-27B2-40FB-9BC2-2AD399149162} + EndGlobalSection +EndGlobal diff --git a/editor/syncfusion.editordemos.wpf_45.csproj b/editor/syncfusion.editordemos.wpf_45.csproj index ee356fa13..bb22f489e 100644 --- a/editor/syncfusion.editordemos.wpf_45.csproj +++ b/editor/syncfusion.editordemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {ffb94d0c-e4a7-4fd0-954d-2b6b57b210ce} + {f159f6d4-9028-4d9c-ba7c-47485dc15c55} WinExe syncfusion.editordemos.wpf syncfusion.editordemos.wpfapplication @@ -43,6 +43,7 @@ + diff --git a/editor/syncfusion.editordemos.wpf_47.csproj b/editor/syncfusion.editordemos.wpf_47.csproj index 354a84e3d..ee8c2de92 100644 --- a/editor/syncfusion.editordemos.wpf_47.csproj +++ b/editor/syncfusion.editordemos.wpf_47.csproj @@ -43,6 +43,7 @@ + diff --git a/editor/syncfusion.editordemos.wpf_60.csproj b/editor/syncfusion.editordemos.wpf_60.csproj index f84a571d9..332fc079f 100644 --- a/editor/syncfusion.editordemos.wpf_60.csproj +++ b/editor/syncfusion.editordemos.wpf_60.csproj @@ -167,6 +167,9 @@ $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.Wpf.dll + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.Wpf.dll + App.ico diff --git a/editor/syncfusion.editordemos.wpf_70.csproj b/editor/syncfusion.editordemos.wpf_70.csproj index e3a9bf010..b757bee4c 100644 --- a/editor/syncfusion.editordemos.wpf_70.csproj +++ b/editor/syncfusion.editordemos.wpf_70.csproj @@ -167,6 +167,9 @@ $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.Wpf.dll + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.Wpf.dll + App.ico diff --git a/editor/syncfusion.editordemos.wpf_80.csproj b/editor/syncfusion.editordemos.wpf_80.csproj new file mode 100644 index 000000000..69e089d7e --- /dev/null +++ b/editor/syncfusion.editordemos.wpf_80.csproj @@ -0,0 +1,179 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.editordemos.wpfapplication + syncfusion.editordemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.editordemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfChromelessWindow.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfColorPalette.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfRadialMenu.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.Wpf.dll + + + + App.ico + + + + \ No newline at end of file diff --git a/editor/syncfusion.editordemos.wpf_80.sln b/editor/syncfusion.editordemos.wpf_80.sln new file mode 100644 index 000000000..d6e2d0af3 --- /dev/null +++ b/editor/syncfusion.editordemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.editordemos.wpf_80", "syncfusion.editordemos.wpf_80.csproj", "{959CD411-E4B6-44F5-9E0A-2622AC4F7F06}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.editordemos.wpf_lib_80", "syncfusion.editordemos.wpf_lib_80.csproj", "{2A43BEF8-AB41-42C8-ACD2-045116B8B8A8}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Debug|Any CPU.Build.0 = Debug|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Release|Any CPU.ActiveCfg = Release|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Release|Any CPU.Build.0 = Release|Any CPU + {2A43BEF8-AB41-42C8-ACD2-045116B8B8A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2A43BEF8-AB41-42C8-ACD2-045116B8B8A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A43BEF8-AB41-42C8-ACD2-045116B8B8A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2A43BEF8-AB41-42C8-ACD2-045116B8B8A8}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4F6EFBB0-00C1-497C-9B1E-A0A0F8669E43} + EndGlobalSection +EndGlobal diff --git a/editor/syncfusion.editordemos.wpf_lib_45.csproj b/editor/syncfusion.editordemos.wpf_lib_45.csproj index 8b1e44ae1..73962bdfa 100644 --- a/editor/syncfusion.editordemos.wpf_lib_45.csproj +++ b/editor/syncfusion.editordemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {dd2b9409-68f7-4ab3-83c3-f30bd106cb5b} + {137b693f-4c41-48b5-981c-2136d49deec7} library syncfusion.editordemos.wpf syncfusion.editordemos.wpf @@ -61,13 +61,13 @@ - - - - - - - + + + + + + + diff --git a/editor/syncfusion.editordemos.wpf_lib_47.csproj b/editor/syncfusion.editordemos.wpf_lib_47.csproj index 3c541bcc3..7df81a3bd 100644 --- a/editor/syncfusion.editordemos.wpf_lib_47.csproj +++ b/editor/syncfusion.editordemos.wpf_lib_47.csproj @@ -59,13 +59,13 @@ - - - - - - - + + + + + + + diff --git a/editor/syncfusion.editordemos.wpf_lib_60.csproj b/editor/syncfusion.editordemos.wpf_lib_60.csproj index 0f36fec63..d05b2c223 100644 --- a/editor/syncfusion.editordemos.wpf_lib_60.csproj +++ b/editor/syncfusion.editordemos.wpf_lib_60.csproj @@ -104,13 +104,13 @@ - - - - - - - + + + + + + + diff --git a/editor/syncfusion.editordemos.wpf_lib_70.csproj b/editor/syncfusion.editordemos.wpf_lib_70.csproj index 055151644..443f82d3a 100644 --- a/editor/syncfusion.editordemos.wpf_lib_70.csproj +++ b/editor/syncfusion.editordemos.wpf_lib_70.csproj @@ -104,13 +104,13 @@ - - - - - - - + + + + + + + diff --git a/editor/syncfusion.editordemos.wpf_lib_80.csproj b/editor/syncfusion.editordemos.wpf_lib_80.csproj new file mode 100644 index 000000000..f5df6aa6c --- /dev/null +++ b/editor/syncfusion.editordemos.wpf_lib_80.csproj @@ -0,0 +1,117 @@ + + + library + net8.0-windows + true + true + false + syncfusion.editordemos.wpf + syncfusion.editordemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/editor/syncfusion.editordemos.wpf_lib_80.sln b/editor/syncfusion.editordemos.wpf_lib_80.sln new file mode 100644 index 000000000..7fdb3ef34 --- /dev/null +++ b/editor/syncfusion.editordemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.editordemos.wpf_lib_80", "syncfusion.editordemos.wpf_lib_80.csproj", "{959CD411-E4B6-44F5-9E0A-2622AC4F7F06}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Debug|Any CPU.Build.0 = Debug|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Release|Any CPU.ActiveCfg = Release|Any CPU + {959CD411-E4B6-44F5-9E0A-2622AC4F7F06}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4F6EFBB0-00C1-497C-9B1E-A0A0F8669E43} + EndGlobalSection +EndGlobal diff --git a/gantt/GanttDemosViewModel.cs b/gantt/GanttDemosViewModel.cs index af3a41218..c38df661d 100644 --- a/gantt/GanttDemosViewModel.cs +++ b/gantt/GanttDemosViewModel.cs @@ -46,11 +46,9 @@ namespace syncfusion.ganttdemos.wpf DemoInfo GettingStartedDemo = new DemoInfo() { SampleName = "Getting Started", - + ThemeMode = ThemeMode.Default, GroupName = "GETTING STARTED", - Description = "This sample illustrates how a control development project's activities have been scheduled using the Gantt control. The tasks are split up into sub-tasks based on work breakdown structure, and the sub-tasks are scheduled based on their dependent tasks. The connectivity between tasks represents their dependency relationship.", - DemoViewType = typeof(EssentialGantt), }; diff --git a/gantt/syncfusion.ganttdemos.wpf_45.csproj b/gantt/syncfusion.ganttdemos.wpf_45.csproj index 747e2072e..7671a147d 100644 --- a/gantt/syncfusion.ganttdemos.wpf_45.csproj +++ b/gantt/syncfusion.ganttdemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {3bcb402e-8986-4bc0-9b99-1bc5f7f18b63} + {edc9c30e-eebf-4b9d-8917-74d7ba75a112} WinExe syncfusion.ganttdemos.wpf syncfusion.ganttdemos.wpfapplication diff --git a/gantt/syncfusion.ganttdemos.wpf_80.csproj b/gantt/syncfusion.ganttdemos.wpf_80.csproj new file mode 100644 index 000000000..15b12eb2a --- /dev/null +++ b/gantt/syncfusion.ganttdemos.wpf_80.csproj @@ -0,0 +1,258 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.ganttdemos.wpfapplication + syncfusion.ganttdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.ganttdemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Gantt.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridCommon.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfChart.WPF.dll + + + + + \ No newline at end of file diff --git a/gantt/syncfusion.ganttdemos.wpf_80.sln b/gantt/syncfusion.ganttdemos.wpf_80.sln new file mode 100644 index 000000000..1e17e937b --- /dev/null +++ b/gantt/syncfusion.ganttdemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.ganttdemos.wpf_80", "syncfusion.ganttdemos.wpf_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.ganttdemos.wpf_lib_80", "syncfusion.ganttdemos.wpf_lib_80.csproj", "{552A5E53-6023-429D-8BDD-28EA74A998CE}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {552A5E53-6023-429D-8BDD-28EA74A998CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {552A5E53-6023-429D-8BDD-28EA74A998CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {552A5E53-6023-429D-8BDD-28EA74A998CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {552A5E53-6023-429D-8BDD-28EA74A998CE}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_45.csproj b/gantt/syncfusion.ganttdemos.wpf_lib_45.csproj index 184c30e70..84af15bd7 100644 --- a/gantt/syncfusion.ganttdemos.wpf_lib_45.csproj +++ b/gantt/syncfusion.ganttdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {0d000e95-ac89-4bc5-a6a6-5316669085bc} + {f08e4e46-bb2c-4494-a50e-6189228f7b9e} library syncfusion.ganttdemos.wpf syncfusion.ganttdemos.wpf @@ -57,10 +57,10 @@ - - - - + + + + diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_47.csproj b/gantt/syncfusion.ganttdemos.wpf_lib_47.csproj index 8c24b86db..5c4976c99 100644 --- a/gantt/syncfusion.ganttdemos.wpf_lib_47.csproj +++ b/gantt/syncfusion.ganttdemos.wpf_lib_47.csproj @@ -55,10 +55,10 @@ - - - - + + + + diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_60.csproj b/gantt/syncfusion.ganttdemos.wpf_lib_60.csproj index 9c084c524..2c41dfb5c 100644 --- a/gantt/syncfusion.ganttdemos.wpf_lib_60.csproj +++ b/gantt/syncfusion.ganttdemos.wpf_lib_60.csproj @@ -150,10 +150,10 @@ - - - - + + + + diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_70.csproj b/gantt/syncfusion.ganttdemos.wpf_lib_70.csproj index e5a497734..2a45bea36 100644 --- a/gantt/syncfusion.ganttdemos.wpf_lib_70.csproj +++ b/gantt/syncfusion.ganttdemos.wpf_lib_70.csproj @@ -150,10 +150,10 @@ - - - - + + + + diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_80.csproj b/gantt/syncfusion.ganttdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..ded44b90b --- /dev/null +++ b/gantt/syncfusion.ganttdemos.wpf_lib_80.csproj @@ -0,0 +1,160 @@ + + + library + net8.0-windows + true + true + false + syncfusion.ganttdemos.wpf + syncfusion.ganttdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Always + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gantt/syncfusion.ganttdemos.wpf_lib_80.sln b/gantt/syncfusion.ganttdemos.wpf_lib_80.sln new file mode 100644 index 000000000..c51c8b8ac --- /dev/null +++ b/gantt/syncfusion.ganttdemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.ganttdemos.wpf_lib_80", "syncfusion.ganttdemos.wpf_lib_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/gauge/syncfusion.gaugedemos.wpf_45.csproj b/gauge/syncfusion.gaugedemos.wpf_45.csproj index bbc3206e0..087b3c956 100644 --- a/gauge/syncfusion.gaugedemos.wpf_45.csproj +++ b/gauge/syncfusion.gaugedemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {3527e9e9-be02-48e1-966b-648020a120fb} + {d0e1516a-39bb-46a5-bd16-8c120197f16b} WinExe syncfusion.gaugedemos.wpf syncfusion.gaugedemos.wpfapplication diff --git a/gauge/syncfusion.gaugedemos.wpf_80.csproj b/gauge/syncfusion.gaugedemos.wpf_80.csproj new file mode 100644 index 000000000..9f98dc317 --- /dev/null +++ b/gauge/syncfusion.gaugedemos.wpf_80.csproj @@ -0,0 +1,90 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.gaugedemos.wpfapplication + syncfusion.gaugedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.gaugedemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGauge.WPF.dll + + + + + \ No newline at end of file diff --git a/gauge/syncfusion.gaugedemos.wpf_80.sln b/gauge/syncfusion.gaugedemos.wpf_80.sln new file mode 100644 index 000000000..c67ec0f53 --- /dev/null +++ b/gauge/syncfusion.gaugedemos.wpf_80.sln @@ -0,0 +1,50 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gaugedemos.wpf_80", "syncfusion.gaugedemos.wpf_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gaugedemos.wpf_lib_80", "syncfusion.gaugedemos.wpf_lib_80.csproj", "{3531C625-CAFE-4F58-AC6C-A65308A0BCED}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug-Xml|Any CPU = Debug-Xml|Any CPU + Release|Any CPU = Release|Any CPU + Release-XML|Any CPU = Release-XML|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release-XML|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release-XML|Any CPU.Build.0 = Release|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Release|Any CPU.Build.0 = Release|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Release-XML|Any CPU.ActiveCfg = Release|Any CPU + {3531C625-CAFE-4F58-AC6C-A65308A0BCED}.Release-XML|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release-XML|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release-XML|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_45.csproj b/gauge/syncfusion.gaugedemos.wpf_lib_45.csproj index d23f0bb9a..2cb896c6e 100644 --- a/gauge/syncfusion.gaugedemos.wpf_lib_45.csproj +++ b/gauge/syncfusion.gaugedemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {a561f6e6-1115-468c-a949-68bdf099d63c} + {ac719a1f-eb0a-4bbb-8ab9-de3f1f5eb993} library syncfusion.gaugedemos.wpf syncfusion.gaugedemos.wpf @@ -55,7 +55,7 @@ - + diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_47.csproj b/gauge/syncfusion.gaugedemos.wpf_lib_47.csproj index 7b95949c2..3ebdbad12 100644 --- a/gauge/syncfusion.gaugedemos.wpf_lib_47.csproj +++ b/gauge/syncfusion.gaugedemos.wpf_lib_47.csproj @@ -53,7 +53,7 @@ - + diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_60.csproj b/gauge/syncfusion.gaugedemos.wpf_lib_60.csproj index def35c9f5..242d76337 100644 --- a/gauge/syncfusion.gaugedemos.wpf_lib_60.csproj +++ b/gauge/syncfusion.gaugedemos.wpf_lib_60.csproj @@ -51,7 +51,7 @@ - + diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_70.csproj b/gauge/syncfusion.gaugedemos.wpf_lib_70.csproj index e444afde3..7b3d1534d 100644 --- a/gauge/syncfusion.gaugedemos.wpf_lib_70.csproj +++ b/gauge/syncfusion.gaugedemos.wpf_lib_70.csproj @@ -51,7 +51,7 @@ - + diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_80.csproj b/gauge/syncfusion.gaugedemos.wpf_lib_80.csproj new file mode 100644 index 000000000..4758e1930 --- /dev/null +++ b/gauge/syncfusion.gaugedemos.wpf_lib_80.csproj @@ -0,0 +1,58 @@ + + + library + net8.0-windows + true + true + false + syncfusion.gaugedemos.wpf + syncfusion.gaugedemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gauge/syncfusion.gaugedemos.wpf_lib_80.sln b/gauge/syncfusion.gaugedemos.wpf_lib_80.sln new file mode 100644 index 000000000..efe7a800d --- /dev/null +++ b/gauge/syncfusion.gaugedemos.wpf_lib_80.sln @@ -0,0 +1,40 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gaugedemos.wpf_lib_80", "syncfusion.gaugedemos.wpf_lib_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug-Xml|Any CPU = Debug-Xml|Any CPU + Release|Any CPU = Release|Any CPU + Release-XML|Any CPU = Release-XML|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release-XML|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release-XML|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug-Xml|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug-Xml|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release-XML|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release-XML|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_45.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_45.csproj index 8c1488f7f..47101cf22 100644 --- a/gridcontrol/syncfusion.gridcontroldemos.wpf_45.csproj +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {c7567330-d130-4f36-9a49-d13a6ee384bd} + {fd49908f-b628-4e25-9165-6482f8844551} WinExe Properties syncfusion.gridcontroldemos.wpf diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_80.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_80.csproj new file mode 100644 index 000000000..ad354bab8 --- /dev/null +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_80.csproj @@ -0,0 +1,385 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.gridcontroldemos.wpfapplication + syncfusion.gridcontroldemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.gridcontroldemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfChart.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Compression.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.DocToPDFConverter.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.ExcelChartToImageConverter.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.ExcelToPDFConverter.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfGauge.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridCommon.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.GridConverter.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Linq.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Grid.Wpf.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Pdf.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.Tools.WPF.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.XlsIO.Base.dll + + + + + \ No newline at end of file diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_80.sln b/gridcontrol/syncfusion.gridcontroldemos.wpf_80.sln new file mode 100644 index 000000000..9b5942109 --- /dev/null +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gridcontroldemos.wpf_80", "syncfusion.gridcontroldemos.wpf_80.csproj", "{AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gridcontroldemos.wpf_lib_80", "syncfusion.gridcontroldemos.wpf_lib_80.csproj", "{46EE9537-3053-40EE-8041-C9BF372CE012}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Release|Any CPU.Build.0 = Release|Any CPU + {46EE9537-3053-40EE-8041-C9BF372CE012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {46EE9537-3053-40EE-8041-C9BF372CE012}.Debug|Any CPU.Build.0 = Debug|Any CPU + {46EE9537-3053-40EE-8041-C9BF372CE012}.Release|Any CPU.ActiveCfg = Release|Any CPU + {46EE9537-3053-40EE-8041-C9BF372CE012}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {49772136-ED40-4B28-B85E-51FDD971BFFD} + EndGlobalSection +EndGlobal diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_45.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_45.csproj index eb8acf9f5..09b9c0e89 100644 --- a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_45.csproj +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {4f731dbb-8510-4617-a854-9ef5ef8b3949} + {371002dc-4ffd-4bfc-b74b-f15d20495b18} library Properties syncfusion.gridcontroldemos.wpf @@ -77,19 +77,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_47.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_47.csproj index b0b1f6dad..a701a250e 100644 --- a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_47.csproj +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_47.csproj @@ -75,19 +75,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_60.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_60.csproj index ef0c86408..393ba05c4 100644 --- a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_60.csproj +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_60.csproj @@ -257,19 +257,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_70.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_70.csproj index 9b5f4d0a2..682540aec 100644 --- a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_70.csproj +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_70.csproj @@ -257,19 +257,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.csproj b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.csproj new file mode 100644 index 000000000..451042ad3 --- /dev/null +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.csproj @@ -0,0 +1,276 @@ + + + library + net8.0-windows + true + true + false + syncfusion.gridcontroldemos.wpf + syncfusion.gridcontroldemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.sln b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.sln new file mode 100644 index 000000000..490c1157b --- /dev/null +++ b/gridcontrol/syncfusion.gridcontroldemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.gridcontroldemos.wpf_lib_80", "syncfusion.gridcontroldemos.wpf_lib_80.csproj", "{AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB9DB68E-504E-44FD-9764-C02AA9AD9E7A}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {49772136-ED40-4B28-B85E-51FDD971BFFD} + EndGlobalSection +EndGlobal diff --git a/heatmap/syncfusion.heatmapdemos.wpf_45.csproj b/heatmap/syncfusion.heatmapdemos.wpf_45.csproj index df44ee8f9..6fc2913bc 100644 --- a/heatmap/syncfusion.heatmapdemos.wpf_45.csproj +++ b/heatmap/syncfusion.heatmapdemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {5919c883-d6a1-4663-ac56-3bc45cdad84e} + {4cac00c3-cda4-4e32-bf28-ecef892926da} WinExe syncfusion.heatmapdemos.wpf syncfusion.heatmapdemos.wpfapplication diff --git a/heatmap/syncfusion.heatmapdemos.wpf_80.csproj b/heatmap/syncfusion.heatmapdemos.wpf_80.csproj new file mode 100644 index 000000000..884d5679f --- /dev/null +++ b/heatmap/syncfusion.heatmapdemos.wpf_80.csproj @@ -0,0 +1,91 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.heatmapdemos.wpfapplication + syncfusion.heatmapdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.heatmapdemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfHeatMap.WPF.dll + + + + + \ No newline at end of file diff --git a/heatmap/syncfusion.heatmapdemos.wpf_80.sln b/heatmap/syncfusion.heatmapdemos.wpf_80.sln new file mode 100644 index 000000000..d6ba785c7 --- /dev/null +++ b/heatmap/syncfusion.heatmapdemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.heatmapdemos.wpf_80", "syncfusion.heatmapdemos.wpf_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.heatmapdemos.wpf_lib_80", "syncfusion.heatmapdemos.wpf_lib_80.csproj", "{68755B12-B52E-4B20-8AF3-8346A4D462B4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {68755B12-B52E-4B20-8AF3-8346A4D462B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {68755B12-B52E-4B20-8AF3-8346A4D462B4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {68755B12-B52E-4B20-8AF3-8346A4D462B4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {68755B12-B52E-4B20-8AF3-8346A4D462B4}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_45.csproj b/heatmap/syncfusion.heatmapdemos.wpf_lib_45.csproj index 08cbded73..b4d4b6603 100644 --- a/heatmap/syncfusion.heatmapdemos.wpf_lib_45.csproj +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {bbc676c2-e928-425a-b741-40db809f03ff} + {94834ea9-90a7-4c12-a976-c3beecb12fe7} library syncfusion.heatmapdemos.wpf syncfusion.heatmapdemos.wpf @@ -55,7 +55,7 @@ - + diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_47.csproj b/heatmap/syncfusion.heatmapdemos.wpf_lib_47.csproj index 786385134..b55103e29 100644 --- a/heatmap/syncfusion.heatmapdemos.wpf_lib_47.csproj +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_47.csproj @@ -53,7 +53,7 @@ - + diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_60.csproj b/heatmap/syncfusion.heatmapdemos.wpf_lib_60.csproj index 8da8c569f..26da5c1fe 100644 --- a/heatmap/syncfusion.heatmapdemos.wpf_lib_60.csproj +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_60.csproj @@ -75,7 +75,7 @@ - + diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_70.csproj b/heatmap/syncfusion.heatmapdemos.wpf_lib_70.csproj index eb6d5ddfd..8a3f5817c 100644 --- a/heatmap/syncfusion.heatmapdemos.wpf_lib_70.csproj +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_70.csproj @@ -75,7 +75,7 @@ - + diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_80.csproj b/heatmap/syncfusion.heatmapdemos.wpf_lib_80.csproj new file mode 100644 index 000000000..a0e7d1d26 --- /dev/null +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_80.csproj @@ -0,0 +1,82 @@ + + + library + net8.0-windows + true + true + false + syncfusion.heatmapdemos.wpf + syncfusion.heatmapdemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/heatmap/syncfusion.heatmapdemos.wpf_lib_80.sln b/heatmap/syncfusion.heatmapdemos.wpf_lib_80.sln new file mode 100644 index 000000000..b6939f6a3 --- /dev/null +++ b/heatmap/syncfusion.heatmapdemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.heatmapdemos.wpf_lib_80", "syncfusion.heatmapdemos.wpf_lib_80.csproj", "{9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9B74D92A-F42C-4BF1-B0A5-DCDE9BF7E779}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F63209FD-3F26-4196-A153-EF3024474E2C} + EndGlobalSection +EndGlobal diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_45.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_45.csproj index cc54ca71a..0c5904350 100644 --- a/imageeditor/syncfusion.imageeditordemos.wpf_45.csproj +++ b/imageeditor/syncfusion.imageeditordemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {61ea660d-e14f-4ef7-8abd-947100647b1b} + {44904b59-8f64-46ac-98fa-93b7980d3333} WinExe syncfusion.imageeditordemos.wpf syncfusion.imageeditordemos.wpfapplication diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_80.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_80.csproj new file mode 100644 index 000000000..d49d58a0f --- /dev/null +++ b/imageeditor/syncfusion.imageeditordemos.wpf_80.csproj @@ -0,0 +1,80 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.imageeditordemos.wpfapplication + syncfusion.imageeditordemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.imageeditordemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfImageEditor.WPF.dll + + + + + \ No newline at end of file diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_80.sln b/imageeditor/syncfusion.imageeditordemos.wpf_80.sln new file mode 100644 index 000000000..503c293e1 --- /dev/null +++ b/imageeditor/syncfusion.imageeditordemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.imageeditordemos.wpf_80", "syncfusion.imageeditordemos.wpf_80.csproj", "{B64564DC-04BF-4153-A4C1-82612A6F5E1A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.imageeditordemos.wpf_lib_80", "syncfusion.imageeditordemos.wpf_lib_80.csproj", "{06F1C89C-98C9-4567-A614-38C302D933A2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + {06F1C89C-98C9-4567-A614-38C302D933A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {06F1C89C-98C9-4567-A614-38C302D933A2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {06F1C89C-98C9-4567-A614-38C302D933A2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {06F1C89C-98C9-4567-A614-38C302D933A2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4B138D06-306E-4A39-8B09-A08406AE9B90} + EndGlobalSection +EndGlobal diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_45.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_lib_45.csproj index e88c285f1..a0ba8f81f 100644 --- a/imageeditor/syncfusion.imageeditordemos.wpf_lib_45.csproj +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {5b838ad7-d354-4771-ae34-98956a7048e4} + {c56ad43e-b126-4e77-bb24-35db37324302} library syncfusion.imageeditordemos.wpf syncfusion.imageeditordemos.wpf @@ -55,7 +55,7 @@ - + diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_47.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_lib_47.csproj index 2567616a1..3227c831d 100644 --- a/imageeditor/syncfusion.imageeditordemos.wpf_lib_47.csproj +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_47.csproj @@ -53,7 +53,7 @@ - + diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_60.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_lib_60.csproj index d788bd409..9ac938230 100644 --- a/imageeditor/syncfusion.imageeditordemos.wpf_lib_60.csproj +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_60.csproj @@ -65,7 +65,7 @@ - + diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_70.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_lib_70.csproj index 80665ee31..825b349d9 100644 --- a/imageeditor/syncfusion.imageeditordemos.wpf_lib_70.csproj +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_70.csproj @@ -65,7 +65,7 @@ - + diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.csproj b/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.csproj new file mode 100644 index 000000000..70f36ac82 --- /dev/null +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.csproj @@ -0,0 +1,72 @@ + + + library + net8.0-windows + true + true + false + syncfusion.imageeditordemos.wpf + syncfusion.imageeditordemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.sln b/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.sln new file mode 100644 index 000000000..0d701a2c0 --- /dev/null +++ b/imageeditor/syncfusion.imageeditordemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.imageeditordemos.wpf_lib_80", "syncfusion.imageeditordemos.wpf_lib_80.csproj", "{B64564DC-04BF-4153-A4C1-82612A6F5E1A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B64564DC-04BF-4153-A4C1-82612A6F5E1A}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4B138D06-306E-4A39-8B09-A08406AE9B90} + EndGlobalSection +EndGlobal diff --git a/kanban/syncfusion.kanbandemos.wpf_45.csproj b/kanban/syncfusion.kanbandemos.wpf_45.csproj index e2b7506ec..9badfa47f 100644 --- a/kanban/syncfusion.kanbandemos.wpf_45.csproj +++ b/kanban/syncfusion.kanbandemos.wpf_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {6cfda56a-8c45-4658-acca-bdc5c180fff6} + {40e41ad9-2c35-480f-86d5-13c475d88c4c} WinExe syncfusion.kanbandemos.wpf syncfusion.kanbandemos.wpfapplication diff --git a/kanban/syncfusion.kanbandemos.wpf_80.csproj b/kanban/syncfusion.kanbandemos.wpf_80.csproj new file mode 100644 index 000000000..fa359e3d0 --- /dev/null +++ b/kanban/syncfusion.kanbandemos.wpf_80.csproj @@ -0,0 +1,80 @@ + + + WinExe + net8.0-windows + true + true + False + false + false + syncfusion.kanbandemos.wpfapplication + syncfusion.kanbandemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + syncfusion.kanbandemos.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\net6.0\Syncfusion.SfKanban.WPF.dll + + + + + \ No newline at end of file diff --git a/kanban/syncfusion.kanbandemos.wpf_80.sln b/kanban/syncfusion.kanbandemos.wpf_80.sln new file mode 100644 index 000000000..566d5e6a8 --- /dev/null +++ b/kanban/syncfusion.kanbandemos.wpf_80.sln @@ -0,0 +1,36 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.kanbandemos.wpf_80", "syncfusion.kanbandemos.wpf_80.csproj", "{AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.kanbandemos.wpf_lib_80", "syncfusion.kanbandemos.wpf_lib_80.csproj", "{4D180F0D-B709-4272-A1E6-B5A353BFC49F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{9EF55CDB-ED67-4A06-BC2A-1F811F791191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Release|Any CPU.Build.0 = Release|Any CPU + {4D180F0D-B709-4272-A1E6-B5A353BFC49F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4D180F0D-B709-4272-A1E6-B5A353BFC49F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4D180F0D-B709-4272-A1E6-B5A353BFC49F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4D180F0D-B709-4272-A1E6-B5A353BFC49F}.Release|Any CPU.Build.0 = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9EF55CDB-ED67-4A06-BC2A-1F811F791191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C3ACC49B-1F30-40C3-93D3-73F0E94D054F} + EndGlobalSection +EndGlobal diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_45.csproj b/kanban/syncfusion.kanbandemos.wpf_lib_45.csproj index 4a80833ab..40f621244 100644 --- a/kanban/syncfusion.kanbandemos.wpf_lib_45.csproj +++ b/kanban/syncfusion.kanbandemos.wpf_lib_45.csproj @@ -4,7 +4,7 @@ Debug AnyCPU - {7daab6f7-7caa-4e39-8266-53684d01b8c1} + {ae184bbd-3d11-45c4-ae67-bb6074cb67fb} library syncfusion.kanbandemos.wpf syncfusion.kanbandemos.wpf @@ -53,7 +53,7 @@ - + diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_47.csproj b/kanban/syncfusion.kanbandemos.wpf_lib_47.csproj index d7843d029..c46d31c74 100644 --- a/kanban/syncfusion.kanbandemos.wpf_lib_47.csproj +++ b/kanban/syncfusion.kanbandemos.wpf_lib_47.csproj @@ -51,7 +51,7 @@ - + diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_60.csproj b/kanban/syncfusion.kanbandemos.wpf_lib_60.csproj index 7e6a8ae15..333ba2a39 100644 --- a/kanban/syncfusion.kanbandemos.wpf_lib_60.csproj +++ b/kanban/syncfusion.kanbandemos.wpf_lib_60.csproj @@ -65,7 +65,7 @@ - + diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_70.csproj b/kanban/syncfusion.kanbandemos.wpf_lib_70.csproj index 56578b6f7..626f140ea 100644 --- a/kanban/syncfusion.kanbandemos.wpf_lib_70.csproj +++ b/kanban/syncfusion.kanbandemos.wpf_lib_70.csproj @@ -65,7 +65,7 @@ - + diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_80.csproj b/kanban/syncfusion.kanbandemos.wpf_lib_80.csproj new file mode 100644 index 000000000..7d0f665c2 --- /dev/null +++ b/kanban/syncfusion.kanbandemos.wpf_lib_80.csproj @@ -0,0 +1,72 @@ + + + library + net8.0-windows + true + true + false + syncfusion.kanbandemos.wpf + syncfusion.kanbandemos.wpf + + + TRACE;NET50 + + + TRACE;NET50 + + + TRACE;NET50 + + + + + + + + + + + + + + + + + + + + + + + + syncfusion.demoscommon.wpf_lib_80 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/kanban/syncfusion.kanbandemos.wpf_lib_80.sln b/kanban/syncfusion.kanbandemos.wpf_lib_80.sln new file mode 100644 index 000000000..b221be506 --- /dev/null +++ b/kanban/syncfusion.kanbandemos.wpf_lib_80.sln @@ -0,0 +1,30 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.226.21692 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.kanbandemos.wpf_lib_80", "syncfusion.kanbandemos.wpf_lib_80.csproj", "{AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "syncfusion.demoscommon.wpf_lib_80", "..\common\syncfusion.demoscommon.wpf_lib_80.csproj", "{FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA8CD8E1-709F-4703-BE1F-23A7DC42C28C}.Release|Any CPU.Build.0 = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA11BA0A-2B67-4E9B-A0BD-43E01223EB30}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C3ACC49B-1F30-40C3-93D3-73F0E94D054F} + EndGlobalSection +EndGlobal diff --git a/layout/Document Container/DocumentContainerDemo.xaml b/layout/Document Container/DocumentContainerDemo.xaml index 0e34085da..b6fd63e9a 100644 --- a/layout/Document Container/DocumentContainerDemo.xaml +++ b/layout/Document Container/DocumentContainerDemo.xaml @@ -178,7 +178,7 @@ - + @@ -193,33 +193,6 @@ - - BIN - - -