How can I define conditional compilation symbols within solution?

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
 
K

Kevin Yu [MSFT]

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."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top