Files
aistudio-wpf-diagram/Live-Charts-master/Examples/Wpf/Wpf.csproj
2021-07-23 09:42:22 +08:00

685 lines
30 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{537FF5D4-19FB-415E-B3D2-B83CB93E968B}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Wpf</RootNamespace>
<AssemblyName>Wpf</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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>
<DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">NET40</DefineConstants>
<DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v4.5' ">NET45</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>
<DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">NET40</DefineConstants>
<DefineConstants Condition=" '$(TargetFrameworkVersion)' == 'v4.5' ">NET45</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<ItemGroup>
<Reference Include="MahApps.Metro, Version=1.4.1.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\..\packages\MahApps.Metro.1.4.1\lib\net40\MahApps.Metro.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\packages\MahApps.Metro.1.4.1\lib\net40\System.Windows.Interactivity.dll</HintPath>
<Private>True</Private>
</Reference>
<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" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="CartesianChart\Chart to Image\ChartToImageSample.xaml.cs">
<DependentUpon>ChartToImageSample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\DataLabelTemplate\DataLabelTemplateSample.xaml.cs">
<DependentUpon>DataLabelTemplateSample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\DateAxis\DateAxisExample.xaml.cs">
<DependentUpon>DateAxisExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Energy Predictions\EnergyPredictionExample.xaml.cs">
<DependentUpon>EnergyPredictionExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Energy Predictions\OpacityConverter.cs" />
<Compile Include="CartesianChart\Energy Predictions\ReverseConverter.cs" />
<Compile Include="CartesianChart\Events\ChartPointCommandHandler.cs" />
<Compile Include="CartesianChart\Events\EventsExample.xaml.cs">
<DependentUpon>EventsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Events\ViewModel.cs" />
<Compile Include="CartesianChart\Financial\CandleStickExample.xaml.cs">
<DependentUpon>CandleStickExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Funnel Chart\FunnelExample.xaml.cs">
<DependentUpon>FunnelExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\GanttChart\GanttExample.xaml.cs">
<DependentUpon>GanttExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Linq\City.cs" />
<Compile Include="CartesianChart\Linq\DataBase.cs" />
<Compile Include="CartesianChart\Linq\LinqExample.xaml.cs">
<DependentUpon>LinqExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Scatter With Pies\Scatter With Pies.xaml.cs">
<DependentUpon>Scatter With Pies.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\SectionsMouseMove\SectionMouseMoveSample.xaml.cs">
<DependentUpon>SectionMouseMoveSample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\SectionsMouseMove\ViewModel.cs" />
<Compile Include="CartesianChart\ThreadSafe\RelyCommand.cs" />
<Compile Include="CartesianChart\ThreadSafe\ThreadSafeViewModel.cs" />
<Compile Include="CartesianChart\ThreadSafe\ThreadSafeExample.xaml.cs">
<DependentUpon>ThreadSafeExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\UIElements\DataGenerator.cs" />
<Compile Include="CartesianChart\UIElements\EventAControl.xaml.cs">
<DependentUpon>EventAControl.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\UIElements\EventBControl.xaml.cs">
<DependentUpon>EventBControl.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\UIElements\SelectedItemControl.xaml.cs">
<DependentUpon>SelectedItemControl.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\UIElements\UiElementsViewModel.cs" />
<Compile Include="CartesianChart\WindowAxis\WindowAxisExample.xaml.cs">
<DependentUpon>WindowAxisExample.xaml</DependentUpon>
</Compile>
<Compile Include="Home\SampleGroupVm.cs" />
<Compile Include="Home\SampleVm.cs" />
<Page Include="CartesianChart\Basic Bars\BasicColumn.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Basic Bars\BasicRowExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Basic Stacked Bar\BasicStackedRowPercentageExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\BasicLine\BasicLineExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Chart to Image\ChartToImageSample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Customized Series\CustomizedLineSeries.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\CustomTooltipAndLegend\CustomersLegend.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\CustomTooltipAndLegend\CustomersTooltip.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\CustomTooltipAndLegend\CustomTooltipAndLegendExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\DataLabelTemplate\DataLabelTemplateSample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\DateAxis\DateAxisExample.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CartesianChart\DynamicVisibility\DynamicVisibilityExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Energy Predictions\EnergyPredictionExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Events\EventsExample.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CartesianChart\Financial\CandleStickExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Funnel Chart\FunnelExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\GanttChart\GanttExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\HeatChart\HeatSeriesExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Inverted Series\Inverted Example.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Irregular Intervals\IrregularIntervalsExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Labels\LabelsExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Bubbles\BubblesExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\ConstantChanges\ConstantChangesChart.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Financial\OhclExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\InLineSyntax\InLineSyntaxTest.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Labels\LabelsHorizontalExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\LineExample\LineExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Linq\LinqExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\LogarithmScale\LogarithmScaleExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\ManualZAndP\ManualZAndPExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\MaterialCards\MaterialCards.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Missing Line Points\MissingPointsExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\MixingSeries\MixingSeries.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\MultiAxes\MultiAxesChart.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\FullyResponsive\FullyResponsiveExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\NegativeStackedRow\NegativeStackedRowExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\PointShapeLine\PointShapeLineExample.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="CartesianChart\PointState\PointStateExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Scatter With Pies\Scatter With Pies.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\ScatterPlot\ScatterExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\SectionsDragable\DragableSections.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\SectionsMouseMove\SectionMouseMoveSample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\SharedTooltip\SharedTooltipExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\SolidColorChart\SolidColorExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\StackedArea\VerticalStackedAreaExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\StackedBar\StackedRowExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Basic Stacked Bar\BasicStackedColumnExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\StepLine\StepLineExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\ThreadSafe\ThreadSafeExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\TypesSupport\TypesPlotting.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Sections\SectionsExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\StackedBar\StackedColumnExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\StackedArea\StackedAreaExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\UIElements\EventAControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\UIElements\EventBControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\UIElements\SelectedItemControl.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\UIElements\UiElementsExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\Using DateTime\DateTime.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\WindowAxis\WindowAxisExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\zzIssues\Issue179.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="CartesianChart\ZoomingAndPanning\ZoomingAndPanning.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Gauges\AngularGaugeExmple.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Gauges\Gauge360.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Home\HomeView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="CartesianChart\Basic Bars\BasicColumn.xaml.cs">
<DependentUpon>BasicColumn.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Basic Bars\BasicRowExample.xaml.cs">
<DependentUpon>BasicRowExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Basic Stacked Bar\BasicStackedRowPercentageExample.xaml.cs">
<DependentUpon>BasicStackedRowPercentageExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\BasicLine\BasicLineExample.xaml.cs">
<DependentUpon>BasicLineExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\ConstantChanges\MeasureModel.cs" />
<Compile Include="CartesianChart\Customized Series\CustomizedLineSeries.xaml.cs">
<DependentUpon>CustomizedLineSeries.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\CustomTooltipAndLegend\CustomersLegend.xaml.cs">
<DependentUpon>CustomersLegend.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\CustomTooltipAndLegend\CustomersTooltip.xaml.cs">
<DependentUpon>CustomersTooltip.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\CustomTooltipAndLegend\CustomerVM.cs" />
<Compile Include="CartesianChart\CustomTooltipAndLegend\CustomTooltipAndLegendExample.xaml.cs">
<DependentUpon>CustomTooltipAndLegendExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\DynamicVisibility\DynamicVisibilityExample.xaml.cs">
<DependentUpon>DynamicVisibilityExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\HeatChart\HeatSeriesExample.xaml.cs">
<DependentUpon>HeatSeriesExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Inverted Series\Inverted Example.xaml.cs">
<DependentUpon>Inverted Example.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Irregular Intervals\IrregularIntervalsExample.xaml.cs">
<DependentUpon>IrregularIntervalsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Labels\LabelsExample.xaml.cs">
<DependentUpon>LabelsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Bubbles\BubblesExample.xaml.cs">
<DependentUpon>BubblesExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\ConstantChanges\ConstantChangesChart.xaml.cs">
<DependentUpon>ConstantChangesChart.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Financial\OhclExample.xaml.cs">
<DependentUpon>OhclExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\InLineSyntax\InLineSyntaxTest.xaml.cs">
<DependentUpon>InLineSyntaxTest.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Labels\LabelsHorizontalExample.xaml.cs">
<DependentUpon>LabelsHorizontalExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\LineExample\LineExample.xaml.cs">
<DependentUpon>LineExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\LogarithmScale\LogarithmScaleExample.xaml.cs">
<DependentUpon>LogarithmScaleExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\ManualZAndP\ManualZAndPExample.xaml.cs">
<DependentUpon>ManualZAndPExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\MaterialCards\MaterialCards.xaml.cs">
<DependentUpon>MaterialCards.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Missing Line Points\MissingPointsExample.xaml.cs">
<DependentUpon>MissingPointsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\MixingSeries\MixingSeries.xaml.cs">
<DependentUpon>MixingSeries.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\MultiAxes\MultiAxesChart.xaml.cs">
<DependentUpon>MultiAxesChart.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\FullyResponsive\FullyResponsiveExample.xaml.cs">
<DependentUpon>FullyResponsiveExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\NegativeStackedRow\NegativeStackedRowExample.xaml.cs">
<DependentUpon>NegativeStackedRowExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\PointShapeLine\PointShapeLineExample.cs" />
<Compile Include="CartesianChart\PointState\PointStateExample.xaml.cs">
<DependentUpon>PointStateExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\ScatterPlot\ScatterExample.xaml.cs">
<DependentUpon>ScatterExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\SectionsDragable\DragableSections.xaml.cs">
<DependentUpon>DragableSections.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\SharedTooltip\SharedTooltipExample.xaml.cs">
<DependentUpon>SharedTooltipExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\SolidColorChart\SolidColorExample.xaml.cs">
<DependentUpon>SolidColorExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\StackedArea\VerticalStackedAreaExample.xaml.cs">
<DependentUpon>VerticalStackedAreaExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\StackedBar\StackedRowExample.xaml.cs">
<DependentUpon>StackedRowExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Basic Stacked Bar\BasicStackedColumnExample.xaml.cs">
<DependentUpon>BasicStackedColumnExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\StepLine\StepLineExample.xaml.cs">
<DependentUpon>StepLineExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\TypesSupport\TypesPlotting.xaml.cs">
<DependentUpon>TypesPlotting.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Sections\SectionsExample.xaml.cs">
<DependentUpon>SectionsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\StackedBar\StackedColumnExample.xaml.cs">
<DependentUpon>StackedColumnExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\StackedArea\StackedAreaExample.xaml.cs">
<DependentUpon>StackedAreaExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\UIElements\UiElementsAndEventsExample.xaml.cs">
<DependentUpon>UiElementsExample.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Using DateTime\DateTime.xaml.cs">
<DependentUpon>DateTime.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\Using DateTime\DateModel.cs" />
<Compile Include="CartesianChart\zzIssues\Issue179.xaml.cs">
<DependentUpon>Issue179.xaml</DependentUpon>
</Compile>
<Compile Include="CartesianChart\ZoomingAndPanning\ZoomingAndPanning.xaml.cs">
<DependentUpon>ZoomingAndPanning.xaml</DependentUpon>
</Compile>
<Compile Include="Gauges\AngularGaugeExmple.xaml.cs">
<DependentUpon>AngularGaugeExmple.xaml</DependentUpon>
</Compile>
<Compile Include="Gauges\Gauge360.xaml.cs">
<DependentUpon>Gauge360.xaml</DependentUpon>
</Compile>
<Compile Include="Home\HomeViewModel.cs" />
<Compile Include="Home\HomeView.xaml.cs">
<DependentUpon>HomeView.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Page Include="Maps\GeoMapExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PanelExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PieChart\DropDowns\PieDropDownSample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PieChart\PieChartExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="PieChart\DoughnutChartExample.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resources\AppDictionary.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Resources\ChartResources.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Maps\GeoMapExample.xaml.cs">
<DependentUpon>GeoMapExample.xaml</DependentUpon>
</Compile>
<Compile Include="PanelExample.xaml.cs">
<DependentUpon>PanelExample.xaml</DependentUpon>
</Compile>
<Compile Include="PieChart\DropDowns\DataProvider.cs" />
<Compile Include="PieChart\DropDowns\DropDownCommand.cs" />
<Compile Include="PieChart\DropDowns\DropDownViewModel.cs" />
<Compile Include="PieChart\DropDowns\PieDropDownSample.xaml.cs">
<DependentUpon>PieDropDownSample.xaml</DependentUpon>
</Compile>
<Compile Include="PieChart\DropDowns\PiePoint.cs" />
<Compile Include="PieChart\DropDowns\RelayCommand.cs" />
<Compile Include="PieChart\PieChartExample.xaml.cs">
<DependentUpon>PieChartExample.xaml</DependentUpon>
</Compile>
<Compile Include="PieChart\DoughnutChartExample.xaml.cs">
<DependentUpon>DoughnutChartExample.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\Annotations.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>
<Resource Include="Resources\LiveChartsLogo.png" />
<Resource Include="CartesianChart\Funnel Chart\resources\view.png" />
<Resource Include="CartesianChart\Funnel Chart\resources\user.png" />
<Resource Include="CartesianChart\Funnel Chart\resources\fingerprint.png" />
<Content Include="Maps\World.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Content Include="cities.csv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="lvlogo.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Left.png" />
<Resource Include="Right.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core40\Core40.csproj">
<Project>{f261c3d7-6194-4625-9516-044081b06028}</Project>
<Name>Core40</Name>
</ProjectReference>
<ProjectReference Include="..\..\WpfView\WpfView.csproj">
<Project>{4d253423-ae05-47f6-a59d-9162ec0bb1f2}</Project>
<Name>WpfView</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>