forked from SeidChr/RunHiddenConsole
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApp.config
More file actions
26 lines (24 loc) · 715 Bytes
/
App.config
File metadata and controls
26 lines (24 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!--
Info (used)
Warning (default)
Error (used)
Exception (used)
-->
<!--<add key="LogLevel" value="Error"/>-->
<!--
if not filled, the default path is the execution path
-->
<!--<add key="LogLocation" value="" />-->
<!--
add the value to this by following the formatting in the
windwos "PATH" variable. These will be checked first!
-->
<!--<add key="TargetExecutablePaths" value="" />-->
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
</startup>
</configuration>