mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
464 B
14 lines
464 B
<configuration> |
|
<startup> |
|
<supportedRuntime version="v2.0.50727"/> |
|
</startup> |
|
<system.diagnostics> |
|
<trace autoflush="true" indentsize="4"> |
|
<listeners> |
|
<add name="compilerLogListener" type="System.Diagnostics.TextWriterTraceListener,System" |
|
initializeData="mcs.log" /> |
|
<remove type="System.Diagnostics.DefaultTraceListener,System"/> |
|
</listeners> |
|
</trace> |
|
</system.diagnostics> |
|
</configuration>
|
|
|