Skip to content

Commit 3f9f2ce

Browse files
committed
Windows Universal stuff working!
1 parent 4746a88 commit 3f9f2ce

34 files changed

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

0 commit comments

Comments
 (0)