c# - #if debug --> #if myOwnConfig? -
is there way in c# use custom configuration "#if debug"
i need "#if offline" build-config's name "offline" (only further debug-purposes too)...
thanks!
- build -> configuration manager -> active solution configuration -> new...
- create new configuration "offline".
- project -> properties -> build -> configuration -> offline
- conditional compilation symbols: type offline
- save project.
Comments
Post a Comment