148 строки
6.3 KiB
XML
148 строки
6.3 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>{A7559815-E041-41AF-A34A-A21C53F8B4CE}</ProjectGuid>
|
|
<OutputType>library</OutputType>
|
|
<RootNamespace>syncfusion.treemapdemos.wpf</RootNamespace>
|
|
<AssemblyName>syncfusion.treemapdemos.wpf</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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.SfTreeMap.WPF" Version="19.3.0.53"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Behaviors\RadioButtonBehavior.cs" />
|
|
<Compile Include="Converter\TextToVisibilityConverter.cs" />
|
|
<Compile Include="Model\PopulationDetail.cs" />
|
|
<Compile Include="TreeMapDemosViewModel.cs" />
|
|
<Compile Include="Model\HierarchicalCollectionTreeMapModel.cs" />
|
|
<Compile Include="Model\OlympicMedals.cs" />
|
|
<Compile Include="Model\SubDivision.cs" />
|
|
<Compile Include="ViewModel\GettingStartedViewModel.cs" />
|
|
<Compile Include="ViewModel\HierarchicalCollectionTreeMapViewModel.cs" />
|
|
<Compile Include="ViewModel\TreeMapCustomizationViewModel.cs" />
|
|
<Compile Include="ViewModel\TreeMapDrillDownViewModel.cs" />
|
|
<Compile Include="Views\GettingStarted.xaml.cs">
|
|
<DependentUpon>GettingStarted.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\HierarchicalCollectionTreeMap.xaml.cs">
|
|
<DependentUpon>HierarchicalCollectionTreeMap.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\TreeMapCustomization.xaml.cs">
|
|
<DependentUpon>TreeMapCustomization.xaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Views\TreeMapDrillDown.xaml.cs">
|
|
<DependentUpon>TreeMapDrillDown.xaml</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\common\syncfusion.demoscommon.wpf_lib_47.csproj">
|
|
<Project>{fa11ba0a-2b67-4e9b-a0bd-43e01223eb30}</Project>
|
|
<Name>syncfusion.demoscommon.wpf_lib_47</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Views\GettingStarted.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\HierarchicalCollectionTreeMap.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\TreeMapCustomization.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Include="Views\TreeMapDrillDown.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Resource Include="Assets\Treemap\Archery.png" />
|
|
<Resource Include="Assets\Treemap\Boxing.png" />
|
|
<Resource Include="Assets\Treemap\Cycling.png" />
|
|
<Resource Include="Assets\Treemap\Diving.png" />
|
|
<Resource Include="Assets\Treemap\Gymnastics.png" />
|
|
<Resource Include="Assets\Treemap\Shooting.png" />
|
|
<Resource Include="Assets\Treemap\Soccer.png" />
|
|
<Resource Include="Assets\Treemap\Swimming.png" />
|
|
<Resource Include="Assets\Treemap\TrackAndField.png" />
|
|
<Resource Include="Assets\Treemap\Wrestling.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\common\demos.common.props" />
|
|
</Project> |