Last change
on this file since 11483 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
|
Rev | Line | |
---|
[5163] | 1 | <?xml version="1.0"?>
|
---|
[6173] | 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>
|
---|
[5163] | 13 | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.