corrade-vassal – Diff between revs 13 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 13 Rev 20
Line 1... Line 1...
1 <configuration> 1 <configuration>
2 <startup> 2 <startup>
3 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> 3 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/>
4 </startup> 4 </startup>
5 <runtime> 5 <runtime>
6 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 6 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
7 <probing privatePath="libs" /> 7 <probing privatePath="libs"/>
8 </assemblyBinding> 8 </assemblyBinding>
9 <!-- 9 <!--
10 You can enable only one of these settings by commenting them out. 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 11 As a quick rule: server garbage collection uses up more memory
12 in favor of less CPU consuption and concurrent garbage collection 12 in favor of less CPU consuption and concurrent garbage collection
Line 17... Line 17...
17 <!-- 17 <!--
18 <gcConcurrent enabled="false"/> 18 <gcConcurrent enabled="false"/>
19 <gcServer enabled="true"/> 19 <gcServer enabled="true"/>
20 --> 20 -->
21 </runtime> 21 </runtime>
22 </configuration> -  
23   22 </configuration>
-   23