Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created October 14, 2017 12:28
Show Gist options
  • Save gavilanch/7401d95f7c09afb9bfcd20f5833344f7 to your computer and use it in GitHub Desktop.
Save gavilanch/7401d95f7c09afb9bfcd20f5833344f7 to your computer and use it in GitHub Desktop.
// AssemblyInfo.cs
#if DEBUG
[assembly: Application(Debuggable=true)]
#else
[assembly: Application(Debuggable=false)]
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment