2019-04-29 23:34:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<configuration>
|
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
|
|
|
</startup>
|
2019-07-21 00:27:39 +00:00
|
|
|
|
|
|
|
<!-- https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/how-to-create-and-initialize-trace-listeners -->
|
|
|
|
<!-- WARNING: this will clash with the security sandbox -->
|
|
|
|
<!--<system.diagnostics>
|
|
|
|
<trace autoflush="true" indentsize="4">
|
|
|
|
<listeners>
|
|
|
|
<add name="myListener"
|
|
|
|
type="System.Diagnostics.TextWriterTraceListener"
|
|
|
|
initializeData="TextWriterOutput.log" />
|
|
|
|
</listeners>
|
|
|
|
</trace>
|
|
|
|
</system.diagnostics>-->
|
2019-04-29 23:34:09 +00:00
|
|
|
</configuration>
|