How can I define conditional compilation symbols within solution?

  • Thread starter Thread starter A.M-SG
  • Start date Start date
A

A.M-SG

Hi,



We have a solution with several c# projects within it.



How can I define solution wide conditional compilation symbols?



I know how to define conditional compilation symbols at the project level,
but I don't want to define them in any single solution within the solution.



Thank you,

Alan
 
Hi Alan,

As far as I know, we cannot define such symbols at solution level. Because
the compilation is to the project level. And each project might different
from each other in language, and in compilers.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top