-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.gridcontroldemos.wpf_Net10.csproj
More file actions
106 lines (106 loc) · 4.52 KB
/
syncfusion.gridcontroldemos.wpf_Net10.csproj
File metadata and controls
106 lines (106 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>syncfusion.gridcontroldemos.wpfapplication</AssemblyName>
<RootNamespace>syncfusion.gridcontroldemos.wpf</RootNamespace>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0-windows' ">
<RuntimeHostConfigurationOption Include="Switch.System.Windows.Controls.DisableDynamicResourceOptimization" Value="true" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFRAMEWORK' ">
<Reference Include="Accessibility" />
<Reference Include="PresentationFramework.Aero" />
<Reference Include="PresentationFramework.Luna" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Workflow.Runtime" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
</Reference>
<Reference Include="UIAutomationProvider" />
<Reference Include="UIAutomationTypes" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="WindowsFormsIntegration" />
<Reference Include="System.Workflow.ComponentModel" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.SfChart.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.Compression.Base" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfGauge.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.GridCommon.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.GridExcelExport.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Linq.Base" Version="33.2.3" />
<PackageReference Include="Syncfusion.Grid.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Pdf.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Tools.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="33.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../common/syncfusion.demoscommon.wpf_lib_Net10.csproj">
<Name>syncfusion.demoscommon.wpf_lib</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.gridcontroldemos.wpf_lib_Net10.csproj">
<Name>syncfusion.gridcontroldemos.wpf_lib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="Properties\Settings.settings" />
<None Remove="App.config" />
<Page Remove="Appearance\**" />
<Compile Remove="Appearance\**" />
<None Remove="Assets\**" />
<Compile Remove="Cell Types\**" />
<Page Remove="Cell Types\**" />
<None Remove="Data\**" />
<Page Remove="Data\**" />
<Page Remove="ExcelLikeFeature\**" />
<Compile Remove="ExcelLikeFeature\**" />
<None Remove="ExcelLikeFeature\**" />
<Page Remove="Export\**" />
<Compile Remove="Export\**" />
<Compile Remove="Formula Support\**" />
<Page Remove="Formula Support\**" />
<Page Remove="Grid Layout\**" />
<Compile Remove="Grid Layout\**" />
<Compile Remove="Grid Virtualization\**" />
<Page Remove="Grid Virtualization\**" />
<Compile Remove="Helpers\SampleGridControl.cs" />
<Compile Remove="Import\**" />
<Page Remove="Import\**" />
<Compile Remove="Performance\**" />
<Page Remove="Performance\**" />
<Compile Remove="Printing\**" />
<Page Remove="Printing\**" />
<Compile Remove="Product ShowCase\**" />
<Page Remove="Product ShowCase\**" />
<Page Remove="Scrolling\**" />
<Compile Remove="Scrolling\**" />
<Page Remove="Selection\**" />
<Compile Remove="Selection\**" />
<Page Remove="Serialization\**" />
<Compile Remove="Serialization\**" />
<Page Remove="Themes\Generic.xaml" />
<Compile Remove="Zooming\**" />
<Page Remove="Zooming\**" />
<Compile Remove="GridControlDemosViewModel.cs" />
</ItemGroup>
<Import Project="..\Common\demos.common.props">
</Import>
<Import Project="..\targets\MultiTargeting_Net10.targets" />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>