Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TFS Build using conditional compilation symbols (DefineConstants) from .csproj file
- private const string STR_WS_EndPoint =
- #if INTEGRATION
- "Integration_WS_EndPoint";
- #elif DEVELOPMENT
- "Development_WS_EndPoint";
- #elif DEBUG
- "Debug_WS_EndPoint";
- #else
- "Release_WS_EndPoint";
- #endif
Add Comment
Please, Sign In to add comment