Last change
on this file since 6476 was
6179,
checked in by epitzer, 13 years ago
|
completely remove unused user settings and use string formatting instead of concatenation (#1517)
|
File size:
485 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <configuration>
|
---|
3 | <system.diagnostics>
|
---|
4 | <trace autoflush="true" indentsize="4">
|
---|
5 | <listeners>
|
---|
6 | <add name="HeuristicLabListener"
|
---|
7 | type="System.Diagnostics.TextWriterTraceListener"
|
---|
8 | initializeData="HeuristicLab.log" />
|
---|
9 | <remove name="Default" />
|
---|
10 | </listeners>
|
---|
11 | </trace>
|
---|
12 | </system.diagnostics>
|
---|
13 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.