vote up 0 vote down star

I want to use a compilation symbol, like DEBUG, except a different name, and have it associated with a solution, not a project, so that it applies to all the solution's projects.

Rather than define the same symbol in multiple projects, is there a way to define a symbol once, that applies solution-wide, via VS2008?

flag

48% accept rate

1 Answer

vote up 2 vote down check

One option you could use is to create a .cs file in 1 location with #define MYSYMBOL in it and add the file to each project in your solution using the Add as link option. This would allow you to have a single point of symbol/shared information definition.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.