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

Meta fails to load in VS2013 because Portable Class Libraries don't work #761

@xortuna

Description

@xortuna

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions