You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
224 lines
12 KiB
224 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C921A4BC-1781-4A14-B1D0-C41E49C7606A}</ProjectGuid>
|
|
<OutputType>library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>System.Windows.Controls.DataVisualization</RootNamespace>
|
|
<AssemblyName>WPFToolkit.Extended.DataVisualization</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<WarningLevel>4</WarningLevel>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;NO_VALIDATESONNOTIFYDATAERRORS</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>
|
|
<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.Xaml">
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Include="Themes\Generic.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AggregatedObservableCollection.cs" />
|
|
<Compile Include="Charting\AnimationSequence.cs" />
|
|
<Compile Include="Charting\Axis\Axis.cs" />
|
|
<Compile Include="Charting\Axis\AxisIntervalType.cs" />
|
|
<Compile Include="Charting\Axis\AxisLabel.cs" />
|
|
<Compile Include="Charting\Axis\AxisLocation.cs" />
|
|
<Compile Include="Charting\Axis\AxisOrientation.cs" />
|
|
<Compile Include="Charting\Axis\CategoryAxis.cs" />
|
|
<Compile Include="Charting\Axis\CategorySortOrder.cs" />
|
|
<Compile Include="Charting\Axis\DateTimeAxis.cs" />
|
|
<Compile Include="Charting\Axis\DateTimeAxisLabel.cs" />
|
|
<Compile Include="Charting\Axis\DateTimeIntervalType.cs" />
|
|
<Compile Include="Charting\Axis\DisplayAxis.cs" />
|
|
<Compile Include="Charting\Axis\DisplayAxisGridLines.cs" />
|
|
<Compile Include="Charting\Axis\IAnchoredToOrigin.cs" />
|
|
<Compile Include="Charting\Axis\IAxis.cs" />
|
|
<Compile Include="Charting\Axis\IAxisListener.cs" />
|
|
<Compile Include="Charting\Axis\ICategoryAxis.cs" />
|
|
<Compile Include="Charting\Axis\IDataConsumer.cs" />
|
|
<Compile Include="Charting\Axis\IDataProvider.cs" />
|
|
<Compile Include="Charting\Axis\IRangeAxis.cs" />
|
|
<Compile Include="Charting\Axis\IRangeConsumer.cs" />
|
|
<Compile Include="Charting\Axis\IRangeProvider.cs" />
|
|
<Compile Include="Charting\Axis\IValueMarginConsumer.cs" />
|
|
<Compile Include="Charting\Axis\IValueMarginProvider.cs" />
|
|
<Compile Include="Charting\Axis\LinearAxis.cs" />
|
|
<Compile Include="Charting\Axis\NullableConverter.cs" />
|
|
<Compile Include="Charting\Axis\NumericAxis.cs" />
|
|
<Compile Include="Charting\Axis\NumericAxisLabel.cs" />
|
|
<Compile Include="Charting\Axis\OrientedAxisGridLines.cs" />
|
|
<Compile Include="Charting\Axis\RangeAxis.cs" />
|
|
<Compile Include="Charting\Axis\ValueMargin.cs" />
|
|
<Compile Include="Charting\Chart\Chart.cs" />
|
|
<Compile Include="Charting\Chart\SeriesHostAxesCollection.cs" />
|
|
<Compile Include="Charting\DataPoint\AreaDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\BarDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\BubbleDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\ColumnDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\DataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\DataPointState.cs" />
|
|
<Compile Include="Charting\DataPoint\LineDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\PieDataPoint.cs" />
|
|
<Compile Include="Charting\DataPoint\ScatterDataPoint.cs" />
|
|
<Compile Include="Charting\FrameworkElementExtensions.cs" />
|
|
<Compile Include="Charting\IRequireSeriesHost.cs" />
|
|
<Compile Include="Charting\ISeriesHost.cs" />
|
|
<Compile Include="Charting\ISeriesHostExtensions.cs" />
|
|
<Compile Include="Charting\Primitives\DelegatingListBox.cs" />
|
|
<Compile Include="Charting\Primitives\Edge.cs" />
|
|
<Compile Include="Charting\Primitives\EdgePanel.cs" />
|
|
<Compile Include="Charting\ResourceDictionaryDispensedEventArgs.cs" />
|
|
<Compile Include="Charting\ResourceDictionaryDispenser.cs" />
|
|
<Compile Include="Charting\ResourceDictionaryEnumerator.cs" />
|
|
<Compile Include="Charting\Series\AreaSeries.cs" />
|
|
<Compile Include="Charting\Series\BarSeries.cs" />
|
|
<Compile Include="Charting\Series\BubbleSeries.cs" />
|
|
<Compile Include="Charting\Series\ColumnBarBaseSeries.cs" />
|
|
<Compile Include="Charting\Series\ColumnSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\AreaSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\BarSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\ColumnSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\LineSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\ScatterSeries.cs" />
|
|
<Compile Include="Charting\Series\Compatible\SelectionEnabledToSelectionModeConverter.cs" />
|
|
<Compile Include="Charting\Series\DataPointSeries.cs" />
|
|
<Compile Include="Charting\Series\DataPointSeriesWithAxes.cs" />
|
|
<Compile Include="Charting\Series\DataPointSingleSeriesWithAxes.cs" />
|
|
<Compile Include="Charting\Series\DefinitionSeries.cs" />
|
|
<Compile Include="Charting\Series\IRequireGlobalSeriesIndex.cs" />
|
|
<Compile Include="Charting\Series\ISeries.cs" />
|
|
<Compile Include="Charting\Series\LegendItem.cs" />
|
|
<Compile Include="Charting\Series\LineAreaBaseSeries.cs" />
|
|
<Compile Include="Charting\Series\LineSeries.cs" />
|
|
<Compile Include="Charting\Series\PieSeries.cs" />
|
|
<Compile Include="Charting\Series\ScatterSeries.cs" />
|
|
<Compile Include="Charting\Series\Series.cs" />
|
|
<Compile Include="Charting\Series\SeriesDefinition.cs" />
|
|
<Compile Include="Charting\Series\SeriesSelectionMode.cs" />
|
|
<Compile Include="Charting\Series\Stacked100AreaSeries.cs" />
|
|
<Compile Include="Charting\Series\Stacked100BarSeries.cs" />
|
|
<Compile Include="Charting\Series\Stacked100ColumnSeries.cs" />
|
|
<Compile Include="Charting\Series\Stacked100LineSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedAreaLineSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedAreaSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedBarColumnSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedBarSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedColumnSeries.cs" />
|
|
<Compile Include="Charting\Series\StackedLineSeries.cs" />
|
|
<Compile Include="Charting\ValueMarginCoordinateAndOverlap.cs" />
|
|
<Compile Include="Collections\LeftLeaningRedBlackTree.cs" />
|
|
<Compile Include="Collections\MultipleDictionary.cs" />
|
|
<Compile Include="Collections\OrderedMultipleDictionary.cs" />
|
|
<Compile Include="DependencyPropertyAnimationHelper.cs" />
|
|
<Compile Include="DesignerProperties.cs" />
|
|
<Compile Include="EnumerableFunctions.cs" />
|
|
<Compile Include="GenericEqualityComparer.cs" />
|
|
<Compile Include="GlobalSuppressions.cs" />
|
|
<Compile Include="GridExtensions.cs" />
|
|
<Compile Include="IResourceDictionaryDispenser.cs" />
|
|
<Compile Include="LayoutTransformControl.cs" />
|
|
<Compile Include="Legend\Legend.cs" />
|
|
<Compile Include="NoResetObservableCollection.cs" />
|
|
<Compile Include="ObjectPool.cs" />
|
|
<Compile Include="ObservableCollectionListAdapter.cs" />
|
|
<Compile Include="OrientedPanel.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="Range.cs" />
|
|
<Compile Include="RangeEnumerableFunctions.cs" />
|
|
<Compile Include="ReadOnlyObservableCollection.cs" />
|
|
<Compile Include="ResourceDictionaryCollection.cs" />
|
|
<Compile Include="ResourceDictionaryExtensions.cs" />
|
|
<Compile Include="StoryboardQueue.cs" />
|
|
<Compile Include="StringFormatConverter.cs" />
|
|
<Compile Include="Title\Title.cs" />
|
|
<Compile Include="TreeMap\BindingExtractor.cs" />
|
|
<Compile Include="TreeMap\Interpolators\DoubleInterpolator.cs" />
|
|
<Compile Include="TreeMap\Interpolators\InterpolationMode.cs" />
|
|
<Compile Include="TreeMap\Interpolators\Interpolator.cs" />
|
|
<Compile Include="TreeMap\Interpolators\RangeInterpolator.cs" />
|
|
<Compile Include="TreeMap\Interpolators\SolidColorBrushInterpolator.cs" />
|
|
<Compile Include="TreeMap\Layout\SquaringAlgorithm.cs" />
|
|
<Compile Include="TreeMap\Layout\TreeMapNode.cs" />
|
|
<Compile Include="TreeMap\TreeMap.cs" />
|
|
<Compile Include="TreeMap\TreeMapItemDefinition.cs" />
|
|
<Compile Include="TreeMap\TreeMapItemDefinitionSelector.cs" />
|
|
<Compile Include="Tuple.cs" />
|
|
<Compile Include="UniqueObservableCollection.cs" />
|
|
<Compile Include="Unit.cs" />
|
|
<Compile Include="UnitValue.cs" />
|
|
<Compile Include="ValueHelper.cs" />
|
|
<Compile Include="WeakEventListener.cs" />
|
|
<Compile Include="WeakReferenceBag.cs" />
|
|
<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>
|
|
<AppDesigner Include="Properties\" />
|
|
</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>
|