Mercurial > pub > bltoolkit
comparison Tools/Templates.VB/app.config @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <?xml version="1.0"?> | |
2 <configuration> | |
3 <configSections> | |
4 </configSections> | |
5 <connectionStrings> | |
6 <add name="Templates.VB.My.MySettings.NorthwindConnectionString" connectionString="Data Source=DADDY;Initial Catalog=Northwind;Integrated Security=True" providerName="System.Data.SqlClient"/> | |
7 </connectionStrings> | |
8 <system.diagnostics> | |
9 <sources> | |
10 <!-- This section defines the logging configuration for My.Application.Log --> | |
11 <source name="DefaultSource" switchName="DefaultSwitch"> | |
12 <listeners> | |
13 <add name="FileLog"/> | |
14 <!-- Uncomment the below section to write to the Application Event Log --> | |
15 <!--<add name="EventLog"/>--> | |
16 </listeners> | |
17 </source> | |
18 </sources> | |
19 <switches> | |
20 <add name="DefaultSwitch" value="Information"/> | |
21 </switches> | |
22 <sharedListeners> | |
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 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |