forked from oxyplot/oxyplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExampleLibrary.csproj
More file actions
117 lines (117 loc) · 6.25 KB
/
Copy pathExampleLibrary.csproj
File metadata and controls
117 lines (117 loc) · 6.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FACB89E5-53A5-4748-9F5B-E0714EBB37B2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ExampleLibrary</RootNamespace>
<AssemblyName>ExampleLibrary</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile136</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\PCL\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;PCL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\PCL\Release\</OutputPath>
<DefineConstants>TRACE;PCL</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Attributes\ExampleAttribute.cs" />
<Compile Include="CustomSeries\ErrorItem.cs" />
<Compile Include="CustomSeries\ErrorSeries.cs" />
<Compile Include="CustomSeries\FlagSeries.cs" />
<Compile Include="CustomSeries\LineSegmentSeries.cs" />
<Compile Include="CustomSeries\MatrixSeries.cs" />
<Compile Include="CustomSeries\PolarHeatMapSeries.cs" />
<Compile Include="Example.cs" />
<Compile Include="ExampleInfo.cs" />
<Compile Include="Examples.cs" />
<Compile Include="Attributes\ExamplesAttribute.cs" />
<Compile Include="Discussions\DiscussionExamples.cs" />
<Compile Include="Examples\AnnotationExamples.cs" />
<Compile Include="Examples\BarSeries\BarAndColumnSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\BarSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ColumnSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\ErrorColumnSeriesExamples.cs" />
<Compile Include="Examples\ScatterErrorSeriesExamples.cs" />
<Compile Include="Examples\BoxPlotSeriesExamples.cs" />
<Compile Include="Examples\CandleStickSeriesExamples.cs" />
<Compile Include="Examples\CartesianAxesExamples.cs" />
<Compile Include="Examples\CategoryAxisExamples.cs" />
<Compile Include="Examples\AxisExamples.cs" />
<Compile Include="Examples\AreaSeriesExamples.cs" />
<Compile Include="Examples\CategoryColorAxisExamples.cs" />
<Compile Include="Examples\ContourSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\IntervalBarSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\RectangleBarSeriesExamples.cs" />
<Compile Include="Examples\BarSeries\TornadoBarSeriesExamples.cs" />
<Compile Include="Examples\PlotControllerExamples.cs" />
<Compile Include="Examples\CustomAxisExamples.cs" />
<Compile Include="Examples\HeatMapSeriesExamples.cs" />
<Compile Include="Examples\LinearColorAxisExamples.cs" />
<Compile Include="Examples\MiscExamples.cs" />
<Compile Include="Examples\MouseEventExamples.cs" />
<Compile Include="Examples\ExamplesBase.cs" />
<Compile Include="Examples\ItemsSourceExamples.cs" />
<Compile Include="Examples\FunctionSeriesExamples.cs" />
<Compile Include="Examples\PerformanceExamples.cs" />
<Compile Include="Examples\PlotModelExamples.cs" />
<Compile Include="Examples\RangeColorAxisExamples.cs" />
<Compile Include="Examples\ShowMeTheNumbersExamples.cs" />
<Compile Include="Examples\StairStepSeriesExamples.cs" />
<Compile Include="Examples\FilteringExamples.cs" />
<Compile Include="Examples\HighLowSeriesExamples.cs" />
<Compile Include="Examples\LinearAxisExamples.cs" />
<Compile Include="Examples\LegendExamples.cs" />
<Compile Include="Examples\CustomSeriesExamples.cs" />
<Compile Include="Examples\DateTimeAxisExamples.cs" />
<Compile Include="Examples\LineSeriesExamples.cs" />
<Compile Include="Examples\LogarithmicAxisExamples.cs" />
<Compile Include="Examples\PieSeriesExamples.cs" />
<Compile Include="Examples\PolarPlotExamples.cs" />
<Compile Include="Examples\ScatterSeriesExamples.cs" />
<Compile Include="Examples\StemSeriesExamples.cs" />
<Compile Include="Examples\TimeSpanAxisExamples.cs" />
<Compile Include="Examples\TrackerExamples.cs" />
<Compile Include="Examples\TwoColorLineSeriesExamples.cs" />
<Compile Include="Examples\XkcdExamples.cs" />
<Compile Include="Helpers\Sun.cs" />
<Compile Include="Issues\Issues.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\Bergensbanen.csv" />
<EmbeddedResource Include="Resources\OxyPlot.png" />
<EmbeddedResource Include="Resources\west0479.mtx" />
<EmbeddedResource Include="Resources\WorldPopulation.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OxyPlot\OxyPlot.csproj">
<Project>{7A0B35C0-DD17-4964-8E9A-44D6CECDC692}</Project>
<Name>OxyPlot</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
</Project>