This is a mirror of official site: http://jasper-net.blogspot.com/

CleanProject - Cleans Visual Studio Solutions For Uploading or Email

| Monday, July 25, 2011
You know those little tools you build to help in your development?  The ones that you slapped together in a hurry and might not work all the time but you put up with them because you don’t want to take the time to fix them?  Well CleanProject.exe is one of those tools that I’ve had for a long while.  Years ago I think I shared an earlier version of it but when I mentioned this tool in an episode of AppFabric.tv I had some people ask if they could get the tool.  I didn’t want to share it because it was far too fragile.  It had numerous bugs and I didn’t want to take the time to fix it.  Then I found that I needed to use CleanProject in the build for Microsoft.Activities.UnitTesting and so I did some work that I can now share with you.


CmdLine

First I created a command line parser I call CmdLine.  I know the old joke is that everybody has to build a Command Line parser.  There are many of them out there but I didn’t have one that worked just the way I wanted so I created one.  You can use it by simply installing it with NuGet.  Now that I had a solid command line parser the rest was easy.
Clean Project

SNAGHTMLad8e3e

Clean Project is a utility that cleans Visual Studio project directories so you can quickly upload or email a zip file with your solution.

  •     CodePlex Download CleanProject v1.1.0
  •     Visual Studio Gallery CleanProject
  •     MSDN Code Samples (source download) CleanProject

Read more: Ron Jacobs
QR: clean-project-cleans-visual-studio-solutions-for-uploading-or-email.aspx

Posted via email from Jasper-net

0 comments: