I have a .NET library that is written in C++/CLI /safe using Visual Studio 2012. I'd like to target the .NET Portable Class Library.
In C#, one can select a "Portable Class Library Project", but in C++ there isn't a similar option. Is there any way to target the Portable Class Library, similar to C#?
Thank You