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
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
to
Fixes the issue