This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Description
Since the split meta project can no longer open in vs2013 due to it 'Targeting framework versions not supported or not yet implemented'
changing Meta.csproj
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
to
<Import Project="..\.NET 4.5.targets" />
Fixes the issue