/Katmai_November_CTP/HelloWorld_CLR/HelloWorldClient/vb/HelloWorldClient/app.config
Unknown | 39 lines | 39 code | 0 blank | 0 comment | 0 complexity | e53c53c5b93a1684b906ff03a9919a33 MD5 | raw file
1<?xml version="1.0" encoding="utf-8" ?> 2<configuration> 3 <configSections> 4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > 5 <section name="HelloWorldClient.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" /> 6 </sectionGroup> 7 <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > 8 <section name="HelloWorldClient.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 9 </sectionGroup> 10 </configSections> 11 <system.diagnostics> 12 <sources> 13 <!-- This section defines the logging configuration for My.Application.Log in Windows Forms projects.--> 14 <source name="Microsoft.VisualBasic.MyServices.Log.WindowsFormsSource" switchName="DefaultSwitch"> 15 <listeners> 16 <add name="FileLog"/> 17 <!-- Uncomment the below section to write to the Application Event Log --> 18 <!--<add name="EventLog"/>--> 19 </listeners> 20 </source> 21 </sources> 22 <switches> 23 <add name="DefaultSwitch" value="Information" /> 24 </switches> 25 <sharedListeners> 26 <add name="FileLog" 27 type="System.Diagnostics.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.1200.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" 28 initializeData="FileLogWriter"/> 29 <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log --> 30 <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> --> 31 </sharedListeners> 32 </system.diagnostics> 33 <userSettings> 34 <HelloWorldClient.MySettings /> 35 </userSettings> 36 <applicationSettings> 37 <HelloWorldClient.MySettings /> 38 </applicationSettings> 39</configuration>