forked from syncfusion/wpf-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
syncfusion.pivotgriddemos.wpf_lib_60.csproj
92 lines (75 loc) · 3.58 KB
/
syncfusion.pivotgriddemos.wpf_lib_60.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>library</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>syncfusion.pivotgriddemos.wpf</AssemblyName>
<RootNamespace>syncfusion.pivotgriddemos.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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Xml|AnyCPU'">
<DefineConstants>TRACE;NET50</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Remove="obj\**" />
<Compile Remove="obj_45\**" />
<Compile Remove="obj_47\**" />
<Compile Remove="obj_50\**" />
<Compile Remove="obj_60\**" />
<EmbeddedResource Remove="obj\**" />
<EmbeddedResource Remove="obj_45\**" />
<EmbeddedResource Remove="obj_47\**" />
<EmbeddedResource Remove="obj_50\**" />
<EmbeddedResource Remove="obj_60\**" />
<None Remove="obj\**" />
<None Remove="obj_45\**" />
<None Remove="obj_47\**" />
<None Remove="obj_50\**" />
<None Remove="obj_60\**" />
<Page Remove="obj\**" />
<Page Remove="obj_45\**" />
<Page Remove="obj_47\**" />
<Page Remove="obj_50\**" />
<Page Remove="obj_60\**" />
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_60.csproj">
<Name>syncfusion.demoscommon.wpf_lib_60</Name>
</ProjectReference>
<None Remove="Data\pivotgrid\data.csv" />
<None Include="Data\pivotgrid\data.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Remove="Properties\Settings.settings" />
<None Include="Properties\Settings.settings" />
<None Remove="packages.config" />
<None Include="packages.config" />
<None Remove="App.config" />
<Compile Remove="App.xaml.cs" />
<ApplicationDefinition Remove="App.xaml" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Syncfusion.Data.WPF" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Grid.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.GridCommon.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Linq.Base" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.PivotAnalysis.Base" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.PivotTable.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.PivotTableExport.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.SfGrid.WPF" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Shared.WPF.Classic" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Tools.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Pdf.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Tools.WPF.Classic" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.OfficeChart.Base" Version="20.4.0.48"/>
<PackageReference Include="Syncfusion.Compression.Base" Version="20.4.0.48"/>
</ItemGroup>
<Import Project="..\common\demos.common.props">
</Import>
</Project>