forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syncfusion.treegriddemos.wpf_50.csproj
160 lines (160 loc) · 8.58 KB
/
syncfusion.treegriddemos.wpf_50.csproj
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<EnableDefaultItems>false</EnableDefaultItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.treegriddemos.wpf.app</AssemblyName>
<RootNamespace>syncfusion.treegriddemos.wpf</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="obj\**" />
<Compile Remove="obj_45\**" />
<Compile Remove="obj_47\**" />
<Compile Remove="obj_50\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="obj_45\**" />
<EmbeddedResource Remove="obj_47\**" />
<EmbeddedResource Remove="obj_50\**" />
<None Remove="obj\**" />
<None Remove="obj_45\**" />
<None Remove="obj_47\**" />
<None Remove="obj_50\**" />
<Page Remove="obj\**" />
<Page Remove="obj_45\**" />
<Page Remove="obj_47\**" />
<Page Remove="obj_50\**" />
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_50.csproj">
<Name>syncfusion.demoscommon.wpf_lib_50</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.treegriddemos.wpf_lib_50.csproj">
<Name>syncfusion.treegriddemos.wpf_lib_50</Name>
</ProjectReference>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="App.config" />
<None Include="App.config" />
<None Remove="Assets\treegrid\DriveNode.png" />
<None Remove="Assets\treegrid\FileExplorer_Icon.png" />
<None Remove="Assets\treegrid\folder.png" />
<None Remove="Assets\treegrid\Footer.png" />
<None Remove="Assets\treegrid\Header.png" />
<Compile Remove="Behaviors\CellMergingTreeItemsBehavior.cs" />
<Compile Remove="Behaviors\QueryCoveredRangeBehavior.cs" />
<Compile Remove="Behaviors\RequestTreeItemsBehavior.cs" />
<Compile Remove="Behaviors\SfTreeGridBehavior.cs" />
<Compile Remove="Command\ExcelExportCommand.cs" />
<Compile Remove="Command\ExportToPDFCommand.cs" />
<Compile Remove="Converter\CellStyleConverter.cs" />
<Compile Remove="Converter\ExcelOptionsConverter.cs" />
<Compile Remove="Converter\FilterLevelConverter.cs" />
<Compile Remove="Converter\ImageConverter.cs" />
<Compile Remove="Converter\PDFOptionsConverter.cs" />
<Compile Remove="Converter\SearchConditionVisibilityConverter.cs" />
<Compile Remove="Converter\SelectionImageConverter.cs" />
<Compile Remove="Converter\TemplateImageConverter.cs" />
<Compile Remove="Converter\TextConverter.cs" />
<Compile Remove="Helper\CustomComparer.cs" />
<Compile Remove="Model\DataValidationModel.cs" />
<Compile Remove="Model\EmployeeInfo.cs" />
<Compile Remove="Model\FileInfoModel.cs" />
<Compile Remove="ViewModel\ContextMenuViewModel.cs" />
<Compile Remove="ViewModel\DataValidationViewModel.cs" />
<Compile Remove="ViewModel\EmployeeInfoViewModel.cs" />
<Compile Remove="ViewModel\FileExplorerViewModel.cs" />
<Page Remove="Views\Appearance\CellStyleDemo.xaml" />
<Compile Remove="Views\Appearance\CellStyleDemo.xaml.cs" />
<Page Remove="Views\Appearance\ConditionalFormatting.xaml" />
<Compile Remove="Views\Appearance\ConditionalFormatting.xaml.cs" />
<Page Remove="Views\Appearance\FrozenColumnsDemo.xaml" />
<Compile Remove="Views\Appearance\FrozenColumnsDemo.xaml.cs" />
<Page Remove="Views\Appearance\LevelStylingDemo.xaml" />
<Compile Remove="Views\Appearance\LevelStylingDemo.xaml.cs" />
<Page Remove="Views\Column\CellMerging.xaml" />
<Compile Remove="Views\Column\CellMerging.xaml.cs" />
<Page Remove="Views\Column\ColumnSizerDemo.xaml" />
<Compile Remove="Views\Column\ColumnSizerDemo.xaml.cs" />
<Page Remove="Views\Column\StackedHeaderDemo.xaml" />
<Compile Remove="Views\Column\StackedHeaderDemo.xaml.cs" />
<Page Remove="Views\Data Validation\DataValidationDemo.xaml" />
<Compile Remove="Views\Data Validation\DataValidationDemo.xaml.cs" />
<Page Remove="Views\Editing and Selection\EditingDemo.xaml" />
<Compile Remove="Views\Editing and Selection\EditingDemo.xaml.cs" />
<Page Remove="Views\Editing and Selection\SelectionDemo.xaml" />
<Compile Remove="Views\Editing and Selection\SelectionDemo.xaml.cs" />
<Page Remove="Views\Exporting\ExcelExportingDemo.xaml" />
<Compile Remove="Views\Exporting\ExcelExportingDemo.xaml.cs" />
<Page Remove="Views\Exporting\PDFExportingDemo.xaml" />
<Compile Remove="Views\Exporting\PDFExportingDemo.xaml.cs" />
<Page Remove="Views\Filtering\ExcelLikeFilteringDemo.xaml" />
<Compile Remove="Views\Filtering\ExcelLikeFilteringDemo.xaml.cs" />
<Page Remove="Views\Filtering\FilteringDemo.xaml" />
<Compile Remove="Views\Filtering\FilteringDemo.xaml.cs" />
<Page Remove="Views\Getting Started\NestedCollection.xaml" />
<Compile Remove="Views\Getting Started\NestedCollection.xaml.cs" />
<Page Remove="Views\Getting Started\OnDemandLoading.xaml" />
<Compile Remove="Views\Getting Started\OnDemandLoading.xaml.cs" />
<Page Remove="Views\Getting Started\SelfRelationalDataBinding.xaml" />
<Compile Remove="Views\Getting Started\SelfRelationalDataBinding.xaml.cs" />
<Page Remove="Views\Interactive Features\ContextMenuDemo.xaml" />
<Compile Remove="Views\Interactive Features\ContextMenuDemo.xaml.cs" />
<Page Remove="Views\Interactive Features\DragAndDropDemo.xaml" />
<Compile Remove="Views\Interactive Features\DragAndDropDemo.xaml.cs" />
<Page Remove="Views\Node CheckBox\CheckBoxSelection.xaml" />
<Compile Remove="Views\Node CheckBox\CheckBoxSelection.xaml.cs" />
<Page Remove="Views\Node CheckBox\ConditionalCheckBox.xaml" />
<Compile Remove="Views\Node CheckBox\ConditionalCheckBox.xaml.cs" />
<Page Remove="Views\Printing\PrintingDemo.xaml" />
<Compile Remove="Views\Printing\PrintingDemo.xaml.cs" />
<Page Remove="Views\Show Case Demo\FileExplorer.xaml" />
<Compile Remove="Views\Show Case Demo\FileExplorer.xaml.cs" />
<Page Remove="Views\Sorting\CustomSorting.xaml" />
<Compile Remove="Views\Sorting\CustomSorting.xaml.cs" />
<Page Remove="Views\Sorting\Sorting.xaml" />
<Compile Remove="Views\Sorting\Sorting.xaml.cs" />
<Compile Remove="TreeGridDemosViewModel.cs" />
<ApplicationDefinition Include="App.xaml" />
<Compile Include="App.xaml.cs" />
<Reference Include="Syncfusion.Data.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Data.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfGrid.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.SfGrid.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Grid.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Grid.Wpf.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.GridCommon.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.GridCommon.Wpf.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Compression.base">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Compression.base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.XlsIO.base">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.XlsIO.base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.XlsIO.Wpf">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.XlsIO.Wpf.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Pdf.Base">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Pdf.Base.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.PdfViewer.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.PdfViewer.WPF.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.SfGridConverter.WPF">
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.SfGridConverter.WPF.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>