Parsing VSS History Files

Parse those nasty VSS history files. Put them in a format more suitable for Gource. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace ConsoleApplication2 { …