Skip to content

Instantly share code, notes, and snippets.

@OldNo7
OldNo7 / xd2md.cs
Last active October 13, 2015 19:15 — forked from formix/xd2md.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Xml;
using System.Xml.Linq;
namespace Formix.Utils
{
class Program