-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy pathsyncfusion.treegriddemos.wpf_Net462.csproj
More file actions
67 lines (67 loc) · 2.93 KB
/
syncfusion.treegriddemos.wpf_Net462.csproj
File metadata and controls
67 lines (67 loc) · 2.93 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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<AssemblyName>syncfusion.treegriddemos.wpf.app</AssemblyName>
<RootNamespace>syncfusion.treegriddemos.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="System" />
<Reference Include="System.Data" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Drawing" />
<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="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Syncfusion.Data.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.SfGrid.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.Grid.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.GridCommon.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Compression.base" Version="33.2.3" />
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Pdf.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.PdfViewer.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.DataGridExcelExport.Wpf" Version="33.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../common/syncfusion.demoscommon.wpf_lib_Net462.csproj">
<Name>syncfusion.demoscommon.wpf_lib</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.treegriddemos.wpf_lib_Net462.csproj">
<Name>syncfusion.treegriddemos.wpf_lib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Remove="Properties\Settings.settings" />
<None Remove="App.config" />
<None Remove="packages.config" />
<None Remove="Assets\treegrid\*" />
<Compile Remove="Behaviors\*" />
<Compile Remove="Command\*" />
<Compile Remove="Converter\*" />
<Compile Remove="Helper\*" />
<Compile Remove="Model\*" />
<Compile Remove="ViewModel\*" />
<Page Remove="Views\**" />
<Compile Remove="Views\**" />
<Compile Remove="TreeGridDemosViewModel.cs" />
</ItemGroup>
<Import Project="..\Common\demos.common.props">
</Import>
<Import Project="..\targets\MultiTargeting_Net462.targets" />
</Project>