Skip to content

Instantly share code, notes, and snippets.

View tendimensions's full-sized avatar

Jason tendimensions

  • Ten Dimensional Software LLC
View GitHub Profile
@shawnwildermuth
shawnwildermuth / program.cs
Created March 17, 2021 06:21
Top-Level Example for Cleaning Visual Studio projects
using System;
using System.IO;
using System.Linq;
using static System.Console;
WriteLine("VSCleaner...");
if (args.Length != 1)
{
WriteLine("You must supply a directory name.");
WriteLine("VSCleaner {DirectoryName}");