초기 커밋.

This commit is contained in:
김민구
2020-12-14 17:39:58 +09:00
parent 435cf429ff
commit 30e0ddfdb6
16 changed files with 1592 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.6.1" />
</startup>
</configuration>