views:

72

answers:

1

I'd like to create a macro/variable for my project properties, similar to $(ConfigurationName), $(OutDir), etc - without making environment variables. I've found that this can be done in later versions of Visual Studio, but I do not have the option of updating my IDE. Can this be done in the .Net 2003 version (if so, how?) - or is the only way to do this through environment variables?

+1  A: 

Turns out this cannot be done in VS .Net 2003 except by using environment variables.

twokats