ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/app.config
(Generate patch)

Comparing trunk/RomCheater/app.config (file contents):
Revision 77 by william, Wed May 9 16:52:18 2012 UTC vs.
Revision 78 by william, Wed May 9 17:10:48 2012 UTC

--- trunk/RomCheater/app.config	2012/05/09 17:03:36	77
+++ trunk/RomCheater/app.config	2012/05/09 17:10:48	78
@@ -1,10 +1,5 @@
 <?xml version="1.0"?>
 <configuration>
-  <runtime>
-    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
-      <probing privatePath="plugins\"/>
-    </assemblyBinding>
-  </runtime>
     <configSections>
         <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
             <section name="RomCheater.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
@@ -17,4 +12,9 @@
             </setting>
         </RomCheater.Properties.Settings>
     </userSettings>
+  <runtime>
+    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+      <probing privatePath="plugins\"/>
+    </assemblyBinding>
+  </runtime>
 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>