Skip to content

Instantly share code, notes, and snippets.

View rickydutton's full-sized avatar

Ricky Dutton rickydutton

View GitHub Profile
@Tornhoof
Tornhoof / FixProjects.cs
Created August 21, 2017 15:14
Converts Project references
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Xml;
namespace FixProjectFormat