Small typo in OxyPlot.Metro.csproj XML

Oystein Bjorke 10 jaar geleden 0
This discussion was imported from CodePlex

dcuccia wrote at 2012-06-24 02:32:

First, off - awesome library. Second, I checked out Thursday's changeset (bdba153d17f0) and attempted to load the Metro solution/project - ran into this message. Looks like the runtime reference in the XML has a typo - changed the following framework reference from v1.0 to v11.0 as follows and it worked:

<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v11.0\Microsoft.Windows.UI.Xaml.CSharp.targets" />


objo wrote at 2012-06-26 06:06:

Thanks! I changed the version numbers.

Note that this was done with the first preview of VS2012/Metro, I have not tested with the latest release candidate yet.

Feel free to create a fork if you do more work to get the Metro version running!