I created a portable C # class library in VS 2012 from sources from an older project, but if I try to add a link to a new library in the unit test library oriented to .NET 4.0, it says:
Cannot add project link (name of portable project). ' The current target structure of the project is not one of or incompatible with the target structures of the Portable Library project "(name of the portable project)".
How to check portable library?
Thanks.
-John
source share