wpf-demos/olapgrid/syncfusion.olapgriddemos.wp...

314 строки
13 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{35FFCD73-C379-4845-BC82-E46DD6137488}</ProjectGuid>
<OutputType>library</OutputType>
<RootNamespace>syncfusion.olapgriddemos.wpf</RootNamespace>
<AssemblyName>syncfusion.olapgriddemos.wpf</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<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">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<PackageReference Include="Syncfusion.Compression.Base" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Data.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.DocIO.Wpf" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Grid.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.GridCommon.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Linq.Base" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OfficeChart.Base" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Olap.Base" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OlapGrid.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OlapGridCommon.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.ExportOlapGrid.Wpf" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OlapSampleUtils" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OlapShared.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.OlapTools.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Pdf.Wpf" Version="27.2.2"/>
<PackageReference Include="Syncfusion.SfGrid.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Tools.WPF" Version="27.2.2"/>
<PackageReference Include="Syncfusion.XlsIO.Wpf" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Shared.Wpf.Classic" Version="27.2.2"/>
<PackageReference Include="Syncfusion.Tools.Wpf.Classic" Version="27.2.2"/>
</ItemGroup>
<ItemGroup>
<Compile Include="Behaviour\AxisElementLoadedBehaviour.cs" />
<Compile Include="Behaviour\BooltoVisiblityConverter.cs" />
<Compile Include="Behaviour\CellSelectionCheckBoxUncheckedTriggerAction.cs" />
<Compile Include="Behaviour\CheckBoxUncheckedTriggerAction.cs" />
<Compile Include="Behaviour\GridSelectionChangedTriggerAction.cs" />
<Compile Include="Behaviour\MDXEditor.xaml.cs">
<DependentUpon>MDXEditor.xaml</DependentUpon>
</Compile>
<Compile Include="Behaviour\SaveButtonAction.cs" />
<Compile Include="Behaviour\TransactionGridBehavior.cs" />
<Compile Include="Model\KPIModel.cs" />
<Compile Include="Model\OlapGridDemoModel.cs" />
<Compile Include="Model\TransactionModel.cs" />
<Compile Include="OlapGridDemosViewModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="ViewModel\AppearanceViewModel.cs" />
<Compile Include="ViewModel\CellSelectionViewModel.cs" />
<Compile Include="ViewModel\CellTemplateViewModel.cs" />
<Compile Include="ViewModel\ConditionalFormattingViewModel.cs" />
<Compile Include="ViewModel\DrillStateViewModel.cs" />
<Compile Include="ViewModel\DrillThroughReportViewModel.cs" />
<Compile Include="ViewModel\DrillTypesViewModel.cs" />
<Compile Include="ViewModel\ExportingGridViewModel.cs" />
<Compile Include="ViewModel\FrozenHeaderViewModel.cs" />
<Compile Include="ViewModel\GridLayoutViewModel.cs" />
<Compile Include="ViewModel\GridPagingViewModel.cs" />
<Compile Include="ViewModel\HyperlinkCellViewModel.cs" />
<Compile Include="ViewModel\KPIViewModel.cs" />
<Compile Include="ViewModel\MDXQueryViewModel.cs" />
<Compile Include="ViewModel\MemberPropertiesViewModel.cs" />
<Compile Include="ViewModel\OlapGridDemoViewModel.cs" />
<Compile Include="ViewModel\ReportInCodeViewModel.cs" />
<Compile Include="ViewModel\ReportInFileViewModel.cs" />
<Compile Include="ViewModel\SerializationViewModel.cs" />
<Compile Include="ViewModel\TransactionViewModel.cs" />
<Compile Include="Views\Appearance\Appearance.xaml.cs">
<DependentUpon>Appearance.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Appearance\CellTemplate.xaml.cs">
<DependentUpon>CellTemplate.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Appearance\ConditionalFormatting.xaml.cs">
<DependentUpon>ConditionalFormatting.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Appearance\FrozenHeader.xaml.cs">
<DependentUpon>FrozenHeader.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Appearance\GridLayout.xaml.cs">
<DependentUpon>GridLayout.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Appearance\HyperlinkCell.xaml.cs">
<DependentUpon>HyperlinkCell.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Data Relation\DrillState.xaml.cs">
<DependentUpon>DrillState.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Data Relation\DrillThrough.xaml.cs">
<DependentUpon>DrillThrough.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Data Relation\DrillTypes.xaml.cs">
<DependentUpon>DrillTypes.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Defining Reports\MDXQuery.xaml.cs">
<DependentUpon>MDXQuery.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Defining Reports\ReportInFile.xaml.cs">
<DependentUpon>ReportInFile.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Defining Reports\ReportsInCode.xaml.cs">
<DependentUpon>ReportsInCode.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Defining Reports\XAMLConfiguration.xaml.cs">
<DependentUpon>XAMLConfiguration.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Exporting\ExportingGrid.xaml.cs">
<DependentUpon>ExportingGrid.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Getting Started\OlapGridDemo.xaml.cs">
<DependentUpon>OlapGridDemo.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Paging\GridPaging.xaml.cs">
<DependentUpon>GridPaging.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Product Showcase\KPI.xaml.cs">
<DependentUpon>KPI.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Product Showcase\MemberProperties.xaml.cs">
<DependentUpon>MemberProperties.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Product Showcase\TransactionView.xaml.cs">
<DependentUpon>TransactionView.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Selection\CellSelection.xaml.cs">
<DependentUpon>CellSelection.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Serialization\Serialization.xaml.cs">
<DependentUpon>Serialization.xaml</DependentUpon>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Assets\" />
</ItemGroup>
<ItemGroup>
<Page Include="Behaviour\MDXEditor.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\Appearance.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\CellTemplate.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\ConditionalFormatting.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\FrozenHeader.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\GridLayout.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Appearance\HyperlinkCell.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Data Relation\DrillState.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Data Relation\DrillThrough.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Data Relation\DrillTypes.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Defining Reports\MDXQuery.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Defining Reports\ReportInFile.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Defining Reports\ReportsInCode.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Defining Reports\XAMLConfiguration.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Exporting\ExportingGrid.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Getting Started\OlapGridDemo.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Paging\GridPaging.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Product Showcase\KPI.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Product Showcase\MemberProperties.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Product Showcase\TransactionView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Selection\CellSelection.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Serialization\Serialization.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_47.csproj">
<Project>{9ef55cdb-ed67-4a06-bc2a-1f811f791191}</Project>
<Name>syncfusion.demoscommon.wpf_lib_47</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\common\demos.common.props" />
</Project>