Compiler switches ?

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

Hi,
Moved a WinForms project from VS2005 to VS2008.
I have (had) a series of compiler switches which turn various options
on and off.
It has been a while since I have tried to use them.
From memory they were in the project properties pages.
Can't find them in VS2008.
Does anyone know where they are in VS2008?

e.g.
#If MyCompilerSwitch
do some stuff
#else
do other stuff
# End If

Where o where has MyCompilerSwitch gone?
thanks
Bob
 
Back
Top