diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
commit | d3a6928487048acac41d6c8ca7a95ac70d835b65 (patch) | |
tree | 17b6a4cb3074b372488a75909950224269eb0340 /app.config |
* initial, empty project
Diffstat (limited to 'app.config')
-rw-r--r-- | app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app.config b/app.config new file mode 100644 index 0000000..8494f72 --- /dev/null +++ b/app.config @@ -0,0 +1,3 @@ +<?xml version="1.0"?>
+<configuration>
+<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|