You want to remove the .pdb which is the debug info, correct?
1) Right click on Project Name (in bold)
2) Select Properties
3) Click on the "Build" tab
4) At the bottom press the "Advanced" button
5) Change the "Debug Info:" drop-down to "none"
6) Rebuild the project
|