About Conditional Compilation Constants ?!

Hello all,

I will transfer the project from VS2003 to VS2005.

Is there any Conditional Compilation Constants  has difined for VS2005,so we needn't difine it and use it directly.

I hope some one has been write the code like this:

VS2005 is defined by me in the properties of the project

#if VS2005

//comiple with VS2005

#else

Compile with VS2003

#endif




Answer this question

About Conditional Compilation Constants ?!