I created a WPF app and when I give it to an end-use, I only want to give them what is necessary to run the app, in other words, none of the stuff that is used for debugging.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
When you build a release application, this is what is generated (by default). The debugging information (such as the .pdb files) are not generated in a release build. |
|||||
|