Question.
In my project I'm using a Flag called
public static bool DebuggingSystem = false;
Right now this is Hard coded But I don't think this is the best way to do this.
What I'm wondering is, can Visual Studio be configured to do the following
Compile 3 Versions of the Code at the same time when I select Build / clean build ?
V1 Client Version with DebuggingSystem = false;
V2 Testing Version with DebuggingSystem = true;
V3 Debugging Version with DebuggingSystem = true;
Compiling Option?
Started by PGP_Protector, Jan 12 2010 04:05 PM
1 reply to this topic


Sign In
Create Account


Back to top









