On 2014-10-12 10:30, Rainer Schuetze wrote:

C# programs also use app.exe.config files alongside the executable to
setup the application. Maybe we could do something similar.

I just found this in msbuild/14.0/bin/csc.exe.config:

<configuration>
   <runtime>
     <gcServer enabled="true" />
     <gcConcurrent enabled="false"/>
   </runtime>
</configuration>


Eclipse uses a similar approach. It has an INI file with command line arguments. Mine as 18 arguments passed to the application.

--
/Jacob Carlborg

Reply via email to