I have a small problem with the library I am using(protobuf-net). I decided to checkout library project and I found something like:
#if PLAT_BINARYFORMATTER
DoSomething()
#endif
The problem I have is that this code is working in some of the projects I have in the solution and in some projects it does not work. I guess the projects have different contexts regarding this "PLAT_BINARYFORMATTER" thing.