Is there an automated way within Visual Studio to convert a project of type Portable Class Library to a regular (platform-specific) Class Library?
I need to reference a library which doesn't happen to be portable.
You have to edit your PCL's .proj file.
I'm not aware of anything within visual studio itself but the steps are easy enough to do yourself.
See my answer here