1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2026-02-18 10:23:29 +00:00

first commit

This commit is contained in:
Ylian Saint-Hilaire
2020-03-09 11:11:06 -07:00
commit 3deafe34ef
130 changed files with 141283 additions and 0 deletions

6
web.config Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="32768" />
</system.web>
</configuration>