summaryrefslogtreecommitdiff
path: root/windows 95/bin/Debug/Histacom.vshost.exe.config
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
committerJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
commitdfac3489c438f5c54bff088a354815e79675b531 (patch)
treedafec547b0e8592e34d8aa756c9500407ebc3c1b /windows 95/bin/Debug/Histacom.vshost.exe.config
downloadhistacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz
histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2
histacom-dfac3489c438f5c54bff088a354815e79675b531.zip
Initial commit
Diffstat (limited to 'windows 95/bin/Debug/Histacom.vshost.exe.config')
-rwxr-xr-xwindows 95/bin/Debug/Histacom.vshost.exe.config23
1 files changed, 23 insertions, 0 deletions
diff --git a/windows 95/bin/Debug/Histacom.vshost.exe.config b/windows 95/bin/Debug/Histacom.vshost.exe.config
new file mode 100755
index 0000000..ff5595a
--- /dev/null
+++ b/windows 95/bin/Debug/Histacom.vshost.exe.config
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<configuration>
+ <system.diagnostics>
+ <sources>
+ <!-- This section defines the logging configuration for My.Application.Log -->
+ <source name="DefaultSource" switchName="DefaultSwitch">
+ <listeners>
+ <add name="FileLog"/>
+ <!-- Uncomment the below section to write to the Application Event Log -->
+ <!--<add name="EventLog"/>-->
+ </listeners>
+ </source>
+ </sources>
+ <switches>
+ <add name="DefaultSwitch" value="Information"/>
+ </switches>
+ <sharedListeners>
+ <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
+ <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
+ <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
+ </sharedListeners>
+ </system.diagnostics>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>