Add deheader to git

This code is based on the deheader experimental code in the web version. It is very rough but it works for now.
This commit is contained in:
Matt Nadareski
2016-03-28 01:01:56 -07:00
parent 35d892017c
commit d730b58dd6
5 changed files with 221 additions and 0 deletions

6
Deheader/App.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>