Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/DynamicDataDisplay.csproj @ 13265

Last change on this file since 13265 was 12830, checked in by aballeit, 9 years ago

#2283 x64 build of projects

File size: 37.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{ECD37682-DF7E-409F-912D-0965634556B5}</ProjectGuid>
9    <OutputType>library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Microsoft.Research.DynamicDataDisplay</RootNamespace>
12    <AssemblyName>DynamicDataDisplay</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <WarningLevel>4</WarningLevel>
17    <SccProjectName>
18    </SccProjectName>
19    <SccLocalPath>
20    </SccLocalPath>
21    <SccAuxPath>
22    </SccAuxPath>
23    <SccProvider>
24    </SccProvider>
25    <SignAssembly>true</SignAssembly>
26    <AssemblyOriginatorKeyFile>DynamicDataDisplay.snk</AssemblyOriginatorKeyFile>
27    <ApplicationIcon>
28    </ApplicationIcon>
29    <FileUpgradeFlags>
30    </FileUpgradeFlags>
31    <UpgradeBackupLocation />
32    <IsWebBootstrapper>false</IsWebBootstrapper>
33    <OldToolsVersion>3.5</OldToolsVersion>
34    <PublishUrl>publish\</PublishUrl>
35    <Install>true</Install>
36    <InstallFrom>Disk</InstallFrom>
37    <UpdateEnabled>false</UpdateEnabled>
38    <UpdateMode>Foreground</UpdateMode>
39    <UpdateInterval>7</UpdateInterval>
40    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
41    <UpdatePeriodically>false</UpdatePeriodically>
42    <UpdateRequired>false</UpdateRequired>
43    <MapFileExtensions>true</MapFileExtensions>
44    <ApplicationRevision>0</ApplicationRevision>
45    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
46    <UseApplicationTrust>false</UseApplicationTrust>
47    <BootstrapperEnabled>true</BootstrapperEnabled>
48    <TargetFrameworkProfile />
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
51    <DebugSymbols>true</DebugSymbols>
52    <DebugType>full</DebugType>
53    <Optimize>false</Optimize>
54    <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <RunCodeAnalysis>false</RunCodeAnalysis>
58    <OutputPath>bin\Debug\</OutputPath>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62    <DebugType>pdbonly</DebugType>
63    <Optimize>true</Optimize>
64    <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
65    <ErrorReport>prompt</ErrorReport>
66    <WarningLevel>4</WarningLevel>
67    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
68    <OutputPath>bin\Release\</OutputPath>
69    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
70    <DebugSymbols>true</DebugSymbols>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseXBAP|AnyCPU' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\ReleaseXBAP\</OutputPath>
76    <DefineConstants>TRACE;CODE_ANALYSIS, RELEASEXBAP</DefineConstants>
77    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
78    <Optimize>true</Optimize>
79    <DebugType>pdbonly</DebugType>
80    <PlatformTarget>AnyCPU</PlatformTarget>
81    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
82    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85  </PropertyGroup>
86  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
87    <DebugSymbols>true</DebugSymbols>
88    <OutputPath>bin\x64\Debug\</OutputPath>
89    <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
90    <DebugType>full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94  </PropertyGroup>
95  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
96    <DebugSymbols>true</DebugSymbols>
97    <OutputPath>bin\x64\Release\</OutputPath>
98    <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
99    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
100    <Optimize>true</Optimize>
101    <DebugType>pdbonly</DebugType>
102    <PlatformTarget>x64</PlatformTarget>
103    <ErrorReport>prompt</ErrorReport>
104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
105  </PropertyGroup>
106  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBAP|x64'">
107    <DebugSymbols>true</DebugSymbols>
108    <OutputPath>bin\x64\ReleaseXBAP\</OutputPath>
109    <DefineConstants>TRACE;CODE_ANALYSIS, RELEASEXBAP</DefineConstants>
110    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
111    <Optimize>true</Optimize>
112    <DebugType>pdbonly</DebugType>
113    <PlatformTarget>x64</PlatformTarget>
114    <ErrorReport>prompt</ErrorReport>
115    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
116  </PropertyGroup>
117  <ItemGroup>
118    <Reference Include="System" />
119    <Reference Include="System.Core">
120      <RequiredTargetFramework>3.5</RequiredTargetFramework>
121    </Reference>
122    <Reference Include="System.Data" />
123    <Reference Include="System.Xaml" />
124    <Reference Include="System.XML" />
125    <Reference Include="UIAutomationProvider">
126      <RequiredTargetFramework>3.0</RequiredTargetFramework>
127    </Reference>
128    <Reference Include="WindowsBase">
129      <RequiredTargetFramework>3.0</RequiredTargetFramework>
130    </Reference>
131    <Reference Include="PresentationCore">
132      <RequiredTargetFramework>3.0</RequiredTargetFramework>
133    </Reference>
134    <Reference Include="PresentationFramework">
135      <RequiredTargetFramework>3.0</RequiredTargetFramework>
136    </Reference>
137  </ItemGroup>
138  <ItemGroup>
139    <Compile Include="Charts\Axes\AxisControlBase.cs" />
140    <Compile Include="Charts\Axes\AxisGrid.cs" />
141    <Compile Include="Charts\Axes\DateTime\DateTimeToDoubleConversion.cs" />
142    <Compile Include="Charts\Axes\DateTime\Strategies\ExtendedDaysStrategy.cs" />
143    <Compile Include="Charts\Axes\DateTime\Strategies\IDateTimeTicksStrategy.cs" />
144    <Compile Include="Charts\Axes\DateTime\Strategies\DelegateStrategy.cs" />
145    <Compile Include="Charts\Axes\DateTime\TimePeriodTicksProvider.cs" />
146    <Compile Include="Charts\Axes\DateTime\Strategies\DefaultDateTimeTicksStrategy.cs" />
147    <Compile Include="Charts\Axes\DateTime\DifferenceIn.cs" />
148    <Compile Include="Charts\Axes\DateTime\MinorTimeProviderBase.cs" />
149    <Compile Include="Charts\Axes\DefaultAxisConversions.cs" />
150    <Compile Include="Charts\Axes\GeneralAxis.cs" />
151    <Compile Include="Charts\Axes\GenericLabelProvider.cs" />
152    <Compile Include="Charts\Axes\GenericLocational\GenericLocationalLabelProvider.cs" />
153    <Compile Include="Charts\Axes\GenericLocational\GenericLocationalTicksProvider.cs" />
154    <Compile Include="Charts\Axes\Integer\CollectionLabelProvider.cs" />
155    <Compile Include="Charts\Axes\Integer\HorizontalIntegerAxis.cs" />
156    <Compile Include="Charts\Axes\Integer\IntegerAxis.cs" />
157    <Compile Include="Charts\Axes\Integer\IntegerAxisControl.cs" />
158    <Compile Include="Charts\Axes\Integer\IntegerTicksProvider.cs" />
159    <Compile Include="Charts\Axes\Integer\VerticalIntegerAxis.cs" />
160    <Compile Include="Charts\Axes\ITypedAxis.cs" />
161    <Compile Include="Charts\Axes\IValueConversion.cs" />
162    <Compile Include="Charts\Axes\LabelProvider.cs" />
163    <Compile Include="Charts\Axes\LabelProviderBase.cs" />
164    <Compile Include="Charts\Axes\LabelProviderProperties.cs" />
165    <Compile Include="Charts\Axes\Numeric\CustomBaseNumericLabelProvider.cs" />
166    <Compile Include="Charts\Axes\Numeric\CustomBaseNumericTicksProvider.cs" />
167    <Compile Include="Charts\Axes\Numeric\LogarithmNumericTicksProvider.cs" />
168    <Compile Include="Charts\Axes\Numeric\NumericConversion.cs" />
169    <Compile Include="Charts\Axes\Numeric\UnroundingLabelProvider.cs" />
170    <Compile Include="Charts\Axes\TimeSpan\HorizontalTimeSpanAxis.cs" />
171    <Compile Include="Charts\Axes\TimeSpan\MinorTimeSpanProvider.cs" />
172    <Compile Include="Charts\Axes\TimeSpan\TimeSpanAxis.cs" />
173    <Compile Include="Charts\Axes\TimeSpan\TimeSpanAxisControl.cs" />
174    <Compile Include="Charts\Axes\TimeSpan\TimeSpanLabelProvider.cs" />
175    <Compile Include="Charts\Axes\TimeSpan\TimeSpanTicksProvider.cs" />
176    <Compile Include="Charts\BitmapBasedGraph.cs" />
177    <Compile Include="Charts\DataFollowChart.cs" />
178    <Compile Include="Charts\DataSource2dContext.cs" />
179    <Compile Include="Charts\DebugMenu.cs" />
180    <Compile Include="Charts\Filters\EmptyFilter.cs" />
181    <Compile Include="Charts\Filters\FrequencyFilter2.cs" />
182    <Compile Include="Charts\Filters\IndexWrapper.cs" />
183    <Compile Include="Charts\Filters\IndexWrapperStruct.cs" />
184    <Compile Include="Charts\Isolines\AdditionalLinesDisplay.cs" />
185    <Compile Include="Charts\Isolines\AdditionalLinesRenderer.cs" />
186    <Compile Include="Charts\Isolines\FastIsolineDisplay.xaml.cs">
187      <DependentUpon>FastIsolineDisplay.xaml</DependentUpon>
188    </Compile>
189    <Compile Include="Charts\Isolines\FastIsolineRenderer.cs" />
190    <Compile Include="Charts\Isolines\IsolineRenderer.cs" />
191    <Compile Include="Charts\Legend items\LegendItemsHelper.cs" />
192    <Compile Include="Charts\Legend items\LegendStyles.cs" />
193    <Compile Include="Charts\Legend items\LegendItem.cs" />
194    <Compile Include="Charts\Legend items\LegendBottomButtonIsEnabledConverter.cs" />
195    <Compile Include="Charts\Legend items\LegendTopButtonToIsEnabledConverter.cs" />
196    <Compile Include="Charts\LiveToolTips\LiveToolTip.cs" />
197    <Compile Include="Charts\LiveToolTips\LiveToolTipAdorner.cs" />
198    <Compile Include="Charts\LiveToolTips\LiveToolTipService.cs" />
199    <Compile Include="Charts\NaiveColorMap.cs" />
200    <Compile Include="Charts\Navigation\AxisNavigation.cs" />
201    <Compile Include="Charts\Navigation\HorizontalScrollBar.cs" />
202    <Compile Include="Charts\Navigation\IPlotterContextMenuSource.cs" />
203    <Compile Include="Charts\Navigation\LongOperationsIndicator.cs" />
204    <Compile Include="Charts\Navigation\PlotterScrollBar.cs" />
205    <Compile Include="ChartPlotter.cs" />
206    <Compile Include="Charts\Axes\TimeSpan\TimeSpanTicksProviderBase.cs" />
207    <Compile Include="Charts\Axes\TimeSpan\TimeSpanToDoubleConversion.cs" />
208    <Compile Include="Charts\Axes\TimeSpan\TimeTicksProviderBase.cs" />
209    <Compile Include="Charts\Axes\TimeSpan\VerticalTimeSpanAxis.cs" />
210    <Compile Include="Charts\ContentGraph.cs" />
211    <Compile Include="Charts\FilterCollection.cs" />
212    <Compile Include="Charts\Filters\IPointsFilter.cs" />
213    <Compile Include="Charts\Filters\PointsFilterBase.cs" />
214    <Compile Include="Charts\IOneDimensionalChart.cs" />
215    <Compile Include="Charts\Isolines\CellInfo.cs" />
216    <Compile Include="Charts\Isolines\Enums.cs" />
217    <Compile Include="Charts\Isolines\IsolineBuilder.cs" />
218    <Compile Include="Charts\Isolines\IsolineCollection.cs" />
219    <Compile Include="Charts\Isolines\IsolineGenerationException.cs" />
220    <Compile Include="Charts\Isolines\IsolineGraph.cs" />
221    <Compile Include="Charts\Isolines\IsolineGraphBase.cs" />
222    <Compile Include="Charts\Isolines\IsolineTextAnnotater.cs" />
223    <Compile Include="Charts\Isolines\IsolineTrackingGraph.xaml.cs">
224      <DependentUpon>IsolineTrackingGraph.xaml</DependentUpon>
225    </Compile>
226    <Compile Include="Charts\Isolines\Quad.cs" />
227    <Compile Include="Charts\Navigation\AboutWindow.xaml.cs">
228      <DependentUpon>AboutWindow.xaml</DependentUpon>
229    </Compile>
230    <Compile Include="Charts\Navigation\AxisCursorGraph.cs" />
231    <Compile Include="Charts\Navigation\EndlessRectAnimation.cs" />
232    <Compile Include="Charts\Navigation\InertialMouseNavigation.cs" />
233    <Compile Include="Charts\Navigation\PhysicalNavigation.cs" />
234    <Compile Include="Charts\Navigation\PhysicalRectAnimation.cs" />
235    <Compile Include="Charts\Navigation\SimpleNavigationBar.xaml.cs">
236      <DependentUpon>SimpleNavigationBar.xaml</DependentUpon>
237    </Compile>
238    <Compile Include="Charts\Navigation\CursorCoordinateGraph.xaml.cs">
239      <DependentUpon>CursorCoordinateGraph.xaml</DependentUpon>
240    </Compile>
241    <Compile Include="Charts\Navigation\VerticalScrollBar.cs" />
242    <Compile Include="Charts\Legend items\Legend.cs" />
243    <Compile Include="Charts\Panels\Panels.cs" />
244    <Compile Include="Charts\Panels\PlotterPanelBase.cs" />
245    <Compile Include="Charts\PopupTip.cs" />
246    <Compile Include="Charts\PopupTipElement.cs" />
247    <Compile Include="Charts\Shapes\Arrow.cs" />
248    <Compile Include="Charts\BackgroundRenderer.cs" />
249    <Compile Include="Charts\Shapes\DraggablePoint.xaml.cs">
250      <DependentUpon>DraggablePoint.xaml</DependentUpon>
251    </Compile>
252    <Compile Include="Charts\Shapes\HorizontalLine.cs" />
253    <Compile Include="Charts\Navigation\MouseNavigationBase.cs" />
254    <Compile Include="Charts\Axes\AxisControl.cs" />
255    <Compile Include="Charts\Axes\AxisPlacement.cs" />
256    <Compile Include="Charts\Axes\DateTime\HorizontalDateTimeAxis.cs" />
257    <Compile Include="Charts\Axes\DateTime\DateTimeAxis.cs" />
258    <Compile Include="Charts\Axes\DateTime\DateTimeAxisControl.cs" />
259    <Compile Include="Charts\Axes\DateTime\DateTimeLabelProvider.cs" />
260    <Compile Include="Charts\Axes\DateTime\DateTimeLabelProviderBase.cs" />
261    <Compile Include="Charts\Axes\DateTime\DateTimeTicksProvider.cs" />
262    <Compile Include="Charts\Axes\DateTime\DateTimeTicksProviderBase.cs" />
263    <Compile Include="Charts\Axes\DateTime\MajorDateTimeLabelProvider.cs" />
264    <Compile Include="Charts\Axes\DateTime\VerticalDateTimeAxis.cs" />
265    <Compile Include="Charts\Axes\DefaultTicksProvider.cs" />
266    <Compile Include="Charts\Axes\Numeric\HorizontalAxis.cs" />
267    <Compile Include="Charts\Axes\Numeric\VerticalAxis.cs" />
268    <Compile Include="Charts\Axes\Numeric\NumericAxis.cs" />
269    <Compile Include="Charts\Axes\Numeric\MinorNumericTicksProvider.cs" />
270    <Compile Include="Charts\Axes\Numeric\NumericTicksProvider.cs" />
271    <Compile Include="Charts\Axes\Numeric\NumericAxisControl.cs" />
272    <Compile Include="Charts\Axes\Numeric\ExponentialLabelProvider.cs" />
273    <Compile Include="Charts\Axes\ITicksProvider.cs" />
274    <Compile Include="Charts\Axes\Numeric\NumericLabelProviderBase.cs" />
275    <Compile Include="Charts\Axes\AxisBase.cs" />
276    <Compile Include="Charts\Shapes\PivotSegmentEditor.cs" />
277    <Compile Include="Charts\Shapes\PolylineEditor.cs" />
278    <Compile Include="Charts\Shapes\SimpleGrid.cs" />
279    <Compile Include="Charts\Shapes\TemplateableDraggablePoint.cs" />
280    <Compile Include="Charts\Shapes\ViewportLine.cs" />
281    <Compile Include="Charts\Shapes\ViewportPolyBezierCurve.cs" />
282    <Compile Include="Charts\Shapes\ViewportPolygon.cs" />
283    <Compile Include="Charts\Shapes\ViewportPolyline.cs" />
284    <Compile Include="Charts\Shapes\ViewportPolylineBase.cs" />
285    <Compile Include="Charts\Shapes\ViewportRay.cs" />
286    <Compile Include="Charts\TemplateChart.cs" />
287    <Compile Include="Charts\ViewportHostPanel.cs" />
288    <Compile Include="Charts\ViewportPanel.cs" />
289    <Compile Include="Charts\ViewportPanel.Properties.cs" />
290    <Compile Include="Charts\ViewportUIContainer.cs" />
291    <Compile Include="Charts\VisualDebug.cs" />
292    <Compile Include="Common\Auxiliary\AxisPlacementExtensions.cs" />
293    <Compile Include="Common\Auxiliary\BindingHelper.cs" />
294    <Compile Include="Common\Auxiliary\ColorExtensions.cs" />
295    <Compile Include="Common\Auxiliary\DataSearch\GenericSearcher1d.cs" />
296    <Compile Include="Common\Auxiliary\DataSearch\SearchResult1d.cs" />
297    <Compile Include="Common\Auxiliary\DataSearch\SortedXSearcher1d.cs" />
298    <Compile Include="Common\Auxiliary\DependencyObjectExtensions.cs" />
299    <Compile Include="Common\Auxiliary\NotifyCollectionChangedEventArgsExtensions.cs" />
300    <Compile Include="Converters\GenericLambdaConverter.cs" />
301    <Compile Include="Common\Auxiliary\MarkupExtensions\XbapConditionalExpression.cs" />
302    <Compile Include="Common\Auxiliary\MarkupExtensions\TemplateBinding.cs" />
303    <Compile Include="Common\Auxiliary\MenuItemExtensions.cs" />
304    <Compile Include="Common\Auxiliary\ObservableCollectionHelper.cs" />
305    <Compile Include="Common\Auxiliary\PlotterChildrenCollectionExtensions.cs" />
306    <Compile Include="Common\Auxiliary\RandomExtensions.cs" />
307    <Compile Include="Common\Auxiliary\MarkupExtensions\SelfBinding.cs" />
308    <Compile Include="Common\Auxiliary\SizeExtensions.cs" />
309    <Compile Include="Common\Auxiliary\StreamExtensions.cs" />
310    <Compile Include="Common\Auxiliary\StringExtensions.cs" />
311    <Compile Include="Common\Auxiliary\DisposableTimer.cs" />
312    <Compile Include="Common\Auxiliary\DataRectExtensions.cs" />
313    <Compile Include="Common\Auxiliary\MarkupExtensions\ResourceExtension.cs" />
314    <Compile Include="Common\Auxiliary\IEnumerableExtensions.cs" />
315    <Compile Include="Common\Auxiliary\ResourcePoolExtensions.cs" />
316    <Compile Include="Common\Auxiliary\TaskExtensions.cs" />
317    <Compile Include="Common\Auxiliary\TriangleMath.cs" />
318    <Compile Include="Common\Auxiliary\ValueStore.cs" />
319    <Compile Include="Common\Auxiliary\ValueStoreConverter.cs" />
320    <Compile Include="Common\BezierBuilder.cs" />
321    <Compile Include="Common\ObservableCollectionWrapper.cs" />
322    <Compile Include="Common\Palettes\DiscretePalette.cs" />
323    <Compile Include="Common\Palettes\LinearPalette.cs" />
324    <Compile Include="Common\Palettes\LinearPaletteColorStep.cs" />
325    <Compile Include="Common\Palettes\LinearPalettes.cs" />
326    <Compile Include="Common\Palettes\DecoratorPaletteBase.cs" />
327    <Compile Include="Common\Palettes\MinMaxLoggingPalette.cs" />
328    <Compile Include="Common\Palettes\PaletteColorStep.cs" />
329    <Compile Include="Common\Palettes\PowerPalette.cs" />
330    <Compile Include="Common\Palettes\TransparentLimitsPalette.cs" />
331    <Compile Include="Common\PlotterEventHelper.cs" />
332    <Compile Include="Common\DataRectConverter.cs" />
333    <Compile Include="Common\DataRectSerializer.cs" />
334    <Compile Include="Common\IndividualArrangePanel.cs" />
335    <Compile Include="Common\PlotterAutomationPeer.cs" />
336    <Compile Include="Common\PlotterChangedEventHandler.cs" />
337    <Compile Include="Common\PlotterEvents.cs" />
338    <Compile Include="Common\PlotterPanel.cs" />
339    <Compile Include="Common\RandomExtensions.cs" />
340    <Compile Include="Common\RangeConverter.cs" />
341    <Compile Include="Common\ResourcePool.cs" />
342    <Compile Include="Common\RingDictionary.cs" />
343    <Compile Include="Common\SkipPropertyCheckAttribute.cs" />
344    <Compile Include="Common\TokenizerHelper.cs" />
345    <Compile Include="Common\UIChildrenCollection.cs" />
346    <Compile Include="Common\UndoSystem\CollectionAddAction.cs" />
347    <Compile Include="Common\UndoSystem\CollectionRemoveAction.cs" />
348    <Compile Include="Common\UndoSystem\LambdaUndoAction.cs" />
349    <Compile Include="Common\ValueChangedEventArgs.cs" />
350    <Compile Include="Common\WeakReference.cs" />
351    <Compile Include="Common\WidthSpring.cs" />
352    <Compile Include="Converters\BackgroundToForegroundConverter.cs" />
353    <Compile Include="Converters\BrushHSBConverter.cs" />
354    <Compile Include="Converters\FourValuesMultiConverter.cs" />
355    <Compile Include="Converters\GenericValueConverter.cs" />
356    <Compile Include="Converters\ThreeValuesMultiConverter.cs" />
357    <Compile Include="Converters\TwoValuesMultiConverter.cs" />
358    <Compile Include="DataSources\MultiDimensional\DataSource2DHelper.cs" />
359    <Compile Include="DataSources\MultiDimensional\INonUniformDataSource2D.cs" />
360    <Compile Include="DataSources\MultiDimensional\NonUniformDataSource2D.cs" />
361    <Compile Include="DependentPlotter.cs" />
362    <Compile Include="GenericChartPlotter.cs" />
363    <Compile Include="InjectedPlotter.cs" />
364    <Compile Include="InjectedPlotterBase.cs" />
365    <Compile Include="PlotterLoadMode.cs" />
366    <Compile Include="PointMarkers\RectElementPointMarker.cs" />
367    <Compile Include="Resources\D3IconHelper.cs" />
368    <Compile Include="Common\Auxiliary\DispatcherExtensions.cs" />
369    <Compile Include="Common\Auxiliary\DoubleCollectionHelper.cs" />
370    <Compile Include="Common\Auxiliary\EventExtensions.cs" />
371    <Compile Include="Common\Auxiliary\IPlotterElementExtensions.cs" />
372    <Compile Include="Common\Auxiliary\PlacementExtensions.cs" />
373    <Compile Include="Common\Auxiliary\PlotterExtensions.cs" />
374    <Compile Include="Common\Auxiliary\RangeExtensions.cs" />
375    <Compile Include="Common\Auxiliary\SizeHelper.cs" />
376    <Compile Include="Common\Auxiliary\VectorExtensions.cs" />
377    <Compile Include="Common\Auxiliary\VisualTreeHelperHelper.cs" />
378    <Compile Include="Common\D3Collection.cs" />
379    <Compile Include="Common\NotifyingPanels\INotifyingPanel.cs" />
380    <Compile Include="Common\NotifyingPanels\NotifyingCanvas.cs" />
381    <Compile Include="Common\NotifyingPanels\NotifyingGrid.cs" />
382    <Compile Include="Common\NotifyingPanels\NotifyingStackPanel.cs" />
383    <Compile Include="Common\NotifyingPanels\NotifyingUIElementCollection.cs" />
384    <Compile Include="Common\NotNullAttribute.cs" />
385    <Compile Include="Common\Palettes\DelegatePalette.cs" />
386    <Compile Include="Common\Palettes\UniformLinearPalettes.cs" />
387    <Compile Include="Common\Palettes\PaletteBase.cs" />
388    <Compile Include="Common\Range.cs" />
389    <Compile Include="Charts\Axes\RoundingHelper.cs" />
390    <Compile Include="Charts\Axes\StackCanvas.cs" />
391    <Compile Include="Charts\Axes\Numeric\ToStringLabelProvider.cs" />
392    <Compile Include="Charts\Filters\FrequencyFilter.cs" />
393    <Compile Include="Charts\Filters\InclinationFilter.cs" />
394    <Compile Include="Charts\Navigation\ChartCommands.cs" />
395    <Compile Include="Charts\Navigation\DefaultContextMenu.cs" />
396    <Compile Include="Charts\Navigation\KeyboardNavigation.cs" />
397    <Compile Include="Charts\Navigation\MessagesHelper.cs" />
398    <Compile Include="Charts\Navigation\MouseNavigation.cs" />
399    <Compile Include="Charts\Navigation\NavigationBase.cs" />
400    <Compile Include="Charts\Navigation\RectangleSelectionAdorner.cs" />
401    <Compile Include="Charts\Navigation\TouchPadScroll.cs" />
402    <Compile Include="Charts\Navigation\WindowsMessages.cs" />
403    <Compile Include="Charts\RemoveAll.cs" />
404    <Compile Include="Charts\Shapes\HorizontalRange.cs" />
405    <Compile Include="Charts\Shapes\RangeHighlight.cs" />
406    <Compile Include="Charts\Shapes\RectangleHighlight.cs" />
407    <Compile Include="Charts\Shapes\Segment.cs" />
408    <Compile Include="Charts\Shapes\SimpleLine.cs" />
409    <Compile Include="Charts\Shapes\VerticalRange.cs" />
410    <Compile Include="Charts\Shapes\ViewportShape.cs" />
411    <Compile Include="Charts\Shapes\VerticalLine.cs" />
412    <Compile Include="Charts\Shapes\PositionalViewportUIContainer.cs" />
413    <Compile Include="Common\Auxiliary\ArrayExtensions.cs" />
414    <Compile Include="Common\Auxiliary\BrushHelper.cs" />
415    <Compile Include="Common\Auxiliary\DebugVerify.cs" />
416    <Compile Include="Common\Auxiliary\DictionaryExtensions.cs" />
417    <Compile Include="Common\Auxiliary\IDataSource2DExtensions.cs" />
418    <Compile Include="Common\Auxiliary\IListExtensions.cs" />
419    <Compile Include="Common\Auxiliary\Verify.cs" />
420    <Compile Include="Common\PlotterChildrenCollection.cs" />
421    <Compile Include="Common\DataRect.cs" />
422    <Compile Include="Common\Footer.cs" />
423    <Compile Include="Common\Header.cs" />
424    <Compile Include="Common\Palettes\HsbPalette.cs" />
425    <Compile Include="Common\Palettes\IPalette.cs" />
426    <Compile Include="Common\Palettes\UniformLinearPalette.cs" />
427    <Compile Include="Common\Plotter.cs" />
428    <Compile Include="Common\RingArray.cs" />
429    <Compile Include="Common\UndoSystem\ActionStack.cs" />
430    <Compile Include="Common\UndoSystem\DependencyPropertyChangedUndoAction.cs" />
431    <Compile Include="Common\UndoSystem\UndoAction.cs" />
432    <Compile Include="Common\UndoSystem\UndoProvider.cs" />
433    <Compile Include="Common\VisualBindingCollection.cs" />
434    <Compile Include="GenericRect.cs" />
435    <Compile Include="DataSources\MultiDimensional\EmptyDataSource2D.cs" />
436    <Compile Include="DataSources\MultiDimensional\IDataSource2D.cs" />
437    <Compile Include="DataSources\MultiDimensional\WarpedDataSource2D.cs" />
438    <Compile Include="DataSources\OneDimensional\DataSourceExtensions.cs" />
439    <Compile Include="DataSources\OneDimensional\EnumerableXDataSource.cs" />
440    <Compile Include="DataSources\OneDimensional\EnumerableYDataSource.cs" />
441    <Compile Include="Charts\MagnifyingGlass.xaml.cs">
442      <DependentUpon>MagnifyingGlass.xaml</DependentUpon>
443    </Compile>
444    <Compile Include="DataSources\OneDimensional\EmptyDataSource.cs" />
445    <Compile Include="GlobalSuppressions.cs" />
446    <Compile Include="ExtendedPropertyChangedEventArgs.cs" />
447    <Compile Include="Charts\LineAndMarker.cs" />
448    <Compile Include="Charts\MarkerElementPointGraph.cs" />
449    <Compile Include="Charts\FakePointList.cs" />
450    <Compile Include="Charts\LineGraph.cs" />
451    <Compile Include="Charts\MarkerPointsGraph.cs" />
452    <Compile Include="PointMarkers\CirclePointMarker.cs" />
453    <Compile Include="PointMarkers\ShapePointMarker.cs" />
454    <Compile Include="PointMarkers\ElementPointMarker.cs" />
455    <Compile Include="Strings\Exceptions.Designer.cs">
456      <AutoGen>True</AutoGen>
457      <DesignTime>True</DesignTime>
458      <DependentUpon>Exceptions.resx</DependentUpon>
459    </Compile>
460    <Compile Include="Strings\Exceptions.ru-ru.Designer.cs">
461      <AutoGen>True</AutoGen>
462      <DesignTime>True</DesignTime>
463      <DependentUpon>Exceptions.ru-ru.resx</DependentUpon>
464    </Compile>
465    <Compile Include="Strings\UIResources.Designer.cs">
466      <AutoGen>True</AutoGen>
467      <DesignTime>True</DesignTime>
468      <DependentUpon>UIResources.resx</DependentUpon>
469    </Compile>
470    <Compile Include="Strings\UIResources.ru-ru.Designer.cs">
471      <AutoGen>True</AutoGen>
472      <DesignTime>True</DesignTime>
473      <DependentUpon>UIResources.ru-ru.resx</DependentUpon>
474    </Compile>
475    <Compile Include="TimeChartPlotter.cs" />
476    <Compile Include="Transforms\CoordinateTransformExtensions.cs" />
477    <Compile Include="Transforms\CoordinateTransform.cs" />
478    <Compile Include="Transforms\DataDomains.cs" />
479    <Compile Include="Transforms\DataTransforms.cs" />
480    <Compile Include="Transforms\Log10Transform.cs" />
481    <Compile Include="Transforms\SwapTransform.cs" />
482    <Compile Include="Viewport2D.cs" />
483    <Compile Include="AssemblyInfo.cs" />
484    <Compile Include="Common\Auxiliary\MathHelper.cs" />
485    <Compile Include="Common\Auxiliary\BoundsHelper.cs" />
486    <Compile Include="DataSources\OneDimensional\CompositeDataSource.cs" />
487    <Compile Include="DataSources\OneDimensional\DataSourceHelper.cs" />
488    <Compile Include="DataSources\OneDimensional\EnumerablePointEnumerator.cs" />
489    <Compile Include="DataSources\OneDimensional\EnumerableDataSource.cs" />
490    <Compile Include="DataSources\OneDimensional\EnumerableDataSourceBase.cs" />
491    <Compile Include="DataSources\OneDimensional\IPointDataSource.cs" />
492    <Compile Include="DataSources\OneDimensional\IPointEnumerator.cs" />
493    <Compile Include="Common\Auxiliary\IPointCollectionExtensions.cs" />
494    <Compile Include="Common\Auxiliary\ListGenerator.cs" />
495    <Compile Include="DataSources\OneDimensional\Mapping.cs" />
496    <Compile Include="DataSources\OneDimensional\ObservableDataSource.cs" />
497    <Compile Include="Plotter2D.cs" />
498    <Compile Include="DataSources\OneDimensional\RawPointEnumerator.cs" />
499    <Compile Include="DataSources\OneDimensional\RawDataSource.cs" />
500    <Compile Include="DataSources\OneDimensional\TableDataSource.cs" />
501    <Compile Include="PointMarkers\CenteredTextMarker.cs" />
502    <Compile Include="PointMarkers\CircleElementPointMarker.cs" />
503    <Compile Include="PointMarkers\CompositePointMarker.cs" />
504    <Compile Include="PointMarkers\DelegatePointMarker.cs" />
505    <Compile Include="PointMarkers\PointMarker.cs" />
506    <Compile Include="PointMarkers\ShapeElementPointMarker.cs" />
507    <Compile Include="PointMarkers\TrianglePointMarker.cs" />
508    <Compile Include="Common\Auxiliary\ColorHelper.cs" />
509    <Compile Include="Common\Auxiliary\CoordinateUtils.cs" />
510    <Compile Include="Common\Auxiliary\ScreenshotHelper.cs" />
511    <Compile Include="Common\HorizontalAxisTitle.cs" />
512    <Compile Include="Common\Auxiliary\HsbColor.cs" />
513    <Compile Include="Common\Auxiliary\ListExtensions.cs" />
514    <Compile Include="Common\PlotterElement.cs" />
515    <Compile Include="Common\Auxiliary\RectExtensions.cs" />
516    <Compile Include="Common\RenderState.cs" />
517    <Compile Include="Common\Auxiliary\PointExtensions.cs" />
518    <Compile Include="Charts\PointGraphBase.cs" />
519    <Compile Include="Common\VerticalAxisTitle.cs" />
520    <Compile Include="Properties\AssemblyInfo.cs">
521      <SubType>Code</SubType>
522    </Compile>
523    <Compile Include="Viewport2D.AttachedProperties.cs" />
524    <Compile Include="Viewport2dDeferredPanningProxy.cs" />
525    <Compile Include="Viewport2DExtensions.cs" />
526    <Compile Include="Viewport2DPanningState.cs" />
527    <Compile Include="InjectedViewport2D.cs" />
528    <Compile Include="ViewportConjunctionMode.cs" />
529    <Compile Include="ViewportElement2D.cs" />
530    <Compile Include="ViewportConstraints\DateTimeHorizontalAxisConstraint.cs" />
531    <Compile Include="ViewportConstraints\DateTimeVerticalAxisConstraint.cs" />
532    <Compile Include="ViewportConstraints\InjectionDelegateConstraint.cs" />
533    <Compile Include="ViewportConstraints\DomainConstraint.cs" />
534    <Compile Include="ViewportConstraints\DataHeightConstraint.cs" />
535    <Compile Include="ViewportConstraints\FollowWidthConstraint.cs" />
536    <Compile Include="ViewportConstraints\ISupportAttachToViewport.cs" />
537    <Compile Include="ViewportConstraints\MaximalSizeConstraint.cs" />
538    <Compile Include="ViewportConstraints\MinimalSizeConstraint.cs" />
539    <Compile Include="ViewportConstraints\PhysicalProportionsConstraint.cs" />
540    <Compile Include="ViewportConstraints\ProportionsConstraint.cs" />
541    <Compile Include="ViewportConstraints\ConstraintCollection.cs" />
542    <Compile Include="ViewportConstraints\ScaleInjectionConstraint.cs" />
543    <Compile Include="ViewportConstraints\ViewportConstraint.cs" />
544    <None Include="DynamicDataDisplay.snk" />
545    <AppDesigner Include="Properties\" />
546  </ItemGroup>
547  <ItemGroup>
548    <Page Include="Charts\Isolines\FastIsolineDisplay.xaml">
549      <SubType>Designer</SubType>
550      <Generator>MSBuild:Compile</Generator>
551      <Generator>MSBuild:Compile</Generator>
552      <SubType>Designer</SubType>
553    </Page>
554    <Page Include="Charts\Isolines\IsolineTrackingGraph.xaml">
555      <SubType>Designer</SubType>
556      <Generator>MSBuild:Compile</Generator>
557      <Generator>MSBuild:Compile</Generator>
558      <SubType>Designer</SubType>
559      <Generator>MSBuild:Compile</Generator>
560      <SubType>Designer</SubType>
561    </Page>
562    <Page Include="Charts\Axes\AxisControlStyle.xaml">
563      <SubType>Designer</SubType>
564      <Generator>MSBuild:Compile</Generator>
565      <Generator>MSBuild:Compile</Generator>
566      <SubType>Designer</SubType>
567      <Generator>MSBuild:Compile</Generator>
568      <SubType>Designer</SubType>
569    </Page>
570    <Page Include="Charts\Legend items\LegendResources.xaml">
571      <Generator>MSBuild:Compile</Generator>
572      <SubType>Designer</SubType>
573    </Page>
574    <Page Include="Charts\Navigation\AboutWindow.xaml">
575      <SubType>Designer</SubType>
576      <Generator>MSBuild:Compile</Generator>
577      <Generator>MSBuild:Compile</Generator>
578      <SubType>Designer</SubType>
579      <Generator>MSBuild:Compile</Generator>
580      <SubType>Designer</SubType>
581    </Page>
582    <Page Include="Charts\Navigation\LongOperationsIndicatorResources.xaml">
583      <SubType>Designer</SubType>
584      <Generator>MSBuild:Compile</Generator>
585      <Generator>MSBuild:Compile</Generator>
586      <SubType>Designer</SubType>
587    </Page>
588    <Page Include="Charts\Navigation\SimpleNavigationBar.xaml">
589      <SubType>Designer</SubType>
590      <Generator>MSBuild:Compile</Generator>
591      <Generator>MSBuild:Compile</Generator>
592      <SubType>Designer</SubType>
593      <Generator>MSBuild:Compile</Generator>
594      <SubType>Designer</SubType>
595    </Page>
596    <Page Include="Charts\Navigation\CursorCoordinateGraph.xaml">
597      <SubType>Designer</SubType>
598      <Generator>MSBuild:Compile</Generator>
599      <Generator>MSBuild:Compile</Generator>
600      <SubType>Designer</SubType>
601      <Generator>MSBuild:Compile</Generator>
602      <SubType>Designer</SubType>
603    </Page>
604    <Page Include="Charts\Shapes\DraggablePoint.xaml">
605      <SubType>Designer</SubType>
606      <Generator>MSBuild:Compile</Generator>
607      <Generator>MSBuild:Compile</Generator>
608      <SubType>Designer</SubType>
609      <Generator>MSBuild:Compile</Generator>
610      <SubType>Designer</SubType>
611    </Page>
612    <Page Include="Charts\Shapes\PivotSegmentEditor.xaml">
613      <SubType>Designer</SubType>
614      <Generator>MSBuild:Compile</Generator>
615    </Page>
616    <Page Include="Charts\Shapes\RangeHighlightStyle.xaml">
617      <SubType>Designer</SubType>
618      <Generator>MSBuild:Compile</Generator>
619      <Generator>MSBuild:Compile</Generator>
620      <SubType>Designer</SubType>
621      <Generator>MSBuild:Compile</Generator>
622      <SubType>Designer</SubType>
623    </Page>
624    <Page Include="Common\PlotterStyle.xaml">
625      <Generator>MSBuild:Compile</Generator>
626      <SubType>Designer</SubType>
627      <Generator>MSBuild:Compile</Generator>
628      <SubType>Designer</SubType>
629      <Generator>MSBuild:Compile</Generator>
630      <SubType>Designer</SubType>
631    </Page>
632    <Page Include="Charts\MagnifyingGlass.xaml">
633      <SubType>Designer</SubType>
634      <Generator>MSBuild:Compile</Generator>
635      <Generator>MSBuild:Compile</Generator>
636      <SubType>Designer</SubType>
637      <Generator>MSBuild:Compile</Generator>
638      <SubType>Designer</SubType>
639    </Page>
640    <Page Include="Themes\Generic.xaml">
641      <Generator>MSBuild:Compile</Generator>
642      <SubType>Designer</SubType>
643      <Generator>MSBuild:Compile</Generator>
644      <SubType>Designer</SubType>
645      <Generator>MSBuild:Compile</Generator>
646      <SubType>Designer</SubType>
647    </Page>
648  </ItemGroup>
649  <ItemGroup>
650    <EmbeddedResource Include="Resources\SaveIcon.png" />
651  </ItemGroup>
652  <ItemGroup>
653    <EmbeddedResource Include="Resources\FitToViewIcon.png" />
654  </ItemGroup>
655  <ItemGroup>
656    <EmbeddedResource Include="Resources\CopyScreenshotIcon.png" />
657  </ItemGroup>
658  <ItemGroup>
659    <EmbeddedResource Include="Resources\HelpIcon.png" />
660  </ItemGroup>
661  <ItemGroup>
662    <None Include="DynamicDataDisplay.Readme.txt">
663      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
664    </None>
665  </ItemGroup>
666  <ItemGroup>
667    <EmbeddedResource Include="Resources\D3-icon.ico" />
668  </ItemGroup>
669  <ItemGroup>
670    <EmbeddedResource Include="Resources\D3-icon-white.ico" />
671    <EmbeddedResource Include="Strings\Exceptions.resx">
672      <Generator>ResXFileCodeGenerator</Generator>
673      <LastGenOutput>Exceptions.Designer.cs</LastGenOutput>
674      <SubType>Designer</SubType>
675    </EmbeddedResource>
676    <EmbeddedResource Include="Strings\Exceptions.ru-ru.resx">
677      <SubType>Designer</SubType>
678      <Generator>ResXFileCodeGenerator</Generator>
679      <LastGenOutput>Exceptions.ru-ru.Designer.cs</LastGenOutput>
680    </EmbeddedResource>
681    <EmbeddedResource Include="Strings\UIResources.ru-ru.resx">
682      <SubType>Designer</SubType>
683      <Generator>ResXFileCodeGenerator</Generator>
684      <LastGenOutput>UIResources.ru-ru.Designer.cs</LastGenOutput>
685    </EmbeddedResource>
686    <EmbeddedResource Include="Strings\UIResources.resx">
687      <Generator>ResXFileCodeGenerator</Generator>
688      <LastGenOutput>UIResources.Designer.cs</LastGenOutput>
689      <SubType>Designer</SubType>
690    </EmbeddedResource>
691  </ItemGroup>
692  <ItemGroup>
693    <Resource Include="Changelog.txt" />
694  </ItemGroup>
695  <ItemGroup>
696    <None Include="DynamicDataDisplay.License.txt">
697      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
698    </None>
699  </ItemGroup>
700  <ItemGroup>
701    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
702      <Visible>False</Visible>
703      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
704      <Install>false</Install>
705    </BootstrapperPackage>
706    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
707      <Visible>False</Visible>
708      <ProductName>.NET Framework 3.5 SP1</ProductName>
709      <Install>true</Install>
710    </BootstrapperPackage>
711    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
712      <Visible>False</Visible>
713      <ProductName>Windows Installer 3.1</ProductName>
714      <Install>true</Install>
715    </BootstrapperPackage>
716  </ItemGroup>
717  <ItemGroup>
718    <EmbeddedResource Include="Resources\Toolbox\ChartPlotter.Icon.png" />
719  </ItemGroup>
720  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
721  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
722       Other similar extension points exist, see Microsoft.Common.targets.
723  <Target Name="BeforeBuild">
724  </Target>
725  <Target Name="AfterBuild">
726  </Target>
727  -->
728</Project>
Note: See TracBrowser for help on using the repository browser.