corrade-vassal – Diff between revs 2 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 13
Line 1... Line -...
1 <?xml version="1.0" encoding="utf-8" ?> -  
2 <configuration> 1 <configuration>
3 <startup> 2 <startup>
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> 3 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5 </startup> 4 </startup>
-   5 <runtime>
-   6 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
-   7 <probing privatePath="libs" />
-   8 </assemblyBinding>
-   9 <!--
-   10 You can enable only one of these settings by commenting them out.
-   11 As a quick rule: server garbage collection uses up more memory
-   12 in favor of less CPU consuption and concurrent garbage collection
-   13 uses up more CPU in favour of memory consuption.
-   14
-   15 The default is to let the runtime pick a good choice for the machine.
-   16 -->
-   17 <!--
-   18 <gcConcurrent enabled="false"/>
-   19 <gcServer enabled="true"/>
-   20 -->
-   21 </runtime>
6 </configuration> 22 </configuration>
7   23