Is there anyway to use compiler constants in Build Events in Visual Studio - VB.NET? (especially in Post-Build events)
Scenario
If TEST_EDITION=TRUE
is defined I want to run an executable during the Post-Build event so if it's FALSE
then I'll run something else.
This can be used for creating different installers for different editions.
P.S. Before someone suggests: No I don't want to use nant, msbuild or something like that