AppFabric.tv - CleanProject - Cleans Visual Studio Solutions For Uploading or Email
- Posted: Jul 24, 2011 at 12:43 PM
- 3,848 Views
- 3 Comments
Download
How do I download the videos?
- To download, right click the file type you would like and pick “Save target as…” or “Save link as…”
Why should I download videos from Channel9?
- It's an easy way to save the videos you like locally.
- You can save the videos in order to watch them offline.
- If all you want is to hear the audio, you can download the MP3!
Which version should I choose?
- If you want to view the video on your PC, Xbox or Media Center, download the High Quality WMV file (this is the highest quality version we have available).
- If you'd like a lower bitrate version, to reduce the download time or cost, then choose the Medium Quality WMV file.
- If you have a Zune, WP7, iPhone, iPad, or iPod device, choose the low or medium MP4 file.
- If you just want to hear the audio of the video, choose the MP3 file.
Right click “Save as…”
- High Quality WMV (PC, Xbox, MCE)
- MP3 (Audio only)
- Mid Quality WMV (Lo-band, Mobile)
- High Quality MP4 (iPad, PC)
- MP4 (iPod, Zune HD)
How many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don't need to send in it making the file larger than it needs to be.
- bin folder
- obj folder
- TestResults folder
- Resharper folders
And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that. As someone who does this process a great deal I decided to share with you my code for cleaning a project.
In this episode, I'll share with you CleanProject, the utility I created to help me solve this problem.
Links
- Download CleanProject v1.1.0
- Watch AppFabric.tv - CleanProject
- Get the source code (MSDN Code Gallery)
Ron Jacobs
http://www.ronjacobs.com
Twitter: @ronljacobs http://twitter.com/ronljacobs
Comments Closed
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Neat. However, I was thinking that maybe /Y would be a better switch than /Q ? The same way copy and xcopy use it.
@Andrew_Morton:Good point... perhaps I'll add that
Hi Ron, Nice tool. Many versions of it has been made by many people over the years including me :)
But then back in 2009 I made an even better way for VS2008. A zipper called solzip that also removes source control bindings and packs your code in a convenient zip file by using a right click menu in the solution explorer. Extremely convenient.
Inspired by your effort. I finally got around to updating it for VS2010. Thank you for that kick in the ... :)
You can find it in the Extension Manager in VS2010 or at http://solzip.codeplex.com
I also provide a commandline an even an edition for GAX factories.
Remove this comment
Remove this thread
close