/NRefactory/ICSharpCode.NRefactory.CSharp/Parser/mcs/gmcs.exe.config
http://github.com/icsharpcode/ILSpy · ASP.NET · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 984776fabf60145b1eb0993b3da30979 MD5 · raw file
- <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>