Skip to content

Commit 2a653ab

Browse files
committed
init
0 parents  commit 2a653ab

23 files changed

+2315
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/bin/Debug
2+
/obj/Debug
3+
/packages

.vs/espjs/config/applicationhost.config

Lines changed: 963 additions & 0 deletions
Large diffs are not rendered by default.

.vs/espjs/v16/.suo

66.5 KB
Binary file not shown.

App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
5+
</startup>
6+
</configuration>

0 commit comments

Comments
 (0)