Skip to content

Commit 38aa436

Browse files
committed
Examples/Windows/SimpleDemo: fix references to OxyPlot.UWP
1 parent d35c4c4 commit 38aa436

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Source/Examples/Windows/SimpleDemo/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:local="using:SimpleDemo"
66
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
77
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8-
xmlns:windows="using:OxyPlot.Windows"
8+
xmlns:windows="using:OxyPlot.UWP"
99
mc:Ignorable="d">
1010

1111
<Page.DataContext>

Source/Examples/Windows/SimpleDemo/SimpleDemo.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@
133133
</PackageReference>
134134
</ItemGroup>
135135
<ItemGroup>
136-
<ProjectReference Include="..\..\..\OxyPlot.Windows\OxyPlot.Windows.csproj">
136+
<ProjectReference Include="..\..\..\OxyPlot.UWP\OxyPlot.UWP.csproj">
137137
<Project>{5aa87152-20d5-48f7-ad0f-6e6baa61fc25}</Project>
138-
<Name>OxyPlot.Windows</Name>
138+
<Name>OxyPlot.UWP</Name>
139139
</ProjectReference>
140140
<ProjectReference Include="..\..\..\OxyPlot\OxyPlot.csproj">
141141
<Project>{7a0b35c0-dd17-4964-8e9a-44d6cecdc692}</Project>
@@ -146,11 +146,11 @@
146146
<VisualStudioVersion>14.0</VisualStudioVersion>
147147
</PropertyGroup>
148148
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
149-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150150
Other similar extension points exist, see Microsoft.Common.targets.
151151
<Target Name="BeforeBuild">
152152
</Target>
153153
<Target Name="AfterBuild">
154154
</Target>
155155
-->
156-
</Project>
156+
</Project>

0 commit comments

Comments
 (0)