Skip to content

Commit 7d8a9b5

Browse files
author
NitheeshKumarThangaraj
committed
commited the new sample for exporting the chart
1 parent db15344 commit 7d8a9b5

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed
Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.12.35506.116 d17.12
4+
VisualStudioVersion = 17.14.36301.6 d17.14
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUISampleDemo", "WinUISampleDemo\WinUISampleDemo.csproj", "{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinUISampleDemo", "WinUISampleDemo\WinUISampleDemo.csproj", "{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,26 +15,29 @@ Global
1515
Release|x86 = Release|x86
1616
EndGlobalSection
1717
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|ARM64.ActiveCfg = Debug|ARM64
19-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|ARM64.Build.0 = Debug|ARM64
20-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|ARM64.Deploy.0 = Debug|ARM64
21-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x64.ActiveCfg = Debug|x64
22-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x64.Build.0 = Debug|x64
23-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x64.Deploy.0 = Debug|x64
24-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x86.ActiveCfg = Debug|x86
25-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x86.Build.0 = Debug|x86
26-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Debug|x86.Deploy.0 = Debug|x86
27-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|ARM64.ActiveCfg = Release|ARM64
28-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|ARM64.Build.0 = Release|ARM64
29-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|ARM64.Deploy.0 = Release|ARM64
30-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x64.ActiveCfg = Release|x64
31-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x64.Build.0 = Release|x64
32-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x64.Deploy.0 = Release|x64
33-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x86.ActiveCfg = Release|x86
34-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x86.Build.0 = Release|x86
35-
{0C10A7EF-1D8E-48E0-A15A-D865C3FA5F58}.Release|x86.Deploy.0 = Release|x86
18+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|ARM64.ActiveCfg = Debug|ARM64
19+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|ARM64.Build.0 = Debug|ARM64
20+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|ARM64.Deploy.0 = Debug|ARM64
21+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x64.ActiveCfg = Debug|x64
22+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x64.Build.0 = Debug|x64
23+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x64.Deploy.0 = Debug|x64
24+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x86.ActiveCfg = Debug|x86
25+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x86.Build.0 = Debug|x86
26+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Debug|x86.Deploy.0 = Debug|x86
27+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|ARM64.ActiveCfg = Release|ARM64
28+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|ARM64.Build.0 = Release|ARM64
29+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|ARM64.Deploy.0 = Release|ARM64
30+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x64.ActiveCfg = Release|x64
31+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x64.Build.0 = Release|x64
32+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x64.Deploy.0 = Release|x64
33+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x86.ActiveCfg = Release|x86
34+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x86.Build.0 = Release|x86
35+
{D62F3B6A-8A1F-44C1-A936-3FA1B9E773D4}.Release|x86.Deploy.0 = Release|x86
3636
EndGlobalSection
3737
GlobalSection(SolutionProperties) = preSolution
3838
HideSolutionNode = FALSE
3939
EndGlobalSection
40+
GlobalSection(ExtensibilityGlobals) = postSolution
41+
SolutionGuid = {1877539E-4531-492C-BCFF-BE0B812C557C}
42+
EndGlobalSection
4043
EndGlobal

WinUISampleDemo/WinUISampleDemo/WinUISampleDemo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<ProjectCapability Include="Msix" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
40-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" />
39+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
40+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
4141
<PackageReference Include="Syncfusion.Chart.WinUI" Version="*" />
4242
</ItemGroup>
4343

0 commit comments

Comments
 (0)