I found this MSDN help page
https://msdn.microsoft.com/en-us/library/swfss70d(v=vs.90).aspx
but this
#if TARGET = "library"
// Do something
#else
// Do something else
#endif
does not work.
I found this MSDN help page
https://msdn.microsoft.com/en-us/library/swfss70d(v=vs.90).aspx
but this
#if TARGET = "library"
// Do something
#else
// Do something else
#endif
does not work.