corrade-vassal – Rev 13

Subversion Repositories:
Rev:
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="libs" />
    </assemblyBinding>
    <!-- 
        You can enable only one of these settings by commenting them out.
        As a quick rule: server garbage collection uses up more memory
        in favor of less CPU consuption and concurrent garbage collection 
        uses up more CPU in favour of memory consuption.
        
        The default is to let the runtime pick a good choice for the machine.
    -->
    <!--
      <gcConcurrent enabled="false"/>
      <gcServer enabled="true"/>
    -->
  </runtime>
</configuration>

Generated by GNU Enscript 1.6.5.90.