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

About Conditional Compilation Constants ?!
Jessard
A better way is to do this with project templates. Armand du Plessis has done something here: http://dotnet.org.za/armand/archive/2005/11/01/47857.aspx
Davaris
No unfortunately there isn't.
However, it it sounds like a good idea, perhaps you could post a suggestion on the Microsoft Product Feedback Center.