<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <configSections>
  </configSections>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <!--
      Specify subdirectories for the CLR to search when loading
      satellite assemblies (for example, localized strings)
      -->
      <probing privatePath="bin"/>
    </assemblyBinding>
  </runtime>
  <!--
  <system.web>
    <webServices>
      <soapExtensionTypes>
        <add type="Sims3Launcher.TraceExtension, Sims3Launcher" />
      </soapExtensionTypes>
    </webServices>
  </system.web>
  -->
</configuration>