Welcher Developer kennt das nicht: Du willst rasch ein Visual Studio Projekt als ZIP weitergeben... und beginnst damit, nur die relevanten Files zu identifizieren und alle "unnötigen" Files wie bin, obj, TFS-Bindings etc. zu löschen. Genau dafür gibt es ein neues Tool!
Clean Project auf codeplex.
"Clean Project is a utility that cleans Visual Studio project directories so you can quickly upload or email a zip file with your solution. "
Die Vorgangsweise scheint ruck-zuck zu funktionieren:
- Select Tools / Clean, Remove Source Bindings and Zip Solution
- Attach the zip file and send the email

Viel Spaß beim Testen!