home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / SetupGCSM-3.9.5.msi / fil126099A7340FE448F8F1086D4B99F6BE < prev    next >
Extensible Markup Language  |  2015-04-07  |  4KB  |  72 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <system.net>
  4.     <!-- If the first block doesn't work for common http proxy, comment first block out and second block in  -->
  5.     <!-- For details how to configure and examples, see MSDN documentation at http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx    -->
  6.     <defaultProxy enabled="true" useDefaultCredentials="true">
  7.       <!-- Uses the default system proxy from Internet Explorer seetings, usually means "none" -->
  8.       <!-- Comment this in and comment configuration below out to use Internet Explorer settings. Every additional setting in here together with usesystemdefault="True" will override existing Internet Explorer Proxy Settings -->
  9.       <proxy usesystemdefault="True" />
  10.       <!-- Uses the configured proxy address -->
  11.       <!-- Comment this in and comment configuration above out to bypass system configuration -->
  12.       <!--<proxy bypassonlocal="True" proxyaddress="http://proxy:80/"/>-->
  13.       <!--<proxy usesystemdefault="True" scriptLocation="http://proxy/script"/>-->
  14.     </defaultProxy>
  15.   </system.net>
  16.   <startup>
  17.     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
  18.   </startup>
  19.   <runtime>
  20.     <legacyCorruptedStateExceptionsPolicy enabled="true" />
  21.     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  22.       <dependentAssembly>
  23.         <assemblyIdentity name="System.IO" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  24.         <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
  25.       </dependentAssembly>
  26.       <dependentAssembly>
  27.         <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  28.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  29.       </dependentAssembly>
  30.       <dependentAssembly>
  31.         <assemblyIdentity name="System.Net.Http.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  32.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  33.       </dependentAssembly>
  34.       <dependentAssembly>
  35.         <assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  36.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  37.       </dependentAssembly>
  38.       <dependentAssembly>
  39.         <assemblyIdentity name="System.Net.Http.WebRequest" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  40.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  41.       </dependentAssembly>
  42.       <dependentAssembly>
  43.         <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  44.         <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
  45.       </dependentAssembly>
  46.       <dependentAssembly>
  47.         <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  48.         <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
  49.       </dependentAssembly>
  50.       <dependentAssembly>
  51.         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  52.         <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
  53.       </dependentAssembly>
  54.       <dependentAssembly>
  55.         <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  56.         <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
  57.       </dependentAssembly>
  58.       <dependentAssembly>
  59.         <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  60.         <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" />
  61.       </dependentAssembly>
  62.       <dependentAssembly>
  63.         <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  64.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  65.       </dependentAssembly>
  66.       <dependentAssembly>
  67.         <assemblyIdentity name="System.Net.Http.Primitives" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  68.         <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" />
  69.       </dependentAssembly>
  70.     </assemblyBinding>
  71.   </runtime>
  72. </configuration>