192 строки
10 KiB
XML
192 строки
10 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<UseWPF>true</UseWPF>
|
|
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
|
|
<EnableDefaultItems>false</EnableDefaultItems>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AssemblyName>syncfusion.pivotgriddemos.wpfapplication</AssemblyName>
|
|
<RootNamespace>syncfusion.pivotgriddemos.wpfapplication</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>
|
|
<ProjectReference Include="syncfusion.pivotgriddemos.wpf_lib_60.csproj">
|
|
<Name>syncfusion.pivotgriddemos.wpf_lib_60</Name>
|
|
</ProjectReference>
|
|
<None Remove="Properties\Settings.settings" />
|
|
<None Include="Properties\Settings.settings" />
|
|
<None Remove="packages.config" />
|
|
<None Include="packages.config" />
|
|
<None Remove="App.config" />
|
|
<None Include="App.config" />
|
|
<Compile Remove="Behavior\CellSelectionAction.cs" />
|
|
<Compile Remove="Behavior\CustomEditingManager.cs" />
|
|
<Compile Remove="Behavior\ExpanderVisiblityConverter.cs" />
|
|
<Compile Remove="Behavior\ExportTriggerAction.cs" />
|
|
<Compile Remove="Behavior\HyperLinkAction.cs" />
|
|
<Compile Remove="Behavior\HyperlinkCellClickAction.cs" />
|
|
<Compile Remove="Behavior\MainWindowBehavior.cs" />
|
|
<Compile Remove="Behavior\SampleBehavior.cs" />
|
|
<Compile Remove="Behavior\UIThreadTriggerAction .cs" />
|
|
<None Remove="Data\pivotgrid\data.csv" />
|
|
<Compile Remove="Helpers\MonthComparer.cs" />
|
|
<Compile Remove="Model\BO.cs" />
|
|
<Compile Remove="Model\BusinessObject.cs" />
|
|
<Compile Remove="Model\CellTemplateModel.cs" />
|
|
<Compile Remove="Model\DataPoint.cs" />
|
|
<Compile Remove="Model\DataProvider.cs" />
|
|
<Compile Remove="Model\DrillThroughModel.cs" />
|
|
<Compile Remove="Model\ItemObject.cs" />
|
|
<Compile Remove="Model\PivotUpdatingModel.cs" />
|
|
<Compile Remove="Model\ProductSales.cs" />
|
|
<Compile Remove="Model\UpdateProductSales.cs" />
|
|
<Compile Remove="ViewModel\CellTemplateViewModel.cs" />
|
|
<Compile Remove="ViewModel\CustomSummariesViewModel.cs" />
|
|
<Compile Remove="ViewModel\CustomSummaryBase.cs" />
|
|
<Compile Remove="ViewModel\OnDemandLoadingViewModel.cs" />
|
|
<Compile Remove="ViewModel\PivotUpdatingViewModel.cs" />
|
|
<Compile Remove="ViewModel\PrintViewModel.cs" />
|
|
<Compile Remove="ViewModel\ProductSalesViewModel.cs" />
|
|
<Compile Remove="ViewModel\RowPivotsOnlyViewModel.cs" />
|
|
<Page Remove="Views\Appearance\CellTemplate.xaml" />
|
|
<Compile Remove="Views\Appearance\CellTemplate.xaml.cs" />
|
|
<Page Remove="Views\Appearance\ColorScales.xaml" />
|
|
<Compile Remove="Views\Appearance\ColorScales.xaml.cs" />
|
|
<Page Remove="Views\Appearance\ConditionalFormatting.xaml" />
|
|
<Compile Remove="Views\Appearance\ConditionalFormatting.xaml.cs" />
|
|
<Page Remove="Views\Appearance\HyperlinkCell.xaml" />
|
|
<Compile Remove="Views\Appearance\HyperlinkCell.xaml.cs" />
|
|
<Page Remove="Views\Appearance\StatePersistence.xaml" />
|
|
<Compile Remove="Views\Appearance\StatePersistence.xaml.cs" />
|
|
<Page Remove="Views\Appearance\SummaryDisplayOption.xaml" />
|
|
<Compile Remove="Views\Appearance\SummaryDisplayOption.xaml.cs" />
|
|
<Page Remove="Views\Appearance\ToolTip.xaml" />
|
|
<Compile Remove="Views\Appearance\ToolTip.xaml.cs" />
|
|
<Page Remove="Views\Exporting\Exporting.xaml" />
|
|
<Compile Remove="Views\Exporting\Exporting.xaml.cs" />
|
|
<Page Remove="Views\Expressions\ExpressionFields.xaml" />
|
|
<Compile Remove="Views\Expressions\ExpressionFields.xaml.cs" />
|
|
<Page Remove="Views\Field List\FieldList.xaml" />
|
|
<Compile Remove="Views\Field List\FieldList.xaml.cs" />
|
|
<Page Remove="Views\Grouping Bar\ContextMenu.xaml" />
|
|
<Compile Remove="Views\Grouping Bar\ContextMenu.xaml.cs" />
|
|
<Page Remove="Views\Grouping Bar\GroupingBar.xaml" />
|
|
<Compile Remove="Views\Grouping Bar\GroupingBar.xaml.cs" />
|
|
<Page Remove="Views\Interactive Features\DrillThrough.xaml" />
|
|
<Compile Remove="Views\Interactive Features\DrillThrough.xaml.cs" />
|
|
<Page Remove="Views\Interactive Features\Filtering.xaml" />
|
|
<Compile Remove="Views\Interactive Features\Filtering.xaml.cs" />
|
|
<Page Remove="Views\Interactive Features\PivotEditing.xaml" />
|
|
<Compile Remove="Views\Interactive Features\PivotEditing.xaml.cs" />
|
|
<Page Remove="Views\Interactive Features\PivotUpdating.xaml" />
|
|
<Compile Remove="Views\Interactive Features\PivotUpdating.xaml.cs" />
|
|
<Page Remove="Views\Interactive Features\Sorting.xaml" />
|
|
<Compile Remove="Views\Interactive Features\Sorting.xaml.cs" />
|
|
<Page Remove="Views\Performance\OnDemandLoading.xaml" />
|
|
<Compile Remove="Views\Performance\OnDemandLoading.xaml.cs" />
|
|
<Page Remove="Views\Printing\Printing.xaml" />
|
|
<Compile Remove="Views\Printing\Printing.xaml.cs" />
|
|
<Page Remove="Views\Product Showcase\FieldCaption.xaml" />
|
|
<Compile Remove="Views\Product Showcase\FieldCaption.xaml.cs" />
|
|
<Page Remove="Views\Product Showcase\PivotGridCustomization.xaml" />
|
|
<Compile Remove="Views\Product Showcase\PivotGridCustomization.xaml.cs" />
|
|
<Page Remove="Views\Product Showcase\PivotGridDemo.xaml" />
|
|
<Compile Remove="Views\Product Showcase\PivotGridDemo.xaml.cs" />
|
|
<Page Remove="Views\Product Showcase\RowPivotsOnly.xaml" />
|
|
<Compile Remove="Views\Product Showcase\RowPivotsOnly.xaml.cs" />
|
|
<Page Remove="Views\Product Showcase\UIThreading.xaml" />
|
|
<Compile Remove="Views\Product Showcase\UIThreading.xaml.cs" />
|
|
<Page Remove="Views\Selection\CellSelection.xaml" />
|
|
<Compile Remove="Views\Selection\CellSelection.xaml.cs" />
|
|
<Page Remove="Views\Serialization\Serialization.xaml" />
|
|
<Compile Remove="Views\Serialization\Serialization.xaml.cs" />
|
|
<Page Remove="Views\Summaries\CustomSummary.xaml" />
|
|
<Compile Remove="Views\Summaries\CustomSummary.xaml.cs" />
|
|
<Compile Remove="PivotGridDemosViewModel.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.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.Linq.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Linq.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.PivotAnalysis.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.PivotAnalysis.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.PivotAnalysis.Wpf">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.PivotAnalysis.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.PivotGridConverter.Wpf">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.PivotGridConverter.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.SfGrid.WPF">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.SfGrid.WPF.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.Shared.WPF.Classic">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Shared.WPF.Classic.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.Tools.Wpf">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Tools.Wpf.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.Pdf.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Pdf.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.DocIO.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.DocIO.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.Tools.WPF.Classic">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Tools.WPF.Classic.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.XlsIO.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.XlsIO.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.OfficeChart.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.OfficeChart.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Syncfusion.Compression.Base">
|
|
<HintPath>$(SyncfusionInstallLocation)\precompiledassemblies\net5.0\Syncfusion.Compression.Base.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="..\common\demos.common.props">
|
|
</Import>
|
|
</Project> |