home *** CD-ROM | disk | FTP | other *** search
/ Freelog 112 / FreelogNo112-NovembreDecembre2012.iso / Multimedia / HandBrake / HandBrake-0.9.8-i686-Win_GUI.exe / Handbrake.exe.config < prev    next >
Extensible Markup Language  |  2012-07-18  |  636b  |  20 lines

  1. <?xml version="1.0"?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="castle" type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, Castle.Windsor"/>
  5.     
  6.   </configSections>
  7.   
  8.  
  9.   <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup>
  10.   
  11.   <!--<castle>
  12.     <components>
  13.       <component id="IErrorService"
  14.                  service="HandBrake.Framework.Services.Interfaces.IErrorService, HandBrake.Framework"
  15.                  type="HandBrake.Framework.Services.ErrorService, HandBrake.Framework"/>
  16.     </components>
  17.   </castle>-->
  18.   
  19. </configuration>
  20.