G
goodier
Hi,
I have a c# source file which wants to be used for both .net compact
framework and .net framework.
I want to use some kind of #if directive which can choose to compile
different part of code like
#if ABC
..net compact specific
#else
..net framework
#endif
I wonder what is specific condition I can use to indicate it is compiling
for .net compact framework?
I have a c# source file which wants to be used for both .net compact
framework and .net framework.
I want to use some kind of #if directive which can choose to compile
different part of code like
#if ABC
..net compact specific
#else
..net framework
#endif
I wonder what is specific condition I can use to indicate it is compiling
for .net compact framework?