home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Aplikacje_64-bitowe / Paint.NET / Paint.NET.3.5.8.Install.exe / SetupFrontEnd.exe.config < prev    next >
Extensible Markup Language  |  2010-04-16  |  484b  |  14 lines

  1. <?xml version="1.0"?>
  2. <configuration>
  3.     <runtime>
  4.         <generatePublisherEvidence enabled="false"/>
  5.         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  6.             <probing privatePath=".;Native.x86;Native.x64"/>
  7.         </assemblyBinding>
  8.     </runtime>
  9.   <startup useLegacyV2RuntimeActivationPolicy="true">
  10.     <supportedRuntime version="v2.0.50727" sku="Client"/>
  11.     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
  12.   </startup>
  13. </configuration>
  14.