#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.
 
 
 
 
 
 

30 lines
860 B

<?xml version="1.0" encoding="utf-8"?><configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<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>