#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
 
 
 
 
 
 

27 lines
719 B

<configuration>
<appSettings>
<!-- The directory containing the resources relative to the
ComponentInspector executable -->
<add key="ResourceDirectory" value="..\..\..\data\resources" />
</appSettings>
<system.diagnostics>
<trace autoflush="true" indentsize="2">
<listeners>
<!-- Uncomment this to enable tracing to a log file
<add name="oakland software"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="CompInsp.log" /> -->
</listeners>
</trace>
<switches>
<!-- here is where you set the trace level -->
<add name="oakland software" value="1" />
</switches>
</system.diagnostics>
<system.windows.forms jitDebugging="true" />
</configuration>