-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathsyncfusion.olapclientdemos.wpf_Net90.csproj
More file actions
77 lines (77 loc) · 3.75 KB
/
syncfusion.olapclientdemos.wpf_Net90.csproj
File metadata and controls
77 lines (77 loc) · 3.75 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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<RootNamespace>syncfusion.olapclientdemos.wpfapplication</RootNamespace>
<AssemblyName>syncfusion.olapclientdemos.wpfapplication</AssemblyName>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Syncfusion.Chart.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.Olap.Base" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapChart.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.ExportOlapChart.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapClient.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapGauge.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapGrid.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapGridCommon.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.ExportOlapGrid.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapSampleUtils" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapTools.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.Linq.Base" Version="33.2.3" />
<PackageReference Include="Syncfusion.OfficeChart.Base" Version="33.2.3" />
<PackageReference Include="Syncfusion.Compression.Base" 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.XlsIO.Wpf" Version="33.2.3" />
<PackageReference Include="Syncfusion.OlapShared.WPF" Version="33.2.3" />
<PackageReference Include="Syncfusion.Shared.Wpf.Classic" Version="33.2.3" />
<PackageReference Include="Syncfusion.Tools.Wpf.Classic" Version="33.2.3" />
<Reference Include="System" />
<Reference Include="System.Data" />
<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>
<None Remove="Assets\**" />
<Compile Remove="Behaviour\**" />
<Page Remove="Behaviour\**" />
<Compile Remove="Model\**" />
<Compile Remove="ViewModel\**" />
<Compile Remove="Views\**" />
<None Remove="Data\**" />
<Page Remove="Views\**" />
<None Remove="App.config" />
<None Remove="packages.config" />
<Compile Remove="OlapClientDemosViewModel.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../common/syncfusion.demoscommon.wpf_lib_Net90.csproj">
<Name>syncfusion.demoscommon.wpf_lib</Name>
</ProjectReference>
<ProjectReference Include="syncfusion.olapclientdemos.wpf_lib_Net90.csproj">
<Name>syncfusion.olapclientdemos.wpf_lib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\Common\demos.common.props" />
<Import Project="..\targets\MultiTargeting_Net90.targets" />
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
<DefineConstants>TRACE</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
</Project>