first commit

This commit is contained in:
2015-03-22 21:36:32 +01:00
parent 5b74e5b015
commit 48cafdf318
63 changed files with 2039 additions and 0 deletions

6
Web.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
</system.web>
</configuration>