ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/VBDLL/app.config
(Generate patch)

Comparing trunk/VBDLL/app.config (file contents):
Revision 4 by william, Wed Jul 11 14:19:13 2012 UTC vs.
Revision 112 by william, Sat Jul 14 07:14:59 2012 UTC

# Line 1 | Line 1
1 < <?xml version="1.0" encoding="utf-8" ?>
1 > <?xml version="1.0"?>
2   <configuration>
3      <configSections>
4      </configSections>
5      <connectionStrings>
6 <        <add name="AnywhereTS.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=&quot;C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf&quot;;Integrated Security=True;User Instance=True"
7 <            providerName="System.Data.SqlClient" />
6 >        <add name="AnywhereTS.My.MySettings.atsConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=&quot;C:\Documents and Settings\ab\My Documents\AnywhereTS\TS-CONIFG\SOURCE\TSAdminTool\ats.mdf&quot;;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
7      </connectionStrings>
8      <system.diagnostics>
9          <sources>
# Line 18 | Line 17
17              </source>
18          </sources>
19          <switches>
20 <            <add name="DefaultSwitch" value="Information" />
20 >            <add name="DefaultSwitch" value="Information"/>
21          </switches>
22          <sharedListeners>
23 <            <add name="FileLog"
25 <                 type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
26 <                 initializeData="FileLogWriter"/>
23 >            <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
24              <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
25              <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
26          </sharedListeners>
27      </system.diagnostics>
28 < </configuration>
28 > <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines