A
alex
I'm compiling a c# csproj project from the command line. However, I'd
like to pass in different defines to that project for different times
that I build it. I don't see any parameters on devenv command line
interface that seem to allow this. Should I be using something else
to compile the csproj file that would allow me to pass in preprocessor
defines?
i tried using nant but the <solution> doesn't seem to have anythign
that allows this either.
like to pass in different defines to that project for different times
that I build it. I don't see any parameters on devenv command line
interface that seem to allow this. Should I be using something else
to compile the csproj file that would allow me to pass in preprocessor
defines?
i tried using nant but the <solution> doesn't seem to have anythign
that allows this either.