Initial commit

This commit is contained in:
pypy
2019-08-16 22:53:04 +09:00
parent 52679ba15d
commit 90f096c497
52 changed files with 27151 additions and 0 deletions

6
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>