﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='results.xsl'?>
<REPORT OVERALL_RESULT="FAIL" VERSION="2.2" LATEST_VERSION="TRUE" UPDATE_DOWNLOAD_URL="" TOOLSET_ARCHITECTURE="X64" SecureBoot="FALSE" APP_TYPE="WindowsStore" PUBLISHER_DISPLAY_NAME="Kellen" OSVERSION="6.2.9200.0" OS="Microsoft Windows 8 Pro" PER_USER_APPLICATION="" PARTIAL_RUN="FALSE" LCID="1036" VALIDATION_TYPE="UI" ReportGenerationTime="13/05/2013 22:31:52" ID="7997c4e3f0af36c10890d52448fcbf3d">
  <REQUIREMENTS>
    <REQUIREMENT NUMBER="1" TITLE="Clean reversible install test" RATIONALE="A clean, reversible, installation allows users to successfully manage (deploy, and remove) applications on their system." />
    <REQUIREMENT NUMBER="2" TITLE="Install to the correct folders test" RATIONALE="Windows provides specific locations in the file system to store programs and software components, shared application data, and application data specific to a user." />
    <REQUIREMENT NUMBER="3" TITLE="Digitally signed file test" RATIONALE="An Authenticode digital signature allows users to be sure that the software is genuine. It also allows detection if a file has been tampered with e.g. infected by a virus." />
    <REQUIREMENT NUMBER="4" TITLE="Support x64 Windows test" RATIONALE="To maintain compatibility with 64-bit versions of Windows, it is necessary that applications should natively support 64-bit or at minimum 32-bit Windows based applications to run seamlessly on 64-bit." />
    <REQUIREMENT NUMBER="5" TITLE="OS version checking test" RATIONALE="Applications must not perform version checks for equality (== 5.1). If you need a specific feature, check whether the feature is available. If you need Windows XP, check for Windows XP or later (&gt;= 5.1), This way, your detection code will continue to work on future versions of Windows. Driver installers and uninstall modules should never check the OS version." />
    <REQUIREMENT NUMBER="6" TITLE="User account control (UAC) test" RATIONALE="Most applications do not require administrator privileges at run time, and should be just fine running as a standard-user. Windows applications must have a manifest (embedded or external) to define its execution level that tells OS the privileges needed to run the application." />
    <REQUIREMENT NUMBER="7" TITLE="Adhere to system restart manager messages" RATIONALE="In a critical shutdown, applications that return FALSE to WM_QUERYENDSESSION will be sent WM_ENDSESSION and closed, while those that time out in response to WM_QUERYENDSESSION will be terminated." />
    <REQUIREMENT NUMBER="8" TITLE="Safe mode test" RATIONALE="By default, most drivers and services that did not come preinstalled with Windows are not started in Safe Mode. They should remain disabled unless they are needed for basic operations of the system or for diagnostic and recovery purposes." />
    <REQUIREMENT NUMBER="9" TITLE="Multiuser session test" RATIONALE="Windows users should be able to run concurrent sessions without conflict or disruption.  Applications must ensure that when running in multiple sessions either locally or remotely, the normal functionality of the application should not be impacted. Application settings and data files should not be persisted across users. A user’s privacy and preferences should be isolated to the user’s session." />
    <REQUIREMENT NUMBER="10" TITLE="Crashes and hangs test" RATIONALE="Application failures such as crashes and hangs are a major disruption to users and cause frustration. Eliminating such failures improves application stability and reliability, and overall, provides users with a better application experience.">
      <TEST INDEX="47" NAME="App launch tests" DESCRIPTION="App launch tests." EXECUTIONTIME="00h:00m:26s.63ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="21" NAME="Crashes and hangs" DESCRIPTION="Do not crash or hang during the testing process." EXECUTIONTIME="00h:00m:45s.70ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="11" TITLE="Compatibility and resiliency test" RATIONALE="When Windows detects that an application has operated in an incompatible manner, it applies a compatibility fix that causes the application to behave correctly, ensuring a positive user experience. Applications should not rely on this behavior since it is only provided to allow legacy applications to work correctly on Windows." />
    <REQUIREMENT NUMBER="12" TITLE="App manifest compliance test" RATIONALE="The package manifest was missing one or more required attributes.">
      <TEST INDEX="31" NAME="App manifest" DESCRIPTION="App manifest must include valid entries for all required fields." EXECUTIONTIME="00h:00m:02s.76ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="13" TITLE="Windows security best practices test" RATIONALE="An application should not change the default Windows security settings." />
    <REQUIREMENT NUMBER="14" TITLE="Windows security features test" RATIONALE="Applications must opt-into Windows security features.">
      <TEST INDEX="33" NAME="Binary analyzer" DESCRIPTION="Analysis of security features enabled on binaries" EXECUTIONTIME="00h:00m:02s.87ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="62" NAME="Private Code Signing" DESCRIPTION="App should not package private code signing key files." EXECUTIONTIME="00h:00m:01s.27ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="15" TITLE="Supported API test" RATIONALE="The application should only refer to the APIs allowed by the Windows SDK for Windows Store Apps.">
      <TEST INDEX="38" NAME="Supported APIs" DESCRIPTION="Windows Store App must only use supported platform APIs." EXECUTIONTIME="00h:00m:45s.72ms">
        <RESULT><![CDATA[FAIL]]></RESULT>
        <MESSAGES>
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librawdv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librawdv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsubsdelay_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsubsdelay_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libspudec_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libspudec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmediadirs_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmediadirs_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libuleaddvaudio_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libuleaddvaudio_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtheora_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtheora_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcvdsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcvdsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libantiflicker_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libantiflicker_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API getsockname in ws2_32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_mms_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libfloat_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libnsv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libnsv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpsychedelic_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpsychedelic_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libnuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libnuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libheadphone_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libheadphone_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvoc_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvoc_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libavi_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libavi_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdemuxdump_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdemuxdump_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libscene_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libscene_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libidummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libidummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libnormvol_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libnormvol_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libxa_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libxa_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libxml_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libxml_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libxml_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libxml_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtta_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtta_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsepia_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsepia_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libafile_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libafile_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libschroedinger_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libschroedinger_plugin.dll calls this API." />
          <MESSAGE TEXT="API VirtualAlloc in kernel32.dll is not supported for this application type. libschroedinger_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libfilesystem_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libinvert_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libinvert_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libchorus_flanger_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libchorus_flanger_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libyuy2_i420_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaes3_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaes3_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libwall_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libwall_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgain_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgain_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmosaic_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmosaic_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librtp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvobsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvobsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libts_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libts_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsubtitle_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libclone_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libclone_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libnsc_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libnsc_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi422_yuy2_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libalphamask_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libalphamask_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvc1_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvc1_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmagnify_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmagnify_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libadjust_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libadjust_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_yuy2_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_yuy2_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liblogo_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liblogo_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi422_i420_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librawvid_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librawvid_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_flac_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_flac_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libadpcm_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libadpcm_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaccess_tcp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_tcp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_tcp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libshm_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libshm_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libremap_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libremap_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liba52_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liba52_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libugly_resampler_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libugly_resampler_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcolorthres_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcolorthres_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libyuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libyuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librotate_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librotate_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpng_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libstereo_widen_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libstereo_widen_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvlc.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvlc.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libzip_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtaglib_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libtaglib_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libtaglib_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtaglib_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libtaglib_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgradient_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgradient_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaraw_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaraw_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmpgv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmpgv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libddummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libddummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API CoCreateInstance in ole32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetStockObject in gdi32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegOpenKeyExW in advapi32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegQueryValueExW in advapi32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleFileNameW in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleW in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetVersion in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetVersionExW in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadExecutionState in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API ExtractIconW in shell32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API AdjustWindowRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API AppendMenuW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API CheckMenuItem in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API ClientToScreen in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateCursor in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateWindowExW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API DefWindowProcW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API DestroyCursor in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API DestroyIcon in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API DestroyWindow in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API DispatchMessageW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API EnumWindows in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API EqualRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API FindWindowExW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API FindWindowW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetAncestor in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetClassNameA in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetClientRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetCursorPos in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetKeyState in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetMenuState in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetMessageW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetMonitorInfoW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetSystemMenu in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetSystemMetrics in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetWindowLongW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetWindowPlacement in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetWindowRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API LoadCursorW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API MapVirtualKeyW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API MonitorFromWindow in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API OffsetRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API PostMessageW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API PostQuitMessage in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegisterClassW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API ReleaseCapture in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCapture in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetClassLongW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCursor in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCursorPos in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetForegroundWindow in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetParent in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetRectEmpty in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetWindowLongW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetWindowPlacement in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetWindowPos in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetWindowTextW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API ShowWindow in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API SystemParametersInfoW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API TranslateMessage in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API UnregisterClassW in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API ValidateRect in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API WindowFromPoint in user32.dll is not supported for this application type. libdirect3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_bd_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_bd_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libps_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libps_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsharpen_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsharpen_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmono_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmono_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libau_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libau_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsmf_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsmf_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libstats_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libstats_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libball_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libball_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_rar_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_rar_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaudio_format_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaudio_format_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmirror_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmirror_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgaussianblur_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgaussianblur_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libstream_filter_rar_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libstream_filter_rar_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libkaraoke_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libkaraoke_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libreal_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libreal_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdvbsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdvbsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libwave_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libwave_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpegvideo_plugin.dll calls this API." />
          <MESSAGE TEXT="API WSACleanup in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API WSAGetLastError in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API WSASetLastError in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API WSAStartup in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API accept in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API bind in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API connect in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API freeaddrinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API getaddrinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API getnameinfo in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API getpeername in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API getsockname in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API getsockopt in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API htonl in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API ioctlsocket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API listen in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API ntohl in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API send in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API setsockopt in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API socket in ws2_32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API CryptAcquireContextW in advapi32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API CryptGenRandom in advapi32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API CryptReleaseContext in advapi32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API CreateTimerQueueTimer in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API DeleteTimerQueueTimer in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API FormatMessageA in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API GetModuleFileNameW in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API QueueUserAPC in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API SleepEx in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API SHGetFolderPathW in shell32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcdg_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcdg_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_rgb_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_rgb_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_vc1_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_vc1_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdemux_cdg_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdemux_cdg_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libasf_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libasf_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi422_yuy2_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi422_yuy2_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libparam_eq_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libparam_eq_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgestures_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgestures_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libogg_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libogg_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libwav_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libwav_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libspeex_resampler_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libspeex_resampler_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libimage_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_yuy2_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpuzzle_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpuzzle_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcompressor_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcompressor_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_yuy2_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_yuy2_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_dirac_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_dirac_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libadummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libadummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaccess_http_plugin.dll calls this API." />
          <MESSAGE TEXT="API setsockopt in ws2_32.dll is not supported for this application type. libaccess_http_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_http_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_http_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libopus_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libopus_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpeg4video_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi422_yuy2_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi422_yuy2_sse2_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libinteger_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcanvas_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcanvas_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmotionblur_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmotionblur_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcroppadd_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcroppadd_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API send in ws2_32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API FormatMessageA in kernel32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleFileNameA in kernel32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API LoadLibraryA in kernel32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liblua_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsdp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsdp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libbluescreen_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libbluescreen_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libty_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libty_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libflacsys_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libflacsys_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsubsusf_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsubsusf_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmpeg_audio_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librawvideo_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librawvideo_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libhotkeys_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libhotkeys_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libchain_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libscte27_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libscte27_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libextract_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libextract_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsubsdec_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsubsdec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libyuvp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libyuvp_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API recvfrom in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API send in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API sendto in ws2_32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libnetsync_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaiff_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaiff_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libposterize_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libposterize_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librv32_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaccess_udp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_udp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_udp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libequalizer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libequalizer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvisual_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvisual_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_h264_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librecord_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liba52tospdif_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liba52tospdif_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpva_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpva_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librss_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librss_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvmem_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_rgb_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaudiobargraph_v_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaudiobargraph_v_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libspeex_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libspeex_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libvdummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libvdummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libes_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libes_plugin.dll calls this API." />
          <MESSAGE TEXT="API WSAIoctl in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API htons in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API inet_ntop in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API inet_pton in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API shutdown in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API socket in ws2_32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsap_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsimple_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsimple_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libcc_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libcc_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgrain_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgrain_plugin.dll calls this API." />
          <MESSAGE TEXT="API WSACleanup in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API WSAGetLastError in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API WSAStartup in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API __WSAFDIsSet in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API accept in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API bind in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API connect in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API freeaddrinfo in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API getaddrinfo in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API gethostname in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API getnameinfo in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API getpeername in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API getsockname in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API getsockopt in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API htonl in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API ioctlsocket in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API listen in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API ntohl in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API recv in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API recvfrom in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API select in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API send in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API sendto in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API setsockopt in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API shutdown in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API socket in ws2_32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API CryptAcquireContextW in advapi32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API CryptGenRandom in advapi32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API CryptReleaseContext in advapi32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetConsoleScreenBufferInfo in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleFileNameW in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleW in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetProcessAffinityMask in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetStdHandle in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetConsoleTextAttribute in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API MessageBoxW in user32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_vdr_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_vdr_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libscaletempo_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libscaletempo_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libanaglyph_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libanaglyph_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mpeg4audio_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdirac_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdirac_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_attachment_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_attachment_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtrivial_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtrivial_channel_mixer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgradfun_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgradfun_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libexport_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libexport_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libripple_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libripple_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaudiobargraph_a_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaudiobargraph_a_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaudiobargraph_a_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libyuy2_i422_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaccess_ftp_plugin.dll calls this API." />
          <MESSAGE TEXT="API getpeername in ws2_32.dll is not supported for this application type. libaccess_ftp_plugin.dll calls this API." />
          <MESSAGE TEXT="API shutdown in ws2_32.dll is not supported for this application type. libaccess_ftp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_ftp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_ftp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaccess_imem_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaccess_imem_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liberase_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liberase_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmarq_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmarq_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. librawaud_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. librawaud_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libhqdn3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libhqdn3d_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdeinterlace_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdeinterlace_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. liblpcm_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. liblpcm_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libstl_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libstl_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsAlloc in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsFree in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsSetValue in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtdummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtdummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API EnumFontFamiliesExW in gdi32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegCloseKey in advapi32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegEnumValueW in advapi32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API RegOpenKeyExW in advapi32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetWindowsDirectoryW in kernel32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API SHGetFolderPathW in shell32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetDC in user32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API ReleaseDC in user32.dll is not supported for this application type. libfreetype_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libgrey_yuv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libi420_rgb_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libi420_rgb_mmx_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdtstospdif_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdtstospdif_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetConsoleScreenBufferInfo in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetStdHandle in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetConsoleTextAttribute in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API VirtualAlloc in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API VirtualFree in kernel32.dll is not supported for this application type. libswscale_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmp4_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libfolder_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libfolder_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libh264_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdrawable_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdrawable_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdirectsound_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdirectsound_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libg711_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libg711_plugin.dll calls this API." />
          <MESSAGE TEXT="API closesocket in ws2_32.dll is not supported for this application type. libaudioscrobbler_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libaudioscrobbler_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libaudioscrobbler_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsmooth_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_mlp_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpacketizer_mlp_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmotiondetect_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmotiondetect_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdts_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdts_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdemux_stl_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdemux_stl_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdolby_surround_decoder_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdolby_surround_decoder_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libblendbench_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libblendbench_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libpodcast_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libpodcast_plugin.dll calls this API." />
          <MESSAGE TEXT="API CoCreateInstance in ole32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmmdevice_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libplaylist_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdtstofloat32_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdtstofloat32_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libsvcdsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libsvcdsub_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libmjpeg_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libmjpeg_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libamem_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libamem_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libtransform_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libtransform_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdummy_plugin.dll calls this API." />
          <MESSAGE TEXT="API TlsGetValue in kernel32.dll is not supported for this application type. libdummy_plugin.dll calls this API." />
        </MESSAGES>
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="17" TITLE="Performance test" RATIONALE="The application should have a fast and responsive launch and suspend experience while consuming a reasonable amount of system resources (CPU, File IO, Memory etc.) to enable fast switching and multitasking between previously unopened applications.">
      <TEST INDEX="50" NAME="Bytecode generation" DESCRIPTION="Byte code generation should be able to complete successfully for packages containing an HTML5 Windows Store app." EXECUTIONTIME="00h:00m:06s.32ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="60" NAME="Optimized Binding References" DESCRIPTION="When using bindings, WinJS.Binding.optimizeBindingReferences should be set to true to optimize the memory usage." EXECUTIONTIME="00h:00m:01s.62ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="43" NAME="Performance launch" DESCRIPTION="Application should have a responsive launch time with reasonable CPU, File IO and Memory usage" EXECUTIONTIME="00h:01m:44s.63ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="44" NAME="Performance suspend" DESCRIPTION="Application should have a responsive suspend with reasonable CPU and File IO usage" EXECUTIONTIME="00h:01m:18s.42ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="19" TITLE="App manifest resources test" RATIONALE="The Appx Package Manifest should have valid resources defined in the resources.pri file, as per the Appx Packaging Specification and Appx Manifest Schema.">
      <TEST INDEX="45" NAME="App resources validation" DESCRIPTION="The package should have valid resources defined in the resources.pri file." EXECUTIONTIME="00h:00m:00s.79ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="61" NAME="Branding validation" DESCRIPTION="App should not use the default images packed by windows SDK samples or Visual Studio." EXECUTIONTIME="00h:00m:02s.64ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="20" TITLE="Debug configuration test" RATIONALE="The App should not install any debug binaries.">
      <TEST INDEX="46" NAME="Debug configuration" DESCRIPTION="The App should not install any debug binaries." EXECUTIONTIME="00h:00m:02s.75ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="21" TITLE="File encoding" RATIONALE="Packages containing an HTML5 Windows Store app must have correct file encoding.">
      <TEST INDEX="49" NAME="UTF-8 file encoding" DESCRIPTION="Packages containing an HTML5 Windows Store app must have correct file encoding." EXECUTIONTIME="00h:00m:01s.46ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="22" TITLE="Direct3D feature level support" RATIONALE="Applications must render content on Direct3D feature level 9.1 hardware.">
      <TEST INDEX="51" NAME="Direct3D feature level support" DESCRIPTION="Applications must render content on Direct3D feature level 9.1 hardware." EXECUTIONTIME="00h:00m:13s.24ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="23" TITLE="App Capabilities test" RATIONALE="Packages declaring special-use capabilities will have to provide justifications during the onboarding process.">
      <TEST INDEX="52" NAME="Special Use Capabilities" DESCRIPTION="Packages declaring special-use capabilities will have to provide justifications during the onboarding process." EXECUTIONTIME="00h:00m:01s.46ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
    <REQUIREMENT NUMBER="24" TITLE="Windows Runtime metadata validation" RATIONALE="Metadata needs to be conformant and consistent across all generation sources.">
      <TEST INDEX="56" NAME="ExclusiveTo attribute test" DESCRIPTION="A class must not implement an interface that is marked ExclusiveTo another class." EXECUTIONTIME="00h:00m:01s.25ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="57" NAME="Type location test" DESCRIPTION="Types must be defined in the metadata file with the longest matching namespace." EXECUTIONTIME="00h:00m:00s.66ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="55" NAME="Type name case-sensitivity test" DESCRIPTION="Namespace and type names must not vary only by casing." EXECUTIONTIME="00h:00m:00s.65ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="54" NAME="Type name correctness test" DESCRIPTION="Only system types can be in the Windows namespace and no types can be in the global namespace." EXECUTIONTIME="00h:00m:00s.67ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="58" NAME="General metadata correctness test" DESCRIPTION="Metadata files must meet various requirements in order to be valid and correct." EXECUTIONTIME="00h:00m:01s.41ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
      <TEST INDEX="53" NAME="Properties test" DESCRIPTION="Write-only and indexer properties may not be used. Corresponding getter and setter methods must match in type." EXECUTIONTIME="00h:00m:00s.64ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
  </REQUIREMENTS>
  <APPLICATIONS>
    <Installed_Programs>
      <Program Name="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19" Type="Application" Source="AppxPackage" Publisher="CN=Kellen" Version="1.0.12.2" Language="1033" OnSystemDrive="true" RootDirPath="C:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" PathEvidenceId="0x1791" RNP="0x1" DNP="0xd" EvidenceId="0x1791" Id="000012919c47463c0758631f3e0eae3c862600000904">
        <Indicators>
          <ShellIndicators>
            <Shell ShellName="Reset VLC media player preferences and cache files" ParentName="VideoLAN" TargetFileName="vlc.exe" Path="C:\Program Files (x86)\VideoLAN\VLC" TargetPath="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" TargetArg="--reset-config --reset-plugins-cache vlc://quit" LinkDirectory="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN" LinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN\Reset VLC media player preferences and cache files.lnk" HasFolderSibling="false" RNP="0x2" DNP="0x2" UniqueId="0x7a" Id="000013b173ddf11f38517b5426d2b7e7976eda666701" />
            <Shell ShellName="VLC media player" ParentName="VideoLAN" TargetFileName="vlc.exe" Path="C:\Program Files (x86)\VideoLAN\VLC" TargetPath="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" LinkDirectory="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN" LinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN\VLC media player.lnk" HasFolderSibling="false" RNP="0x2" DNP="0x2" UniqueId="0x7e" Id="0000f5788b6d80f7328864e46190e3657f6d2231ec3c" />
            <Shell ShellName="VLC media player skinned" ParentName="VideoLAN" TargetFileName="vlc.exe" Path="C:\Program Files (x86)\VideoLAN\VLC" TargetPath="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" TargetArg="-Iskins" LinkDirectory="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN" LinkPath="C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VideoLAN\VLC media player skinned.lnk" HasFolderSibling="false" RNP="0x2" DNP="0x2" UniqueId="0x7c" Id="00006212d2fff46a2c22bf438a8318497f0fb16f0450" />
          </ShellIndicators>
          <DirectoryIndicators>
            <Directory Name="video_output" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output" RNP="0x9" DNP="0xb" UniqueId="0x187b" Id="0000964a1feff70f834f90dabe09d3506ea9ba642026" />
            <Directory Name="text_renderer" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\text_renderer" RNP="0x9" DNP="0xb" UniqueId="0x1840" Id="0000430bc2b5d3d70b3a3784e91ed6399315ba2bc504" />
            <Directory Name="sse2" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\sse2" RNP="0x9" DNP="0xb" UniqueId="0x1838" Id="0000ed160a631f911a94232a97a504999414b10f046f" />
            <Directory Name="visualization" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\visualization" RNP="0x9" DNP="0xb" UniqueId="0x1881" Id="0000593527d4c245a9f908275a78a0748259992c3c77" />
            <Directory Name="services_discovery" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery" RNP="0x9" DNP="0xb" UniqueId="0x1834" Id="000061c6479a9b4a2a043ffb2ef2b99b422eaa2dff8d" />
            <Directory Name="stream_filter" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter" RNP="0x9" DNP="0xb" UniqueId="0x183c" Id="000072c2da68a71040e28e90780152336aae427ac5fc" />
            <Directory Name="video_chroma" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma" RNP="0x9" DNP="0xb" UniqueId="0x1843" Id="00003c5276c03112d4eb1d3d98bd72f70d44d419019c" />
            <Directory Name="video_filter" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter" RNP="0x9" DNP="0xb" UniqueId="0x184c" Id="00000225d999f2b5dbf276b91f93b90d877e352505cc" />
            <Directory Name="meta_engine" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine" RNP="0x9" DNP="0xb" UniqueId="0x181f" Id="0000b2ccee59042d0621f28c314a49a386a2d3fa03e1" />
            <Directory Name="misc" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\misc" RNP="0x9" DNP="0xb" UniqueId="0x1822" Id="0000e4f7527fed8d464c9a9f1d7fc4e1003c5cdd056d" />
            <Directory Name="control" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\control" RNP="0x9" DNP="0xb" UniqueId="0x17f2" Id="0000a682d809d5e43f85841d89df28d74d2557e71217" />
            <Directory Name="mmx" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\mmx" RNP="0x9" DNP="0xb" UniqueId="0x1827" Id="0000fc575ca72ec8912fcfa26b34d205fdd1aab2c658" />
            <Directory Name="packetizer" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer" RNP="0x9" DNP="0xb" UniqueId="0x182b" Id="000014dc0f3f75359451eedd1b0ecd931840159458f8" />
            <Directory Name="plugins" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins" RNP="0x9" DNP="0xb" UniqueId="0x17a2" Id="0000cdff5a8b448d17782e1bc983e7f7abb756a41b34" />
            <Directory Name="lua" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\lua" RNP="0x9" DNP="0xb" UniqueId="0x181d" Id="0000f3fcccf257267c8b06d88d64c0f7e3cbaff08134" />
            <Directory Name="audio_mixer" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer" RNP="0x9" DNP="0xb" UniqueId="0x17cd" Id="00008e3c9628ce57b35d0e665b7fd844e80b90c2c4a4" />
            <Directory Name="appx" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx" RNP="0x9" DNP="0xb" UniqueId="0x1792" Id="0000b8d4f78c026c96947b228660a23786130170690d" />
            <Directory Name="access" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access" RNP="0x9" DNP="0xb" UniqueId="0x17a3" Id="0000053ffb590f5b11abac0bc8d2ab6ccc759195d316" />
            <Directory Name="audio_output" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output" RNP="0x9" DNP="0xb" UniqueId="0x17d0" Id="0000572ec988c56bcd0a691ea1e8f2bb13da57bdee51" />
            <Directory Name="audio_filter" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter" RNP="0x9" DNP="0xb" UniqueId="0x17b5" Id="0000314c93e4cb2cc960b80744c8c27759cc067913ed" />
            <Directory Name="codec" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec" RNP="0x9" DNP="0xb" UniqueId="0x17d6" Id="000098724f0273258e86e30415dd780151411032f581" />
            <Directory Name="demux" Path="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux" RNP="0x9" DNP="0xb" UniqueId="0x17f7" Id="000056cdb6503b126a7a77b39b5b8c11a05dd8d653ac" />
          </DirectoryIndicators>
          <PackageManifestIndicator>
            <PackageManifest PackageFullName="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19_1.0.12.2_x86__d252n7111t06p" />
            <Identity Name="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19" Publisher="CN=Kellen" Version="1.0.12.2" ProcessorArchitecture="x86" />
            <Extension Category="windows.fileTypeAssociation">
              <FileTypeAssociation Name="vlcmedia">
                <SupportedFileTypes>
                  <FileType ContentType="video/x-matroska">.mkv</FileType>
                  <FileType ContentType="video/x-msvideo">.avi</FileType>
                  <FileType ContentType="video/mp4">.mp4</FileType>
                  <FileType ContentType="audio/x-ms-wmv">.wmv</FileType>
                  <FileType ContentType="application/ogg">.ogg</FileType>
                </SupportedFileTypes>
              </FileTypeAssociation>
            </Extension>
            <Dependencies>
              <PackageDependency Name="Microsoft.VCLibs.110.00" MinVersion="11.0.51106.1" />
            </Dependencies>
            <Properties>
              <DisplayName>VLC_WINRT</DisplayName>
              <PublisherDisplayName>Kellen</PublisherDisplayName>
              <Logo>Assets\StoreLogo.png</Logo>
            </Properties>
            <Resources>
              <Resource Language="EN-US" />
              <Resource Language="DE-DE" />
              <Resource Language="FR-FR" />
            </Resources>
            <Prerequisites>
              <OSMinVersion>6.2.1</OSMinVersion>
              <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
            </Prerequisites>
            <Capabilities>
              <Capability Name="privateNetworkClientServer" />
              <Capability Name="removableStorage" />
              <Capability Name="videosLibrary" />
              <Capability Name="musicLibrary" />
              <Capability Name="internetClientServer" />
              <Capability Name="internetClient" />
            </Capabilities>
          </PackageManifestIndicator>
        </Indicators>
        <StaticProperties>
          <Files Id="00005d51556124ffb8eef47cd65a622f69a9fcf0c073">
            <File Name="vlc.exe" Id="0000ec4f53f3646baaa19a8b95ff4f4b60fefb39553f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.1.0.0" VerLanguage="1033" SwitchBackContext="0x0100000000000400" FileVersion="2.1.0-pre1-20130504-0003" Size="0x1ec00" SizeOfImage="0x26000" PeHeaderHash="0101d760046ea3736ec7768047390921548db3f68522" PeChecksum="0x2e662" PeImageType="0x14c" PeSubsystem="2" BinProductVersion="2.1.0.0" BinFileVersion="2.1.0.0" FileDescription="VLC media player 2.1.0-pre#-########-####" InternalName="vlc" LegalCopyright="Copyright © 1996-2013 VideoLAN and VLC Authors" LinkerVersion="2.22" LinkDate="05/03/2013 22:33:55" BinaryType="32BIT" Created="05/03/2013 22:33:54" Modified="05/03/2013 22:33:54" OriginalFilename="vlc.exe" RunLevel="AsInvoker" UiAccess="false" Path="C:\Program Files (x86)\VideoLAN\VLC" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\program files (x86)\videolan\vlc\vlc.exe" LongPathHash="0000cb789b295dd5b043e97a722e1cd87d3ec3d5700f" UniqueId="0x7b" />
            <File Name="libfilesystem_plugin.dll" Id="000020223faa683022a3bb67f019186471f6de17082a" ShortName="LIBFIL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b5cc" SizeOfImage="0x3b000" PeHeaderHash="0101913406a489716c5ff9f011fff63c3d6b93e98dbc" PeChecksum="0x44b97" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libfilesystem_plugin.dll" LongPathHash="0000eafb3563b9e3082c628c4c19b1b62a33764306c1" UniqueId="0x17ae" />
            <File Name="libaccess_http_plugin.dll" Id="0000979c8103c1272b0e3beeffa5ff999c23d9475d4b" ShortName="LIBACC~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x65c91" SizeOfImage="0x62000" PeHeaderHash="01016a09354c18f1ecfbfe33cf111d5c915bc71fa819" PeChecksum="0x6ff0a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_http_plugin.dll" LongPathHash="0000e2628d0b8f9bdc28ca3a427f42e052f5a0be5bc5" UniqueId="0x17a7" />
            <File Name="libidummy_plugin.dll" Id="0000135f10d9e314158dba2b20f4df7780092d24918a" ShortName="LIBIDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32457" SizeOfImage="0x34000" PeHeaderHash="01011c3c2b45c0d56fb17c70ace9905693e69bd98a1a" PeChecksum="0x3e767" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:51" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libidummy_plugin.dll" LongPathHash="000058281de50cef66de7ef5ce6091f9ec4db53df70b" UniqueId="0x17af" />
            <File Name="librtp_plugin.dll" Id="00003551ac09e1f8b8368b4235ecff874f2b6b0648f4" ShortName="LIBRTP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4589a" SizeOfImage="0x44000" PeHeaderHash="010155a819fddf31be75d02cdd1bcee09735e91fbbb3" PeChecksum="0x47736" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:48:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\librtp_plugin.dll" LongPathHash="000004e880eeb53d7c97990a6f9e7447b6c14030bbe4" UniqueId="0x17b0" />
            <File Name="libvlccore.dll" Id="00007de2fcfff1e38ad987b8b6611914ae8b7247277b" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.1.0.0" VerLanguage="1033" ShortName="LIBVLC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.1.0-pre1" Size="0x417b18" SizeOfImage="0x3e7000" PeHeaderHash="0101052a55752056a7f548fe2d5ef2823f2738251010" PeChecksum="0x4217ad" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.1.0.0" BinFileVersion="2.1.0.0" FileDescription="VLC media player 2.1.0-pre1" LegalCopyright="Copyright © 1996-2013 VideoLAN and VLC Authors" LinkerVersion="2.22" LinkDate="05/13/2013 17:47:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\libvlccore.dll" LongPathHash="0000416e5412f02ea185f18d6a3ce284bdaebc68a52a" UniqueId="0x1796" />
            <File Name="VLC_Wrapper.winmd" Id="0000a23258b564994439c9f0d7f9d31b41cbe37d8b93" ShortName="VLC_WR~1.WIN" SwitchBackContext="0x0100000000000602" Size="0xe00" SizeOfImage="0x2000" PeHeaderHash="0101d0e0ee58afc2e7411355a192052f64050a67dda2" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="05/13/2013 20:09:53" BinaryType="DOTNET32" Created="04/17/2013 22:18:28" Modified="05/13/2013 20:09:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\vlc_wrapper.winmd" LongPathHash="000097185e9f739e244f77c847380099849874da9c99" UniqueId="0x179a" />
            <File Name="GalaSoft.MvvmLight.Extras.Win8.dll" Id="00000856272d6f2bbe175c941583d277e65d1ac8503c" ProductName="GalaSoft.MvvmLight.Extras" CompanyName="GalaSoft Laurent Bugnion @ http://www.galasoft.ch" ProductVersion="4.1.24.17494" VerLanguage="0" ShortName="GALASO~1.DLL" SwitchBackContext="0x0100000000000600" FileVersion="4.1.24.17494" Size="0x4400" SizeOfImage="0xa000" PeHeaderHash="0101b31a4c92b4acfc2423122e6c0222178600fce6a8" PeChecksum="0x104aa" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="4.1.24.17494" BinFileVersion="4.1.24.17494" FileDescription="GalaSoft.MvvmLight.Extras" InternalName="GalaSoft.MvvmLight.Extras.Win8.dll" LegalCopyright="Copyright © GalaSoft Laurent Bugnion 2009-2012" LinkerVersion="11.0" LinkDate="10/28/2012 17:43:09" BinaryType="DOTNET32" Created="04/17/2013 22:18:28" Modified="10/28/2012 09:43:12" OriginalFilename="GalaSoft.MvvmLight.Extras.Win8.dll" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\galasoft.mvvmlight.extras.win8.dll" LongPathHash="0000dc4c996cdb9461ba6d9bf8f68320330d5c8541ea" UniqueId="0x1793" />
            <File Name="Microsoft.Practices.ServiceLocation.dll" Id="000086b388bcea7442345d09ff0689b058967082871b" ProductName="Microsoft.Practices.ServiceLocation" CompanyName="Microsoft" ProductVersion="1.0.0.0" VerLanguage="0" ShortName="MICROS~1.DLL" SwitchBackContext="0x0100000000000600" FileVersion="1.0.0.0" Size="0x2600" SizeOfImage="0x8000" PeHeaderHash="01013ebbadf7a07b7d6e183843acbf11309be9a4d1b6" PeChecksum="0x3cda" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="1.0.0.0" BinFileVersion="1.0.0.0" FileDescription="Microsoft.Practices.ServiceLocation" InternalName="Microsoft.Practices.ServiceLocation.dll" LegalCopyright="Copyright © Microsoft 2008" LinkerVersion="11.0" LinkDate="10/21/2012 19:08:42" BinaryType="DOTNET32" Created="04/17/2013 22:18:28" Modified="10/25/2012 00:44:18" OriginalFilename="Microsoft.Practices.ServiceLocation.dll" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\microsoft.practices.servicelocation.dll" LongPathHash="000048774144ac506ce442102440a1ca6dca0f9054e8" UniqueId="0x1797" />
            <File Name="libaccess_attachment_plugin.dll" Id="0000cf31f0ac3968fe200b6449469eff40334ae7b795" ShortName="LIBACC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x307bf" SizeOfImage="0x33000" PeHeaderHash="01018708257d1f227e26d42dd0989d8bb688eed5d8c4" PeChecksum="0x3c9df" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_attachment_plugin.dll" LongPathHash="000081824021157cf5a7276d85557974a37d45105cd1" UniqueId="0x17a4" />
            <File Name="libaccess_bd_plugin.dll" Id="0000670ab45383e28e4b0176925905eb3b7ec43f9a86" ShortName="LIBACC~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x5f83f" SizeOfImage="0x5f000" PeHeaderHash="0101b1249d6d906511a1a2aa07f2c5890a4950e72e06" PeChecksum="0x66344" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_bd_plugin.dll" LongPathHash="0000f49a497e911d85d7064b92b22585f7c772c7537c" UniqueId="0x17a5" />
            <File Name="VLC_Wrapper.dll" Id="000020218d04d9a817e39317f4606420420343df8f58" ShortName="VLC_WR~1.DLL" SwitchBackContext="0x0100000000000602" Size="0xe400" SizeOfImage="0x12000" PeHeaderHash="0101307403575e6ddd2c9c55a696e71c85e200e9802e" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="2" LinkerVersion="11.0" LinkDate="05/13/2013 20:09:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 20:09:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\vlc_wrapper.dll" LongPathHash="00004912000a50628b4d212b916393f4024a4fb73f70" UniqueId="0x1799" />
            <File Name="libaccess_ftp_plugin.dll" Id="0000dcec931d6e499021d49c8c7242c264ff09a686e8" ShortName="LIBACC~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x51f06" SizeOfImage="0x4f000" PeHeaderHash="010133166133398f9b6f4962e82f5dc31838ed69f72a" PeChecksum="0x5a6f4" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_ftp_plugin.dll" LongPathHash="0000941ad7f11e1b683101790b3caf4e496e15749ee7" UniqueId="0x17a6" />
            <File Name="GalaSoft.MvvmLight.Win8.dll" Id="0000f3dcbc2dd9769e03daf303cc778656f5b7fe84b4" ProductName="GalaSoft.MvvmLight" CompanyName="GalaSoft Laurent Bugnion @ http://www.galasoft.ch" ProductVersion="4.1.24.17494" VerLanguage="0" ShortName="GALASO~2.DLL" SwitchBackContext="0x0100000000000600" FileVersion="4.1.24.17494" Size="0x6200" SizeOfImage="0xc000" PeHeaderHash="0101f94714ff7430e6f24b6245ef60dd230166b0a795" PeChecksum="0x1025c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="4.1.24.17494" BinFileVersion="4.1.24.17494" FileDescription="GalaSoft.MvvmLight" InternalName="GalaSoft.MvvmLight.Win8.dll" LegalCopyright="Copyright © GalaSoft Laurent Bugnion 2009-2012" LinkerVersion="11.0" LinkDate="10/28/2012 17:43:09" BinaryType="DOTNET32" Created="04/17/2013 22:18:28" Modified="10/28/2012 09:43:12" OriginalFilename="GalaSoft.MvvmLight.Win8.dll" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\galasoft.mvvmlight.win8.dll" LongPathHash="00003b853ce01216bdb8bea7d451e5ccfc2d4f9e8002" UniqueId="0x1794" />
            <File Name="libvlc.dll" Id="00006131488c3b597185e0faef66b200b2332bada1ec" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.1.0.0" VerLanguage="1033" SwitchBackContext="0x0100000000000400" FileVersion="2.1.0-pre1" Size="0x94162" SizeOfImage="0x8b000" PeHeaderHash="0101723ad39ebfaf4fc08f39207b079faf6a38b90bf2" PeChecksum="0x97c42" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.1.0.0" BinFileVersion="2.1.0.0" FileDescription="VLC media player 2.1.0-pre1" LegalCopyright="Copyright © 1996-2013 VideoLAN and VLC Authors" LinkerVersion="2.22" LinkDate="05/13/2013 18:07:37" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\libvlc.dll" LongPathHash="0000046ee1ae685e980395ebcaee26d56edd68fc490f" UniqueId="0x1795" />
            <File Name="VLC_WINRT.exe" Id="000062daf12a8e96c00bc3facf0edbc41b6a5863b59c" ProductName="VLC for WinRT" CompanyName="VideoLAN" ProductVersion="0.0.0.1" VerLanguage="0" ShortName="VLC_WI~1.EXE" SwitchBackContext="0x0100000000000602" FileVersion="0.0.0.1" Size="0x14800" SizeOfImage="0x1a000" PeHeaderHash="010134e568b1199670c1293839e782ba207118b11d85" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="2" BinProductVersion="0.0.0.1" BinFileVersion="0.0.0.1" FileDescription="VLC for WinRT" InternalName="VLC_WINRT.exe" LegalCopyright="Copyright © 2013 VideoLAN and VLC Authors" LinkerVersion="11.0" LinkDate="05/13/2013 20:09:56" BinaryType="DOTNET32" Created="04/17/2013 22:18:28" Modified="05/13/2013 20:09:56" OriginalFilename="VLC_WINRT.exe" RunLevel="AsInvoker" UiAccess="false" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\vlc_winrt.exe" LongPathHash="00002f7884fe05a99ce7530cba14284624ef281c475a" UniqueId="0x1798" />
            <File Name="libaccess_imem_plugin.dll" Id="0000dd1df4e20e364a238ca5323f3732c99794d8469a" ShortName="LID494~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x39796" SizeOfImage="0x3a000" PeHeaderHash="0101b43d9d8a28d772b41710dcdcf5fafaa6a05f812d" PeChecksum="0x3e626" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_imem_plugin.dll" LongPathHash="0000793bd28649fb7f43088bf8d36fb5b9328e9c8e34" UniqueId="0x17a8" />
            <File Name="libaccess_mms_plugin.dll" Id="00000af6cdcf1499dd0467915bfbb864fb37f034847a" ShortName="LIF491~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x51266" SizeOfImage="0x4e000" PeHeaderHash="010149cd2d7587408bac53028a801d637c9102195f65" PeChecksum="0x55646" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:05" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_mms_plugin.dll" LongPathHash="00006eb566a89b61780e1b4fc71df6551e818fa80795" UniqueId="0x17a9" />
            <File Name="libaccess_rar_plugin.dll" Id="000072d2e770fd781888038e30bdec71fbf6cd0fd28a" ShortName="LI595D~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x366d3" SizeOfImage="0x37000" PeHeaderHash="010127c17d644794f8d01e8a06c2a03cf0cc6daea472" PeChecksum="0x44bcc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_rar_plugin.dll" LongPathHash="0000d7b2ef307c8ed744b98e6a9049736955732b240f" UniqueId="0x17aa" />
            <File Name="libaccess_tcp_plugin.dll" Id="00004d4705d9593e37bb0c0bacfed986cb7b14cea74b" ShortName="LI28EA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3136a" SizeOfImage="0x33000" PeHeaderHash="010140306ab99554a104c43a6e9b5e3cfacaa39f0635" PeChecksum="0x40ecd" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_tcp_plugin.dll" LongPathHash="0000f55b65f3abe6c580cdc9b65d76877de834149dd3" UniqueId="0x17ab" />
            <File Name="libaccess_udp_plugin.dll" Id="0000acd4fe6f4fd38a41bb0fb55bee4aa939eea071e0" ShortName="LIE42A~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x314dc" SizeOfImage="0x33000" PeHeaderHash="0101393a04d90db4edb08951cdc2ae459ebd3f60afb5" PeChecksum="0x3d5cd" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_udp_plugin.dll" LongPathHash="00001312ff7686028754866be0013bd43eb09f20109e" UniqueId="0x17ac" />
            <File Name="libaccess_vdr_plugin.dll" Id="0000c87e9481597354c78e2a15fa035e23341ce4f582" ShortName="LI9183~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5438d" SizeOfImage="0x51000" PeHeaderHash="01012e92eb8dc692842e04be14743610b7f51a2e6fa3" PeChecksum="0x623e1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_vdr_plugin.dll" LongPathHash="000001604d12cec65095f9755d9cbe0e0eec6346574b" UniqueId="0x17ad" />
            <File Name="libspeex_plugin.dll" Id="0000bce16719ec37a6dc0f7f6a5e484c7688c0fe098e" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x720ba" SizeOfImage="0x6b000" PeHeaderHash="0101ba73c99676d3aef847c7f0ae1ea86f736e49cd01" PeChecksum="0x762d6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspeex_plugin.dll" LongPathHash="0000d3b751922f2614a8e0312afd00289edc7f18ca85" UniqueId="0x17ea" />
            <File Name="libspudec_plugin.dll" Id="0000053e882ce90d10821c5df7c74573934b00d55671" ShortName="LIBSPU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x38c0d" SizeOfImage="0x39000" PeHeaderHash="01016bf3c6b3888c727330e627e4bf957f87e736ec2e" PeChecksum="0x3b015" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:08" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspudec_plugin.dll" LongPathHash="00008f7b996960075421ffd803d574717dd78f5d25ef" UniqueId="0x17eb" />
            <File Name="libsubsdec_plugin.dll" Id="0000a755f8e7a91ac4e964161789cce112bdea85ee6d" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a030" SizeOfImage="0x3b000" PeHeaderHash="010103f5e3e79fdcb2bcf7fa37fe98b35bde3e760a06" PeChecksum="0x3c886" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:09" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsdec_plugin.dll" LongPathHash="0000dc1317d5305ada113b70dea2dba514bd4342d84f" UniqueId="0x17ed" />
            <File Name="libsubsusf_plugin.dll" Id="0000a3c6357c24929849736d7302cc35d5f786ba3ab6" ShortName="LIBSUB~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x3daac" SizeOfImage="0x3d000" PeHeaderHash="010131a0e38b29383b815153439b9d4da980855e9015" PeChecksum="0x497a7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsusf_plugin.dll" LongPathHash="00002522122b052d47d6f18062b42661d931ffd2b57a" UniqueId="0x17ee" />
            <File Name="liblpcm_plugin.dll" Id="0000e48ce907978af44257e5718eb4137dad3d82e461" ShortName="LIBLPC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35883" SizeOfImage="0x36000" PeHeaderHash="0101c80c7752b5066b1248df4886d74129b494ca2675" PeChecksum="0x448bc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\liblpcm_plugin.dll" LongPathHash="000059d348bb1916d9d86c336ee8bef7e1d976750376" UniqueId="0x17e3" />
            <File Name="libdtstofloat32_plugin.dll" Id="0000fb2e9f28b43c64f8ba3cb81ab2444b146e089744" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x66cfd" SizeOfImage="0x68000" PeHeaderHash="010159d57ea9160e1bb9480d7ee671dd739e4d85cded" PeChecksum="0x69bd0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstofloat32_plugin.dll" LongPathHash="00002dcab8fe950223a64ecc2f43e94589cbf0790aaf" UniqueId="0x17bc" />
            <File Name="libadummy_plugin.dll" Id="000092dbaf377f87165b93a6364dc916211175b84ec4" ShortName="LIBADU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x2fb88" SizeOfImage="0x33000" PeHeaderHash="010192809c54c02027107eb665c0b8c4acaff099999b" PeChecksum="0x3d27e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:28" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libadummy_plugin.dll" LongPathHash="00001b3b439b91d420f8d41f5e5ec82f93a6192470c3" UniqueId="0x17d1" />
            <File Name="libstl_plugin.dll" Id="0000e53884d09f144d5a6aaea725fc1cc0991657693a" ShortName="LIBSTL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3367b" SizeOfImage="0x35000" PeHeaderHash="01012d3852a43bb121b5820d2a018f8d3e55a7293442" PeChecksum="0x384f6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libstl_plugin.dll" LongPathHash="0000d7065a8805499463c53e296bc3a29836b7d52309" UniqueId="0x17ec" />
            <File Name="libuleaddvaudio_plugin.dll" Id="000005c7fa56cee22be61924446f481d5d81cf5b937c" ShortName="LIBULE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32b1c" SizeOfImage="0x35000" PeHeaderHash="0101ba61243819df448b94b30e5c64965849ccb6f935" PeChecksum="0x418e8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libuleaddvaudio_plugin.dll" LongPathHash="00000208bceb4c5325dab3a31f9c06df9c896ba9a558" UniqueId="0x17f1" />
            <File Name="libugly_resampler_plugin.dll" Id="0000532005e25dda491cacbbeaf26781bdfbfb0d3cdd" ShortName="LIBUGL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x314ac" SizeOfImage="0x34000" PeHeaderHash="0101d48f3e8766529d43116ca130712e515f02181216" PeChecksum="0x3f97f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libugly_resampler_plugin.dll" LongPathHash="00003e91b2250a8aa793a01eca742db0a2c566f1342e" UniqueId="0x17cc" />
            <File Name="libremap_plugin.dll" Id="00004fce4f5f1e0c72d602093b44f99f51a05df548a1" ShortName="LIBREM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35e17" SizeOfImage="0x37000" PeHeaderHash="0101d6fad79d189e0f1b5b7ceede247a270694156ba7" PeChecksum="0x3a050" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libremap_plugin.dll" LongPathHash="000080121f28a230773f6526d0520dfc9f806325b7af" UniqueId="0x17c5" />
            <File Name="libcdg_plugin.dll" Id="00007e51524636fdd6c57a92ee9b91f14b2c36718f28" ShortName="LIBCDG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35054" SizeOfImage="0x36000" PeHeaderHash="01014010c834e7766c87e1d8c40f94f28557f4d809c1" PeChecksum="0x35386" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcdg_plugin.dll" LongPathHash="0000f605a45d7a92e0d3de7e59bf8c8e089133b6e1b1" UniqueId="0x17dd" />
            <File Name="libscaletempo_plugin.dll" Id="0000c93b1347d6dbbe12c42310b0f08b040b9d887411" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34919" SizeOfImage="0x35000" PeHeaderHash="010160dec011921e4ec7364ec8ff2c2b53f265c0c730" PeChecksum="0x3b1c3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:58" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libscaletempo_plugin.dll" LongPathHash="0000d8a2fc2556ea72fecf56a53690967976ee11ce59" UniqueId="0x17c6" />
            <File Name="libmpeg_audio_plugin.dll" Id="0000a416881bb0a43552847c474b76c98ffa36c93f34" ShortName="LIBMPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x367e2" SizeOfImage="0x37000" PeHeaderHash="0101604e8d377eb577a44c0bb812ee4a610a6663eb76" PeChecksum="0x3804e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libmpeg_audio_plugin.dll" LongPathHash="000099bfebaaeacc60d40d3e1b15cca576d4d227fe25" UniqueId="0x17e4" />
            <File Name="libtrivial_channel_mixer_plugin.dll" Id="0000cfd2cc181fad22ae8ab3c7c96e6848a4b3e1d336" ShortName="LIBTRI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31fdd" SizeOfImage="0x35000" PeHeaderHash="01019b144ff6f641832e9240d58d54355eea58b6ab0d" PeChecksum="0x36b21" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll" LongPathHash="000098d63e7e14fb019251139fb21b7347505e98ea24" UniqueId="0x17cb" />
            <File Name="libsvcdsub_plugin.dll" Id="0000fb65dfba6a350c4deb3d5096eb7031b42665f709" ShortName="LIBSVC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x350a9" SizeOfImage="0x36000" PeHeaderHash="0101d17a2c2da4bd16b43ab07726d2b9d5b81ebfc0ec" PeChecksum="0x44ecf" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:09" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsvcdsub_plugin.dll" LongPathHash="000093a4b4fed1215acd03438da95343ec882f8769b0" UniqueId="0x17ef" />
            <File Name="libparam_eq_plugin.dll" Id="0000862eccd57e5e1d4e1a316437d35462eadc8831e3" ShortName="LIBPAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x38706" SizeOfImage="0x39000" PeHeaderHash="01015d18badfe04be48190bea85832c2b384913beba0" PeChecksum="0x47de1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libparam_eq_plugin.dll" LongPathHash="000095bf18493246b7f736dc8ebb4ce4f65bbca7cb6a" UniqueId="0x17c4" />
            <File Name="libzip_plugin.dll" Id="000061c4b0f102cd0501922c686009ac6016f400081c" ShortName="LIBZIP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x6b926" SizeOfImage="0x67000" PeHeaderHash="01016d81f9905dcb0603a8580bbd3ccc974e4274efa9" PeChecksum="0x6bb0c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libzip_plugin.dll" LongPathHash="00004fd302c7c74bd37d08c5269e23ae8035b5fa8b76" UniqueId="0x17b4" />
            <File Name="libheadphone_channel_mixer_plugin.dll" Id="00000e266ee62a08eb6d1e07e0dcee5317e50bc70b1a" ShortName="LIBHEA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34a3a" SizeOfImage="0x35000" PeHeaderHash="0101cf80258b959b20f8bd2b3ebf45873de313f20f0b" PeChecksum="0x428a7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libheadphone_channel_mixer_plugin.dll" LongPathHash="0000de136be94dbcc6efe8f28d48fdfa77120d74c449" UniqueId="0x17c0" />
            <File Name="libspatializer_plugin.dll" Id="0000e57b3718438833b0abd8163e9c0f5d348c48084e" ShortName="LIBSPA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x540d4" SizeOfImage="0x4f000" PeHeaderHash="0101c0140ecb69ac08dc239a6f6d14b8b8a44e508c40" PeChecksum="0x5d52e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspatializer_plugin.dll" LongPathHash="0000dcf5183f1255ea6b6181bff0fa185d2e5b45b5f3" UniqueId="0x17c8" />
            <File Name="libcvdsub_plugin.dll" Id="000008ae1a14b2782cc5008ec12aa3b7c103e2b06b7c" ShortName="LIBCVD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35421" SizeOfImage="0x36000" PeHeaderHash="0101fbb56f42d3c5cdef11abfb0bff19bdc477a8c944" PeChecksum="0x3d661" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcvdsub_plugin.dll" LongPathHash="00008dc799ea12a29bb814567ca79d8f43c9360e78f8" UniqueId="0x17de" />
            <File Name="libddummy_plugin.dll" Id="000064ba1f28d5a29e35cf0e60287344077ef6932770" ShortName="LIBDDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32ca8" SizeOfImage="0x34000" PeHeaderHash="0101e42c8726a329d29db254ca82a19a6b77e1f5cb6b" PeChecksum="0x34b5d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:05" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libddummy_plugin.dll" LongPathHash="0000ac6ab69bf7291a090ec3423d07f3177df25582f8" UniqueId="0x17df" />
            <File Name="libopus_plugin.dll" Id="000099b188dd5545fc70c3eb7de3308fe93b24607fda" ShortName="LIBOPU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xfc447" SizeOfImage="0xea000" PeHeaderHash="0101af33e923dd2dee3d4366d80dac238f8a4443918a" PeChecksum="0xfda14" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libopus_plugin.dll" LongPathHash="0000527c1ea4b61f1afbc08b9bfcc57e101eab96f64c" UniqueId="0x17e5" />
            <File Name="liba52_plugin.dll" Id="000050cf86bad8ae6cb1f1da699d6c6e85582009ab22" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x363fb" SizeOfImage="0x37000" PeHeaderHash="0101f98b048f02ff2a97c85b1a1a02d0ebd57d266cc8" PeChecksum="0x443a6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\liba52_plugin.dll" LongPathHash="0000b0b9416ec29754397e66355b83b333a611ebe39f" UniqueId="0x17d7" />
            <File Name="libaraw_plugin.dll" Id="00006382dacc95297cf4ec8904da0972ca0e2a37a1bf" ShortName="LIBARA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x379c5" SizeOfImage="0x3a000" PeHeaderHash="0101fcaf0f8117101e0078e9c823fd17d9ad0aa320e2" PeChecksum="0x4618b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaraw_plugin.dll" LongPathHash="00000e8ba6942758d224217335c3fd7fa1e1c59167cf" UniqueId="0x17da" />
            <File Name="libscte27_plugin.dll" Id="0000a54c78a5e0e8193940d8208c20c95619f4b3bf9f" ShortName="LIBSCT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ce9b" SizeOfImage="0x3f000" PeHeaderHash="0101446bea23eccd28565d618a8231adc1511f194d69" PeChecksum="0x4401c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libscte27_plugin.dll" LongPathHash="000060d2cfe846ce7ffaf8799b6dbe22af33ea3ef155" UniqueId="0x17e9" />
            <File Name="libtheora_plugin.dll" Id="00000610258b5602ae5f070ec9fcb06eabefe85c3316" ShortName="LIBTHE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7ba98" SizeOfImage="0x79000" PeHeaderHash="010107fb2abfe374b283f8d75149e7c3cb1789714678" PeChecksum="0x87429" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libtheora_plugin.dll" LongPathHash="0000d07a1ce0b5bc3cae509906ed5037a5424120655d" UniqueId="0x17f0" />
            <File Name="libaudio_format_plugin.dll" Id="00007443118131d9cbcf829f73d8c9ed954d697d8bd1" ShortName="LIBAUD~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x38630" SizeOfImage="0x3a000" PeHeaderHash="0101196ad5afd45906c215ebb51b5e6c6d8412421b90" PeChecksum="0x3c4e1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libaudio_format_plugin.dll" LongPathHash="0000dfbc22372639da1a043cac176d169ddf67570bf9" UniqueId="0x17b8" />
            <File Name="libnormvol_plugin.dll" Id="000016031a465331ab49935b054aeb2844bef66e071d" ShortName="LIBNOR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32b54" SizeOfImage="0x35000" PeHeaderHash="01013e041ec4ecc6692c9e931146e37c83763d94933d" PeChecksum="0x3ca4f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libnormvol_plugin.dll" LongPathHash="0000708f341b4b2a1b2b64f8f0c58c7a106f5759d86f" UniqueId="0x17c3" />
            <File Name="libchorus_flanger_plugin.dll" Id="000027f609fc7270d48dcb78f445e0b9744603ffee43" ShortName="LIBCHO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34859" SizeOfImage="0x35000" PeHeaderHash="010123ffc17f6414f895e7d01c6b043b5821b44e1ab2" PeChecksum="0x36135" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libchorus_flanger_plugin.dll" LongPathHash="0000fa8cb88133648ff90e9744b864216dda225644d5" UniqueId="0x17b9" />
            <File Name="libdummy_plugin.dll" Id="0000fe16757366ebc1878fa452a8aa8229d2fd11b812" ShortName="LIBDUM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x2fdf1" SizeOfImage="0x33000" PeHeaderHash="010158799f25e6d2f14cb1d065cdca5e32d1578a4d3c" PeChecksum="0x3fc0b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:40" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\control\libdummy_plugin.dll" LongPathHash="0000f7a1df59c6458f78af70653fbb2bbdb2783e7fd3" UniqueId="0x17f3" />
            <File Name="libgestures_plugin.dll" Id="00008aef24a3148f60684bf5000412a5ce48152af08a" ShortName="LIBGES~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36a9e" SizeOfImage="0x36000" PeHeaderHash="0101509b05adf7b32cb04f60f0a1e33cbb7033158014" PeChecksum="0x3f6b1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:41" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\control\libgestures_plugin.dll" LongPathHash="0000828e2c0b99e58722a88669d2e0a51d9683132a7a" UniqueId="0x17f4" />
            <File Name="libhotkeys_plugin.dll" Id="0000a4619610125892a5f6322a0c48029b425d9711a2" ShortName="LIBHOT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x40b6c" SizeOfImage="0x3f000" PeHeaderHash="010173e19697ed1699bf5ed38014ce1b10b55e5dcce2" PeChecksum="0x426c1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:45" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\control\libhotkeys_plugin.dll" LongPathHash="000063a2b74d4351df5a05821ab16181a399375e0d5b" UniqueId="0x17f5" />
            <File Name="libadpcm_plugin.dll" Id="00004afadc6c680246ce0f6c20b40679458b7a316f26" ShortName="LIBADP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35c52" SizeOfImage="0x37000" PeHeaderHash="0101e3b8f859f6be0eaf5569bd16e2cb6f0f20b6f84c" PeChecksum="0x3d9a2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libadpcm_plugin.dll" LongPathHash="00007cd4cf9b4f8a1f8ef309a3cca8e221a83a067096" UniqueId="0x17d8" />
            <File Name="libaes3_plugin.dll" Id="00002cb337236b2bd30ca236219ffed70a8dd247b0e5" ShortName="LIBAES~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32daf" SizeOfImage="0x35000" PeHeaderHash="0101d6d52a1a8b3b0e5a2686675124ef9881f8fbfb90" PeChecksum="0x3735d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaes3_plugin.dll" LongPathHash="00003affa8e81ebb3ec4cebef034f60d9263b03d2210" UniqueId="0x17d9" />
            <File Name="libaudiobargraph_a_plugin.dll" Id="0000d9723608d8c1c8ffff2d07ceaea617f8bda913f1" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x354f0" SizeOfImage="0x35000" PeHeaderHash="0101595936f0165dc03e369ad98fd200d08165ec6fe6" PeChecksum="0x3d986" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libaudiobargraph_a_plugin.dll" LongPathHash="00004ef56d32c29ec7736b98ff9b98e10babbe395101" UniqueId="0x17b7" />
            <File Name="libmmdevice_plugin.dll" Id="0000f9ad2a4106c3826f4ecb3f372352de5e539dd1aa" ShortName="LIBMMD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5be09" SizeOfImage="0x4c000" PeHeaderHash="0101cddf49c9ad843c3c5ee437153804922a29420827" PeChecksum="0x64f05" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:31" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libmmdevice_plugin.dll" LongPathHash="00004858eb656240654b0b3e20b17106cb260ec92cc4" UniqueId="0x17d5" />
            <File Name="libdvbsub_plugin.dll" Id="0000780244a26da32765b6dbc15edd8a213af4c5324d" ShortName="LIBDVB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5c022" SizeOfImage="0x5c000" PeHeaderHash="0101e5cc718bdce26c61bc9574e3b95d297dd4e02cb0" PeChecksum="0x6573d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:05" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdvbsub_plugin.dll" LongPathHash="0000f2b9f52bdaabf5abef93d03afd6dda948ef9934b" UniqueId="0x17e1" />
            <File Name="libsdp_plugin.dll" Id="0000a0f1632beb91c90c3f347e8b800025e9f6ce3789" ShortName="LIBSDP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3002e" SizeOfImage="0x33000" PeHeaderHash="01017d29fbd1d72837afea43bf129700c44882a74033" PeChecksum="0x3fb8a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:49:58" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libsdp_plugin.dll" LongPathHash="0000eb40568c0d50e7e36ba16c84ae557d9d397418df" UniqueId="0x17b1" />
            <File Name="libamem_plugin.dll" Id="0000fc7776af446d303a433b7a013e9dee4cd0296533" ShortName="LIBAME~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32345" SizeOfImage="0x34000" PeHeaderHash="0101c2f800ff9dbea59b76d19a45436b350379812136" PeChecksum="0x40c8a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:30" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libamem_plugin.dll" LongPathHash="000040547402c172b321378299261b148568fa3ca7f6" UniqueId="0x17d3" />
            <File Name="libshm_plugin.dll" Id="00004dc00666aa88ce23373d44794f4ec9b17d7d5cc9" ShortName="LIBSHM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33d8e" SizeOfImage="0x35000" PeHeaderHash="0101b20a9fb477039951d38741f55a346a1cae78a881" PeChecksum="0x41c93" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libshm_plugin.dll" LongPathHash="0000a03f0658671e18557eefdaae896b206f5318f2af" UniqueId="0x17b2" />
            <File Name="libstream_filter_rar_plugin.dll" Id="0000751446e48ed9f5c611389e89c9d0c8d643565598" ShortName="LIBSTR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3566d" SizeOfImage="0x36000" PeHeaderHash="01012c5cd36feebea544667db062920d9ae6dfa14c21" PeChecksum="0x3d873" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\access\libstream_filter_rar_plugin.dll" LongPathHash="000011fcbe97b12ddc390645bac4c4bedc94bdd15703" UniqueId="0x17b3" />
            <File Name="libdtstospdif_plugin.dll" Id="0000e7e6eae14395499dabe8a19f43a4d0b1c8f3bd6e" ShortName="LIBDTS~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x3268e" SizeOfImage="0x35000" PeHeaderHash="01010ce5e6ba10751738d6d4cf600ee6713861ec1bb5" PeChecksum="0x3923e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstospdif_plugin.dll" LongPathHash="00004cc656e6f0a659459a6fb8d84c26dfb50b6ea307" UniqueId="0x17bd" />
            <File Name="libequalizer_plugin.dll" Id="0000ae0811608f37f4ddf3df2957720f2de1bf3b3fc7" ShortName="LIBEQU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3e151" SizeOfImage="0x3f000" PeHeaderHash="0101b671e02416c305b7c57a61e90686a5983236af0e" PeChecksum="0x4ae40" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libequalizer_plugin.dll" LongPathHash="0000ec79fbf9005873b2e9686188d4b123f0d604d214" UniqueId="0x17be" />
            <File Name="libkaraoke_plugin.dll" Id="000075a45e11a3c8db207938c4595e4293e539170a11" ShortName="LIBKAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31377" SizeOfImage="0x34000" PeHeaderHash="0101efbd3455fcfb2534712c3e5c644d3c21a353f2e7" PeChecksum="0x37c35" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libkaraoke_plugin.dll" LongPathHash="000025c72eb7e073fd4d1efe0d353b809321185ad5c0" UniqueId="0x17c1" />
            <File Name="libmono_plugin.dll" Id="00006b22d1b917c22a115e7240ffdfbfc2b9b8961b81" ShortName="LIBMON~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35684" SizeOfImage="0x36000" PeHeaderHash="0101f1d8be737a13e2d9201e2a7532df13127222b7d0" PeChecksum="0x35a86" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libmono_plugin.dll" LongPathHash="0000feafdd3b6ab881fc7ba367758bad0a9f3c1f6764" UniqueId="0x17c2" />
            <File Name="libsimple_channel_mixer_plugin.dll" Id="0000c0b3869f6ec8c224c7c14f22ce9e2c85f423dec2" ShortName="LIBSIM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35aad" SizeOfImage="0x36000" PeHeaderHash="010164d8fbae9d9ff4a76f7d2e2f421460594e3dd27d" PeChecksum="0x35c20" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libsimple_channel_mixer_plugin.dll" LongPathHash="0000bb54d6b9f8adfaef810c39f933569820c94d3dae" UniqueId="0x17c7" />
            <File Name="libspeex_resampler_plugin.dll" Id="00008e00682fe9f969b65e740841016016e86f0a83fc" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a496" SizeOfImage="0x3b000" PeHeaderHash="0101f1e474739359b9d6c26113a2e8031c1f74de2fc7" PeChecksum="0x48fee" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:06" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspeex_resampler_plugin.dll" LongPathHash="0000c7e0c324e49dd6763cbf2deabb756232cceeb729" UniqueId="0x17c9" />
            <File Name="libcompressor_plugin.dll" Id="000090e78eb4712a34b4255c34436fb71549d31de162" ShortName="LIBCOM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b873" SizeOfImage="0x3c000" PeHeaderHash="0101617aff8fa6076d0beb8d25a03bc473db167cdd20" PeChecksum="0x3e0a0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libcompressor_plugin.dll" LongPathHash="0000353b8d6d09814b15d4e3196cfe3b93b9b76913d1" UniqueId="0x17ba" />
            <File Name="libfloat_mixer_plugin.dll" Id="00000b1f962fa8b57695d1d64e9b8d79ceef3b614687" ShortName="LIBFLO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x2f822" SizeOfImage="0x32000" PeHeaderHash="01016759d690afea88d25512b0b278e49d42dcde4956" PeChecksum="0x35c98" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libfloat_mixer_plugin.dll" LongPathHash="0000de2fb9b5918a165376a6c3578e3b0f0a1d5f3dcd" UniqueId="0x17ce" />
            <File Name="libinteger_mixer_plugin.dll" Id="00009d4cfbb15d08193a594587e7d5fcb9dec784d68e" ShortName="LIBINT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31160" SizeOfImage="0x34000" PeHeaderHash="010178f81ae50e7bc3a80e2c210923aea7b309053598" PeChecksum="0x363e9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:12" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libinteger_mixer_plugin.dll" LongPathHash="0000c112ce6c94f76b0b25fb9d49b31600972734bfd8" UniqueId="0x17cf" />
            <File Name="libafile_plugin.dll" Id="00001e0277873eaceae47cebf74efcb87cf483348eef" ShortName="LIBAFI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3247e" SizeOfImage="0x34000" PeHeaderHash="01019f026870a119af26891a20a42281ce07fbdd12fc" PeChecksum="0x38e6a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:29" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libafile_plugin.dll" LongPathHash="000035e00b8f994fa088e0921a6ac5e9aa3a81bac82b" UniqueId="0x17d2" />
            <File Name="libdirectsound_plugin.dll" Id="0000ebe7165a9ed3971ac379fbd336c35c204180a6fe" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3c2c7" SizeOfImage="0x3b000" PeHeaderHash="0101f29e51120cdd9b59ec344c846bc0ad801f111aa0" PeChecksum="0x421cc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:30" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libdirectsound_plugin.dll" LongPathHash="0000e9498cf97e49adecd01d3bb20f36bef8fd18388e" UniqueId="0x17d4" />
            <File Name="libdts_plugin.dll" Id="0000f59ee3fe7d42e642fc2595d5d42be1e73f8747c4" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x379d6" SizeOfImage="0x37000" PeHeaderHash="01017a639f76f69d9575f87c239a614fb07e821ac645" PeChecksum="0x44875" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:05" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdts_plugin.dll" LongPathHash="0000261674617f1fb4827321c360bd56e16b949dbeda" UniqueId="0x17e0" />
            <File Name="libstereo_widen_plugin.dll" Id="00005dceed87755d55bc779d6b9dd47b20119989cd1a" ShortName="LIBSTE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32f2e" SizeOfImage="0x35000" PeHeaderHash="01016fd56f963335fbe1060069d5ed457424ea875090" PeChecksum="0x37734" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libstereo_widen_plugin.dll" LongPathHash="00000f5235cc91919aa4c0bb6364fe51f2d0e283dd5e" UniqueId="0x17ca" />
            <File Name="libg711_plugin.dll" Id="0000edc675107e9713b10ede24d8922a75524e36e98a" ShortName="LIBG71~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32025" SizeOfImage="0x34000" PeHeaderHash="01011c3e69a06b836881a42b8cb31fc6c03a71d396bf" PeChecksum="0x3597f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:06" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libg711_plugin.dll" LongPathHash="00004ac0c54e434842320b78764a5bc7c20437654e93" UniqueId="0x17e2" />
            <File Name="libavcodec_plugin.dll" Id="0000c756e289846e0c1b561a077e650eaa00102d274f" ShortName="LIBAVC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x2074a7b" SizeOfImage="0x2446000" PeHeaderHash="010158b43fbe052e42d7170a32af192d330ef226849a" PeChecksum="0x2082f02" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:22" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libavcodec_plugin.dll" LongPathHash="0000739c9e1c8a60d0b11d7939131b19f1dc6ff9f51b" UniqueId="0x17db" />
            <File Name="libpng_plugin.dll" Id="00005d05564bcf79e98900d3a2a7d3fde9cd09bfc101" ShortName="LIBPNG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x939cc" SizeOfImage="0x8f000" PeHeaderHash="01013cfa88ed217dffd5b80b2a01bab785ab4bb88cd4" PeChecksum="0x9fb78" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:52" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libpng_plugin.dll" LongPathHash="0000f5191ab92f15d459da8466eaf2e8ba743e1d0ff9" UniqueId="0x17e6" />
            <File Name="libschroedinger_plugin.dll" Id="00001fa8377e645287a6e161ebc7c976e5eae46fba53" ShortName="LIBSCH~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x333a2b" SizeOfImage="0x306000" PeHeaderHash="0101d0a816656c99f141650eb48b4a315acb94ee26a7" PeChecksum="0x340e76" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:52:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libschroedinger_plugin.dll" LongPathHash="000070bcb8724333d02e3630260c0e3201d6aa5824d3" UniqueId="0x17e8" />
            <File Name="liba52tospdif_plugin.dll" Id="0000b2191c56ac683d94fb0ad5fcd5ce11c45b6915bf" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3132c" SizeOfImage="0x34000" PeHeaderHash="01017c935a69a37af87761d69c8bef40d2ade37656b7" PeChecksum="0x33063" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:28" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\liba52tospdif_plugin.dll" LongPathHash="00002ccfdac867bfa96e10328053a641b9d3334a527a" UniqueId="0x17b6" />
            <File Name="libcc_plugin.dll" Id="0000c2eeb34331914818114445f7e584b508158a2f43" ShortName="LIBCC_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3918d" SizeOfImage="0x38000" PeHeaderHash="010195d08ca72f72d6258bfea1686fa36849d15d86bd" PeChecksum="0x3cfe0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcc_plugin.dll" LongPathHash="0000022003845d64125db99605a1f1c790e412e872af" UniqueId="0x17dc" />
            <File Name="librawvideo_plugin.dll" Id="0000a443cb748e0a626721651390847b685b0965c50f" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3316f" SizeOfImage="0x35000" PeHeaderHash="0101b70f03ca6fcb7fad823d7bec077a4371a9223a55" PeChecksum="0x3a305" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\codec\librawvideo_plugin.dll" LongPathHash="00007433db9aa8b7edd2d6ceee12b2528500a9dd4222" UniqueId="0x17e7" />
            <File Name="libdolby_surround_decoder_plugin.dll" Id="0000f8f1ac848c94e099582e627e5c3fe5fe345f60eb" ShortName="LIBDOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31ec8" SizeOfImage="0x34000" PeHeaderHash="0101df68cbf47bf35eb2723ef48c50c0d6835dc82f6f" PeChecksum="0x37315" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:51:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdolby_surround_decoder_plugin.dll" LongPathHash="0000b8d63483f56fef7b7b66f6b256852c6cad06008c" UniqueId="0x17bb" />
            <File Name="libgain_plugin.dll" Id="000030b297874b4e255881f69033984c3e831c008180" ShortName="LIBGAI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31b17" SizeOfImage="0x34000" PeHeaderHash="0101cc2fba1d589ef289dce1042bc24d44f575cb359d" PeChecksum="0x3f856" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:50:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libgain_plugin.dll" LongPathHash="0000d8433532374915d1936d9de80f4ffcda6642a8a7" UniqueId="0x17bf" />
            <File Name="libpacketizer_dirac_plugin.dll" Id="0000918c7413b4b5cf49e58408ce97f89ef1290bbf14" ShortName="LIBPAC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3d7ec" SizeOfImage="0x3f000" PeHeaderHash="01015aa51159a59bf190e6d68fe1f63b9d6f400b2128" PeChecksum="0x4628f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:13" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_dirac_plugin.dll" LongPathHash="00005a9e1808f9d7e84463623844eee8bd6d7e6c69c6" UniqueId="0x182c" />
            <File Name="libpodcast_plugin.dll" Id="0000f99315b49a30ad855df0998dbf9c3d7b08332787" ShortName="LIBPOD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3667b" SizeOfImage="0x36000" PeHeaderHash="01017d007ccae114837a7a6e005458189c4f8fe0203a" PeChecksum="0x39238" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:31" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libpodcast_plugin.dll" LongPathHash="00008299dc9b1e0e1c4c0b45f05ecfc94ebcba88c62b" UniqueId="0x1836" />
            <File Name="libnsv_plugin.dll" Id="00000bd91ede7bd327f272cd828f3840aaef271d4ab8" ShortName="LIBNSV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x342e5" SizeOfImage="0x35000" PeHeaderHash="0101324d9fd4d6623c6eb958409c78a82bdc9f89bd29" PeChecksum="0x41f7d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:51" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsv_plugin.dll" LongPathHash="0000e6e1953f18d77cdfa1d1093ceec5a57070851d75" UniqueId="0x1809" />
            <File Name="libwav_plugin.dll" Id="00008dda67e4e1fba969e0213638dda18f049c210561" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x358b3" SizeOfImage="0x35000" PeHeaderHash="010177bb7523d4502172c1b74b488fcf67d8e27c3035" PeChecksum="0x40f94" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libwav_plugin.dll" LongPathHash="000006a5a5d3001947f8af221bfb4b490b3b66cb7920" UniqueId="0x181b" />
            <File Name="libpacketizer_vc1_plugin.dll" Id="000081f181d31cf7acaad0fd8cc1fc94d475f4120e86" ShortName="LI2131~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x42771" SizeOfImage="0x43000" PeHeaderHash="01010baec4719e5595537ae3d5c7be32333cc63a7c4b" PeChecksum="0x4b7ad" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_vc1_plugin.dll" LongPathHash="0000d354ec06b146d25c9c86f94da2e03951fe2bc684" UniqueId="0x1833" />
            <File Name="libes_plugin.dll" Id="0000bf5b25d51f2de19b29d7ff2368a6e8952a015d9d" ShortName="LIBES_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3dab8" SizeOfImage="0x3d000" PeHeaderHash="0101d72bf7af1f88d65f7563bdb1c55bad0cd7ad32c1" PeChecksum="0x46750" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:45" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libes_plugin.dll" LongPathHash="0000c2fd3c5592d487963b3bc172ec680c61c03856c5" UniqueId="0x1800" />
            <File Name="liblua_plugin.dll" Id="0000a0305290351855cc5720c3a6240fd31660f2fa3f" ShortName="LIBLUA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x14bc4b" SizeOfImage="0x12f000" PeHeaderHash="01011efc6b02997f01cdce7d2de505f1962952656e55" PeChecksum="0x14d8e5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:07:15" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\lua" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\lua\liblua_plugin.dll" LongPathHash="0000ea82b6c5946513f156527666537cce1a2356c334" UniqueId="0x181e" />
            <File Name="libexport_plugin.dll" Id="0000d2d2444fadd9e07e98b069ebe54a80d558f14bbd" ShortName="LIBEXP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a431" SizeOfImage="0x3a000" PeHeaderHash="01013ed8ad0ff73ed00770994e783c4f45d5107fcfaf" PeChecksum="0x3f74f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:42" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\misc\libexport_plugin.dll" LongPathHash="000058ef46016aa1602b30d74b9c1e2db442cdf5aee0" UniqueId="0x1824" />
            <File Name="libsap_plugin.dll" Id="0000c05bbfe486978ae3ec278d2ce6909a06e06a1b0f" ShortName="LIBSAP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x69315" SizeOfImage="0x66000" PeHeaderHash="010154dc339f90b05b8ef65b7a4a63fdf3396cb71988" PeChecksum="0x746f0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:36" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libsap_plugin.dll" LongPathHash="0000a3e533f0bd15dc97ca3fb8ac8e3f7249e3d9bf47" UniqueId="0x1837" />
            <File Name="libdemuxdump_plugin.dll" Id="00001188638a223e72f80881d16bd52e7eaefc5a3ab7" ShortName="LIBDEM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31e11" SizeOfImage="0x34000" PeHeaderHash="0101c6a2c1e4d9b7d683b4f5cf7d3e905c8ac73c532d" PeChecksum="0x3652e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:45" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemuxdump_plugin.dll" LongPathHash="00006a81bc06204b6f6f8a98767ea12594376c1c6af0" UniqueId="0x17fc" />
            <File Name="libi420_rgb_sse2_plugin.dll" Id="00007fd3273e194faec53d525309cbbaa02a2b90bfde" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x53113" SizeOfImage="0x55000" PeHeaderHash="0101af8ac7cecd2be8c2aeebbb7c467e63d7fc076470" PeChecksum="0x59136" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:49" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi420_rgb_sse2_plugin.dll" LongPathHash="0000b450d87c6e01c242be8a627f16a0cf56426bc459" UniqueId="0x1839" />
            <File Name="librawdv_plugin.dll" Id="000001567ff99b386390524a6e69db0bd14a7515d6a0" ShortName="LIBRAW~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x33fb5" SizeOfImage="0x35000" PeHeaderHash="01019eb648d23c9133853a2d20e80cf9ba8dd7c48075" PeChecksum="0x35c0c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawdv_plugin.dll" LongPathHash="000011cad197cefe9791a8980a4c8a24d29b01373eca" UniqueId="0x1810" />
            <File Name="libpva_plugin.dll" Id="0000b40283b3a01c80412745bcd14c7636c38513b699" ShortName="LIBPVA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34f27" SizeOfImage="0x36000" PeHeaderHash="01016fc381b736e82a05ab2331e9f7b2724db57ee9dc" PeChecksum="0x3b213" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libpva_plugin.dll" LongPathHash="00006271dc8696ff002f361b4a26b435bff161f47dc0" UniqueId="0x180e" />
            <File Name="libimage_plugin.dll" Id="00008f041c17ab35e1d6778e00d76136f71066a9c639" ShortName="LIBIMA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x396da" SizeOfImage="0x39000" PeHeaderHash="0101627505c3ba9d9cae39be949602c3a9c9090db8af" PeChecksum="0x43716" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libimage_plugin.dll" LongPathHash="000081d1ba691ae00961c2576594212d1a7040873e61" UniqueId="0x1803" />
            <File Name="libdirac_plugin.dll" Id="0000cedf5edeaa7895384ac299080cb4b55182dfee4d" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33835" SizeOfImage="0x35000" PeHeaderHash="01014756aec3aff6423d7c1232d694c21245a32b31cd" PeChecksum="0x42b0b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:43" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdirac_plugin.dll" LongPathHash="00007022bf488fb43c5010e5f42197c922ae279fc27e" UniqueId="0x17ff" />
            <File Name="libi422_yuy2_sse2_plugin.dll" Id="00009b2e904fc615f4ae572075f5f02e516242075e93" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x374d0" SizeOfImage="0x39000" PeHeaderHash="0101fd1c713b35a9cfdb2a22d8fdbcbf7002f1c83bf3" PeChecksum="0x375f5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:37" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi422_yuy2_sse2_plugin.dll" LongPathHash="00007598f288209ca79132d413926acae23e2a05d5b7" UniqueId="0x183b" />
            <File Name="libmpgv_plugin.dll" Id="000063d85b6353d5d9911f9ad44a02c5510cc0dba109" ShortName="LIBMPG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x329fd" SizeOfImage="0x34000" PeHeaderHash="0101ed4e7b54f8797f7321f2cedc32c877cfdeb82ed8" PeChecksum="0x37a5b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmpgv_plugin.dll" LongPathHash="000076dcb68a10925c6238a0355891370dbe7117f47b" UniqueId="0x1807" />
            <File Name="libps_plugin.dll" Id="00006786b35f4f833e9b652e76e573b6f8df2481f5f7" ShortName="LIBPS_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ce7f" SizeOfImage="0x3e000" PeHeaderHash="0101422a6db4a39ffc398588d4c6895d8850a5f7909e" PeChecksum="0x4901c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libps_plugin.dll" LongPathHash="0000e5d8ee4331b8c8d405f91fcf7236f09221685259" UniqueId="0x180d" />
            <File Name="libreal_plugin.dll" Id="000076f3f16001f1146677340638641b03d3f90eaf65" ShortName="LIBREA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x41c0e" SizeOfImage="0x41000" PeHeaderHash="010127eedf51a156aec5c39eb47f9cf01f24709bf8a5" PeChecksum="0x50e70" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libreal_plugin.dll" LongPathHash="0000b882ff3af98c96e8e87aa06203ec81aabfadb501" UniqueId="0x1812" />
            <File Name="libnsc_plugin.dll" Id="000042caec24371d936350a17d7a6561686245b5585e" ShortName="LIBNSC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4bd14" SizeOfImage="0x4a000" PeHeaderHash="0101ce8b1d14aa0e5fb99ddf458a10b0f0d1001d446e" PeChecksum="0x57863" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsc_plugin.dll" LongPathHash="00009835bb035d153118614558d59b33503cd1646a41" UniqueId="0x1808" />
            <File Name="libmjpeg_plugin.dll" Id="0000fc5586b81652bc8db85095d7ea9870182d28277e" ShortName="LIBMJP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35e38" SizeOfImage="0x36000" PeHeaderHash="0101b69f262110a3a790c3fd7495055dbc27f4d57aa5" PeChecksum="0x3cb3b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:47" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmjpeg_plugin.dll" LongPathHash="0000af3abea8ced6d42a4d0f3818662469e523747a7b" UniqueId="0x1804" />
            <File Name="libxa_plugin.dll" Id="000017bad439e7d902c3e003e2d3a3edace06fa6425f" ShortName="LIBXA_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x322b5" SizeOfImage="0x34000" PeHeaderHash="010172069128c4775d97721c219ca718a9e9ee6c65b5" PeChecksum="0x3cb08" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libxa_plugin.dll" LongPathHash="0000feb811ea818e3801bbe68e4706d0e6bb833e52d9" UniqueId="0x181c" />
            <File Name="libfolder_plugin.dll" Id="0000eae252ac8458e554f42ffd5e0c8c3266640d6e84" ShortName="LIBFOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3290d" SizeOfImage="0x33000" PeHeaderHash="0101313c143081e4ccc56ef89067df59729ef8a319a2" PeChecksum="0x39616" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:07" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\meta_engine" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine\libfolder_plugin.dll" LongPathHash="0000931e24dc39a37beb4282c359aa51797f2bbcf0d9" UniqueId="0x1820" />
            <File Name="libpacketizer_mpeg4audio_plugin.dll" Id="0000cc9806d9dda5ff65d4c2c39eb277d26a87840714" ShortName="LIAD6D~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3bf68" SizeOfImage="0x3d000" PeHeaderHash="0101e2ff0f5a2516d1a06eac2f1fa9cc97a4081fc1b2" PeChecksum="0x48868" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll" LongPathHash="000065d0976ad2f002c114c4b7a4336cfab3dfa2fe06" UniqueId="0x1830" />
            <File Name="libpacketizer_mpegvideo_plugin.dll" Id="00007d0a886af18e7be01667ba281c3520b9a5afc812" ShortName="LI4F30~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b5e0" SizeOfImage="0x3d000" PeHeaderHash="01017f5321b56062e2abeef174e8f978f1947ae1b15b" PeChecksum="0x46231" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:09" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:11:00" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpegvideo_plugin.dll" LongPathHash="00007472fc702003990cba917b93b398bc4bb0677b02" UniqueId="0x1832" />
            <File Name="libi420_yuy2_sse2_plugin.dll" Id="000046d309b2f67f91c94df6cb7e38d26436b5a5767f" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x384d0" SizeOfImage="0x3a000" PeHeaderHash="01016ed5a9c20f67a2af6e5950c953e91f1b3e35dc39" PeChecksum="0x40d1a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:38" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi420_yuy2_sse2_plugin.dll" LongPathHash="00004e16bc72eaab222d43e1904fd84568f8f0922e56" UniqueId="0x183a" />
            <File Name="libvoc_plugin.dll" Id="00001151aec6ab109c53d109ce98796a01ecca4349e9" ShortName="LIBVOC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x339e3" SizeOfImage="0x35000" PeHeaderHash="0101fda950de02f7cb5dc5892d8b77ec41c31ec617ad" PeChecksum="0x41291" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvoc_plugin.dll" LongPathHash="00007a689105012059e4580afca25c0453718d9cc79f" UniqueId="0x181a" />
            <File Name="libnetsync_plugin.dll" Id="0000a80308c13ab9280e0a00fd0b7c6816786f9806e7" ShortName="LIBNET~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x367be" SizeOfImage="0x36000" PeHeaderHash="010164b0d9d51f928de9cda0e0da2e43b95cf6f91895" PeChecksum="0x3b7ff" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:53:43" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:52" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\control\libnetsync_plugin.dll" LongPathHash="00003abe0ebcce33e550da9d447f7bb71caa152181b7" UniqueId="0x17f6" />
            <File Name="libdemux_stl_plugin.dll" Id="0000f746ef917dbe9fab28808dd45e30688f84b548f8" ShortName="LIBDEM~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x33d51" SizeOfImage="0x35000" PeHeaderHash="0101f95c942533f3828750e747d5e44ad692235ecabe" PeChecksum="0x418a6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_stl_plugin.dll" LongPathHash="00004563e9abb745f3ff657457302702a7ad03c9facb" UniqueId="0x17fe" />
            <File Name="libts_plugin.dll" Id="0000395e2ee162af1a27867481a034363ae77e8b8456" ShortName="LIBTS_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7ba75" SizeOfImage="0x75000" PeHeaderHash="01016fdb244fd49884b75647898d422e3fecb6fc5efe" PeChecksum="0x85b09" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:39" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libts_plugin.dll" LongPathHash="0000230d090ea5749cb9f873027620f3497667fd00a7" UniqueId="0x1815" />
            <File Name="libdemux_cdg_plugin.dll" Id="000083bacaf3ca20f4ec4b494ceec81bb8cc6dcd657d" ShortName="LIBDEM~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x324f0" SizeOfImage="0x34000" PeHeaderHash="0101e16bff2495a0811c10bc3bb284349e27a62cb905" PeChecksum="0x36e3e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:43" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_cdg_plugin.dll" LongPathHash="00002ae071dfcca3927a9aa9cb5a7efb706b00d8d453" UniqueId="0x17fd" />
            <File Name="libaudioscrobbler_plugin.dll" Id="0000ef5d8023b996a92a35257dd6bf7f0fbf8f1449e2" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ba35" SizeOfImage="0x3a000" PeHeaderHash="0101c6330818d07804eb4dae1e6fc6c4f77568237389" PeChecksum="0x418d2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:44" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\misc\libaudioscrobbler_plugin.dll" LongPathHash="000069837d34b1a7c3c7dde0d90b1c32b791b7e9bd78" UniqueId="0x1823" />
            <File Name="libmediadirs_plugin.dll" Id="000005ba24946899e1064d0792cdd84bef6d72d32ffa" ShortName="LIBMED~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35871" SizeOfImage="0x36000" PeHeaderHash="0101c0551b7a4389f97c9e8147988e6595666116f661" PeChecksum="0x3d899" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:29" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libmediadirs_plugin.dll" LongPathHash="00003a6c4ca1f335c9d61c24e612cbe439bb69e98140" UniqueId="0x1835" />
            <File Name="libxml_plugin.dll" Id="000018e38c062b45e3e9fb991720b2e9b6b554993221" ShortName="LIBXML~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x310b99" SizeOfImage="0x2ed000" PeHeaderHash="0101485cffa4457f8b21facf84abb88f619577411316" PeChecksum="0x31eae5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:42" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\misc\libxml_plugin.dll" LongPathHash="0000af33cba4ef558159ec1e5e8a67aec5050f3fc7fb" UniqueId="0x1826" />
            <File Name="librawvid_plugin.dll" Id="00004918f91009baa6295b9c8502133db653b8d9cd34" ShortName="LIBRAW~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x35378" SizeOfImage="0x36000" PeHeaderHash="0101f7d6ea58efa9ee79f40d94122b8502c65d4b060c" PeChecksum="0x42b61" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawvid_plugin.dll" LongPathHash="000043affc109d0c05aea83f5567b52d94a9dbe2b9be" UniqueId="0x1811" />
            <File Name="libpacketizer_h264_plugin.dll" Id="0000b0ae5093b8de4a7fe84db4abab8cfb13e25e4c45" ShortName="LIBPAC~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x63aeb" SizeOfImage="0x65000" PeHeaderHash="0101f0e433421fc6a0a7dcb7db2588299e7d5508a396" PeChecksum="0x7271c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:24" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_h264_plugin.dll" LongPathHash="00009da2ed3f943bf64ebd35111ed7deff7db7d190df" UniqueId="0x182e" />
            <File Name="libdash_plugin.dll" Id="0000bdcb7d8d9a51a569751ec00a00544ff6c2eeeb45" ShortName="LIBDAS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ffc07" SizeOfImage="0x37e000" PeHeaderHash="0101224050373a92b2d3b1fb8967a9e1e686d6f7b1a4" PeChecksum="0x40e165" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libdash_plugin.dll" LongPathHash="00006a4210e0c102c47d92ee4269283d98d6191e8814" UniqueId="0x183d" />
            <File Name="librecord_plugin.dll" Id="0000b1ee2b800c2c10e7112dabc2a6831d2866198f09" ShortName="LIBREC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3176b" SizeOfImage="0x33000" PeHeaderHash="01013b760def4bc2524b7cc2afb47ebc7ed217d90d41" PeChecksum="0x3a163" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\librecord_plugin.dll" LongPathHash="0000faf199ad2776983be0b6f1db1805801640a8faa7" UniqueId="0x183e" />
            <File Name="libnuv_plugin.dll" Id="00000d3aebfd10943a2fa14b1f105ec5a9c67b50961d" ShortName="LIBNUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x37a2e" SizeOfImage="0x38000" PeHeaderHash="01015a698a6e7405bb5cbb0722c75319d15655db16ea" PeChecksum="0x3b304" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:52" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnuv_plugin.dll" LongPathHash="0000f1be229d89ee2fd7b32d28ec7b997062f671dffc" UniqueId="0x180a" />
            <File Name="libsubtitle_plugin.dll" Id="00003962f4935a08ea00b948cf9ccc478863f88be622" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5b3f3" SizeOfImage="0x59000" PeHeaderHash="010119d7b7f95a4f1b310c2caa112a08c5da85fb46ab" PeChecksum="0x6b2b3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libsubtitle_plugin.dll" LongPathHash="00001418fcc130d8d19c90c5b26b5dca0c142e7fc167" UniqueId="0x1814" />
            <File Name="libmp4_plugin.dll" Id="0000eaba5b3c00e72420696f1e5566eb0cd81841843a" ShortName="LIBMP4~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xa1c8b" SizeOfImage="0x9f000" PeHeaderHash="0101e8bd5955192010892add598963df52597324261d" PeChecksum="0xa45ea" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:48" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmp4_plugin.dll" LongPathHash="0000a23d6e5fe9cae85b90ddc80497e1871668a820f9" UniqueId="0x1806" />
            <File Name="libavi_plugin.dll" Id="00001160368baa3d22744adb7346fe74a4e707a9cc31" ShortName="LIBAVI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x58a5d" SizeOfImage="0x59000" PeHeaderHash="0101c2cec0e8357ebe6770aa396bf9a32a6380a4635d" PeChecksum="0x687b7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:41" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libavi_plugin.dll" LongPathHash="0000e0a33f6694e4790f9cb01cfe082d7365d2b33575" UniqueId="0x17fb" />
            <File Name="libaiff_plugin.dll" Id="0000a811dc4f5de5899f4210809be9e9a259a72288c3" ShortName="LIBAIF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33e35" SizeOfImage="0x35000" PeHeaderHash="01014e06839ae5d77f35c27b4e7f1230b70a55252338" PeChecksum="0x3c707" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:39" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libaiff_plugin.dll" LongPathHash="0000b345e29572ea7ebeb09ad781b14ec5cb4e45b037" UniqueId="0x17f8" />
            <File Name="libflacsys_plugin.dll" Id="0000a36ec5252d7a800736f21d9eefdf170b4c6771fb" ShortName="LIBFLA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x587a6" SizeOfImage="0x56000" PeHeaderHash="010105677a7512e287f29d88a3525f1f1c4937d2a3e1" PeChecksum="0x63a0e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:45" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libflacsys_plugin.dll" LongPathHash="000043a2a3e2b420abfaaa7c060dc6ca40d3af99fa1e" UniqueId="0x1801" />
            <File Name="libau_plugin.dll" Id="00006caef2a8fe205c7335a58d1376aeb01a604a4e37" ShortName="LIBAU_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32a27" SizeOfImage="0x35000" PeHeaderHash="0101d9ffca869a0cba5fc523e148cb67ce2278c757cb" PeChecksum="0x344e6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:41" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libau_plugin.dll" LongPathHash="00007355bba885dc2151437934d60c4ac77266a64d18" UniqueId="0x17fa" />
            <File Name="libmkv_plugin.dll" Id="00000b3e99b97711ae7676218b53a83b00e48d75dec1" ShortName="LIBMKV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x75c1f4" SizeOfImage="0x620000" PeHeaderHash="010139093453bb4bad2604ba2664270111f5852f54d4" PeChecksum="0x76410f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmkv_plugin.dll" LongPathHash="0000a4b74103455378adb3f93dac0969d56997574158" UniqueId="0x1805" />
            <File Name="libogg_plugin.dll" Id="00008bf1af57752f52eb4f5669b532582da1a9ac2f37" ShortName="LIBOGG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x82fcb" SizeOfImage="0x7e000" PeHeaderHash="010151ec286912a18660e350719aa2c473f2259b0b25" PeChecksum="0x8c831" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:36" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libogg_plugin.dll" LongPathHash="0000e0d883d87546aca28e41241721a1307f919a3699" UniqueId="0x180b" />
            <File Name="libplaylist_plugin.dll" Id="0000fad84b4c1cddafd765e88371ff7ea534be00ba34" ShortName="LIBPLA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xa7914" SizeOfImage="0xa0000" PeHeaderHash="0101ab27aef9630b814a0bb3708aa806b70ecacc7345" PeChecksum="0xb338c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:52" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libplaylist_plugin.dll" LongPathHash="000063550689b958ca9eee9509254f03557e9d0f7fcc" UniqueId="0x180c" />
            <File Name="librawaud_plugin.dll" Id="0000dfe6258d017c177e1ffad142702bf0577ebf6c10" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32d8f" SizeOfImage="0x35000" PeHeaderHash="0101642540fd36fa3afcc673d55bb736e05893c64123" PeChecksum="0x3da61" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:43" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawaud_plugin.dll" LongPathHash="000049c7d60fa2b61ac6383ebd57c9697f834928481f" UniqueId="0x180f" />
            <File Name="libvc1_plugin.dll" Id="000044ab859a07b88e7f3314d60771bac5b67be6919b" ShortName="LIBVC1~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x333b3" SizeOfImage="0x34000" PeHeaderHash="0101687084ac3897f1f5181ead05a26391e5af515ed1" PeChecksum="0x4101e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:58" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvc1_plugin.dll" LongPathHash="000061d469219afee33827b7a50db09d75c6ee505d45" UniqueId="0x1818" />
            <File Name="libvobsub_plugin.dll" Id="000036dada71aea6ae26708bb491c63ca757f81e4b98" ShortName="LIBVOB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x52efc" SizeOfImage="0x51000" PeHeaderHash="01013957fac58ea96af2ebac70092ca9cecc0921d67b" PeChecksum="0x53e9d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvobsub_plugin.dll" LongPathHash="0000b5f7c192b23b25ca84a979c9aad4fc3c180243ca" UniqueId="0x1819" />
            <File Name="libtaglib_plugin.dll" Id="000062c862783f602bae88e2123a2f87277b6ea492c8" ShortName="LIBTAG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7f64e0" SizeOfImage="0x65d000" PeHeaderHash="01012ecb1fffef44d73b5fae8996c562d07c5373e4cf" PeChecksum="0x7f8609" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:32" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\meta_engine" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine\libtaglib_plugin.dll" LongPathHash="0000d9ad91d919a07caaa38e09ffd5f22a8ba53c0488" UniqueId="0x1821" />
            <File Name="libi420_rgb_mmx_plugin.dll" Id="0000e77995b92c588d2d8c019d00d294f842dc91667b" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4224e" SizeOfImage="0x43000" PeHeaderHash="0101ae765e2e09055cf3dee04152fd3cc8485987dfd5" PeChecksum="0x4a398" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:24" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi420_rgb_mmx_plugin.dll" LongPathHash="000020115b27574b992357c1a0923fa07c9bb457c038" UniqueId="0x1828" />
            <File Name="libsmf_plugin.dll" Id="00006e67e1d4fbe90f803811a09f6c9e9da439f48db0" ShortName="LIBSMF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35baf" SizeOfImage="0x36000" PeHeaderHash="010185b22dbb67ea21f77f6d046009a6963fe897a5ad" PeChecksum="0x3b3bc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libsmf_plugin.dll" LongPathHash="0000cd84feba050e735050170e05c65909aeacd945da" UniqueId="0x1813" />
            <File Name="libh264_plugin.dll" Id="0000eb33761d406568a5699b2756d06e425fc5cb508f" ShortName="LIBH26~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33385" SizeOfImage="0x34000" PeHeaderHash="0101022e1e0f622339de77d2c1ed3968517e533e5b9b" PeChecksum="0x38929" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:47" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libh264_plugin.dll" LongPathHash="0000cbfaf15d8e13e35b5c4bdbafde3d8ddf96ed2846" UniqueId="0x1802" />
            <File Name="libty_plugin.dll" Id="0000a35c2be8d4b58894cd735d5ffee87a90fff753a7" ShortName="LIBTY_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3f625" SizeOfImage="0x40000" PeHeaderHash="010146d5c200dfe4815125587bfe447b6a5b9ef5b3ed" PeChecksum="0x453c2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:58" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libty_plugin.dll" LongPathHash="000043dd59b02a22378b0a2cd0e2d87810227a42fbd5" UniqueId="0x1817" />
            <File Name="libi420_yuy2_mmx_plugin.dll" Id="000091057c759b93465e6160315a09f2ebc3329a3563" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x358d0" SizeOfImage="0x37000" PeHeaderHash="01019d594fc22146f9a80066ee8db7e6ae4e56a3e5a7" PeChecksum="0x3a39b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:19" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi420_yuy2_mmx_plugin.dll" LongPathHash="0000fb5e1e76b21be127f1486ff71e368fc3c1220ed0" UniqueId="0x1829" />
            <File Name="libstats_plugin.dll" Id="0000711ad43f2a2ee40f3c9d0eda7369e729635315cf" ShortName="LIBSTA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32b9b" SizeOfImage="0x35000" PeHeaderHash="0101b9998675fd5f089fee1fd0b3a96faebe85277da3" PeChecksum="0x42730" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:58:42" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\misc\libstats_plugin.dll" LongPathHash="00006ec6ca73bc8d4b287ad0367524b8a351ed12b960" UniqueId="0x1825" />
            <File Name="libtta_plugin.dll" Id="0000191db7e400b09dc55fadffe6d7a76bf4c3b96c7b" ShortName="LIBTTA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x332a3" SizeOfImage="0x35000" PeHeaderHash="010193e04734f5b9bf91eb16958ea329e28ad9a4628f" PeChecksum="0x3ab35" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:58" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:53" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libtta_plugin.dll" LongPathHash="00005a1bc602bcc2291d3aed0e4158295ed2013117ff" UniqueId="0x1816" />
            <File Name="libi422_yuy2_mmx_plugin.dll" Id="000085abd5c2620af623af98ff7d10bf82f8ba54d22f" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x34ad0" SizeOfImage="0x36000" PeHeaderHash="0101f2bfa4dabf7b8a68e7e82312f4a2cdc3507ffd26" PeChecksum="0x40a17" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:19" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:51" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi422_yuy2_mmx_plugin.dll" LongPathHash="00004eace415f96c5174a242f54641b3a2f0a2952662" UniqueId="0x182a" />
            <File Name="libasf_plugin.dll" Id="0000855c02d3d6e6560cbaf1ef9c57dd6c6ff0f9b44c" ShortName="LIBASF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5a59f" SizeOfImage="0x5b000" PeHeaderHash="01014e8cfe7053467b090b185139d11f19e3d6f6713b" PeChecksum="0x62b49" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:57:41" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:54" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\demux\libasf_plugin.dll" LongPathHash="00009d72ea4fd0de32d6ea2b1a3b6cc2afc8346748b5" UniqueId="0x17f9" />
            <File Name="libpacketizer_flac_plugin.dll" Id="000049dbec9ef2853413b0f95ba4fb1e94245bd466f9" ShortName="LIBPAC~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x38aeb" SizeOfImage="0x3a000" PeHeaderHash="0101afb1a3dbb776e53b91973850931423b10a779a27" PeChecksum="0x47264" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:13" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_flac_plugin.dll" LongPathHash="00000f1364c51aa84a7f6f0bf97345c47045e774de97" UniqueId="0x182d" />
            <File Name="libpacketizer_mlp_plugin.dll" Id="0000f05661f3e2dd23a5bf25a4372e444d17da576fb4" ShortName="LIBPAC~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x3966e" SizeOfImage="0x3a000" PeHeaderHash="010139d806eb89826bca04d206336a584828df8751e2" PeChecksum="0x44e71" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:12" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mlp_plugin.dll" LongPathHash="00007164f22569302423cdda5fee884f45be51df967d" UniqueId="0x182f" />
            <File Name="libpacketizer_mpeg4video_plugin.dll" Id="00009ac12f0786b9608718e6b13596e05545246a82aa" ShortName="LI573B~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3cf05" SizeOfImage="0x3e000" PeHeaderHash="010102539c9e9ddf03ccebb937ecfd7aca1b06e9b59e" PeChecksum="0x3e014" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 17:59:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:59" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpeg4video_plugin.dll" LongPathHash="0000438888f4d8218f4cef642c5f610fc7d5301c6dd4" UniqueId="0x1831" />
            <File Name="libmotionblur_plugin.dll" Id="00009f7205b11a77be6b0cc468c990b4bc28dc0a943e" ShortName="LIBMOT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32a66" SizeOfImage="0x34000" PeHeaderHash="0101e49419957c62dcce38a0c60149d51f449b5bd04a" PeChecksum="0x3f8d3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotionblur_plugin.dll" LongPathHash="0000c35ba764496d2e3df1952206ef5ffa49a72984da" UniqueId="0x1869" />
            <File Name="libvmem_plugin.dll" Id="0000b8372c7e73dbb50da256fce29111697b5204b8b8" ShortName="LIBVME~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34089" SizeOfImage="0x35000" PeHeaderHash="010175bf0ec46a66e4d8910d8c75151eceef1eac93e5" PeChecksum="0x3f655" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libvmem_plugin.dll" LongPathHash="0000a4130c5dc6ebd63ead39882c61b31bd920980972" UniqueId="0x187f" />
            <File Name="librotate_plugin.dll" Id="000058ce1e03e819a4b9f1881abc9e032c78d286621e" ShortName="LIBROT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x50ad2" SizeOfImage="0x4f000" PeHeaderHash="0101d2331abb3de14d0db6b80f6f81cbdd467dd8aebc" PeChecksum="0x5dfcc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:08" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librotate_plugin.dll" LongPathHash="00002bf8ad35886a09d9922b487c042c1556359bf39a" UniqueId="0x186f" />
            <File Name="libyuvp_plugin.dll" Id="0000a7f0250aebd6e6043d4fbc27bba58a9444a4a273" ShortName="LIBYUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31d07" SizeOfImage="0x34000" PeHeaderHash="01019b04b2ffa0d4bdd1b58d84127004830086017468" PeChecksum="0x40ee0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:13" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libyuvp_plugin.dll" LongPathHash="0000b1eb84626d7312e4750a71d324979094ab7c5273" UniqueId="0x187a" />
            <File Name="libmarq_plugin.dll" Id="0000ddfe89b047e5c52bbf8536d1f273fdc3bdc8704c" ShortName="LIBMAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3695e" SizeOfImage="0x36000" PeHeaderHash="010195c08d261693525bcc46e75dfd4bff7142bd7d64" PeChecksum="0x3cd2e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmarq_plugin.dll" LongPathHash="0000646bc4de39ebb6f0f4f0c31525f131aeca9b0ec9" UniqueId="0x1866" />
            <File Name="libyuy2_i420_plugin.dll" Id="00002b453260cc5cd8d947394de931ec2f05fd7730db" ShortName="LIBYUY~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35d7d" SizeOfImage="0x37000" PeHeaderHash="010163495dcdc8680dfcbade61c45d3465b616d13b21" PeChecksum="0x411be" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i420_plugin.dll" LongPathHash="0000ce47c8a4332d2f0c11ebd2782898b95f813fcfbe" UniqueId="0x184a" />
            <File Name="libdeinterlace_plugin.dll" Id="0000e472d65c23491db86a1afa3cf23a60c5274396d4" ShortName="LIBDEI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x795a2" SizeOfImage="0x79000" PeHeaderHash="0101544cafe571c7a22348cd0e1505491ef6e011920e" PeChecksum="0x84699" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libdeinterlace_plugin.dll" LongPathHash="0000c9fdf4b5d91b67ebb7c2391b0df1212b78bf2049" UniqueId="0x185b" />
            <File Name="libmirror_plugin.dll" Id="000074708f1f2b95329ca8c9675d8221733d9d7c7e54" ShortName="LIBMIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34db8" SizeOfImage="0x35000" PeHeaderHash="010196296885b02a22e67c1a14dad621178bc460d2ba" PeChecksum="0x3ee4e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:03" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmirror_plugin.dll" LongPathHash="0000c7f20756225bbbde3bdfd7affe88d51306944ef3" UniqueId="0x1867" />
            <File Name="libextract_plugin.dll" Id="0000a5ab1fab98e46b8af958ef411afca9275737de95" ShortName="LIBEXT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x39855" SizeOfImage="0x3b000" PeHeaderHash="0101e2d2b41e0ad17d287a710de766615c11f781ee4f" PeChecksum="0x4713e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libextract_plugin.dll" LongPathHash="0000e21e9bebd5b43dc962647b25f476236a475c9aa5" UniqueId="0x185d" />
            <File Name="libmotiondetect_plugin.dll" Id="0000f0ce006a7c2e5aee8e1cad982231401ba857c0e5" ShortName="LIBMOT~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x35a67" SizeOfImage="0x37000" PeHeaderHash="01015952489ca8a6befbcdf87c7224c595f33fbeb621" PeChecksum="0x3c84c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:05" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotiondetect_plugin.dll" LongPathHash="000010f88b043cdf2fc8098374faa7b956dc460b082f" UniqueId="0x186a" />
            <File Name="libtransform_plugin.dll" Id="0000fd5e2ffbfb0779ff666ab5359f14d2234670d78e" ShortName="LIBTRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3e360" SizeOfImage="0x3f000" PeHeaderHash="0101914775bcc93d13a86b9b095e00da4d4019f7706a" PeChecksum="0x48aea" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libtransform_plugin.dll" LongPathHash="0000966a86226236f8106f0ee1919550b1ea0293f0c3" UniqueId="0x1877" />
            <File Name="libwall_plugin.dll" Id="00002ed0455f265338a9e8369e4c3cf574de3bc328d2" ShortName="LIBWAL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4d4f8" SizeOfImage="0x4b000" PeHeaderHash="0101b69431de31265fa1ebc80f7dd51dd3929efe36e2" PeChecksum="0x59b6b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:13" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libwall_plugin.dll" LongPathHash="000066d90227f53c0b413b9f22b78e2865c582e148a8" UniqueId="0x1878" />
            <File Name="libvisual_plugin.dll" Id="0000afad2110a5a8d1c2b516a309e390d94a831ec5db" ShortName="LIBVIS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x41174" SizeOfImage="0x41000" PeHeaderHash="01015d2f067ff73f1d1bb055723b4128f01e7a1a5f5f" PeChecksum="0x4207a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:06:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\visualization" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\visualization\libvisual_plugin.dll" LongPathHash="0000cbaf87081971e080550fbdae487b547d362a9eaa" UniqueId="0x1882" />
            <File Name="libi422_i420_plugin.dll" Id="000047160e8425d8c2d18ce45af5f72663ffbebc1c88" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x32c2d" SizeOfImage="0x35000" PeHeaderHash="0101338727279661b72aea8a28ee319d1888ed612bcb" PeChecksum="0x333d4" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_i420_plugin.dll" LongPathHash="00005d9be8d55dbbbd5d180d98528eb44c9940e8057e" UniqueId="0x1847" />
            <File Name="libclone_plugin.dll" Id="00003d92336b40a316eca225682f6d9fe66c90d1c205" ShortName="LIBCLO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31dea" SizeOfImage="0x34000" PeHeaderHash="0101ab9b17bc930e61e6f303e3b1b738175f944e79b5" PeChecksum="0x3eefb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libclone_plugin.dll" LongPathHash="0000de3e6f1041636ddaeebc1384c016812f7905c2ba" UniqueId="0x1858" />
            <File Name="libgradfun_plugin.dll" Id="0000d0997c6d02961559aaaa6602d93867a2c79ace77" ShortName="LIBGRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36a5e" SizeOfImage="0x37000" PeHeaderHash="0101f19de51bf94fe32f37175675709f24ae7d2bdadc" PeChecksum="0x3a28e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:13" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradfun_plugin.dll" LongPathHash="0000cab9743b46b76ac4ee6958c7fd407cce43899f7f" UniqueId="0x185f" />
            <File Name="libi420_rgb_plugin.dll" Id="0000b9ea047d1435cd0ae4750697cb96ff984e2623a2" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x40cde" SizeOfImage="0x42000" PeHeaderHash="0101138d12afd52012ed22302d8dc0a9ce652b9b155e" PeChecksum="0x4483b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_rgb_plugin.dll" LongPathHash="0000793f26ac16d238635a9f11e7e32e8980f711d85c" UniqueId="0x1845" />
            <File Name="librv32_plugin.dll" Id="0000ab1ac4ced597c53565b5e3d5d5fa5f7fdc78bd7f" ShortName="LIBRV3~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31301" SizeOfImage="0x34000" PeHeaderHash="01015e3784d8aa75ac0e9daf5f7137ba3088f4508a07" PeChecksum="0x33465" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\librv32_plugin.dll" LongPathHash="00009607396f83d6437550a7db360e31e43849703269" UniqueId="0x1849" />
            <File Name="libi420_yuy2_plugin.dll" Id="00008f5b7945bbcf2800e630a4ca548ae2bdb34a534c" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x361c5" SizeOfImage="0x38000" PeHeaderHash="0101652876f0e2278f1b949bfb430a47ffa655cbc317" PeChecksum="0x3fb80" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_yuy2_plugin.dll" LongPathHash="0000fe5a6c36fc2f14f8c004da51d9e3164880aeff1f" UniqueId="0x1846" />
            <File Name="libcanvas_plugin.dll" Id="00009e444774b16d0034122477ceb0206209f68a144b" ShortName="LIBCAN~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x347bb" SizeOfImage="0x35000" PeHeaderHash="01011f5d246c97e2f29d02ec0a33831d0c60bb368ec0" PeChecksum="0x35506" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcanvas_plugin.dll" LongPathHash="0000a27de0e1b119d34d56c630ecc81eb817294f501e" UniqueId="0x1856" />
            <File Name="libchain_plugin.dll" Id="0000a506e50b9fda296425362ac388be85f1b91d6a67" ShortName="LIBCHA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33d55" SizeOfImage="0x35000" PeHeaderHash="010145d1c85487b961d280a7cedce144fbb5bbd888a6" PeChecksum="0x376d5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libchain_plugin.dll" LongPathHash="0000909b55f9c9fdf74a9fb62bf87f129f1a133d033a" UniqueId="0x1857" />
            <File Name="libfreetype_plugin.dll" Id="0000e6bbb1d7120e46d5a42b05e624f35605047e11aa" ShortName="LIBFRE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x20af20" SizeOfImage="0x1f4000" PeHeaderHash="01018bc760f9b0bc8923d777a5aa70df7565cfb5bee8" PeChecksum="0x212708" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:39" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\text_renderer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\text_renderer\libfreetype_plugin.dll" LongPathHash="00008df948c19ba4bbb3e9e9a082cd1befacc9fde886" UniqueId="0x1841" />
            <File Name="libcroppadd_plugin.dll" Id="00009fe40ebc1f8153bb9dbd3a6f509f73c29e2c825a" ShortName="LIBCRO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34217" SizeOfImage="0x35000" PeHeaderHash="0101b2b5ada61b053669eae4ce3143fc984ff0d819a0" PeChecksum="0x41265" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcroppadd_plugin.dll" LongPathHash="0000ec3b0042afb92f410ebe0ff47fb4397ce7668acf" UniqueId="0x185a" />
            <File Name="libinvert_plugin.dll" Id="0000208610244ca8f3de3109f3ea245d729649562eb6" ShortName="LIBINV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31507" SizeOfImage="0x34000" PeHeaderHash="01015176fff426a14a2c88dfc7bd6370bc34923c7b61" PeChecksum="0x39331" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libinvert_plugin.dll" LongPathHash="00003fd7c2bbb9975a4251fd23d072c5aaf6d4e36191" UniqueId="0x1863" />
            <File Name="libmagnify_plugin.dll" Id="000044e207a9d3572cb264919804c3c20c48c13cd21d" ShortName="LIBMAG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34ac8" SizeOfImage="0x35000" PeHeaderHash="0101b19cf633a0bafe946510e3dbee74c19957f94482" PeChecksum="0x3c233" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmagnify_plugin.dll" LongPathHash="00009d1e0988e031c1ad5f3f0851a12fff9331f954af" UniqueId="0x1865" />
            <File Name="libmosaic_plugin.dll" Id="000031ab75dad4de924a3fbe4215888677838184e34a" ShortName="LIBMOS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a4aa" SizeOfImage="0x3b000" PeHeaderHash="010106f7ecc6e3644b59baaab5e97d9e7ae7c490d176" PeChecksum="0x3b6d2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmosaic_plugin.dll" LongPathHash="0000695a67fe656084d8d3dde8b1b22c6ee23bc478d1" UniqueId="0x1868" />
            <File Name="libblendbench_plugin.dll" Id="0000f90c7e6a49f377365e035ff8ddf4db711e6bf873" ShortName="LIBBLE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x337ab" SizeOfImage="0x35000" PeHeaderHash="010142ab06c50108c001a11d986c5aba4c85f721f4b0" PeChecksum="0x338d6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblendbench_plugin.dll" LongPathHash="0000bc447e03f8c32fb597c4afaeb966a592c9b6a622" UniqueId="0x1853" />
            <File Name="libposterize_plugin.dll" Id="0000aa0c1c7b4c297ce7ed4a133867023a2ca48fec1e" ShortName="LIBPOS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34f23" SizeOfImage="0x36000" PeHeaderHash="0101663d00665904a7f602e70abd52bd5d6bbe6d00e6" PeChecksum="0x416e3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:06" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libposterize_plugin.dll" LongPathHash="00007289d1ca3805fb10bcbc316b30b5a0d680ff41d0" UniqueId="0x186b" />
            <File Name="libpuzzle_plugin.dll" Id="000090849c80590e14596b028b0caa8fa77d4999b9ad" ShortName="LIBPUZ~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5c2ac" SizeOfImage="0x5b000" PeHeaderHash="0101c0d3541df73c3aed6289688bdd91639768047604" PeChecksum="0x65bbe" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:51" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpuzzle_plugin.dll" LongPathHash="000063547fcf28207acb14f91f6614fe29ece174f08a" UniqueId="0x186d" />
            <File Name="libanaglyph_plugin.dll" Id="0000cacc09fc49db4429f6d09de07c2270d3cbc5ef34" ShortName="LIBANA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x355a0" SizeOfImage="0x37000" PeHeaderHash="0101a7a5963416334da49a18a62caf81ad972ce0e662" PeChecksum="0x44647" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:16" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libanaglyph_plugin.dll" LongPathHash="0000fc6c9daf909336f2fffe77ca00d7bd48db5c6165" UniqueId="0x184f" />
            <File Name="libripple_plugin.dll" Id="0000d4f5f49f2d577443219927b43024c341b26d2d30" ShortName="LIBRIP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32454" SizeOfImage="0x35000" PeHeaderHash="010150b730d188c63b8e69bb9366afcca90e4a4b34bb" PeChecksum="0x417b8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:06" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libripple_plugin.dll" LongPathHash="00009e8c923c4d59641d612e7caacda4dec717f89995" UniqueId="0x186e" />
            <File Name="librss_plugin.dll" Id="0000b4f92bd73e1474aed75e4c518bac7d2bb60ce7b3" ShortName="LIBRSS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a76b" SizeOfImage="0x3a000" PeHeaderHash="0101b4c127bd0e70d7f4fb79e6f58be13b02c46af34f" PeChecksum="0x3eeee" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:08" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librss_plugin.dll" LongPathHash="00005ad96b4ab4601cc53ce06eaf43b532d18b26f41c" UniqueId="0x1870" />
            <File Name="libtdummy_plugin.dll" Id="0000e5957932cfcbf490cbf3e88283a1cbc0df38d347" ShortName="LIBTDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30a12" SizeOfImage="0x34000" PeHeaderHash="0101c84c95ecc928be94f4b96c141916eec40e12cc92" PeChecksum="0x36f11" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\text_renderer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\text_renderer\libtdummy_plugin.dll" LongPathHash="0000ce48423f5d1b756d2b0906f3283bf19e420acc26" UniqueId="0x1842" />
            <File Name="libadjust_plugin.dll" Id="000046462335b046731a8ff7f1eab706bae63914cf16" ShortName="LIBADJ~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ff63" SizeOfImage="0x40000" PeHeaderHash="0101a276c3351583288ae116c0221a1fa98a2acc1442" PeChecksum="0x4c652" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:51" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libadjust_plugin.dll" LongPathHash="0000ad482ccdfa45572ea278c907bf0b1259bface978" UniqueId="0x184d" />
            <File Name="libscene_plugin.dll" Id="000011a9e9ba56e1b5fecf0b48c99dc308f790f43806" ShortName="LIBSCE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34e61" SizeOfImage="0x36000" PeHeaderHash="01012abef5b5210fdaa4a9497f31f5c367196f0c1935" PeChecksum="0x44298" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:09" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscene_plugin.dll" LongPathHash="0000f58e979898c93a2f5f3b4f1242796e81329052d5" UniqueId="0x1872" />
            <File Name="libgrain_plugin.dll" Id="0000c47b50656e69d8527f8f7293a05f88897e115818" ShortName="LIBGRA~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x36a1f" SizeOfImage="0x38000" PeHeaderHash="0101a421294ed894d234a6466b979fab1b39c9d56730" PeChecksum="0x3eb40" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:00" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgrain_plugin.dll" LongPathHash="0000799e407b3d7010f8c6e8d2b10cb6b471e03064b9" UniqueId="0x1861" />
            <File Name="libsepia_plugin.dll" Id="00001cb351bd6b7ea5062d795c3a549174874d412bb5" ShortName="LIBSEP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34a1b" SizeOfImage="0x35000" PeHeaderHash="0101006e13af9bd0e53274fa151d536de6805d2a4692" PeChecksum="0x380e4" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsepia_plugin.dll" LongPathHash="00009be02729a7bdf02b7ff1da98b6193139e70136ba" UniqueId="0x1873" />
            <File Name="libsubsdelay_plugin.dll" Id="0000015ba11370b611eeb520c1b57dd778d9e38772cd" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x393ea" SizeOfImage="0x39000" PeHeaderHash="0101eeb9555db17bb682189b1fceb2bda3d84807ff37" PeChecksum="0x46ef2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:11" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsubsdelay_plugin.dll" LongPathHash="00002c895d765012bd5ee07b9a1ec5c6a0428f1de4e2" UniqueId="0x1875" />
            <File Name="libblend_plugin.dll" Id="0000aea125d1339d0e1823d38a223983ae4fd4eda09a" ShortName="LIBBLE~2.DLL" SwitchBackContext="0x0100000000000400" Size="0xca918" SizeOfImage="0xbd000" PeHeaderHash="0101083da0fc1cc9cf69acee858f7b8a7b0de3ca2d98" PeChecksum="0xd19b0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblend_plugin.dll" LongPathHash="00009e333f8c4f47d9e07d3fd9b891b3e93e9ca102ea" UniqueId="0x1854" />
            <File Name="libpsychedelic_plugin.dll" Id="00000be9782354a7e3c990a4009c3e32a00bea2cb0d5" ShortName="LIBPSY~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x336c9" SizeOfImage="0x35000" PeHeaderHash="0101999381e79e9d1165dcac875f34443f9e2996b1b4" PeChecksum="0x3f81e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:06" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpsychedelic_plugin.dll" LongPathHash="00003c3671ba7307444bed5db3aa982f266942528800" UniqueId="0x186c" />
            <File Name="libi422_yuy2_plugin.dll" Id="0000438fe52f1da2515edd067f7d8f8b976ae09d0765" ShortName="LIBI42~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x34fc5" SizeOfImage="0x36000" PeHeaderHash="010185ad58eb7e1d106a4b07c2d536b059af17c5136c" PeChecksum="0x3747d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_yuy2_plugin.dll" LongPathHash="00004fad88867367c9b863f045be8407d9108a1d003b" UniqueId="0x1848" />
            <File Name="libcolorthres_plugin.dll" Id="00005329d1ca2ce0415d7a553aa2e65bf80bb15db5d6" ShortName="LIBCOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34045" SizeOfImage="0x35000" PeHeaderHash="0101807406b625644dff5dcf622d7bb686f3e6ca760b" PeChecksum="0x345b1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:57" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcolorthres_plugin.dll" LongPathHash="0000af5d2ae2602382ce0a398f3e5cc60ceecd5b2cbe" UniqueId="0x1859" />
            <File Name="libaudiobargraph_v_plugin.dll" Id="0000bc5cd9b4f02af0f2a075a88ccee852f180fcca8d" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a3a0" SizeOfImage="0x3b000" PeHeaderHash="01011ebe9796c174c705cd4d43d4a9f9435e7a7c21a6" PeChecksum="0x3b14d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libaudiobargraph_v_plugin.dll" LongPathHash="0000f37cd775d03b233555e7941888597cd721f8a52a" UniqueId="0x1851" />
            <File Name="libalphamask_plugin.dll" Id="000043d3d90b903b81dc6508496c73848248702489c5" ShortName="LIBALP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33402" SizeOfImage="0x34000" PeHeaderHash="01015d0a2d900791697c2c01774b4cbd625edd233173" PeChecksum="0x354ae" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:52" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libalphamask_plugin.dll" LongPathHash="000047d4ce925f02533f926a01b7f2f8dbdd222d66dd" UniqueId="0x184e" />
            <File Name="libgradient_plugin.dll" Id="0000633decad19a0e00105ed4815a91767897948f98c" ShortName="LIBGRA~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x38394" SizeOfImage="0x39000" PeHeaderHash="0101f14e12276a640c15bdbeecf5045b8827868dc182" PeChecksum="0x46af2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradient_plugin.dll" LongPathHash="0000697ca11535c7fa7fd1aebf6bc56c044e7a0de1e7" UniqueId="0x1860" />
            <File Name="libscale_plugin.dll" Id="00008b499bdb95a0aaec04e733a074140c38f049a34d" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x325cb" SizeOfImage="0x35000" PeHeaderHash="0101eea499767bea0acafd485874eafe5465f4e128df" PeChecksum="0x34719" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:08" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscale_plugin.dll" LongPathHash="0000a3710ee4c4f39ea209a9c3d580290c24be703a8c" UniqueId="0x1871" />
            <File Name="libwave_plugin.dll" Id="000078190af5b9a5154b8888fa82eaba54e3dce7affe" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32454" SizeOfImage="0x35000" PeHeaderHash="0101e90209786e0113f29970e0d20ed59895f594b13a" PeChecksum="0x3d28e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:12" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libwave_plugin.dll" LongPathHash="00007504d15a4d9aa5b9d35ae96f76624cfc223944ff" UniqueId="0x1879" />
            <File Name="libdirect3d_plugin.dll" Id="0000662a2d46c2120922a878cefdd5c93b98e3cd7731" ShortName="LIBDIR~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x85066" SizeOfImage="0x70000" PeHeaderHash="0101bc61a210123a8e0d37ae01f05d872af8c2b35f7b" PeChecksum="0x8b420" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libdirect3d_plugin.dll" LongPathHash="0000498dc19c701b2f2e71a308563248cd0c8a453196" UniqueId="0x187c" />
            <File Name="libdrawable_plugin.dll" Id="0000eb60a29c70a958cba909813f3a1364a0251cd3be" ShortName="LIBDRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30866" SizeOfImage="0x33000" PeHeaderHash="01017f59adcebd242f82e1b084f818898202f2e83cad" PeChecksum="0x38675" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:54" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libdrawable_plugin.dll" LongPathHash="0000f2770ee399b5e9613061ab732eb0e7ca84b4afe4" UniqueId="0x187d" />
            <File Name="libvdummy_plugin.dll" Id="0000be6b080a16187d632e870e3711d84d612901d438" ShortName="LIBVDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31c77" SizeOfImage="0x34000" PeHeaderHash="0101b68babd8c4d285f57de73c6603705c0b5afac6ef" PeChecksum="0x3a12c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libvdummy_plugin.dll" LongPathHash="0000b256f558296ee3c8928d89fa750ed763ad98b92c" UniqueId="0x187e" />
            <File Name="libsmooth_plugin.dll" Id="0000efb0c6426ed03753e4a46a6daeffe488885e3a41" ShortName="LIBSMO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x49262" SizeOfImage="0x49000" PeHeaderHash="0101904d21007fb18f248f6486aac6921f6866b024cd" PeChecksum="0x551f6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:01:04" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:55" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libsmooth_plugin.dll" LongPathHash="0000e83482bf8b0e46631a6287123524dd443e1e2c3a" UniqueId="0x183f" />
            <File Name="libball_plugin.dll" Id="00007212342c73011eb20e2ac059dee316b285edfcd2" ShortName="LIBBAL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x37f1c" SizeOfImage="0x39000" PeHeaderHash="01012f5559f2a1a2a4f9cf1e8a5c624b14d4b6c0feef" PeChecksum="0x44699" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:53" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libball_plugin.dll" LongPathHash="0000b087c0d978e65059cb6f577eaff3ff28ba575b59" UniqueId="0x1852" />
            <File Name="libyuv_plugin.dll" Id="0000578b68e09dab451b477d65fbf7b24f3d04bc5636" ShortName="LIBYUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3406c" SizeOfImage="0x35000" PeHeaderHash="0101a59f733afff6ea9991f682b342d1e4637c4a9795" PeChecksum="0x35f7c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:56" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libyuv_plugin.dll" LongPathHash="00008c5b340282c335de97b3ff8221c907223db63803" UniqueId="0x1880" />
            <File Name="libyuy2_i422_plugin.dll" Id="0000dbf8eacd39d333a51887997472fb7fde27250cac" ShortName="LIBYUY~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x3417d" SizeOfImage="0x36000" PeHeaderHash="0101c5f92d381f2cebcb4947979d1a71cb11f35c9dbc" PeChecksum="0x36c9e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i422_plugin.dll" LongPathHash="0000d4031da19d9f40409358574149b8c46b89aff15e" UniqueId="0x184b" />
            <File Name="libgrey_yuv_plugin.dll" Id="0000e762c715e416c5fb3854cf3021c71a1cbcaa7af6" ShortName="LIBGRE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x329e5" SizeOfImage="0x35000" PeHeaderHash="0101709781cb752df74bc0a8f4da7bc4a0709d98116a" PeChecksum="0x3a970" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:02:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libgrey_yuv_plugin.dll" LongPathHash="000092bb995e0bff04e5214512618a1814373f1787d7" UniqueId="0x1844" />
            <File Name="libantiflicker_plugin.dll" Id="0000099fefd671674f42da23722de788da693da9285f" ShortName="LIBANT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x340bc" SizeOfImage="0x35000" PeHeaderHash="0101f634a7182eb9c7fa0c1044403dd0a95990f73962" PeChecksum="0x3fde2" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:15" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libantiflicker_plugin.dll" LongPathHash="0000a4d5c1167fe36ce63df3b59c1839f32a3a557cc0" UniqueId="0x1850" />
            <File Name="libbluescreen_plugin.dll" Id="0000a19d94e9b95ef6a6a0e2c9c0fe8e0de4ce76f777" ShortName="LIBBLU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33fa9" SizeOfImage="0x35000" PeHeaderHash="0101f087597e32ee306d97f844893df1f5af5aaa7744" PeChecksum="0x3eaa0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:55" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libbluescreen_plugin.dll" LongPathHash="0000ca03fa22badaf342baefc6e5fa6cae17333a9c2f" UniqueId="0x1855" />
            <File Name="liberase_plugin.dll" Id="0000dd514b20da356a5f178c61639acf871a3666898a" ShortName="LIBERA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34f87" SizeOfImage="0x35000" PeHeaderHash="0101eaebc38829d2c9fdaf66b5f29152573b453cc623" PeChecksum="0x3bc84" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:59" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liberase_plugin.dll" LongPathHash="00005f8947a3e985e6d2a21b8dbb061126e6949c03a1" UniqueId="0x185c" />
            <File Name="libgaussianblur_plugin.dll" Id="000074a579699dcc25e02a9a77543216a70d6a27d2f9" ShortName="LIBGAU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33fff" SizeOfImage="0x35000" PeHeaderHash="01017a935c785e4366b6967b11649511f60dae2edb66" PeChecksum="0x36790" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:01" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgaussianblur_plugin.dll" LongPathHash="00000380ca7f984aac17c2438ca2befe1018da7c54cc" UniqueId="0x185e" />
            <File Name="libhqdn3d_plugin.dll" Id="0000e28ecafeb3fa86b558f9c89bed1b8587b7d6b7bc" ShortName="LIBHQD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ab6a" SizeOfImage="0x3c000" PeHeaderHash="0101fd3271f5a5b02885e7e6ab210d70339b1db54467" PeChecksum="0x3cb9e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:15" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libhqdn3d_plugin.dll" LongPathHash="000026d8cd33f56a88ed7d0c6c3bc2281da642a5bfe1" UniqueId="0x1862" />
            <File Name="liblogo_plugin.dll" Id="0000470fb276ba1512047d979faab7cce4eaaeec8143" ShortName="LIBLOG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x376e7" SizeOfImage="0x38000" PeHeaderHash="0101ee60b52fdd15b58540f29cf108e63d1346e37648" PeChecksum="0x3e206" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:02" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:57" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liblogo_plugin.dll" LongPathHash="0000cc5a346154193b2428d792c3f5b1965e88edcf05" UniqueId="0x1864" />
            <File Name="libsharpen_plugin.dll" Id="00006a6c4aa2df2bd95d6db1ded8baa9597c421e6ca9" ShortName="LIBSHA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33555" SizeOfImage="0x35000" PeHeaderHash="01016a65c3a8d519f983ae93436609caa90cf1b0bf83" PeChecksum="0x42218" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:05:10" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:58" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsharpen_plugin.dll" LongPathHash="0000a7d536d218602c08cca1184607e770de01834b3e" UniqueId="0x1874" />
            <File Name="libswscale_plugin.dll" Id="0000e82658bd2223b635cca1df35575efc93e5ceb939" ShortName="LIBSWS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x1642fd" SizeOfImage="0x159000" PeHeaderHash="0101e9b2c1ef5084be8c116da32eb8a421223023c026" PeChecksum="0x16dd82" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/13/2013 18:04:50" BinaryType="UNKNOWN" Created="04/17/2013 22:18:29" Modified="05/13/2013 18:10:56" Path="c:\Users\jb\Source\Repos\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\source\repos\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libswscale_plugin.dll" LongPathHash="0000a97f8e41782be6c023280491c613bba2e8832a68" UniqueId="0x1876" />
          </Files>
        </StaticProperties>
      </Program>
    </Installed_Programs>
  </APPLICATIONS>
  <DEPENDENCY_INFORMATION>
    <AitStaticAnalysis ProgramId="000012919c47463c0758631f3e0eae3c862600000904" AnalysisVersion="1.54" DictionaryVersion="1.6" Type="Package" Id="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19_1.0.12.2_x86__d252n7111t06p">
      <AitFile ErrorCode="0" Name="librawdv_plugin.dll" Id="000001567ff99b386390524a6e69db0bd14a7515d6a0">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsdelay_plugin.dll" Id="0000015ba11370b611eeb520c1b57dd778d9e38772cd">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspudec_plugin.dll" Id="0000053e882ce90d10821c5df7c74573934b00d55671">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmediadirs_plugin.dll" Id="000005ba24946899e1064d0792cdd84bef6d72d32ffa">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libuleaddvaudio_plugin.dll" Id="000005c7fa56cee22be61924446f481d5d81cf5b937c">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtheora_plugin.dll" Id="00000610258b5602ae5f070ec9fcb06eabefe85c3316">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="GalaSoft.MvvmLight.Extras.Win8.dll" Id="00000856272d6f2bbe175c941583d277e65d1ac8503c">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorDllMain" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcvdsub_plugin.dll" Id="000008ae1a14b2782cc5008ec12aa3b7c103e2b06b7c">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libantiflicker_plugin.dll" Id="0000099fefd671674f42da23722de788da693da9285f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_mms_plugin.dll" Id="00000af6cdcf1499dd0467915bfbb864fb37f034847a">
        <AitCategory Id="Com">
          <AitFeature Name="{14e6a5cb-c672-4332-8399-a96952065b5a}" />
          <AitFeature Name="{5fbf03b5-a92e-11cf-8ee3-00c00c205365}" />
          <AitFeature Name="{7bf875ce-468d-11d1-8d82-006097c9a2b2}" />
          <AitFeature Name="{8cabdca1-a947-11cf-8ee4-00c00c205365}" />
          <AitFeature Name="{b7dc0791-a9b7-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{bc19efc0-5b4d-11cf-a8fd-00805f5c442b}" />
          <AitFeature Name="{f8699e40-5b4d-11cf-a8fd-00805f5c442b}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!getsockname" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfloat_mixer_plugin.dll" Id="00000b1f962fa8b57695d1d64e9b8d79ceef3b614687">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmkv_plugin.dll" Id="00000b3e99b97711ae7676218b53a83b00e48d75dec1">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_fseeki64" />
          <AitFeature Name="msvcr110.dll!_ftelli64" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!btowc" />
          <AitFeature Name="msvcr110.dll!clearerr" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!feof" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fgetc" />
          <AitFeature Name="msvcr110.dll!fgets" />
          <AitFeature Name="msvcr110.dll!fgetwc" />
          <AitFeature Name="msvcr110.dll!fgetws" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputwc" />
          <AitFeature Name="msvcr110.dll!fputws" />
          <AitFeature Name="msvcr110.dll!freopen" />
          <AitFeature Name="msvcr110.dll!fscanf" />
          <AitFeature Name="msvcr110.dll!fwprintf" />
          <AitFeature Name="msvcr110.dll!fwscanf" />
          <AitFeature Name="msvcr110.dll!getchar" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!gets" />
          <AitFeature Name="msvcr110.dll!getwchar" />
          <AitFeature Name="msvcr110.dll!ldiv" />
          <AitFeature Name="msvcr110.dll!llabs" />
          <AitFeature Name="msvcr110.dll!lldiv" />
          <AitFeature Name="msvcr110.dll!mblen" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!mbstowcs" />
          <AitFeature Name="msvcr110.dll!mbtowc" />
          <AitFeature Name="msvcr110.dll!perror" />
          <AitFeature Name="msvcr110.dll!printf" />
          <AitFeature Name="msvcr110.dll!putwchar" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!remove" />
          <AitFeature Name="msvcr110.dll!rename" />
          <AitFeature Name="msvcr110.dll!rewind" />
          <AitFeature Name="msvcr110.dll!scanf" />
          <AitFeature Name="msvcr110.dll!setbuf" />
          <AitFeature Name="msvcr110.dll!srand" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!strtod" />
          <AitFeature Name="msvcr110.dll!strtok" />
          <AitFeature Name="msvcr110.dll!swscanf" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!tmpfile" />
          <AitFeature Name="msvcr110.dll!tmpnam" />
          <AitFeature Name="msvcr110.dll!vfprintf" />
          <AitFeature Name="msvcr110.dll!vfwprintf" />
          <AitFeature Name="msvcr110.dll!vprintf" />
          <AitFeature Name="msvcr110.dll!vsprintf" />
          <AitFeature Name="msvcr110.dll!vwprintf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcschr" />
          <AitFeature Name="msvcr110.dll!wcscmp" />
          <AitFeature Name="msvcr110.dll!wcscspn" />
          <AitFeature Name="msvcr110.dll!wcsncat" />
          <AitFeature Name="msvcr110.dll!wcsncmp" />
          <AitFeature Name="msvcr110.dll!wcsncpy" />
          <AitFeature Name="msvcr110.dll!wcspbrk" />
          <AitFeature Name="msvcr110.dll!wcsrchr" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="msvcr110.dll!wcsspn" />
          <AitFeature Name="msvcr110.dll!wcsstr" />
          <AitFeature Name="msvcr110.dll!wcstod" />
          <AitFeature Name="msvcr110.dll!wcstok" />
          <AitFeature Name="msvcr110.dll!wcstol" />
          <AitFeature Name="msvcr110.dll!wcstombs" />
          <AitFeature Name="msvcr110.dll!wcstoul" />
          <AitFeature Name="msvcr110.dll!wctob" />
          <AitFeature Name="msvcr110.dll!wctomb" />
          <AitFeature Name="msvcr110.dll!wprintf" />
          <AitFeature Name="msvcr110.dll!wscanf" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_fseeki64" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!atof" />
          <AitFeature Name="msvcrt.dll!atol" />
          <AitFeature Name="msvcrt.dll!bsearch" />
          <AitFeature Name="msvcrt.dll!btowc" />
          <AitFeature Name="msvcrt.dll!clearerr" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!ctime" />
          <AitFeature Name="msvcrt.dll!div" />
          <AitFeature Name="msvcrt.dll!feof" />
          <AitFeature Name="msvcrt.dll!ferror" />
          <AitFeature Name="msvcrt.dll!fgetc" />
          <AitFeature Name="msvcrt.dll!fgets" />
          <AitFeature Name="msvcrt.dll!fgetwc" />
          <AitFeature Name="msvcrt.dll!fgetws" />
          <AitFeature Name="msvcrt.dll!fprintf" />
          <AitFeature Name="msvcrt.dll!fputwc" />
          <AitFeature Name="msvcrt.dll!fputws" />
          <AitFeature Name="msvcrt.dll!freopen" />
          <AitFeature Name="msvcrt.dll!fscanf" />
          <AitFeature Name="msvcrt.dll!fwprintf" />
          <AitFeature Name="msvcrt.dll!fwscanf" />
          <AitFeature Name="msvcrt.dll!getchar" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!gets" />
          <AitFeature Name="msvcrt.dll!getwchar" />
          <AitFeature Name="msvcrt.dll!ldiv" />
          <AitFeature Name="msvcrt.dll!mblen" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!mbstowcs" />
          <AitFeature Name="msvcrt.dll!mbtowc" />
          <AitFeature Name="msvcrt.dll!perror" />
          <AitFeature Name="msvcrt.dll!printf" />
          <AitFeature Name="msvcrt.dll!putwchar" />
          <AitFeature Name="msvcrt.dll!qsort" />
          <AitFeature Name="msvcrt.dll!rand" />
          <AitFeature Name="msvcrt.dll!remove" />
          <AitFeature Name="msvcrt.dll!rename" />
          <AitFeature Name="msvcrt.dll!rewind" />
          <AitFeature Name="msvcrt.dll!scanf" />
          <AitFeature Name="msvcrt.dll!setbuf" />
          <AitFeature Name="msvcrt.dll!srand" />
          <AitFeature Name="msvcrt.dll!sscanf" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!strtod" />
          <AitFeature Name="msvcrt.dll!strtok" />
          <AitFeature Name="msvcrt.dll!swscanf" />
          <AitFeature Name="msvcrt.dll!system" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!tmpfile" />
          <AitFeature Name="msvcrt.dll!tmpnam" />
          <AitFeature Name="msvcrt.dll!vfprintf" />
          <AitFeature Name="msvcrt.dll!vfwprintf" />
          <AitFeature Name="msvcrt.dll!vprintf" />
          <AitFeature Name="msvcrt.dll!vsnprintf" />
          <AitFeature Name="msvcrt.dll!vsprintf" />
          <AitFeature Name="msvcrt.dll!vwprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcschr" />
          <AitFeature Name="msvcrt.dll!wcscmp" />
          <AitFeature Name="msvcrt.dll!wcscspn" />
          <AitFeature Name="msvcrt.dll!wcsncat" />
          <AitFeature Name="msvcrt.dll!wcsncmp" />
          <AitFeature Name="msvcrt.dll!wcsncpy" />
          <AitFeature Name="msvcrt.dll!wcspbrk" />
          <AitFeature Name="msvcrt.dll!wcsrchr" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
          <AitFeature Name="msvcrt.dll!wcsspn" />
          <AitFeature Name="msvcrt.dll!wcsstr" />
          <AitFeature Name="msvcrt.dll!wcstod" />
          <AitFeature Name="msvcrt.dll!wcstok" />
          <AitFeature Name="msvcrt.dll!wcstol" />
          <AitFeature Name="msvcrt.dll!wcstombs" />
          <AitFeature Name="msvcrt.dll!wcstoul" />
          <AitFeature Name="msvcrt.dll!wctob" />
          <AitFeature Name="msvcrt.dll!wctomb" />
          <AitFeature Name="msvcrt.dll!wprintf" />
          <AitFeature Name="msvcrt.dll!wscanf" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__doserrno" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__pioinfo" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fdopen" />
          <AitFeature Name="msvcr110.dll!_filelengthi64" />
          <AitFeature Name="msvcr110.dll!_fileno" />
          <AitFeature Name="msvcr110.dll!_findclose" />
          <AitFeature Name="msvcr110.dll!_fstat64" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_vsnprintf" />
          <AitFeature Name="msvcr110.dll!_wfindfirst32" />
          <AitFeature Name="msvcr110.dll!_wfindnext32" />
          <AitFeature Name="msvcr110.dll!_wfullpath" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fgetpos" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!fsetpos" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!getwc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!iswctype" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!putc" />
          <AitFeature Name="msvcr110.dll!putwc" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!setvbuf" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcoll" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!strxfrm" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!towlower" />
          <AitFeature Name="msvcr110.dll!towupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!ungetwc" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcscoll" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcsftime" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="msvcr110.dll!wcsxfrm" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetFileAttributesExW" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsv_plugin.dll" Id="00000bd91ede7bd327f272cd828f3840aaef271d4ab8">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpsychedelic_plugin.dll" Id="00000be9782354a7e3c990a4009c3e32a00bea2cb0d5">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnuv_plugin.dll" Id="00000d3aebfd10943a2fa14b1f105ec5a9c67b50961d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libheadphone_channel_mixer_plugin.dll" Id="00000e266ee62a08eb6d1e07e0dcee5317e50bc70b1a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvoc_plugin.dll" Id="00001151aec6ab109c53d109ce98796a01ecca4349e9">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavi_plugin.dll" Id="00001160368baa3d22744adb7346fe74a4e707a9cc31">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemuxdump_plugin.dll" Id="00001188638a223e72f80881d16bd52e7eaefc5a3ab7">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscene_plugin.dll" Id="000011a9e9ba56e1b5fecf0b48c99dc308f790f43806">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libidummy_plugin.dll" Id="0000135f10d9e314158dba2b20f4df7780092d24918a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnormvol_plugin.dll" Id="000016031a465331ab49935b054aeb2844bef66e071d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxa_plugin.dll" Id="000017bad439e7d902c3e003e2d3a3edace06fa6425f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxml_plugin.dll" Id="000018e38c062b45e3e9fb991720b2e9b6b554993221">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!floor" />
          <AitFeature Name="msvcr110.dll!fmod" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateMutexW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stat" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!div" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!floor" />
          <AitFeature Name="msvcrt.dll!fmod" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!system" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vsnprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_beginthread" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_endthread" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_getcwd" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_open" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_stat32" />
          <AitFeature Name="msvcr110.dll!_stat32i64" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_time32" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_vsnprintf" />
          <AitFeature Name="msvcr110.dll!_wfopen" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!_wstat32" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!exit" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!puts" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!srand" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!vfprintf" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateMutexExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!DuplicateHandle" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseMutex" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtta_plugin.dll" Id="0000191db7e400b09dc55fadffe6d7a76bf4c3b96c7b">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsepia_plugin.dll" Id="00001cb351bd6b7ea5062d795c3a549174874d412bb5">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libafile_plugin.dll" Id="00001e0277873eaceae47cebf74efcb87cf483348eef">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libschroedinger_plugin.dll" Id="00001fa8377e645287a6e161ebc7c976e5eae46fba53">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!sqrtf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!sqrtf" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vsnprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_vsnprintf" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atan" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!printf" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!vfprintf" />
          <AitFeature Name="msvcr110.dll!vsprintf" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualAlloc" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_Wrapper.dll" Id="000020218d04d9a817e39317f4606420420343df8f58">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000035-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000038-0000-0000-c000-000000000046}" />
          <AitFeature Name="{30d5a829-7fa4-4026-83bb-d75bae4ea99e}" />
          <AitFeature Name="{54ec77fa-1377-44e6-8c32-88fd5f44c84c}" />
          <AitFeature Name="{5c526665-f60e-4912-af59-5fe0680f089d}" />
          <AitFeature Name="{737ef309-ea41-4d96-a71c-98e98efcab07}" />
          <AitFeature Name="{94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90}" />
          <AitFeature Name="{af86e2e0-b12d-4c6a-9c5a-d7aa65101e90}" />
          <AitFeature Name="{d1f276c4-98d8-4636-bf49-eb79507548e9}" />
          <AitFeature Name="{f2e9edc1-d307-4525-9886-0fafaa44163c}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsCreateString" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsGetStringRawBuffer" />
          <AitFeature Name="vccorlib110.dll!??0Delegate@Platform@@Q$AAA@XZ" />
          <AitFeature Name="vccorlib110.dll!??0NotImplementedException@Platform@@Q$AAA@XZ" />
          <AitFeature Name="vccorlib110.dll!??0Object@Platform@@Q$AAA@XZ" />
          <AitFeature Name="vccorlib110.dll!?Allocate@Heap@Details@Platform@@SAPAXI@Z" />
          <AitFeature Name="vccorlib110.dll!?AllocateException@Heap@Details@Platform@@SAPAXI@Z" />
          <AitFeature Name="vccorlib110.dll!?CreateException@Exception@Platform@@SAP$AAV12@H@Z" />
          <AitFeature Name="vccorlib110.dll!?Free@Heap@Details@Platform@@SAXPAX@Z" />
          <AitFeature Name="vccorlib110.dll!?FreeException@Heap@Details@Platform@@SAXPAX@Z" />
          <AitFeature Name="vccorlib110.dll!?GetActivationFactory@Details@Platform@@YGJPAVModuleBase@1WRL@Microsoft@@PAUHSTRING__@@PAPAUIActivationFactory@@@Z" />
          <AitFeature Name="vccorlib110.dll!?GetActivationFactoryByPCWSTR@@YGJPAXAAVGuid@Platform@@PAPAX@Z" />
          <AitFeature Name="vccorlib110.dll!?GetIidsFn@@YGJHPAKPBU__s_GUID@@PAPAVGuid@Platform@@@Z" />
          <AitFeature Name="vccorlib110.dll!?InitializeData@Details@Platform@@YAJH@Z" />
          <AitFeature Name="vccorlib110.dll!?ReCreateFromException@Details@Platform@@YGJP$AAVException@2@@Z" />
          <AitFeature Name="vccorlib110.dll!?TerminateModule@Details@Platform@@YG_NPAVModuleBase@1WRL@Microsoft@@@Z" />
          <AitFeature Name="vccorlib110.dll!?UninitializeData@Details@Platform@@YAXH@Z" />
          <AitFeature Name="vccorlib110.dll!?__abi_FailFast@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseAccessDeniedException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseCOMException@@YGXJ@Z" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseChangedStateException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseClassNotRegisteredException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseDisconnectedException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseFailureException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseInvalidArgumentException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseInvalidCastException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseNotImplementedException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseNullReferenceException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseObjectDisposedException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseOperationCanceledException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseOutOfBoundsException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseOutOfMemoryException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?__abi_WinRTraiseWrongThreadException@@YGXXZ" />
          <AitFeature Name="vccorlib110.dll!?get@Bottom@Rect@Foundation@Windows@@QAAMXZ" />
          <AitFeature Name="vccorlib110.dll!?get@Right@Rect@Foundation@Windows@@QAAMXZ" />
          <AitFeature Name="msvcr110.dll!??0exception@std@@QAE@ABQBDH@Z" />
          <AitFeature Name="msvcr110.dll!??1type_info@@UAE@XZ" />
          <AitFeature Name="msvcr110.dll!??2@YAPAXI@Z" />
          <AitFeature Name="msvcr110.dll!??3@YAXPAX@Z" />
          <AitFeature Name="msvcr110.dll!??_V@YAXPAX@Z" />
          <AitFeature Name="msvcr110.dll!?terminate@@YAXXZ" />
          <AitFeature Name="msvcr110.dll!_CxxThrowException" />
          <AitFeature Name="msvcr110.dll!__CppXcptFilter" />
          <AitFeature Name="msvcr110.dll!__CxxFrameHandler3" />
          <AitFeature Name="msvcr110.dll!__clean_type_info_names_internal" />
          <AitFeature Name="msvcr110.dll!__crtTerminateProcess" />
          <AitFeature Name="msvcr110.dll!__crtUnhandledException" />
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_calloc_crt" />
          <AitFeature Name="msvcr110.dll!_crt_debugger_hook" />
          <AitFeature Name="msvcr110.dll!_except_handler4_common" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_initterm_e" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_malloc_crt" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="d3d11.dll!D3D11CreateDevice" />
          <AitFeature Name="d2d1.dll!D2D1CreateDevice" />
          <AitFeature Name="ole32.dll!CoCreateFreeThreadedMarshaler" />
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DecodePointer" />
          <AitFeature Name="kernel32.dll!DisableThreadLibraryCalls" />
          <AitFeature Name="kernel32.dll!EncodePointer" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!IsDebuggerPresent" />
          <AitFeature Name="kernel32.dll!IsProcessorFeaturePresent" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSRWLockExclusive" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.SurfaceImageSource" />
          <AitFeature Name="Windows.UI.Core.DispatchedHandler" />
          <AitFeature Name="Windows.Graphics.Display.DisplayProperties" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfilesystem_plugin.dll" Id="000020223faa683022a3bb67f019186471f6de17082a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_findclose" />
          <AitFeature Name="msvcr110.dll!_fstat32i64" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_wfindfirst32" />
          <AitFeature Name="msvcr110.dll!_wfindnext32" />
          <AitFeature Name="msvcr110.dll!_wfullpath" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetFileAttributesExW" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinvert_plugin.dll" Id="0000208610244ca8f3de3109f3ea245d729649562eb6">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libchorus_flanger_plugin.dll" Id="000027f609fc7270d48dcb78f445e0b9744603ffee43">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i420_plugin.dll" Id="00002b453260cc5cd8d947394de931ec2f05fd7730db">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaes3_plugin.dll" Id="00002cb337236b2bd30ca236219ffed70a8dd247b0e5">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwall_plugin.dll" Id="00002ed0455f265338a9e8369e4c3cf574de3bc328d2">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgain_plugin.dll" Id="000030b297874b4e255881f69033984c3e831c008180">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmosaic_plugin.dll" Id="000031ab75dad4de924a3fbe4215888677838184e34a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librtp_plugin.dll" Id="00003551ac09e1f8b8368b4235ecff874f2b6b0648f4">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvobsub_plugin.dll" Id="000036dada71aea6ae26708bb491c63ca757f81e4b98">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libts_plugin.dll" Id="0000395e2ee162af1a27867481a034363ae77e8b8456">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubtitle_plugin.dll" Id="00003962f4935a08ea00b948cf9ccc478863f88be622">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libclone_plugin.dll" Id="00003d92336b40a316eca225682f6d9fe66c90d1c205">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsc_plugin.dll" Id="000042caec24371d936350a17d7a6561686245b5585e">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_plugin.dll" Id="0000438fe52f1da2515edd067f7d8f8b976ae09d0765">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libalphamask_plugin.dll" Id="000043d3d90b903b81dc6508496c73848248702489c5">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvc1_plugin.dll" Id="000044ab859a07b88e7f3314d60771bac5b67be6919b">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmagnify_plugin.dll" Id="000044e207a9d3572cb264919804c3c20c48c13cd21d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadjust_plugin.dll" Id="000046462335b046731a8ff7f1eab706bae63914cf16">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_sse2_plugin.dll" Id="000046d309b2f67f91c94df6cb7e38d26436b5a5767f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblogo_plugin.dll" Id="0000470fb276ba1512047d979faab7cce4eaaeec8143">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_i420_plugin.dll" Id="000047160e8425d8c2d18ce45af5f72663ffbebc1c88">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvid_plugin.dll" Id="00004918f91009baa6295b9c8502133db653b8d9cd34">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_flac_plugin.dll" Id="000049dbec9ef2853413b0f95ba4fb1e94245bd466f9">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadpcm_plugin.dll" Id="00004afadc6c680246ce0f6c20b40679458b7a316f26">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_tcp_plugin.dll" Id="00004d4705d9593e37bb0c0bacfed986cb7b14cea74b">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libshm_plugin.dll" Id="00004dc00666aa88ce23373d44794f4ec9b17d7d5cc9">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libremap_plugin.dll" Id="00004fce4f5f1e0c72d602093b44f99f51a05df548a1">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52_plugin.dll" Id="000050cf86bad8ae6cb1f1da699d6c6e85582009ab22">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libugly_resampler_plugin.dll" Id="0000532005e25dda491cacbbeaf26781bdfbfb0d3cdd">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcolorthres_plugin.dll" Id="00005329d1ca2ce0415d7a553aa2e65bf80bb15db5d6">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuv_plugin.dll" Id="0000578b68e09dab451b477d65fbf7b24f3d04bc5636">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librotate_plugin.dll" Id="000058ce1e03e819a4b9f1881abc9e032c78d286621e">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_access" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!fscanf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!fscanf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpng_plugin.dll" Id="00005d05564bcf79e98900d3a2a7d3fde9cd09bfc101">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!modf" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!fprintf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!modf" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_setjmp3" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!frexp" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!longjmp" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstereo_widen_plugin.dll" Id="00005dceed87755d55bc779d6b9dd47b20119989cd1a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlc.dll" Id="00006131488c3b597185e0faef66b200b2332bada1ec">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!signal" />
          <AitFeature Name="msvcr110.dll!vfprintf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!signal" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vfprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_filbuf" />
          <AitFeature Name="msvcr110.dll!_flsbuf" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lock_file" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_unlock_file" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libzip_plugin.dll" Id="000061c4b0f102cd0501922c686009ac6016f400081c">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtaglib_plugin.dll" Id="000062c862783f602bae88e2123a2f87277b6ea492c8">
        <AitCategory Id="Com">
          <AitFeature Name="{2211b3fb-bd23-11d2-b4b7-00a0c955fc6e}" />
          <AitFeature Name="{75b22630-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{abd3d211-a9ba-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{b7dc0791-a9b7-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{c5f8cbea-5baf-4877-8467-aa8c44fa4cca}" />
          <AitFeature Name="{d2d0a440-e307-11d2-97f0-00a0c95ea850}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_fseeki64" />
          <AitFeature Name="msvcr110.dll!_ftelli64" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!btowc" />
          <AitFeature Name="msvcr110.dll!fgetwc" />
          <AitFeature Name="msvcr110.dll!fgetws" />
          <AitFeature Name="msvcr110.dll!fputwc" />
          <AitFeature Name="msvcr110.dll!fputws" />
          <AitFeature Name="msvcr110.dll!fwprintf" />
          <AitFeature Name="msvcr110.dll!fwscanf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!getwchar" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!ldiv" />
          <AitFeature Name="msvcr110.dll!llabs" />
          <AitFeature Name="msvcr110.dll!lldiv" />
          <AitFeature Name="msvcr110.dll!mblen" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!mbstowcs" />
          <AitFeature Name="msvcr110.dll!mbtowc" />
          <AitFeature Name="msvcr110.dll!putwchar" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!remove" />
          <AitFeature Name="msvcr110.dll!srand" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!strtod" />
          <AitFeature Name="msvcr110.dll!swscanf" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!vfwprintf" />
          <AitFeature Name="msvcr110.dll!vwprintf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcschr" />
          <AitFeature Name="msvcr110.dll!wcscmp" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcscspn" />
          <AitFeature Name="msvcr110.dll!wcsncat" />
          <AitFeature Name="msvcr110.dll!wcsncmp" />
          <AitFeature Name="msvcr110.dll!wcsncpy" />
          <AitFeature Name="msvcr110.dll!wcspbrk" />
          <AitFeature Name="msvcr110.dll!wcsrchr" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="msvcr110.dll!wcsspn" />
          <AitFeature Name="msvcr110.dll!wcsstr" />
          <AitFeature Name="msvcr110.dll!wcstod" />
          <AitFeature Name="msvcr110.dll!wcstok" />
          <AitFeature Name="msvcr110.dll!wcstol" />
          <AitFeature Name="msvcr110.dll!wcstombs" />
          <AitFeature Name="msvcr110.dll!wcstoul" />
          <AitFeature Name="msvcr110.dll!wctob" />
          <AitFeature Name="msvcr110.dll!wctomb" />
          <AitFeature Name="msvcr110.dll!wprintf" />
          <AitFeature Name="msvcr110.dll!wscanf" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_fseeki64" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!atof" />
          <AitFeature Name="msvcrt.dll!atol" />
          <AitFeature Name="msvcrt.dll!bsearch" />
          <AitFeature Name="msvcrt.dll!btowc" />
          <AitFeature Name="msvcrt.dll!fgetwc" />
          <AitFeature Name="msvcrt.dll!fgetws" />
          <AitFeature Name="msvcrt.dll!fputwc" />
          <AitFeature Name="msvcrt.dll!fputws" />
          <AitFeature Name="msvcrt.dll!fwprintf" />
          <AitFeature Name="msvcrt.dll!fwscanf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!getwchar" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!ldiv" />
          <AitFeature Name="msvcrt.dll!mblen" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!mbstowcs" />
          <AitFeature Name="msvcrt.dll!mbtowc" />
          <AitFeature Name="msvcrt.dll!putwchar" />
          <AitFeature Name="msvcrt.dll!qsort" />
          <AitFeature Name="msvcrt.dll!rand" />
          <AitFeature Name="msvcrt.dll!remove" />
          <AitFeature Name="msvcrt.dll!srand" />
          <AitFeature Name="msvcrt.dll!sscanf" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!strtod" />
          <AitFeature Name="msvcrt.dll!swscanf" />
          <AitFeature Name="msvcrt.dll!system" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vfwprintf" />
          <AitFeature Name="msvcrt.dll!vwprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcscat" />
          <AitFeature Name="msvcrt.dll!wcschr" />
          <AitFeature Name="msvcrt.dll!wcscmp" />
          <AitFeature Name="msvcrt.dll!wcscpy" />
          <AitFeature Name="msvcrt.dll!wcscspn" />
          <AitFeature Name="msvcrt.dll!wcsncat" />
          <AitFeature Name="msvcrt.dll!wcsncmp" />
          <AitFeature Name="msvcrt.dll!wcsncpy" />
          <AitFeature Name="msvcrt.dll!wcspbrk" />
          <AitFeature Name="msvcrt.dll!wcsrchr" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
          <AitFeature Name="msvcrt.dll!wcsspn" />
          <AitFeature Name="msvcrt.dll!wcsstr" />
          <AitFeature Name="msvcrt.dll!wcstod" />
          <AitFeature Name="msvcrt.dll!wcstok" />
          <AitFeature Name="msvcrt.dll!wcstol" />
          <AitFeature Name="msvcrt.dll!wcstombs" />
          <AitFeature Name="msvcrt.dll!wcstoul" />
          <AitFeature Name="msvcrt.dll!wctob" />
          <AitFeature Name="msvcrt.dll!wctomb" />
          <AitFeature Name="msvcrt.dll!wprintf" />
          <AitFeature Name="msvcrt.dll!wscanf" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__doserrno" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__pioinfo" />
          <AitFeature Name="msvcr110.dll!_access" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_chsize" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fdopen" />
          <AitFeature Name="msvcr110.dll!_filelengthi64" />
          <AitFeature Name="msvcr110.dll!_fileno" />
          <AitFeature Name="msvcr110.dll!_fstat64" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_vsnprintf" />
          <AitFeature Name="msvcr110.dll!_wfopen" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!clearerr" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fgetpos" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!fsetpos" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!getwc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!iswctype" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!putc" />
          <AitFeature Name="msvcr110.dll!putwc" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!setvbuf" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcoll" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!strxfrm" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!towlower" />
          <AitFeature Name="msvcr110.dll!towupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!ungetwc" />
          <AitFeature Name="msvcr110.dll!wcscoll" />
          <AitFeature Name="msvcr110.dll!wcsftime" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="msvcr110.dll!wcsxfrm" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_WINRT.exe" Id="000062daf12a8e96c00bc3facf0edbc41b6a5863b59c">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorExeMain" />
        </AitCategory>
        <AitCategory Id="DotNetWinRt">
          <AitFeature Name="Windows.ApplicationModel.DesignMode" />
          <AitFeature Name="Windows.ApplicationModel.DesignMode.get_DesignModeEnabled" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingDeferral" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingDeferral.Complete" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingEventArgs" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingEventArgs.get_SuspendingOperation" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingOperation" />
          <AitFeature Name="Windows.ApplicationModel.SuspendingOperation.GetDeferral" />
          <AitFeature Name="Windows.ApplicationModel.Activation.ApplicationExecutionState" />
          <AitFeature Name="Windows.ApplicationModel.Activation.LaunchActivatedEventArgs" />
          <AitFeature Name="Windows.ApplicationModel.Activation.LaunchActivatedEventArgs.get_PreviousExecutionState" />
          <AitFeature Name="Windows.ApplicationModel.Core.CoreApplication" />
          <AitFeature Name="Windows.ApplicationModel.Core.CoreApplication.get_MainView" />
          <AitFeature Name="Windows.ApplicationModel.Core.CoreApplicationView" />
          <AitFeature Name="Windows.ApplicationModel.Core.CoreApplicationView.get_CoreWindow" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceClass" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformation" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformation.CreateWatcher" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformation.FindAllAsync" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformation.get_Id" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformationCollection" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceInformationUpdate" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.Start" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.Stop" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.add_Added" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.add_Removed" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.remove_Added" />
          <AitFeature Name="Windows.Devices.Enumeration.DeviceWatcher.remove_Removed" />
          <AitFeature Name="Windows.Devices.Portable.StorageDevice" />
          <AitFeature Name="Windows.Devices.Portable.StorageDevice.FromId" />
          <AitFeature Name="Windows.Foundation.AsyncActionCompletedHandler" />
          <AitFeature Name="Windows.Foundation.AsyncActionCompletedHandler..ctor" />
          <AitFeature Name="Windows.Foundation.AsyncOperationCompletedHandler`1" />
          <AitFeature Name="Windows.Foundation.AsyncStatus" />
          <AitFeature Name="Windows.Foundation.IAsyncAction" />
          <AitFeature Name="Windows.Foundation.IAsyncAction.get_Completed" />
          <AitFeature Name="Windows.Foundation.IAsyncAction.put_Completed" />
          <AitFeature Name="Windows.Foundation.IAsyncOperationWithProgress`2" />
          <AitFeature Name="Windows.Foundation.IAsyncOperation`1" />
          <AitFeature Name="Windows.Foundation.Rect" />
          <AitFeature Name="Windows.Foundation.Rect..ctor" />
          <AitFeature Name="Windows.Foundation.Rect.get_Height" />
          <AitFeature Name="Windows.Foundation.Rect.get_Width" />
          <AitFeature Name="Windows.Foundation.Size" />
          <AitFeature Name="Windows.Foundation.Size..ctor" />
          <AitFeature Name="Windows.Foundation.Size.get_Height" />
          <AitFeature Name="Windows.Foundation.Size.get_Width" />
          <AitFeature Name="Windows.Foundation.TypedEventHandler`2" />
          <AitFeature Name="Windows.Foundation.Collections.CollectionChange" />
          <AitFeature Name="Windows.Foundation.Collections.IMapChangedEventArgs`1" />
          <AitFeature Name="Windows.Foundation.Collections.IObservableMap`2" />
          <AitFeature Name="Windows.Foundation.Collections.MapChangedEventHandler`2" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute..ctor" />
          <AitFeature Name="Windows.Networking.Sockets.SocketError" />
          <AitFeature Name="Windows.Networking.Sockets.SocketError.GetStatus" />
          <AitFeature Name="Windows.Networking.Sockets.SocketErrorStatus" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocket" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocket.get_InputStream" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocket.get_OutputStream" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener..ctor" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener.BindServiceNameAsync" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener.add_ConnectionReceived" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener.remove_ConnectionReceived" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs.get_Socket" />
          <AitFeature Name="Windows.Storage.ApplicationData" />
          <AitFeature Name="Windows.Storage.ApplicationData.get_Current" />
          <AitFeature Name="Windows.Storage.ApplicationData.get_LocalFolder" />
          <AitFeature Name="Windows.Storage.CreationCollisionOption" />
          <AitFeature Name="Windows.Storage.IStorageFile" />
          <AitFeature Name="Windows.Storage.IStorageItem" />
          <AitFeature Name="Windows.Storage.IStorageItem.get_Name" />
          <AitFeature Name="Windows.Storage.KnownFolders" />
          <AitFeature Name="Windows.Storage.KnownFolders.get_HomeGroup" />
          <AitFeature Name="Windows.Storage.KnownFolders.get_MediaServerDevices" />
          <AitFeature Name="Windows.Storage.KnownFolders.get_MusicLibrary" />
          <AitFeature Name="Windows.Storage.KnownFolders.get_RemovableDevices" />
          <AitFeature Name="Windows.Storage.KnownFolders.get_VideosLibrary" />
          <AitFeature Name="Windows.Storage.StorageFile" />
          <AitFeature Name="Windows.Storage.StorageFile.GetFileFromApplicationUriAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.GetThumbnailAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.OpenReadAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.OpenSequentialReadAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.get_FileType" />
          <AitFeature Name="Windows.Storage.StorageFile.get_Name" />
          <AitFeature Name="Windows.Storage.StorageFile.get_Properties" />
          <AitFeature Name="Windows.Storage.StorageFolder" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFileAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFileQueryWithOptions" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetFileAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.get_DisplayName" />
          <AitFeature Name="Windows.Storage.StorageFolder.get_DisplayType" />
          <AitFeature Name="Windows.Storage.AccessCache.AccessListEntry" />
          <AitFeature Name="Windows.Storage.AccessCache.AccessListEntryView" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageApplicationPermissions" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageApplicationPermissions.get_MostRecentlyUsedList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Add" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Clear" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.GetFileAsync" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.get_Entries" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemContentProperties" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemContentProperties.GetVideoPropertiesAsync" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemThumbnail" />
          <AitFeature Name="Windows.Storage.FileProperties.ThumbnailMode" />
          <AitFeature Name="Windows.Storage.FileProperties.VideoProperties" />
          <AitFeature Name="Windows.Storage.FileProperties.VideoProperties.get_Duration" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker..ctor" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker.get_FileTypeFilter" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker.put_SuggestedStartLocation" />
          <AitFeature Name="Windows.Storage.Pickers.FileOpenPicker.put_ViewMode" />
          <AitFeature Name="Windows.Storage.Pickers.PickerLocationId" />
          <AitFeature Name="Windows.Storage.Pickers.PickerViewMode" />
          <AitFeature Name="Windows.Storage.Search.CommonFileQuery" />
          <AitFeature Name="Windows.Storage.Search.QueryOptions" />
          <AitFeature Name="Windows.Storage.Search.QueryOptions..ctor" />
          <AitFeature Name="Windows.Storage.Search.StorageFileQueryResult" />
          <AitFeature Name="Windows.Storage.Search.StorageFileQueryResult.GetFilesAsync" />
          <AitFeature Name="Windows.Storage.Streams.Buffer" />
          <AitFeature Name="Windows.Storage.Streams.Buffer..ctor" />
          <AitFeature Name="Windows.Storage.Streams.DataReader" />
          <AitFeature Name="Windows.Storage.Streams.DataReader..ctor" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.Dispose" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.LoadAsync" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.ReadString" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.get_UnconsumedBufferLength" />
          <AitFeature Name="Windows.Storage.Streams.DataReaderLoadOperation" />
          <AitFeature Name="Windows.Storage.Streams.DataReaderLoadOperation.put_Completed" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter..ctor" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.Dispose" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.FlushAsync" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.StoreAsync" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.WriteBuffer" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.WriteString" />
          <AitFeature Name="Windows.Storage.Streams.DataWriterStoreOperation" />
          <AitFeature Name="Windows.Storage.Streams.IBuffer" />
          <AitFeature Name="Windows.Storage.Streams.IInputStream" />
          <AitFeature Name="Windows.Storage.Streams.IInputStream.ReadAsync" />
          <AitFeature Name="Windows.Storage.Streams.IOutputStream" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream.Seek" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream.get_Size" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStreamWithContentType" />
          <AitFeature Name="Windows.Storage.Streams.InputStreamOptions" />
          <AitFeature Name="Windows.System.VirtualKey" />
          <AitFeature Name="Windows.System.Threading.ThreadPool" />
          <AitFeature Name="Windows.System.Threading.ThreadPool.RunAsync" />
          <AitFeature Name="Windows.System.Threading.WorkItemHandler" />
          <AitFeature Name="Windows.System.Threading.WorkItemHandler..ctor" />
          <AitFeature Name="Windows.UI.Core.AcceleratorKeyEventArgs" />
          <AitFeature Name="Windows.UI.Core.AcceleratorKeyEventArgs.get_EventType" />
          <AitFeature Name="Windows.UI.Core.AcceleratorKeyEventArgs.get_VirtualKey" />
          <AitFeature Name="Windows.UI.Core.AcceleratorKeyEventArgs.put_Handled" />
          <AitFeature Name="Windows.UI.Core.CoreAcceleratorKeyEventType" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.RunAsync" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.add_AcceleratorKeyActivated" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.get_HasThreadAccess" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.remove_AcceleratorKeyActivated" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcherPriority" />
          <AitFeature Name="Windows.UI.Core.CoreVirtualKeyStates" />
          <AitFeature Name="Windows.UI.Core.CoreWindow" />
          <AitFeature Name="Windows.UI.Core.CoreWindow.GetKeyState" />
          <AitFeature Name="Windows.UI.Core.CoreWindow.add_PointerPressed" />
          <AitFeature Name="Windows.UI.Core.CoreWindow.get_Dispatcher" />
          <AitFeature Name="Windows.UI.Core.CoreWindow.remove_PointerPressed" />
          <AitFeature Name="Windows.UI.Core.DispatchedHandler" />
          <AitFeature Name="Windows.UI.Core.DispatchedHandler..ctor" />
          <AitFeature Name="Windows.UI.Core.PointerEventArgs" />
          <AitFeature Name="Windows.UI.Core.PointerEventArgs.get_CurrentPoint" />
          <AitFeature Name="Windows.UI.Core.PointerEventArgs.put_Handled" />
          <AitFeature Name="Windows.UI.Core.WindowSizeChangedEventArgs" />
          <AitFeature Name="Windows.UI.Input.PointerPoint" />
          <AitFeature Name="Windows.UI.Input.PointerPoint.get_Properties" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties.get_IsLeftButtonPressed" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties.get_IsMiddleButtonPressed" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties.get_IsRightButtonPressed" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties.get_IsXButton1Pressed" />
          <AitFeature Name="Windows.UI.Input.PointerPointProperties.get_IsXButton2Pressed" />
          <AitFeature Name="Windows.UI.ViewManagement.ApplicationView" />
          <AitFeature Name="Windows.UI.ViewManagement.ApplicationView.get_Value" />
          <AitFeature Name="Windows.UI.ViewManagement.ApplicationViewState" />
          <AitFeature Name="Windows.UI.Xaml.Application" />
          <AitFeature Name="Windows.UI.Xaml.Application..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Application.LoadComponent" />
          <AitFeature Name="Windows.UI.Xaml.Application.Start" />
          <AitFeature Name="Windows.UI.Xaml.Application.add_Suspending" />
          <AitFeature Name="Windows.UI.Xaml.Application.remove_Suspending" />
          <AitFeature Name="Windows.UI.Xaml.ApplicationInitializationCallback" />
          <AitFeature Name="Windows.UI.Xaml.ApplicationInitializationCallback..ctor" />
          <AitFeature Name="Windows.UI.Xaml.ApplicationInitializationCallbackParams" />
          <AitFeature Name="Windows.UI.Xaml.DataTemplate" />
          <AitFeature Name="Windows.UI.Xaml.DataTemplate.LoadContent" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject.ClearValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject.GetValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject.SetValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyProperty" />
          <AitFeature Name="Windows.UI.Xaml.DependencyProperty.Register" />
          <AitFeature Name="Windows.UI.Xaml.DependencyProperty.RegisterAttached" />
          <AitFeature Name="Windows.UI.Xaml.DependencyPropertyChangedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.FindName" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.add_Loaded" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.add_Unloaded" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.get_ActualHeight" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.get_ActualWidth" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.put_HorizontalAlignment" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.remove_Loaded" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.remove_Unloaded" />
          <AitFeature Name="Windows.UI.Xaml.HorizontalAlignment" />
          <AitFeature Name="Windows.UI.Xaml.PropertyChangedCallback" />
          <AitFeature Name="Windows.UI.Xaml.PropertyChangedCallback..ctor" />
          <AitFeature Name="Windows.UI.Xaml.PropertyMetadata" />
          <AitFeature Name="Windows.UI.Xaml.PropertyMetadata..ctor" />
          <AitFeature Name="Windows.UI.Xaml.RoutedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.RoutedEventArgs..ctor" />
          <AitFeature Name="Windows.UI.Xaml.RoutedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.RoutedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.SuspendingEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.SuspendingEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.UIElement" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.Arrange" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.InvalidateMeasure" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.Measure" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.add_Tapped" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.get_DesiredSize" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.remove_Tapped" />
          <AitFeature Name="Windows.UI.Xaml.Visibility" />
          <AitFeature Name="Windows.UI.Xaml.VisualStateManager" />
          <AitFeature Name="Windows.UI.Xaml.VisualStateManager.GoToState" />
          <AitFeature Name="Windows.UI.Xaml.Window" />
          <AitFeature Name="Windows.UI.Xaml.Window.Activate" />
          <AitFeature Name="Windows.UI.Xaml.Window.add_SizeChanged" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_Bounds" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_Content" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_CoreWindow" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_Current" />
          <AitFeature Name="Windows.UI.Xaml.Window.put_Content" />
          <AitFeature Name="Windows.UI.Xaml.Window.remove_SizeChanged" />
          <AitFeature Name="Windows.UI.Xaml.WindowSizeChangedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.WindowSizeChangedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.AppBar" />
          <AitFeature Name="Windows.UI.Xaml.Controls.AppBar.get_IsOpen" />
          <AitFeature Name="Windows.UI.Xaml.Controls.AppBar.put_IsOpen" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Button" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ContentControl" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ContentControl.get_Content" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Control" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.GetNavigationState" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.GoBack" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.GoForward" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.Navigate" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.SetNavigationState" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.get_BackStackDepth" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.get_CanGoBack" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame.get_CanGoForward" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Grid" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page.get_BottomAppBar" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page.get_Frame" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page.get_TopAppBar" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Panel" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Panel..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Panel.get_Children" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlock" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlock.get_HasOverflowContent" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlock.put_OverflowContentTarget" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlockOverflow" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlockOverflow.get_HasOverflowContent" />
          <AitFeature Name="Windows.UI.Xaml.Controls.RichTextBlockOverflow.put_OverflowContentTarget" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Slider" />
          <AitFeature Name="Windows.UI.Xaml.Controls.StackPanel" />
          <AitFeature Name="Windows.UI.Xaml.Controls.TextBlock" />
          <AitFeature Name="Windows.UI.Xaml.Controls.TextBlock.put_Text" />
          <AitFeature Name="Windows.UI.Xaml.Controls.TextBox" />
          <AitFeature Name="Windows.UI.Xaml.Controls.TextBox.get_Text" />
          <AitFeature Name="Windows.UI.Xaml.Controls.UIElementCollection" />
          <AitFeature Name="Windows.UI.Xaml.Controls.UserControl" />
          <AitFeature Name="Windows.UI.Xaml.Controls.UserControl..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.ButtonBase" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.ButtonBase.add_Click" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.ButtonBase.remove_Click" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBase" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBase.add_ValueChanged" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBase.remove_ValueChanged" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.RangeBaseValueChangedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Data.IValueConverter" />
          <AitFeature Name="Windows.UI.Xaml.Input.TappedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Input.TappedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Input.TappedRoutedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Markup.ContentPropertyAttribute" />
          <AitFeature Name="Windows.UI.Xaml.Markup.ContentPropertyAttribute..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Markup.IComponentConnector" />
          <AitFeature Name="Windows.UI.Xaml.Markup.IXamlMember" />
          <AitFeature Name="Windows.UI.Xaml.Markup.IXamlMetadataProvider" />
          <AitFeature Name="Windows.UI.Xaml.Markup.IXamlType" />
          <AitFeature Name="Windows.UI.Xaml.Markup.XmlnsDefinition" />
          <AitFeature Name="Windows.UI.Xaml.Media.ImageBrush" />
          <AitFeature Name="Windows.UI.Xaml.Media.ImageBrush..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Media.ImageSource" />
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.BitmapImage" />
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.BitmapImage..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.BitmapSource" />
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.BitmapSource.SetSourceAsync" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationEventArgs.get_NavigationMode" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationEventArgs.get_Parameter" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationMode" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradient_plugin.dll" Id="0000633decad19a0e00105ed4815a91767897948f98c">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaraw_plugin.dll" Id="00006382dacc95297cf4ec8904da0972ca0e2a37a1bf">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_swab" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpgv_plugin.dll" Id="000063d85b6353d5d9911f9ad44a02c5510cc0dba109">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libddummy_plugin.dll" Id="000064ba1f28d5a29e35cf0e60287344077ef6932770">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirect3d_plugin.dll" Id="0000662a2d46c2120922a878cefdd5c93b98e3cd7731">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000001-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000002-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000003-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000004-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000005-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000006-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000007-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000008-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000009-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000010-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000011-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000012-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000013-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000014-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000015-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000016-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000017-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000018-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000019-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000001b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000001c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000001d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000020-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000026-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000027-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000100-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000101-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000102-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000103-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000104-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000105-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000106-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000107-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000108-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000109-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000110-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000111-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000112-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000113-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000114-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000115-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000116-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000117-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000118-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000119-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000120-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000121-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000122-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000123-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000124-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000125-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000126-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000127-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000128-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000129-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000012a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000138-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000139-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000140-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000146-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000030c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000030d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000030e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000030f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000310-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000311-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000312-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000313-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000315-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000316-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000319-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000330-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000331-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000332-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020402-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020403-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020404-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020405-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020406-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002040e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002040f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020410-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020411-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020412-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020430-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020d00-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020d03-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021490-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021492-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021493-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021494-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214a0-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e1-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e2-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e3-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e4-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e5-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e6-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e8-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e9-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ea-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214eb-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ec-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ee-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ef-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f0-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f1-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f2-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f3-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f4-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f5-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f6-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f7-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f8-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f9-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214fa-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214fb-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214fc-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214fe-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021500-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002df05-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e005-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e011-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e012-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e013-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000e0000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00bb2761-6a77-11d0-a535-00c04fd7d062}" />
          <AitFeature Name="{00bb2763-6a77-11d0-a535-00c04fd7d062}" />
          <AitFeature Name="{00bb2764-6a77-11d0-a535-00c04fd7d062}" />
          <AitFeature Name="{00bb2765-6a77-11d0-a535-00c04fd7d062}" />
          <AitFeature Name="{0139d44e-6afe-49f2-8690-3dafcae6ffb8}" />
          <AitFeature Name="{01e18d10-4d8b-11d2-855d-006008059367}" />
          <AitFeature Name="{01e44665-24ac-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{03022430-abc4-11d0-bde2-00aa001a1953}" />
          <AitFeature Name="{03c036f1-a186-11d0-824a-00aa005b4383}" />
          <AitFeature Name="{054fae61-4dd8-4787-80b6-090220c4b700}" />
          <AitFeature Name="{0762d272-c50a-4bb0-a382-697dcd729b80}" />
          <AitFeature Name="{078f91bd-29a2-440f-924e-46a291524520}" />
          <AitFeature Name="{09f656a2-41af-480c-88f7-16cc0d164615}" />
          <AitFeature Name="{0ac0837c-bbf8-452a-850d-79d08e667ca7}" />
          <AitFeature Name="{0afaced1-e828-11d1-9187-b532f1e9575d}" />
          <AitFeature Name="{0be35200-8f91-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{0be35201-8f91-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{0be35202-8f91-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{0be35203-8f91-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{0be35204-8f91-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{0c6c4200-c589-11d0-999a-00c04fd655e1}" />
          <AitFeature Name="{0c733a30-2a1c-11ce-ade5-00aa0044773d}" />
          <AitFeature Name="{0de86a50-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a51-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a52-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a53-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a54-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a55-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a56-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0de86a57-2baa-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{0e5cbf21-d15f-11d0-8301-00aa005b4383}" />
          <AitFeature Name="{0e6d4d90-6738-11cf-9608-00aa00680db4}" />
          <AitFeature Name="{0e700be1-9db6-11d1-a1ce-00c04fd75d13}" />
          <AitFeature Name="{0f214138-b1d3-4a90-bba9-27cbc0c5389a}" />
          <AitFeature Name="{1008c4a0-7613-11cf-9af1-0020af6e72f4}" />
          <AitFeature Name="{10339516-2894-11d2-9039-00c04f8eeb3e}" />
          <AitFeature Name="{11a66efa-382e-451a-9234-1e0e12ef3085}" />
          <AitFeature Name="{11e1fbf9-2d56-4a6b-8db3-7cd193a471f2}" />
          <AitFeature Name="{12518492-00b2-11d2-9fa5-9e3420524153}" />
          <AitFeature Name="{12518493-00b2-11d2-9fa5-9e3420524153}" />
          <AitFeature Name="{137e7700-3573-11cf-ae69-08002b2e1262}" />
          <AitFeature Name="{1777f761-68ad-4d8a-87bd-30b759fa33dd}" />
          <AitFeature Name="{178f34b8-a282-11d2-86c5-00c04f8eea99}" />
          <AitFeature Name="{18989b1d-99b5-455b-841c-ab7c74e4ddfc}" />
          <AitFeature Name="{190337d1-b8ca-4121-a639-6d472d16972a}" />
          <AitFeature Name="{1968106d-f3b5-44cf-890e-116fcb9ecef1}" />
          <AitFeature Name="{1a6fdba2-f42d-4358-a798-b74d745926c5}" />
          <AitFeature Name="{1ac14e77-02e7-4e5d-b744-2eb1ae5198b7}" />
          <AitFeature Name="{1b3ea5dc-b587-4786-b4ef-bd1dc332aeae}" />
          <AitFeature Name="{1c2056cc-5ef4-101b-8bc8-00aa003e3b29}" />
          <AitFeature Name="{1cf2b120-547d-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{1e796980-9cc5-11d1-a83f-00c04fc99d61}" />
          <AitFeature Name="{1ea4dbf0-3c3b-11cf-810c-00aa00389b71}" />
          <AitFeature Name="{1f76a169-f994-40ac-8fc8-0959e8874710}" />
          <AitFeature Name="{1f9fc1d0-c39b-4b26-817f-011967d3440e}" />
          <AitFeature Name="{2047e320-f2a9-11ce-ae65-08002b2e1262}" />
          <AitFeature Name="{208d2c60-3aea-1069-a2d7-08002b30309d}" />
          <AitFeature Name="{20d04fe0-3aea-1069-a2d8-08002b30309d}" />
          <AitFeature Name="{2112ab0a-c86a-4ffe-a368-0de96e47012e}" />
          <AitFeature Name="{21ec2020-3aea-1069-a2dd-08002b30309d}" />
          <AitFeature Name="{2227a280-3aea-1069-a2de-08002b30309d}" />
          <AitFeature Name="{22d44c94-a419-4542-a272-ae26093ececf}" />
          <AitFeature Name="{22f03340-547d-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{22f55881-280b-11d0-a8a9-00a0c90c2004}" />
          <AitFeature Name="{22f55882-280b-11d0-a8a9-00a0c90c2004}" />
          <AitFeature Name="{2400183a-6185-49fb-a2d8-4a392a602ba3}" />
          <AitFeature Name="{24f14f02-7b1c-11d1-838f-0000f80461cf}" />
          <AitFeature Name="{28888fe3-c2a0-483a-a3ea-8cb1ce51ff3d}" />
          <AitFeature Name="{289a9a43-be44-4057-a41b-587a76d7e7f9}" />
          <AitFeature Name="{2a00375e-224c-49de-b8d1-440df7ef3ddc}" />
          <AitFeature Name="{2a342fc2-7b26-11d0-8ca9-00a0c92dbfe8}" />
          <AitFeature Name="{2accfe60-c130-11d2-b082-00a0c91efb8b}" />
          <AitFeature Name="{2b0f765d-c0e9-4171-908e-08a611b84ff6}" />
          <AitFeature Name="{2bd370a9-3e7f-4edd-8a85-f8fed1f8e51f}" />
          <AitFeature Name="{2c36c0aa-5812-4b87-bfd0-4cd0dfb19b39}" />
          <AitFeature Name="{2ce4b5d8-a28f-11d2-86c5-00c04f8eea99}" />
          <AitFeature Name="{2d3468c1-36a7-43b6-ac24-d3f02fd9607a}" />
          <AitFeature Name="{3017056d-9a91-4e90-937d-746c72abbf4f}" />
          <AitFeature Name="{3050f3b3-98b5-11cf-bb82-00aa00bdce0b}" />
          <AitFeature Name="{3050f3b4-98b5-11cf-bb82-00aa00bdce0b}" />
          <AitFeature Name="{3050f3bb-98b5-11cf-bb82-00aa00bdce0b}" />
          <AitFeature Name="{3127ca40-446e-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{3214fab5-9757-4298-bb61-92a9deaa44ff}" />
          <AitFeature Name="{33e28130-4e1e-4676-835a-98395c3bc3bb}" />
          <AitFeature Name="{34a715a0-6587-11d0-924a-0020afc7ac4d}" />
          <AitFeature Name="{352481e8-33be-4251-ba85-6007caedcf9d}" />
          <AitFeature Name="{374de290-123f-4565-9164-39c4925e467b}" />
          <AitFeature Name="{376bd3aa-3845-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{37d84f60-42cb-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{380f5cad-1b5e-42f2-805d-637fd392d31e}" />
          <AitFeature Name="{3af24290-0c96-11ce-a0cf-00aa00600ab8}" />
          <AitFeature Name="{3af24292-0c96-11ce-a0cf-00aa00600ab8}" />
          <AitFeature Name="{3c374a40-bae4-11cf-bf7d-00aa006946ee}" />
          <AitFeature Name="{3c374a41-bae4-11cf-bf7d-00aa006946ee}" />
          <AitFeature Name="{3c374a42-bae4-11cf-bf7d-00aa006946ee}" />
          <AitFeature Name="{3d644c9b-1fb8-4f30-9b45-f670235f79c0}" />
          <AitFeature Name="{3d8b0590-f691-11d2-8ea9-006097df5bd4}" />
          <AitFeature Name="{3eb685db-65f9-4cf6-a03a-e3ef65729f3d}" />
          <AitFeature Name="{40b96610-b522-11d1-b3b4-00aa006efde7}" />
          <AitFeature Name="{40d4577f-e237-4bdb-bd69-58f089431b6a}" />
          <AitFeature Name="{40fc6ed3-2438-11cf-a3db-080036f12502}" />
          <AitFeature Name="{40fc6ed4-2438-11cf-a3db-080036f12502}" />
          <AitFeature Name="{40fc6ed5-2438-11cf-a3db-080036f12502}" />
          <AitFeature Name="{40fc6ed8-2438-11cf-a3db-080036f12502}" />
          <AitFeature Name="{40fc6ed9-2438-11cf-a3db-080036f12502}" />
          <AitFeature Name="{4125dd96-e03a-4103-8f70-e0597d803b9c}" />
          <AitFeature Name="{42f85136-db7e-439c-85f1-e4075d135fc8}" />
          <AitFeature Name="{43668bf8-c14e-49b2-97c9-747784d784b7}" />
          <AitFeature Name="{43826d1e-e718-42ee-bc55-a1e261c37bfe}" />
          <AitFeature Name="{4434ff80-ef4c-11ce-ae65-08002b2e1262}" />
          <AitFeature Name="{450d8fba-ad25-11d0-98a8-0800361b1103}" />
          <AitFeature Name="{45e2b4ae-b1c3-11d0-b92f-00a0c90312e1}" />
          <AitFeature Name="{4657278a-411b-11d2-839a-00c04fd918d0}" />
          <AitFeature Name="{4657278b-411b-11d2-839a-00c04fd918d0}" />
          <AitFeature Name="{46e06680-4bf0-11d1-83ee-00a0c90dc849}" />
          <AitFeature Name="{470141a0-5186-11d2-bbb6-0060977b464c}" />
          <AitFeature Name="{47d2657a-7b27-11d0-8ca9-00a0c92dbfe8}" />
          <AitFeature Name="{48c8118c-b924-11d1-98d5-00c04fb687da}" />
          <AitFeature Name="{48daf80b-e6cf-4f4e-b800-0e69d84ee384}" />
          <AitFeature Name="{491e922f-5643-4af4-a7eb-4e7a138d8174}" />
          <AitFeature Name="{49384070-e40a-11ce-b2c9-00aa00680937}" />
          <AitFeature Name="{49c3de7c-d329-11d0-ab73-00c04fc33e80}" />
          <AitFeature Name="{4bd8d571-6d19-48d3-be97-422220080e43}" />
          <AitFeature Name="{4bfefb45-347d-4006-a5be-ac0cb0567192}" />
          <AitFeature Name="{4c5c32ff-bb9d-43b0-b5b4-2d72e54eaaa4}" />
          <AitFeature Name="{4d36e978-e325-11ce-bfc1-08002be10318}" />
          <AitFeature Name="{4d9f7874-4e0c-4904-967b-40b0d20c3e4b}" />
          <AitFeature Name="{4e530b0a-e611-4c77-a3ac-9031d022281b}" />
          <AitFeature Name="{4ea39266-7211-409f-b622-f63dbd16c533}" />
          <AitFeature Name="{507393f4-2a3d-4a60-b59e-d9c75716c2dd}" />
          <AitFeature Name="{509aaeda-5639-11d1-b6a1-0000f8757bf9}" />
          <AitFeature Name="{521a28f0-e40b-11ce-b2c9-00aa00680937}" />
          <AitFeature Name="{52502ee0-ec80-11d0-89ab-00c04fc2972d}" />
          <AitFeature Name="{52528a6b-b9e3-4add-b60d-588c2dba842d}" />
          <AitFeature Name="{52a4f021-7b75-48a9-9f6b-4b87a210bc8f}" />
          <AitFeature Name="{53c74826-ab99-4d33-aca4-3117f51d3788}" />
          <AitFeature Name="{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f56308-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f5630b-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f56311-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{548793c0-9e74-11cf-9655-00a0c9034923}" />
          <AitFeature Name="{54a754c0-4bf0-11d1-83ee-00a0c90dc849}" />
          <AitFeature Name="{55272a00-42cb-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{55980ba0-35aa-11cf-b671-00aa004cd6d8}" />
          <AitFeature Name="{5632b1a4-e38a-400a-928a-d4cd63230295}" />
          <AitFeature Name="{56784854-c6cb-462b-8169-88e350acb882}" />
          <AitFeature Name="{56fdf342-fd6d-11d0-958a-006097c9a090}" />
          <AitFeature Name="{56fdf344-fd6d-11d0-958a-006097c9a090}" />
          <AitFeature Name="{57d2eded-5062-400e-b107-5dae79fe57a6}" />
          <AitFeature Name="{5852a2c3-6530-11d1-b6a3-0000f8757bf9}" />
          <AitFeature Name="{591209c7-767b-42b2-9fba-44ee4615f2c7}" />
          <AitFeature Name="{596a9a94-013e-11d1-8d34-00a0c90f2719}" />
          <AitFeature Name="{5b4dae26-b807-11d0-9815-00c04fd91972}" />
          <AitFeature Name="{5cd52983-9449-11d2-963a-00c04f79adf0}" />
          <AitFeature Name="{5cd7aee2-2219-4a67-b85d-6c9ce15660cb}" />
          <AitFeature Name="{5ce4a5e9-e4eb-479d-b89f-130c02886155}" />
          <AitFeature Name="{5e6c858f-0e22-4760-9afe-ea3317b67173}" />
          <AitFeature Name="{5ee44da4-6d32-46e3-86bc-07540dedd0e0}" />
          <AitFeature Name="{602d4995-b13a-429b-a66e-1935e44f4317}" />
          <AitFeature Name="{603d3800-bd81-11d0-a3a5-00c04fd706ec}" />
          <AitFeature Name="{618736e0-3c3d-11cf-810c-00aa00389b71}" />
          <AitFeature Name="{625b53c3-ab48-4ec1-ba1f-a1ef4146fc19}" />
          <AitFeature Name="{62ab5d82-fdc1-4dc3-a9dd-070d1d495d97}" />
          <AitFeature Name="{6332debf-87b5-4670-90c0-5e57b408a49e}" />
          <AitFeature Name="{6365d5a7-0f0d-45e5-87f6-0da56b6a4f7d}" />
          <AitFeature Name="{63b51f81-c868-11d0-999c-00c04fd655e1}" />
          <AitFeature Name="{645ff040-5081-101b-9f08-00aa002f954e}" />
          <AitFeature Name="{65f125e5-7be1-4810-ba9d-d271c8432ce3}" />
          <AitFeature Name="{6756a641-de71-11d0-831b-00aa005b4383}" />
          <AitFeature Name="{68284faa-6a48-11d0-8c78-00c04fd918b4}" />
          <AitFeature Name="{6935db93-21e8-4ccc-beb9-9fe3c77a297a}" />
          <AitFeature Name="{69d2cf90-fc33-4fb7-9a0c-ebb0f0fcb43c}" />
          <AitFeature Name="{6ccb7be0-6807-11d0-b810-00c04fd706ec}" />
          <AitFeature Name="{6d5140c1-7436-11ce-8034-00aa006009fa}" />
          <AitFeature Name="{6d5313c0-8c62-11d1-b2cd-006097df8c11}" />
          <AitFeature Name="{6d809377-6af0-444b-8957-a3773f02200e}" />
          <AitFeature Name="{6e26e776-04f0-495d-80e4-3330352e3169}" />
          <AitFeature Name="{6f0cd92b-2e97-45d1-88ff-b0d186b8dedd}" />
          <AitFeature Name="{6f79d558-3e96-4549-a1d1-7d75d2288814}" />
          <AitFeature Name="{7057e952-bd1b-11d1-8919-00c04fc2c836}" />
          <AitFeature Name="{710eb7a0-45ed-11d0-924a-0020afc7ac4d}" />
          <AitFeature Name="{71604b0f-97b0-4764-8577-2f13e98a1422}" />
          <AitFeature Name="{724ef170-a42d-4fef-9f26-b60e846fba4f}" />
          <AitFeature Name="{73db1241-1e85-4581-8e4f-a81e1d0f8c57}" />
          <AitFeature Name="{742b0e01-14e6-101b-914e-00aa00300cab}" />
          <AitFeature Name="{74c26041-70d1-11d1-b75a-00a0c90564fe}" />
          <AitFeature Name="{75048700-ef1f-11d0-9888-006097deacf9}" />
          <AitFeature Name="{75121952-e0d0-43e5-9380-1d80483acf72}" />
          <AitFeature Name="{76c0dbbb-15e0-4e7b-b61b-20eeea2001e0}" />
          <AitFeature Name="{76fc4e2d-d6ad-4519-a663-37bd56068185}" />
          <AitFeature Name="{77a130b0-94fd-11d0-a544-00c04fd7d062}" />
          <AitFeature Name="{77effa68-4f98-4366-ba72-573b3d880571}" />
          <AitFeature Name="{77f10cf0-3db5-4966-b520-b7c54fd35ed6}" />
          <AitFeature Name="{7852b78d-1cfd-41c1-a615-9c0c85960b5f}" />
          <AitFeature Name="{79eac9c0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c2-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c3-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c4-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c5-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c6-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c7-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c9-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9cb-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9cd-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d2-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d3-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d5-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d6-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d7-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d8-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e2-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e3-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e4-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e5-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e6-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e7-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9f1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{7b0db17d-9cd2-4a93-9733-46cc89022e7c}" />
          <AitFeature Name="{7b396e54-9ec5-4300-be0a-2482ebae1a26}" />
          <AitFeature Name="{7bf80980-bf32-101a-8bbb-00aa00300cab}" />
          <AitFeature Name="{7bf80981-bf32-101a-8bbb-00aa00300cab}" />
          <AitFeature Name="{7c5a40ef-a0fb-4bfc-874a-c0f2e0b9fa8e}" />
          <AitFeature Name="{7d1d3a04-debb-4115-95cf-2f29da2920da}" />
          <AitFeature Name="{7d688a70-c613-11d0-999b-00c04fd655e1}" />
          <AitFeature Name="{7dd95801-9882-11cf-9fa9-00aa006c42c4}" />
          <AitFeature Name="{7dd95802-9882-11cf-9fa9-00aa006c42c4}" />
          <AitFeature Name="{7e9fb0d3-919f-4307-ab2e-9b1860310c93}" />
          <AitFeature Name="{7fd52380-4e07-101b-ae2d-08002b2ec713}" />
          <AitFeature Name="{7fe80cc8-c247-11d0-b93a-00a0c90312e1}" />
          <AitFeature Name="{82a5ea35-d9cd-47c5-9629-e15d2f714e6e}" />
          <AitFeature Name="{82a74aeb-aeb4-465c-a014-d097ee346d63}" />
          <AitFeature Name="{84bccd23-5fde-4cdb-aea4-af64b83d78ab}" />
          <AitFeature Name="{85788d00-6807-11d0-b810-00c04fd706ec}" />
          <AitFeature Name="{86e0d1e0-8089-11d0-9ce4-08003e301f73}" />
          <AitFeature Name="{871c5380-42a0-1069-a2ea-08002b30309d}" />
          <AitFeature Name="{87d605e0-c511-11cf-89a9-00a0c9054129}" />
          <AitFeature Name="{8856f961-340a-11d0-a96b-00c04fd705a2}" />
          <AitFeature Name="{886d8eeb-8cf2-4446-8d02-cdba1dbdcf99}" />
          <AitFeature Name="{88e39e80-3578-11cf-ae69-08002b2e1262}" />
          <AitFeature Name="{894ad3b0-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{8983036c-27c0-404b-8f08-102d10dcfd74}" />
          <AitFeature Name="{89bcb740-6119-101a-bcb7-00dd010655af}" />
          <AitFeature Name="{8ad10c31-2adb-4296-a8f7-e4701232c972}" />
          <AitFeature Name="{8bce1fa1-0921-101b-b1ff-00dd010ccc48}" />
          <AitFeature Name="{905e63b6-c1bf-494e-b29c-65b732d3d21a}" />
          <AitFeature Name="{91956d21-9276-11d1-921a-006097df5bd4}" />
          <AitFeature Name="{922eada0-3424-11cf-b670-00aa004cd6d8}" />
          <AitFeature Name="{9274bd8d-cfd1-41c3-b35e-b13f55a758f4}" />
          <AitFeature Name="{92ca9dcd-5622-4bba-a805-5e9f541bd8c9}" />
          <AitFeature Name="{93f2f68c-1d1b-11d3-a30e-00c04f79abd1}" />
          <AitFeature Name="{944de083-8fb8-45cf-bcb7-c477acb2f897}" />
          <AitFeature Name="{973510db-7d7f-452b-8975-74a85828d354}" />
          <AitFeature Name="{985f64f0-d410-4e02-be22-da07f2b5c5e1}" />
          <AitFeature Name="{98ec0e18-2098-4d44-8644-66979315a281}" />
          <AitFeature Name="{99caf010-415e-11cf-8814-00aa00b569f5}" />
          <AitFeature Name="{9a02e012-6303-4e1e-b9a1-630f802592c5}" />
          <AitFeature Name="{9bfbbc02-eff1-101a-84ed-00aa00341d07}" />
          <AitFeature Name="{9c2cad80-3424-11cf-b670-00aa004cd6d8}" />
          <AitFeature Name="{9e3995ab-1f9c-4f13-b827-48b24b6c7174}" />
          <AitFeature Name="{9e52ab10-f80d-49df-acb8-4330f5687855}" />
          <AitFeature Name="{a07034fd-6caa-4954-ac3f-97a27216f98a}" />
          <AitFeature Name="{a1faf330-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{a302545d-deff-464b-abe8-61c8648d939b}" />
          <AitFeature Name="{a305ce99-f527-492b-8b1a-7e76fa98d6e4}" />
          <AitFeature Name="{a4115719-d62e-491d-aa7c-e74b8be3b067}" />
          <AitFeature Name="{a520a1a4-1780-4ff6-bd18-167343c5af16}" />
          <AitFeature Name="{a63293e8-664e-48db-a079-df759e0509f7}" />
          <AitFeature Name="{a6bc3ac0-dbaa-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{a75d362e-50fc-4fb7-ac2c-a8beaa314493}" />
          <AitFeature Name="{a77f5d77-2e2b-44c3-a6a2-aba601054a51}" />
          <AitFeature Name="{a990ae9f-a03b-4e80-94bc-9912d7504104}" />
          <AitFeature Name="{a99400f4-3d84-4557-94ba-1242fb2cc9a6}" />
          <AitFeature Name="{a9d758a0-4617-11cf-95fc-00aa00680db4}" />
          <AitFeature Name="{ac60f6a0-0fd9-11d0-99cb-00c04fd64497}" />
          <AitFeature Name="{ae50c081-ebd2-438a-8655-8a092e34987a}" />
          <AitFeature Name="{afa0dc11-c313-11d0-831a-00c04fd5ae38}" />
          <AitFeature Name="{b091e540-83e3-11cf-a713-0020afd79762}" />
          <AitFeature Name="{b196b283-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b284-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b285-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b286-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b287-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b288-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b289-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28a-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28b-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28c-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28d-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28f-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b22754e2-4574-11d1-9888-006097deacf9}" />
          <AitFeature Name="{b3e7c340-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{b4bfcc3a-db2c-424c-b029-7fe99a87c641}" />
          <AitFeature Name="{b5f8350b-0548-48b1-a6ee-88bd00b4a5e7}" />
          <AitFeature Name="{b63ea76d-1f85-456f-a19c-48159efa858b}" />
          <AitFeature Name="{b6ebfb86-6907-413c-9af7-4fc2abf07cc5}" />
          <AitFeature Name="{b722bcc5-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc6-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc7-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc8-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc9-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcca-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bccb-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b725f130-47ef-101a-a5f1-02608c9eebac}" />
          <AitFeature Name="{b7534046-3ecb-4c18-be4e-64cd4cb7d6ac}" />
          <AitFeature Name="{b7d14566-0509-4cce-a71f-0a554233bd9b}" />
          <AitFeature Name="{b824b49d-22ac-4161-ac8a-9916e8fa3f7f}" />
          <AitFeature Name="{b94237e7-57ac-4347-9151-b08c6c32d1f7}" />
          <AitFeature Name="{b97d20bb-f46a-4c97-ba10-5e3608430854}" />
          <AitFeature Name="{bc110b6d-57e8-4148-a9c6-91015ab2f3a5}" />
          <AitFeature Name="{bc40bec1-c493-11d0-831b-00c04fd5ae38}" />
          <AitFeature Name="{bcb5256f-79f6-4cee-b725-dc34e402fd46}" />
          <AitFeature Name="{bcbd3057-ca5c-4622-b42d-bc56db0ae516}" />
          <AitFeature Name="{bcfce0a0-ec17-11d0-8d10-00a0c90f2719}" />
          <AitFeature Name="{bd1ae5e0-a6ae-11ce-bd37-504200c10000}" />
          <AitFeature Name="{bef6e002-a874-101a-8bba-00aa00300cab}" />
          <AitFeature Name="{bef6e003-a874-101a-8bba-00aa00300cab}" />
          <AitFeature Name="{bfb9d5e0-c6a9-404c-b2b2-ae6db6af4968}" />
          <AitFeature Name="{c0542a90-4bf0-11d1-83ee-00a0c90dc849}" />
          <AitFeature Name="{c0b4e2f3-ba21-4773-8dba-335ec946eb8b}" />
          <AitFeature Name="{c1bae2d0-10df-4334-bedd-7aa20b227a9d}" />
          <AitFeature Name="{c43dc798-95d1-4bea-9030-bb99e2983a1a}" />
          <AitFeature Name="{c46ca590-3c3f-11d2-bee6-0000f805ca57}" />
          <AitFeature Name="{c4aa340d-f20f-4863-afef-f87ef2e6ba25}" />
          <AitFeature Name="{c5abbf53-e17f-4121-8900-86626fc2c973}" />
          <AitFeature Name="{c870044b-f49e-4126-a9c3-b52a1ff411e8}" />
          <AitFeature Name="{c8e2d566-186e-4d49-bf41-6909ead56acc}" />
          <AitFeature Name="{ca724e8a-c3e6-442b-88a4-6fb0db8035a3}" />
          <AitFeature Name="{cabb0da0-da57-11cf-9974-0020afd79762}" />
          <AitFeature Name="{cac52c1a-b53d-4edc-92d7-6b2e8ac19434}" />
          <AitFeature Name="{cb5bdc81-93c1-11cf-8f20-00805f2cd064}" />
          <AitFeature Name="{cde725b0-ccc9-4519-917e-325d72fab4ce}" />
          <AitFeature Name="{cef04fdf-fe72-11d2-87a5-00c04f6837cf}" />
          <AitFeature Name="{cf51ed10-62fe-11cf-bf86-00a0c9034836}" />
          <AitFeature Name="{cfbfae00-17a6-11d0-99cb-00c04fd64497}" />
          <AitFeature Name="{cfccc7a0-a282-11d1-9082-006008059382}" />
          <AitFeature Name="{d001f200-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{d0384e7d-bac3-4797-8f14-cba229b392b5}" />
          <AitFeature Name="{d1e7afeb-6a2e-11d0-8c78-00c04fd918b4}" />
          <AitFeature Name="{d20beec4-5ca8-4905-ae3b-bf251ea09b53}" />
          <AitFeature Name="{d30c1661-cdaf-11d0-8a3e-00c04fc9e26e}" />
          <AitFeature Name="{d57c7288-d4ad-4768-be02-9d969532d960}" />
          <AitFeature Name="{d5f569d0-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56a34-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56afc-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56b60-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f78c80-5252-11cf-90fa-00aa0042106e}" />
          <AitFeature Name="{d65231b0-b2f1-4857-a4ce-a8e7c6ea7d27}" />
          <AitFeature Name="{d6dd68d1-86fd-4332-8666-9abedea2d24c}" />
          <AitFeature Name="{d82be2b0-5764-11d0-a96e-00c04fd705a2}" />
          <AitFeature Name="{d82be2b1-5764-11d0-a96e-00c04fd705a2}" />
          <AitFeature Name="{d969a300-e7ff-11d0-a93b-00a0c90f2719}" />
          <AitFeature Name="{d9b3211d-e57f-4426-aaef-30a806add397}" />
          <AitFeature Name="{d9dc8a3b-b784-432e-a781-5a1130a75963}" />
          <AitFeature Name="{dc1c5a9c-e88a-4dde-a5a1-60f82a20aef7}" />
          <AitFeature Name="{de5bf786-477a-11d2-839d-00c04fd918d0}" />
          <AitFeature Name="{de61d971-5ebc-4f02-a3a9-6c82895e5c04}" />
          <AitFeature Name="{de92c1c7-837f-4f69-a3bb-86e631204a23}" />
          <AitFeature Name="{de974d24-d9c6-4d3e-bf91-f4455120b917}" />
          <AitFeature Name="{debf2536-e1a8-4c59-b6a2-414586476aea}" />
          <AitFeature Name="{df0b3d60-548f-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{df7266ac-9274-4867-8d55-3bd661de872d}" />
          <AitFeature Name="{dfdf76a2-c82a-4d63-906a-5644ac457385}" />
          <AitFeature Name="{e13ef4e4-d2f2-11d0-9816-00c04fd91972}" />
          <AitFeature Name="{e318ad57-0aa0-450f-aca5-6fab7103d917}" />
          <AitFeature Name="{e555ab60-153b-4d17-9f04-a5fe99fc15ec}" />
          <AitFeature Name="{e8025004-1c42-11d2-be2c-00a0c9a83da1}" />
          <AitFeature Name="{ea1afb91-9e28-4b86-90e9-9e9f8a5eefaf}" />
          <AitFeature Name="{eab22ac1-30c1-11cf-a7eb-0000c05bae0b}" />
          <AitFeature Name="{eab22ac2-30c1-11cf-a7eb-0000c05bae0b}" />
          <AitFeature Name="{ebbc7c04-315e-11d2-b62f-006097df5bd4}" />
          <AitFeature Name="{ed4824af-dce4-45a8-81e2-fc7965083634}" />
          <AitFeature Name="{ee32e446-31ca-4aba-814f-a5ebd2fd6d5e}" />
          <AitFeature Name="{f10b5e34-dd3b-42a7-aa7d-2f4ec54bb09b}" />
          <AitFeature Name="{f1b32785-6fba-4fcf-9d55-7b8e7f157091}" />
          <AitFeature Name="{f1db8392-7331-11d0-8c99-00a0c92dbfe8}" />
          <AitFeature Name="{f29f6bc0-5021-11ce-aa15-00006901293f}" />
          <AitFeature Name="{f29f85e0-4ff9-1068-ab91-08002b27b3d9}" />
          <AitFeature Name="{f3364ba0-65b9-11ce-a9ba-00aa004ae837}" />
          <AitFeature Name="{f38bf404-1d43-42f2-9305-67de0b28fc23}" />
          <AitFeature Name="{f3ce0f7c-4901-4acc-8648-d5d44b04ef8f}" />
          <AitFeature Name="{f490eb00-1240-11d1-9888-006097deacf9}" />
          <AitFeature Name="{f67104fc-2af9-46fd-b32d-243c1404f3d1}" />
          <AitFeature Name="{f77459a0-bf9a-11cf-ba4e-00c04fd70816}" />
          <AitFeature Name="{f7f1ed05-9f6d-47a2-aaae-29d317c6f066}" />
          <AitFeature Name="{f8383852-fcd3-11d1-a6b9-006097df5bd4}" />
          <AitFeature Name="{f8b80ada-2c44-48d0-89be-5ff23c9cd875}" />
          <AitFeature Name="{f917bc8a-1bba-4478-a245-1bde03eb9431}" />
          <AitFeature Name="{fa955fd9-38be-4879-a6ce-824cf52d609f}" />
          <AitFeature Name="{fb700430-952c-11d1-946f-000000000000}" />
          <AitFeature Name="{fb8f0821-0164-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{fb8f0822-0164-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{fbf23b40-e3f0-101b-8488-00aa003e56f8}" />
          <AitFeature Name="{fbf23b80-e3f0-101b-8488-00aa003e56f8}" />
          <AitFeature Name="{fc0ca0a7-c316-4fd2-9031-3e628e6d4f23}" />
          <AitFeature Name="{fc4801a1-2ba9-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{fc4801a3-2ba9-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{fd228cb7-ae11-4ae3-864c-16f3910ab8fe}" />
          <AitFeature Name="{fdd39ad0-238f-46af-adb4-6c85480369c7}" />
          <AitFeature Name="{fef10fa2-355e-4e06-9381-9b24d7f7cc88}" />
          <AitFeature Name="{ffb8655f-81b9-4fce-b89c-9a6ba76d13e7}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="gdi32.dll!GetDeviceCaps" />
          <AitFeature Name="gdi32.dll!GetPaletteEntries" />
          <AitFeature Name="gdi32.dll!GetTransform" />
          <AitFeature Name="gdi32.dll!SetPaletteEntries" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="user32.dll!GetDC" />
          <AitFeature Name="user32.dll!ReleaseDC" />
          <AitFeature Name="user32.dll!ShowCursor" />
          <AitFeature Name="d3d9.dll!Direct3DCreate9" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_snwprintf" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!mbstowcs" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ole32.dll!CoCreateInstance" />
          <AitFeature Name="ole32.dll!CoInitializeEx" />
          <AitFeature Name="ole32.dll!CoUninitialize" />
          <AitFeature Name="gdi32.dll!GetStockObject" />
          <AitFeature Name="advapi32.dll!RegOpenKeyExW" />
          <AitFeature Name="advapi32.dll!RegQueryValueExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!FreeLibrary" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleFileNameW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!GetVersion" />
          <AitFeature Name="kernel32.dll!GetVersionExW" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetThreadExecutionState" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
          <AitFeature Name="shell32.dll!ExtractIconW" />
          <AitFeature Name="user32.dll!AdjustWindowRect" />
          <AitFeature Name="user32.dll!AppendMenuW" />
          <AitFeature Name="user32.dll!CheckMenuItem" />
          <AitFeature Name="user32.dll!ClientToScreen" />
          <AitFeature Name="user32.dll!CreateCursor" />
          <AitFeature Name="user32.dll!CreateWindowExW" />
          <AitFeature Name="user32.dll!DefWindowProcW" />
          <AitFeature Name="user32.dll!DestroyCursor" />
          <AitFeature Name="user32.dll!DestroyIcon" />
          <AitFeature Name="user32.dll!DestroyWindow" />
          <AitFeature Name="user32.dll!DispatchMessageW" />
          <AitFeature Name="user32.dll!EnumWindows" />
          <AitFeature Name="user32.dll!EqualRect" />
          <AitFeature Name="user32.dll!FindWindowExW" />
          <AitFeature Name="user32.dll!FindWindowW" />
          <AitFeature Name="user32.dll!GetAncestor" />
          <AitFeature Name="user32.dll!GetClassNameA" />
          <AitFeature Name="user32.dll!GetClientRect" />
          <AitFeature Name="user32.dll!GetCursorPos" />
          <AitFeature Name="user32.dll!GetKeyState" />
          <AitFeature Name="user32.dll!GetMenuState" />
          <AitFeature Name="user32.dll!GetMessageW" />
          <AitFeature Name="user32.dll!GetMonitorInfoW" />
          <AitFeature Name="user32.dll!GetSystemMenu" />
          <AitFeature Name="user32.dll!GetSystemMetrics" />
          <AitFeature Name="user32.dll!GetWindowLongW" />
          <AitFeature Name="user32.dll!GetWindowPlacement" />
          <AitFeature Name="user32.dll!GetWindowRect" />
          <AitFeature Name="user32.dll!LoadCursorW" />
          <AitFeature Name="user32.dll!MapVirtualKeyW" />
          <AitFeature Name="user32.dll!MonitorFromWindow" />
          <AitFeature Name="user32.dll!OffsetRect" />
          <AitFeature Name="user32.dll!PostMessageW" />
          <AitFeature Name="user32.dll!PostQuitMessage" />
          <AitFeature Name="user32.dll!RegisterClassW" />
          <AitFeature Name="user32.dll!ReleaseCapture" />
          <AitFeature Name="user32.dll!SetCapture" />
          <AitFeature Name="user32.dll!SetClassLongW" />
          <AitFeature Name="user32.dll!SetCursor" />
          <AitFeature Name="user32.dll!SetCursorPos" />
          <AitFeature Name="user32.dll!SetForegroundWindow" />
          <AitFeature Name="user32.dll!SetParent" />
          <AitFeature Name="user32.dll!SetRectEmpty" />
          <AitFeature Name="user32.dll!SetWindowLongW" />
          <AitFeature Name="user32.dll!SetWindowPlacement" />
          <AitFeature Name="user32.dll!SetWindowPos" />
          <AitFeature Name="user32.dll!SetWindowTextW" />
          <AitFeature Name="user32.dll!ShowWindow" />
          <AitFeature Name="user32.dll!SystemParametersInfoW" />
          <AitFeature Name="user32.dll!TranslateMessage" />
          <AitFeature Name="user32.dll!UnregisterClassW" />
          <AitFeature Name="user32.dll!ValidateRect" />
          <AitFeature Name="user32.dll!WindowFromPoint" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_bd_plugin.dll" Id="0000670ab45383e28e4b0176925905eb3b7ec43f9a86">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libps_plugin.dll" Id="00006786b35f4f833e9b652e76e573b6f8df2481f5f7">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsharpen_plugin.dll" Id="00006a6c4aa2df2bd95d6db1ded8baa9597c421e6ca9">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmono_plugin.dll" Id="00006b22d1b917c22a115e7240ffdfbfc2b9b8961b81">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libau_plugin.dll" Id="00006caef2a8fe205c7335a58d1376aeb01a604a4e37">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsmf_plugin.dll" Id="00006e67e1d4fbe90f803811a09f6c9e9da439f48db0">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstats_plugin.dll" Id="0000711ad43f2a2ee40f3c9d0eda7369e729635315cf">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libball_plugin.dll" Id="00007212342c73011eb20e2ac059dee316b285edfcd2">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_rar_plugin.dll" Id="000072d2e770fd781888038e30bdec71fbf6cd0fd28a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudio_format_plugin.dll" Id="00007443118131d9cbcf829f73d8c9ed954d697d8bd1">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmirror_plugin.dll" Id="000074708f1f2b95329ca8c9675d8221733d9d7c7e54">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgaussianblur_plugin.dll" Id="000074a579699dcc25e02a9a77543216a70d6a27d2f9">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstream_filter_rar_plugin.dll" Id="0000751446e48ed9f5c611389e89c9d0c8d643565598">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libkaraoke_plugin.dll" Id="000075a45e11a3c8db207938c4595e4293e539170a11">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libreal_plugin.dll" Id="000076f3f16001f1146677340638641b03d3f90eaf65">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdvbsub_plugin.dll" Id="0000780244a26da32765b6dbc15edd8a213af4c5324d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwave_plugin.dll" Id="000078190af5b9a5154b8888fa82eaba54e3dce7affe">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mpegvideo_plugin.dll" Id="00007d0a886af18e7be01667ba281c3520b9a5afc812">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlccore.dll" Id="00007de2fcfff1e38ad987b8b6611914ae8b7247277b">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_atoi64" />
          <AitFeature Name="msvcr110.dll!_beginthreadex" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_commit" />
          <AitFeature Name="msvcr110.dll!_dup" />
          <AitFeature Name="msvcr110.dll!_endthreadex" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fdopen" />
          <AitFeature Name="msvcr110.dll!_filbuf" />
          <AitFeature Name="msvcr110.dll!_findclose" />
          <AitFeature Name="msvcr110.dll!_flsbuf" />
          <AitFeature Name="msvcr110.dll!_fstat32i64" />
          <AitFeature Name="msvcr110.dll!_get_osfhandle" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_localtime32" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lock_file" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_setmode" />
          <AitFeature Name="msvcr110.dll!_stat32i64" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_time32" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_unlock_file" />
          <AitFeature Name="msvcr110.dll!_wfindfirst32" />
          <AitFeature Name="msvcr110.dll!_wfindnext32" />
          <AitFeature Name="msvcr110.dll!_wfullpath" />
          <AitFeature Name="msvcr110.dll!_wgetcwd" />
          <AitFeature Name="msvcr110.dll!_wmkdir" />
          <AitFeature Name="msvcr110.dll!_wopen" />
          <AitFeature Name="msvcr110.dll!_wremove" />
          <AitFeature Name="msvcr110.dll!_wrename" />
          <AitFeature Name="msvcr110.dll!_wstat32i64" />
          <AitFeature Name="msvcr110.dll!_wunlink" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!clearerr" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!exit" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fgetc" />
          <AitFeature Name="msvcr110.dll!fgets" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fputwc" />
          <AitFeature Name="msvcr110.dll!fputws" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!isalnum" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!puts" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!rewind" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!towlower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcscmp" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="msvcr110.dll!wcsrchr" />
          <AitFeature Name="ws2_32.dll!WSACleanup" />
          <AitFeature Name="ws2_32.dll!WSAGetLastError" />
          <AitFeature Name="ws2_32.dll!WSASetLastError" />
          <AitFeature Name="ws2_32.dll!WSAStartup" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="ws2_32.dll!bind" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!connect" />
          <AitFeature Name="ws2_32.dll!freeaddrinfo" />
          <AitFeature Name="ws2_32.dll!getaddrinfo" />
          <AitFeature Name="ws2_32.dll!getnameinfo" />
          <AitFeature Name="ws2_32.dll!getpeername" />
          <AitFeature Name="ws2_32.dll!getsockname" />
          <AitFeature Name="ws2_32.dll!getsockopt" />
          <AitFeature Name="ws2_32.dll!htonl" />
          <AitFeature Name="ws2_32.dll!ioctlsocket" />
          <AitFeature Name="ws2_32.dll!listen" />
          <AitFeature Name="ws2_32.dll!ntohl" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="ws2_32.dll!send" />
          <AitFeature Name="ws2_32.dll!setsockopt" />
          <AitFeature Name="ws2_32.dll!socket" />
          <AitFeature Name="advapi32.dll!CryptAcquireContextW" />
          <AitFeature Name="advapi32.dll!CryptGenRandom" />
          <AitFeature Name="advapi32.dll!CryptReleaseContext" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventExW" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!CreateTimerQueueTimer" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!DeleteTimerQueueTimer" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!FormatMessageA" />
          <AitFeature Name="kernel32.dll!FormatMessageW" />
          <AitFeature Name="kernel32.dll!FreeLibrary" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetFileAttributesExW" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleFileNameW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetNativeSystemInfo" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!GetTimeZoneInformation" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!QueryPerformanceFrequency" />
          <AitFeature Name="kernel32.dll!QueryUnbiasedInterruptTime" />
          <AitFeature Name="kernel32.dll!QueueUserAPC" />
          <AitFeature Name="kernel32.dll!ReadFile" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SleepEx" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjectsEx" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
          <AitFeature Name="shell32.dll!SHGetFolderPathW" />
          <AitFeature Name="normaliz.dll!IdnToAscii" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_errno" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!_set_errno" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!signal" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateEventW" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetACP" />
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetErrorMode" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_errno" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_set_errno" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!fprintf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!localtime" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!signal" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcdg_plugin.dll" Id="00007e51524636fdd6c57a92ee9b91f14b2c36718f28">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_sse2_plugin.dll" Id="00007fd3273e194faec53d525309cbbaa02a2b90bfde">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_vc1_plugin.dll" Id="000081f181d31cf7acaad0fd8cc1fc94d475f4120e86">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_cdg_plugin.dll" Id="000083bacaf3ca20f4ec4b494ceec81bb8cc6dcd657d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libasf_plugin.dll" Id="0000855c02d3d6e6560cbaf1ef9c57dd6c6ff0f9b44c">
        <AitCategory Id="Com">
          <AitFeature Name="{14e6a5cb-c672-4332-8399-a96952065b5a}" />
          <AitFeature Name="{1806d474-cadf-4509-a4ba-9aabcb96aae8}" />
          <AitFeature Name="{26f18b5d-4584-47ec-9f5f-0e651f0452c9}" />
          <AitFeature Name="{33000890-e5b1-11cf-89f4-00a0c90349cb}" />
          <AitFeature Name="{3afb65e2-47ef-40f2-ac2c-70a90d71d343}" />
          <AitFeature Name="{59dacfc0-59e6-11d0-a3ac-00a0c90348f6}" />
          <AitFeature Name="{5fbf03b5-a92e-11cf-8ee3-00c00c205365}" />
          <AitFeature Name="{75b22630-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{75b22633-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{75b22636-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{7bf875ce-468d-11d1-8d82-006097c9a2b2}" />
          <AitFeature Name="{7c4346a9-efe0-4bfc-b229-393ede415c85}" />
          <AitFeature Name="{86d15240-311d-11d0-a3a4-00a0c90348f6}" />
          <AitFeature Name="{8cabdca1-a947-11cf-8ee4-00c00c205365}" />
          <AitFeature Name="{a08649cf-4775-4670-8a16-6e35357566cd}" />
          <AitFeature Name="{b7dc0791-a9b7-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{bc19efc0-5b4d-11cf-a8fd-00805f5c442b}" />
          <AitFeature Name="{c5f8cbea-5baf-4877-8467-aa8c44fa4cca}" />
          <AitFeature Name="{d2d0a440-e307-11d2-97f0-00a0c95ea850}" />
          <AitFeature Name="{d4fed15b-88d3-454f-81f0-ed5c45999e24}" />
          <AitFeature Name="{d6e229d3-35da-11d1-9034-00a0c90349be}" />
          <AitFeature Name="{f487cd01-a951-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{f8699e40-5b4d-11cf-a8fd-00805f5c442b}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_mmx_plugin.dll" Id="000085abd5c2620af623af98ff7d10bf82f8ba54d22f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libparam_eq_plugin.dll" Id="0000862eccd57e5e1d4e1a316437d35462eadc8831e3">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="Microsoft.Practices.ServiceLocation.dll" Id="000086b388bcea7442345d09ff0689b058967082871b">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorDllMain" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgestures_plugin.dll" Id="00008aef24a3148f60684bf5000412a5ce48152af08a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscale_plugin.dll" Id="00008b499bdb95a0aaec04e733a074140c38f049a34d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libogg_plugin.dll" Id="00008bf1af57752f52eb4f5669b532582da1a9ac2f37">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!sscanf" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwav_plugin.dll" Id="00008dda67e4e1fba969e0213638dda18f049c210561">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_resampler_plugin.dll" Id="00008e00682fe9f969b65e740841016016e86f0a83fc">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libimage_plugin.dll" Id="00008f041c17ab35e1d6778e00d76136f71066a9c639">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_plugin.dll" Id="00008f5b7945bbcf2800e630a4ca548ae2bdb34a534c">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpuzzle_plugin.dll" Id="000090849c80590e14596b028b0caa8fa77d4999b9ad">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcompressor_plugin.dll" Id="000090e78eb4712a34b4255c34436fb71549d31de162">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!expf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!powf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!expf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!powf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_mmx_plugin.dll" Id="000091057c759b93465e6160315a09f2ebc3329a3563">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_dirac_plugin.dll" Id="0000918c7413b4b5cf49e58408ce97f89ef1290bbf14">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadummy_plugin.dll" Id="000092dbaf377f87165b93a6364dc916211175b84ec4">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_http_plugin.dll" Id="0000979c8103c1272b0e3beeffa5ff999c23d9475d4b">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_atoi64" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!setsockopt" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libopus_plugin.dll" Id="000099b188dd5545fc70c3eb7de3308fe93b24607fda">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atan2" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mpeg4video_plugin.dll" Id="00009ac12f0786b9608718e6b13596e05545246a82aa">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_sse2_plugin.dll" Id="00009b2e904fc615f4ae572075f5f02e516242075e93">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinteger_mixer_plugin.dll" Id="00009d4cfbb15d08193a594587e7d5fcb9dec784d68e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcanvas_plugin.dll" Id="00009e444774b16d0034122477ceb0206209f68a144b">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotionblur_plugin.dll" Id="00009f7205b11a77be6b0cc468c990b4bc28dc0a943e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcroppadd_plugin.dll" Id="00009fe40ebc1f8153bb9dbd3a6f509f73c29e2c825a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblua_plugin.dll" Id="0000a0305290351855cc5720c3a6240fd31660f2fa3f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_difftime32" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!ceil" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!floor" />
          <AitFeature Name="msvcr110.dll!fmod" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!modf" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_difftime32" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!ceil" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!difftime" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!floor" />
          <AitFeature Name="msvcrt.dll!fmod" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!gmtime" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!localtime" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!mktime" />
          <AitFeature Name="msvcrt.dll!modf" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_findclose" />
          <AitFeature Name="msvcr110.dll!_gmtime32" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_localtime32" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_mktime32" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_pclose" />
          <AitFeature Name="msvcr110.dll!_popen" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_setjmp3" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_time32" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_wfindfirst32" />
          <AitFeature Name="msvcr110.dll!_wfindnext32" />
          <AitFeature Name="msvcr110.dll!_wfullpath" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!acos" />
          <AitFeature Name="msvcr110.dll!asin" />
          <AitFeature Name="msvcr110.dll!atan" />
          <AitFeature Name="msvcr110.dll!atan2" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!clearerr" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!cosh" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!exit" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!feof" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fgets" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!freopen" />
          <AitFeature Name="msvcr110.dll!frexp" />
          <AitFeature Name="msvcr110.dll!fscanf" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!isalnum" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!iscntrl" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!ispunct" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!longjmp" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!remove" />
          <AitFeature Name="msvcr110.dll!rename" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!setvbuf" />
          <AitFeature Name="msvcr110.dll!sinh" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!srand" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcoll" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncat" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!tan" />
          <AitFeature Name="msvcr110.dll!tanh" />
          <AitFeature Name="msvcr110.dll!tmpfile" />
          <AitFeature Name="msvcr110.dll!tmpnam" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="ws2_32.dll!send" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!FormatMessageA" />
          <AitFeature Name="kernel32.dll!FreeLibrary" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetFileAttributesExW" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleFileNameA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadLibraryA" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsdp_plugin.dll" Id="0000a0f1632beb91c90c3f347e8b800025e9f6ce3789">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libbluescreen_plugin.dll" Id="0000a19d94e9b95ef6a6a0e2c9c0fe8e0de4ce76f777">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_Wrapper.winmd" Id="0000a23258b564994439c9f0d7f9d31b41cbe37d8b93">
        <AitCategory Id="DotNetWinRt">
          <AitFeature Name="Windows.Foundation.Rect" />
          <AitFeature Name="Windows.Foundation.Metadata.ActivatableAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.ActivatableAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.DefaultAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.DefaultAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.ExclusiveToAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.ExclusiveToAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.GuidAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.GuidAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.MarshalingBehaviorAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.MarshalingBehaviorAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.MarshalingType" />
          <AitFeature Name="Windows.Foundation.Metadata.OverloadAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.OverloadAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.ThreadingAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.ThreadingAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.ThreadingModel" />
          <AitFeature Name="Windows.Foundation.Metadata.VersionAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.VersionAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute..ctor" />
          <AitFeature Name="Windows.UI.Color" />
          <AitFeature Name="Windows.UI.Xaml.Media.ImageBrush" />
          <AitFeature Name="Windows.UI.Xaml.Media.Imaging.SurfaceImageSource" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libty_plugin.dll" Id="0000a35c2be8d4b58894cd735d5ffee87a90fff753a7">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libflacsys_plugin.dll" Id="0000a36ec5252d7a800736f21d9eefdf170b4c6771fb">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!sscanf" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsusf_plugin.dll" Id="0000a3c6357c24929849736d7302cc35d5f786ba3ab6">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpeg_audio_plugin.dll" Id="0000a416881bb0a43552847c474b76c98ffa36c93f34">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvideo_plugin.dll" Id="0000a443cb748e0a626721651390847b685b0965c50f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhotkeys_plugin.dll" Id="0000a4619610125892a5f6322a0c48029b425d9711a2">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libchain_plugin.dll" Id="0000a506e50b9fda296425362ac388be85f1b91d6a67">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscte27_plugin.dll" Id="0000a54c78a5e0e8193940d8208c20c95619f4b3bf9f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libextract_plugin.dll" Id="0000a5ab1fab98e46b8af958ef411afca9275737de95">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsdec_plugin.dll" Id="0000a755f8e7a91ac4e964161789cce112bdea85ee6d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!system" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuvp_plugin.dll" Id="0000a7f0250aebd6e6043d4fbc27bba58a9444a4a273">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnetsync_plugin.dll" Id="0000a80308c13ab9280e0a00fd0b7c6816786f9806e7">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!recvfrom" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="ws2_32.dll!send" />
          <AitFeature Name="ws2_32.dll!sendto" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaiff_plugin.dll" Id="0000a811dc4f5de5899f4210809be9e9a259a72288c3">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libposterize_plugin.dll" Id="0000aa0c1c7b4c297ce7ed4a133867023a2ca48fec1e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librv32_plugin.dll" Id="0000ab1ac4ced597c53565b5e3d5d5fa5f7fdc78bd7f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_udp_plugin.dll" Id="0000acd4fe6f4fd38a41bb0fb55bee4aa939eea071e0">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libequalizer_plugin.dll" Id="0000ae0811608f37f4ddf3df2957720f2de1bf3b3fc7">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!powf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!powf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblend_plugin.dll" Id="0000aea125d1339d0e1823d38a223983ae4fd4eda09a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvisual_plugin.dll" Id="0000afad2110a5a8d1c2b516a309e390d94a831ec5db">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_h264_plugin.dll" Id="0000b0ae5093b8de4a7fe84db4abab8cfb13e25e4c45">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librecord_plugin.dll" Id="0000b1ee2b800c2c10e7112dabc2a6831d2866198f09">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52tospdif_plugin.dll" Id="0000b2191c56ac683d94fb0ad5fcd5ce11c45b6915bf">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_swab" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpva_plugin.dll" Id="0000b40283b3a01c80412745bcd14c7636c38513b699">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librss_plugin.dll" Id="0000b4f92bd73e1474aed75e4c518bac7d2bb60ce7b3">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvmem_plugin.dll" Id="0000b8372c7e73dbb50da256fce29111697b5204b8b8">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_plugin.dll" Id="0000b9ea047d1435cd0ae4750697cb96ff984e2623a2">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudiobargraph_v_plugin.dll" Id="0000bc5cd9b4f02af0f2a075a88ccee852f180fcca8d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_plugin.dll" Id="0000bce16719ec37a6dc0f7f6a5e484c7688c0fe098e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!acos" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!exit" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdash_plugin.dll" Id="0000bdcb7d8d9a51a569751ec00a00544ff6c2eeeb45">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_fseeki64" />
          <AitFeature Name="msvcr110.dll!_ftelli64" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!asctime" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!btowc" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fgetwc" />
          <AitFeature Name="msvcr110.dll!fgetws" />
          <AitFeature Name="msvcr110.dll!fputwc" />
          <AitFeature Name="msvcr110.dll!fputws" />
          <AitFeature Name="msvcr110.dll!fwprintf" />
          <AitFeature Name="msvcr110.dll!fwscanf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!getwchar" />
          <AitFeature Name="msvcr110.dll!ldiv" />
          <AitFeature Name="msvcr110.dll!llabs" />
          <AitFeature Name="msvcr110.dll!lldiv" />
          <AitFeature Name="msvcr110.dll!mblen" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!mbstowcs" />
          <AitFeature Name="msvcr110.dll!mbtowc" />
          <AitFeature Name="msvcr110.dll!putwchar" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!rand" />
          <AitFeature Name="msvcr110.dll!remove" />
          <AitFeature Name="msvcr110.dll!srand" />
          <AitFeature Name="msvcr110.dll!strtok" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!swscanf" />
          <AitFeature Name="msvcr110.dll!system" />
          <AitFeature Name="msvcr110.dll!vfwprintf" />
          <AitFeature Name="msvcr110.dll!vwprintf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcschr" />
          <AitFeature Name="msvcr110.dll!wcscmp" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcscspn" />
          <AitFeature Name="msvcr110.dll!wcsncat" />
          <AitFeature Name="msvcr110.dll!wcsncmp" />
          <AitFeature Name="msvcr110.dll!wcsncpy" />
          <AitFeature Name="msvcr110.dll!wcspbrk" />
          <AitFeature Name="msvcr110.dll!wcsrchr" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="msvcr110.dll!wcsspn" />
          <AitFeature Name="msvcr110.dll!wcsstr" />
          <AitFeature Name="msvcr110.dll!wcstod" />
          <AitFeature Name="msvcr110.dll!wcstok" />
          <AitFeature Name="msvcr110.dll!wcstol" />
          <AitFeature Name="msvcr110.dll!wcstombs" />
          <AitFeature Name="msvcr110.dll!wcstoul" />
          <AitFeature Name="msvcr110.dll!wctob" />
          <AitFeature Name="msvcr110.dll!wctomb" />
          <AitFeature Name="msvcr110.dll!wprintf" />
          <AitFeature Name="msvcr110.dll!wscanf" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_fseeki64" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!asctime" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!atof" />
          <AitFeature Name="msvcrt.dll!atol" />
          <AitFeature Name="msvcrt.dll!bsearch" />
          <AitFeature Name="msvcrt.dll!btowc" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!ctime" />
          <AitFeature Name="msvcrt.dll!difftime" />
          <AitFeature Name="msvcrt.dll!div" />
          <AitFeature Name="msvcrt.dll!fgetwc" />
          <AitFeature Name="msvcrt.dll!fgetws" />
          <AitFeature Name="msvcrt.dll!fputwc" />
          <AitFeature Name="msvcrt.dll!fputws" />
          <AitFeature Name="msvcrt.dll!fwprintf" />
          <AitFeature Name="msvcrt.dll!fwscanf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!getwchar" />
          <AitFeature Name="msvcrt.dll!gmtime" />
          <AitFeature Name="msvcrt.dll!ldiv" />
          <AitFeature Name="msvcrt.dll!localtime" />
          <AitFeature Name="msvcrt.dll!mblen" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!mbstowcs" />
          <AitFeature Name="msvcrt.dll!mbtowc" />
          <AitFeature Name="msvcrt.dll!mktime" />
          <AitFeature Name="msvcrt.dll!putwchar" />
          <AitFeature Name="msvcrt.dll!qsort" />
          <AitFeature Name="msvcrt.dll!rand" />
          <AitFeature Name="msvcrt.dll!remove" />
          <AitFeature Name="msvcrt.dll!srand" />
          <AitFeature Name="msvcrt.dll!strtok" />
          <AitFeature Name="msvcrt.dll!strtol" />
          <AitFeature Name="msvcrt.dll!strtoul" />
          <AitFeature Name="msvcrt.dll!swscanf" />
          <AitFeature Name="msvcrt.dll!system" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vfwprintf" />
          <AitFeature Name="msvcrt.dll!vwprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcscat" />
          <AitFeature Name="msvcrt.dll!wcschr" />
          <AitFeature Name="msvcrt.dll!wcscmp" />
          <AitFeature Name="msvcrt.dll!wcscpy" />
          <AitFeature Name="msvcrt.dll!wcscspn" />
          <AitFeature Name="msvcrt.dll!wcsncat" />
          <AitFeature Name="msvcrt.dll!wcsncmp" />
          <AitFeature Name="msvcrt.dll!wcsncpy" />
          <AitFeature Name="msvcrt.dll!wcspbrk" />
          <AitFeature Name="msvcrt.dll!wcsrchr" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
          <AitFeature Name="msvcrt.dll!wcsspn" />
          <AitFeature Name="msvcrt.dll!wcsstr" />
          <AitFeature Name="msvcrt.dll!wcstod" />
          <AitFeature Name="msvcrt.dll!wcstok" />
          <AitFeature Name="msvcrt.dll!wcstol" />
          <AitFeature Name="msvcrt.dll!wcstombs" />
          <AitFeature Name="msvcrt.dll!wcstoul" />
          <AitFeature Name="msvcrt.dll!wctob" />
          <AitFeature Name="msvcrt.dll!wctomb" />
          <AitFeature Name="msvcrt.dll!wprintf" />
          <AitFeature Name="msvcrt.dll!wscanf" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__doserrno" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__pioinfo" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_atoi64" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fdopen" />
          <AitFeature Name="msvcr110.dll!_filelengthi64" />
          <AitFeature Name="msvcr110.dll!_fileno" />
          <AitFeature Name="msvcr110.dll!_fstat64" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_vsnprintf" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fflush" />
          <AitFeature Name="msvcr110.dll!fgetpos" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fsetpos" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!getwc" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!iswctype" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!putc" />
          <AitFeature Name="msvcr110.dll!putwc" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!setvbuf" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcoll" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strxfrm" />
          <AitFeature Name="msvcr110.dll!towlower" />
          <AitFeature Name="msvcr110.dll!towupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!ungetwc" />
          <AitFeature Name="msvcr110.dll!wcscoll" />
          <AitFeature Name="msvcr110.dll!wcsftime" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="msvcr110.dll!wcsxfrm" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvdummy_plugin.dll" Id="0000be6b080a16187d632e870e3711d84d612901d438">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libes_plugin.dll" Id="0000bf5b25d51f2de19b29d7ff2368a6e8952a015d9d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_swab" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsap_plugin.dll" Id="0000c05bbfe486978ae3ec278d2ce6909a06e06a1b0f">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!WSAIoctl" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!htons" />
          <AitFeature Name="ws2_32.dll!inet_ntop" />
          <AitFeature Name="ws2_32.dll!inet_pton" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="ws2_32.dll!shutdown" />
          <AitFeature Name="ws2_32.dll!socket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsimple_channel_mixer_plugin.dll" Id="0000c0b3869f6ec8c224c7c14f22ce9e2c85f423dec2">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcc_plugin.dll" Id="0000c2eeb34331914818114445f7e584b508158a2f43">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncat" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrain_plugin.dll" Id="0000c47b50656e69d8527f8f7293a05f88897e115818">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavcodec_plugin.dll" Id="0000c756e289846e0c1b561a077e650eaa00102d274f">
        <AitCategory Id="Com">
          <AitFeature Name="{14e6a5cb-c672-4332-8399-a96952065b5a}" />
          <AitFeature Name="{20fb5700-5b55-11cf-a8fd-00805f5c442b}" />
          <AitFeature Name="{2211b3fb-bd23-11d2-b4b7-00a0c955fc6e}" />
          <AitFeature Name="{2211b3fc-bd23-11d2-b4b7-00a0c955fc6e}" />
          <AitFeature Name="{298ae614-2622-4c17-b935-dae07ee9289c}" />
          <AitFeature Name="{33000890-e5b1-11cf-89f4-00a0c90349cb}" />
          <AitFeature Name="{34ffcbc3-d5b3-4171-9002-d4c60301697f}" />
          <AitFeature Name="{3afb65e2-47ef-40f2-ac2c-70a90d71d343}" />
          <AitFeature Name="{44231c94-9498-49d1-a141-1d134e457054}" />
          <AitFeature Name="{455f176c-4b06-47ce-9aef-8caef73df7b5}" />
          <AitFeature Name="{59dacfc0-59e6-11d0-a3ac-00a0c90348f6}" />
          <AitFeature Name="{5fbf03b5-a92e-11cf-8ee3-00c00c205365}" />
          <AitFeature Name="{75b22630-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{75b22633-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{75b22636-668e-11cf-a6d9-00aa0062ce6c}" />
          <AitFeature Name="{7c4346a9-efe0-4bfc-b229-393ede415c85}" />
          <AitFeature Name="{86d15240-311d-11d0-a3a4-00a0c90348f6}" />
          <AitFeature Name="{86d15241-311d-11d0-a3a4-00a0c90348f6}" />
          <AitFeature Name="{8cabdca1-a947-11cf-8ee4-00c00c205365}" />
          <AitFeature Name="{a7fb87af-2d02-42fb-a4d4-05cd93843bdd}" />
          <AitFeature Name="{abd3d211-a9ba-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{b61be100-5b4e-11cf-a8fd-00805f5c442b}" />
          <AitFeature Name="{b7dc0791-a9b7-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{bc19efc0-5b4d-11cf-a8fd-00805f5c442b}" />
          <AitFeature Name="{bfc3cd50-618f-11cf-8bb2-00aa00b4e220}" />
          <AitFeature Name="{c5f8cbea-5baf-4877-8467-aa8c44fa4cca}" />
          <AitFeature Name="{d2d0a440-e307-11d2-97f0-00a0c95ea850}" />
          <AitFeature Name="{e06d8020-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d8026-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d802b-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d802c-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{f487cd01-a951-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{f72a76e3-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f8699e40-5b4d-11cf-a8fd-00805f5c442b}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_assert" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!_wassert" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!atan2f" />
          <AitFeature Name="msvcr110.dll!atanf" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!ceil" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!cosf" />
          <AitFeature Name="msvcr110.dll!div" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!expf" />
          <AitFeature Name="msvcr110.dll!fabs" />
          <AitFeature Name="msvcr110.dll!floor" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!log10f" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!powf" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!sinf" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!sqrtf" />
          <AitFeature Name="msvcr110.dll!sscanf" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateEventW" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeConditionVariable" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!SleepConditionVariableCS" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="kernel32.dll!WakeAllConditionVariable" />
          <AitFeature Name="kernel32.dll!WakeConditionVariable" />
          <AitFeature Name="user32.dll!GetDC" />
          <AitFeature Name="user32.dll!ReleaseDC" />
          <AitFeature Name="user32.dll!ShowCursor" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_assert" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!_wassert" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!atan2f" />
          <AitFeature Name="msvcrt.dll!atanf" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!ceil" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!cosf" />
          <AitFeature Name="msvcrt.dll!div" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!expf" />
          <AitFeature Name="msvcrt.dll!fabs" />
          <AitFeature Name="msvcrt.dll!floor" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!gmtime" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!localtime" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!log10f" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!mktime" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!powf" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!sinf" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!sqrtf" />
          <AitFeature Name="msvcrt.dll!sscanf" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!vsnprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_aligned_free" />
          <AitFeature Name="msvcr110.dll!_aligned_malloc" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_beginthreadex" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fstat32i64" />
          <AitFeature Name="msvcr110.dll!_gmtime32" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_isatty" />
          <AitFeature Name="msvcr110.dll!_localtime32" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_mktime32" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_open" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_setmode" />
          <AitFeature Name="msvcr110.dll!_snwprintf" />
          <AitFeature Name="msvcr110.dll!_sopen" />
          <AitFeature Name="msvcr110.dll!_stat32i64" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_time32" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!_wsopen" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!acos" />
          <AitFeature Name="msvcr110.dll!asin" />
          <AitFeature Name="msvcr110.dll!atan" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!cosh" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!frexp" />
          <AitFeature Name="msvcr110.dll!fwprintf" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!log10" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!puts" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!raise" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sinh" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tan" />
          <AitFeature Name="msvcr110.dll!tanh" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!vsprintf" />
          <AitFeature Name="msvcr110.dll!wcscpy" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!WSACleanup" />
          <AitFeature Name="ws2_32.dll!WSAGetLastError" />
          <AitFeature Name="ws2_32.dll!WSAStartup" />
          <AitFeature Name="ws2_32.dll!__WSAFDIsSet" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="ws2_32.dll!bind" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!connect" />
          <AitFeature Name="ws2_32.dll!freeaddrinfo" />
          <AitFeature Name="ws2_32.dll!getaddrinfo" />
          <AitFeature Name="ws2_32.dll!gethostname" />
          <AitFeature Name="ws2_32.dll!getnameinfo" />
          <AitFeature Name="ws2_32.dll!getpeername" />
          <AitFeature Name="ws2_32.dll!getsockname" />
          <AitFeature Name="ws2_32.dll!getsockopt" />
          <AitFeature Name="ws2_32.dll!htonl" />
          <AitFeature Name="ws2_32.dll!ioctlsocket" />
          <AitFeature Name="ws2_32.dll!listen" />
          <AitFeature Name="ws2_32.dll!ntohl" />
          <AitFeature Name="ws2_32.dll!recv" />
          <AitFeature Name="ws2_32.dll!recvfrom" />
          <AitFeature Name="ws2_32.dll!select" />
          <AitFeature Name="ws2_32.dll!send" />
          <AitFeature Name="ws2_32.dll!sendto" />
          <AitFeature Name="ws2_32.dll!setsockopt" />
          <AitFeature Name="ws2_32.dll!shutdown" />
          <AitFeature Name="ws2_32.dll!socket" />
          <AitFeature Name="advapi32.dll!CryptAcquireContextW" />
          <AitFeature Name="advapi32.dll!CryptGenRandom" />
          <AitFeature Name="advapi32.dll!CryptReleaseContext" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventExW" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetConsoleScreenBufferInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleFileNameW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetStdHandle" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!GetTimeZoneInformation" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!QueryPerformanceFrequency" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!SetConsoleTextAttribute" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
          <AitFeature Name="user32.dll!MessageBoxW" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_vdr_plugin.dll" Id="0000c87e9481597354c78e2a15fa035e23341ce4f582">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_close" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_fileno" />
          <AitFeature Name="msvcr110.dll!_fstat32i64" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_localtime32" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_lseeki64" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_read" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atof" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fgetc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strftime" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!localtime" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscaletempo_plugin.dll" Id="0000c93b1347d6dbbe12c42310b0f08b040b9d887411">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libanaglyph_plugin.dll" Id="0000cacc09fc49db4429f6d09de07c2270d3cbc5ef34">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mpeg4audio_plugin.dll" Id="0000cc9806d9dda5ff65d4c2c39eb277d26a87840714">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirac_plugin.dll" Id="0000cedf5edeaa7895384ac299080cb4b55182dfee4d">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_attachment_plugin.dll" Id="0000cf31f0ac3968fe200b6449469eff40334ae7b795">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtrivial_channel_mixer_plugin.dll" Id="0000cfd2cc181fad22ae8ab3c7c96e6848a4b3e1d336">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradfun_plugin.dll" Id="0000d0997c6d02961559aaaa6602d93867a2c79ace77">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libexport_plugin.dll" Id="0000d2d2444fadd9e07e98b069ebe54a80d558f14bbd">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libripple_plugin.dll" Id="0000d4f5f49f2d577443219927b43024c341b26d2d30">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudiobargraph_a_plugin.dll" Id="0000d9723608d8c1c8ffff2d07ceaea617f8bda913f1">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i422_plugin.dll" Id="0000dbf8eacd39d333a51887997472fb7fde27250cac">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_ftp_plugin.dll" Id="0000dcec931d6e499021d49c8c7242c264ff09a686e8">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_atoi64" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="ws2_32.dll!getpeername" />
          <AitFeature Name="ws2_32.dll!shutdown" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_imem_plugin.dll" Id="0000dd1df4e20e364a238ca5323f3732c99794d8469a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liberase_plugin.dll" Id="0000dd514b20da356a5f178c61639acf871a3666898a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmarq_plugin.dll" Id="0000ddfe89b047e5c52bbf8536d1f273fdc3bdc8704c">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!clearerr" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!ferror" />
          <AitFeature Name="msvcr110.dll!fgetc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawaud_plugin.dll" Id="0000dfe6258d017c177e1ffad142702bf0577ebf6c10">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhqdn3d_plugin.dll" Id="0000e28ecafeb3fa86b558f9c89bed1b8587b7d6b7bc">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdeinterlace_plugin.dll" Id="0000e472d65c23491db86a1afa3cf23a60c5274396d4">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblpcm_plugin.dll" Id="0000e48ce907978af44257e5718eb4137dad3d82e461">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_swab" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstl_plugin.dll" Id="0000e53884d09f144d5a6aaea725fc1cc0991657693a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspatializer_plugin.dll" Id="0000e57b3718438833b0abd8163e9c0f5d348c48084e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!_write" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtdummy_plugin.dll" Id="0000e5957932cfcbf490cbf3e88283a1cbc0df38d347">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfreetype_plugin.dll" Id="0000e6bbb1d7120e46d5a42b05e624f35605047e11aa">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_setjmp3" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fclose" />
          <AitFeature Name="msvcr110.dll!fopen" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fread" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fseek" />
          <AitFeature Name="msvcr110.dll!ftell" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!longjmp" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!qsort" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sprintf" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!wcscat" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="msvcr110.dll!wcsncpy" />
          <AitFeature Name="gdi32.dll!EnumFontFamiliesExW" />
          <AitFeature Name="advapi32.dll!RegCloseKey" />
          <AitFeature Name="advapi32.dll!RegEnumValueW" />
          <AitFeature Name="advapi32.dll!RegOpenKeyExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!GetWindowsDirectoryW" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
          <AitFeature Name="shell32.dll!SHGetFolderPathW" />
          <AitFeature Name="user32.dll!GetDC" />
          <AitFeature Name="user32.dll!ReleaseDC" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrey_yuv_plugin.dll" Id="0000e762c715e416c5fb3854cf3021c71a1cbcaa7af6">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_mmx_plugin.dll" Id="0000e77995b92c588d2d8c019d00d294f842dc91667b">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdtstospdif_plugin.dll" Id="0000e7e6eae14395499dabe8a19f43a4d0b1c8f3bd6e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_swab" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libswscale_plugin.dll" Id="0000e82658bd2223b635cca1df35575efc93e5ceb939">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!abs" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!ceil" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!exp" />
          <AitFeature Name="msvcr110.dll!fabs" />
          <AitFeature Name="msvcr110.dll!floor" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!ldexp" />
          <AitFeature Name="msvcr110.dll!log" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!pow" />
          <AitFeature Name="msvcr110.dll!sin" />
          <AitFeature Name="msvcr110.dll!sqrt" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!abs" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!ceil" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!exp" />
          <AitFeature Name="msvcrt.dll!fabs" />
          <AitFeature Name="msvcrt.dll!floor" />
          <AitFeature Name="msvcrt.dll!fprintf" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!ldexp" />
          <AitFeature Name="msvcrt.dll!log" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!pow" />
          <AitFeature Name="msvcrt.dll!sin" />
          <AitFeature Name="msvcrt.dll!sqrt" />
          <AitFeature Name="msvcrt.dll!vsnprintf" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_isatty" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!acos" />
          <AitFeature Name="msvcr110.dll!asin" />
          <AitFeature Name="msvcr110.dll!atan" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!cosh" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!fputs" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!sinh" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!tan" />
          <AitFeature Name="msvcr110.dll!tanh" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetConsoleScreenBufferInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetStdHandle" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetConsoleTextAttribute" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualAlloc" />
          <AitFeature Name="kernel32.dll!VirtualFree" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmp4_plugin.dll" Id="0000eaba5b3c00e72420696f1e5566eb0cd81841843a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcpy" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfolder_plugin.dll" Id="0000eae252ac8458e554f42ffd5e0c8c3266640d6e84">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!_stati64" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libh264_plugin.dll" Id="0000eb33761d406568a5699b2756d06e425fc5cb508f">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdrawable_plugin.dll" Id="0000eb60a29c70a958cba909813f3a1364a0251cd3be">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirectsound_plugin.dll" Id="0000ebe7165a9ed3971ac379fbd336c35c204180a6fe">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000001-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000010-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000092-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{00000100-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000101-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000102-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000103-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000105-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000109-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020402-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020403-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020404-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020405-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000e0000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00990df4-0dbb-4872-833e-6d303e80aeb6}" />
          <AitFeature Name="{0c733a30-2a1c-11ce-ade5-00aa0044773d}" />
          <AitFeature Name="{279afa83-4981-11ce-a521-0020af0be560}" />
          <AitFeature Name="{279afa84-4981-11ce-a521-0020af0be560}" />
          <AitFeature Name="{279afa85-4981-11ce-a521-0020af0be560}" />
          <AitFeature Name="{279afa86-4981-11ce-a521-0020af0be560}" />
          <AitFeature Name="{3127ca40-446e-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{31efac30-515c-11d0-a9aa-00aa0061be93}" />
          <AitFeature Name="{3901cc3f-84b5-4fa4-ba35-aa8172b8a09b}" />
          <AitFeature Name="{47d4d946-62e8-11cf-93bc-444553540000}" />
          <AitFeature Name="{55272a00-42cb-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{6825a449-7524-4d82-920f-50e36ab3ab1e}" />
          <AitFeature Name="{79eac9c0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{b0210780-89cd-11d0-af08-00a0c925cd16}" />
          <AitFeature Name="{b0210781-89cd-11d0-af08-00a0c925cd16}" />
          <AitFeature Name="{b0210782-89cd-11d0-af08-00a0c925cd16}" />
          <AitFeature Name="{b0210783-89cd-11d0-af08-00a0c925cd16}" />
          <AitFeature Name="{c50a7e93-f395-4834-9ef6-7fa99de50966}" />
          <AitFeature Name="{e4bcac13-7f99-4908-9a8e-74e3bf24b6e1}" />
          <AitFeature Name="{edcb4c7a-daab-4216-a42e-6c50596ddc1d}" />
          <AitFeature Name="{fea4300c-7959-4147-b26a-2377b9e7a91d}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateEventW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="dsound.dll!DirectSoundCreate" />
          <AitFeature Name="dsound.dll!DirectSoundEnumerateW" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ole32.dll!IIDFromString" />
          <AitFeature Name="ole32.dll!StringFromGUID2" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!FreeLibrary" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libg711_plugin.dll" Id="0000edc675107e9713b10ede24d8922a75524e36e98a">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudioscrobbler_plugin.dll" Id="0000ef5d8023b996a92a35257dd6bf7f0fbf8f1449e2">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="ws2_32.dll!accept" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!time" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_time32" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcspn" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ws2_32.dll!closesocket" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsmooth_plugin.dll" Id="0000efb0c6426ed03753e4a46a6daeffe488885e3a41">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!strnlen" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!strnlen" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mlp_plugin.dll" Id="0000f05661f3e2dd23a5bf25a4372e444d17da576fb4">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotiondetect_plugin.dll" Id="0000f0ce006a7c2e5aee8e1cad982231401ba857c0e5">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="GalaSoft.MvvmLight.Win8.dll" Id="0000f3dcbc2dd9769e03daf303cc778656f5b7fe84b4">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorDllMain" />
        </AitCategory>
        <AitCategory Id="DotNetWinRt">
          <AitFeature Name="Windows.ApplicationModel.DesignMode" />
          <AitFeature Name="Windows.ApplicationModel.DesignMode.get_DesignModeEnabled" />
          <AitFeature Name="Windows.Foundation.IAsyncAction" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.RunAsync" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcher.get_HasThreadAccess" />
          <AitFeature Name="Windows.UI.Core.CoreDispatcherPriority" />
          <AitFeature Name="Windows.UI.Core.DispatchedHandler" />
          <AitFeature Name="Windows.UI.Core.DispatchedHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Window" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_Current" />
          <AitFeature Name="Windows.UI.Xaml.Window.get_Dispatcher" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdts_plugin.dll" Id="0000f59ee3fe7d42e642fc2595d5d42be1e73f8747c4">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_stl_plugin.dll" Id="0000f746ef917dbe9fab28808dd45e30688f84b548f8">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdolby_surround_decoder_plugin.dll" Id="0000f8f1ac848c94e099582e627e5c3fe5fe345f60eb">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblendbench_plugin.dll" Id="0000f90c7e6a49f377365e035ff8ddf4db711e6bf873">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpodcast_plugin.dll" Id="0000f99315b49a30ad855df0998dbf9c3d7b08332787">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!clock" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!clock" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memmove" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strcat" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmmdevice_plugin.dll" Id="0000f9ad2a4106c3826f4ecb3f372352de5e539dd1aa">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000000-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{00000001-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000002-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{00000007-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{0000000b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000010-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000050-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{00000100-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000101-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000102-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000103-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000105-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000109-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020402-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020403-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020404-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020405-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000e0000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00dff077-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{00dff078-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{02b223c0-c557-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{0482dde0-7817-11cf-8a03-00aa006ecb65}" />
          <AitFeature Name="{05589f80-c356-11ce-bf01-00aa0055595a}" />
          <AitFeature Name="{05589f81-c356-11ce-bf01-00aa0055595a}" />
          <AitFeature Name="{078f91bd-29a2-440f-924e-46a291524520}" />
          <AitFeature Name="{07dad660-22f1-11d1-a9f4-00c04fbbde8f}" />
          <AitFeature Name="{085aff00-62ce-11cf-a5d6-28db04c10000}" />
          <AitFeature Name="{091bb63a-603f-11d1-b067-00a0c9062802}" />
          <AitFeature Name="{0a4252a0-7e70-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{0bd7a1be-7a1a-44db-8397-cc5392387b5e}" />
          <AitFeature Name="{0c733a30-2a1c-11ce-ade5-00aa0044773d}" />
          <AitFeature Name="{0ded49d5-a8b7-4d5d-97a1-12b0c195874d}" />
          <AitFeature Name="{0f6417d6-c318-11d0-a43f-00a0c9223196}" />
          <AitFeature Name="{11e1fbf9-2d56-4a6b-8db3-7cd193a471f2}" />
          <AitFeature Name="{1347d106-cf3a-428a-a5cb-ac0d9a2a4338}" />
          <AitFeature Name="{144981e0-c558-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{17cca71b-ecd7-11d0-b908-00a0c9223196}" />
          <AitFeature Name="{185fede0-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede1-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede2-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede3-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede4-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede5-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede6-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede7-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede8-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fede9-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedea-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedeb-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedec-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185feded-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedee-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedef-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf0-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf1-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf2-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf3-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf4-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf5-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf6-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf7-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf8-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedf9-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedfa-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedfb-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedfc-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedfd-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedfe-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fedff-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{185fee00-9905-11d1-95a9-00c04fb925d3}" />
          <AitFeature Name="{1a8766a0-62ce-11cf-a5d6-28db04c10000}" />
          <AitFeature Name="{1ad247eb-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{1ad247ec-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{1ad247ed-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{1be09788-6894-4089-8586-9a2a6c265ac5}" />
          <AitFeature Name="{1c158861-b533-4b30-b1cf-e853e51c59b8}" />
          <AitFeature Name="{1cb9ad4c-dbfa-4c32-b178-c2f568a703b2}" />
          <AitFeature Name="{1da5d803-d492-4edd-8c23-e0c0ffee7f0e}" />
          <AitFeature Name="{1e84c900-7e70-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{1f9fc1d0-c39b-4b26-817f-011967d3440e}" />
          <AitFeature Name="{20173f20-c559-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{21b36996-8de3-11d1-8ae0-00a0c9223196}" />
          <AitFeature Name="{22b0eafd-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{22b0eafe-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{22f55882-280b-11d0-a8a9-00a0c90c2004}" />
          <AitFeature Name="{24918acc-64b3-37c1-8ca9-74a66e9957a8}" />
          <AitFeature Name="{2721ae20-7e70-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{28f54683-06fd-11d2-b27a-00a0c9223196}" />
          <AitFeature Name="{28f54685-06fd-11d2-b27a-00a0c9223196}" />
          <AitFeature Name="{2accfe60-c130-11d2-b082-00a0c91efb8b}" />
          <AitFeature Name="{2bc31d69-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{2bc31d6a-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{2bc31d6b-96e3-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{2ceaf780-c556-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{2eb07ea0-7e70-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{3017056d-9a91-4e90-937d-746c72abbf4f}" />
          <AitFeature Name="{3127ca40-446e-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{31efac30-515c-11d0-a9aa-00aa0061be93}" />
          <AitFeature Name="{380f5cad-1b5e-42f2-805d-637fd392d31e}" />
          <AitFeature Name="{3a5acc00-c557-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{3b0d0ea4-d0a9-4b0e-935b-09516746fac0}" />
          <AitFeature Name="{3c0d501a-140b-11d1-b40f-00a0c9223196}" />
          <AitFeature Name="{40d4577f-e237-4bdb-bd69-58f089431b6a}" />
          <AitFeature Name="{41887440-c558-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{423274a0-8b81-11d1-a050-0000f8004788}" />
          <AitFeature Name="{423c13a2-2070-11d0-9ef7-00aa00a216a1}" />
          <AitFeature Name="{455f176c-4b06-47ce-9aef-8caef73df7b5}" />
          <AitFeature Name="{4747b320-62ce-11cf-a5d6-28db04c10000}" />
          <AitFeature Name="{4d36e978-e325-11ce-bfc1-08002be10318}" />
          <AitFeature Name="{4d837fe0-c555-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{507393f4-2a3d-4a60-b59e-d9c75716c2dd}" />
          <AitFeature Name="{507ae360-c554-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{509aaeda-5639-11d1-b6a1-0000f8757bf9}" />
          <AitFeature Name="{53172480-4791-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f56308-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f5630b-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f5630d-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{53f56311-b6bf-11d0-94f2-00a0c91efb8b}" />
          <AitFeature Name="{55272a00-42cb-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{55515860-c559-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{57d2eded-5062-400e-b107-5dae79fe57a6}" />
          <AitFeature Name="{57e24340-fc5b-4612-a562-72b11a29dfae}" />
          <AitFeature Name="{5852a2c3-6530-11d1-b6a3-0000f8757bf9}" />
          <AitFeature Name="{5c5cbd84-e755-11d0-ac18-00a0c9223196}" />
          <AitFeature Name="{5ffbaa02-49a3-11d0-9f36-00aa00a216a1}" />
          <AitFeature Name="{63ff5747-991f-11d2-ac4d-00c04f8efb68}" />
          <AitFeature Name="{641dd20b-4d41-49cc-aba3-174b9477bb08}" />
          <AitFeature Name="{65e8773d-8f56-11d0-a3b9-00a0c9223196}" />
          <AitFeature Name="{65e8773e-8f56-11d0-a3b9-00a0c9223196}" />
          <AitFeature Name="{6994ad04-93ef-11d0-a3cc-00a0c9223196}" />
          <AitFeature Name="{6a2e0670-28e4-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{6f49ff73-6727-49ac-a008-d98cf5e70048}" />
          <AitFeature Name="{6f79d558-3e96-4549-a1d1-7d75d2288814}" />
          <AitFeature Name="{71604b0f-97b0-4764-8577-2f13e98a1422}" />
          <AitFeature Name="{71985f47-1ca1-11d3-9cc8-00c04f7971e0}" />
          <AitFeature Name="{7364696d-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{73646976-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{73647561-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{75121952-e0d0-43e5-9380-1d80483acf72}" />
          <AitFeature Name="{7607e580-c557-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{77aa99a0-1bd6-484f-8bc7-2c654c9a9b6f}" />
          <AitFeature Name="{77effa68-4f98-4366-ba72-573b3d880571}" />
          <AitFeature Name="{7991eec9-7e89-4d85-8390-6c703cec60c0}" />
          <AitFeature Name="{79eac9c0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{7bb38260-d19c-11d2-b38a-00a0c95ec22e}" />
          <AitFeature Name="{7f40eac0-3947-11d2-874e-00a0c9223196}" />
          <AitFeature Name="{827d1a0e-0f73-11d2-b27a-00a0c9223196}" />
          <AitFeature Name="{831c2c80-c558-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{86e0d1e0-8089-11d0-9ce4-08003e301f73}" />
          <AitFeature Name="{87ce5498-68d6-44e5-9215-6da47ef883d8}" />
          <AitFeature Name="{886d8eeb-8cf2-4446-8d02-cdba1dbdcf99}" />
          <AitFeature Name="{8da64899-c0d9-11d0-8413-0000f822fe8a}" />
          <AitFeature Name="{915daec4-a434-11d2-ac52-00c04f8efb68}" />
          <AitFeature Name="{93014887-242d-4068-8a15-cf5e93b90fe3}" />
          <AitFeature Name="{941c7ac0-c559-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{97ebaacb-95bd-11d0-a3ea-00a0c9223196}" />
          <AitFeature Name="{992cf102-49f9-4719-a664-c4f23e2408f4}" />
          <AitFeature Name="{9a02e012-6303-4e1e-b9a1-630f802592c5}" />
          <AitFeature Name="{9b46e708-992a-11d2-ac4d-00c04f8efb68}" />
          <AitFeature Name="{9b46e709-992a-11d2-ac4d-00c04f8efb68}" />
          <AitFeature Name="{9d41b4a0-c557-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{9db7b9e0-c555-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{9f0670b4-991f-11d2-ac4d-00c04f8efb68}" />
          <AitFeature Name="{a45c254e-df1c-4efd-8020-67d146a850e0}" />
          <AitFeature Name="{a799a800-a46d-11d0-a18c-00a02401dcd4}" />
          <AitFeature Name="{a799a801-a46d-11d0-a18c-00a02401dcd4}" />
          <AitFeature Name="{a799a802-a46d-11d0-a18c-00a02401dcd4}" />
          <AitFeature Name="{a95664d2-9614-4f35-a746-de8db63617e6}" />
          <AitFeature Name="{a99400f4-3d84-4557-94ba-1242fb2cc9a6}" />
          <AitFeature Name="{a9e69800-c558-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{ad809c00-7b88-11d0-a5d6-28db04c10000}" />
          <AitFeature Name="{af6878ac-e83f-11d0-958a-00c04fb925d3}" />
          <AitFeature Name="{b3c7397c-d303-414d-b33c-4ed2c9d29733}" />
          <AitFeature Name="{b61178d1-a2d9-11cf-9e53-00aa00a216a1}" />
          <AitFeature Name="{b7d14566-0509-4cce-a71f-0a554233bd9b}" />
          <AitFeature Name="{b824b49d-22ac-4161-ac8a-9916e8fa3f7f}" />
          <AitFeature Name="{b9f8ac3e-0f71-11d2-b72c-00c04fb6bd3d}" />
          <AitFeature Name="{bc110b6d-57e8-4148-a9c6-91015ab2f3a5}" />
          <AitFeature Name="{bc29a660-30e3-11d0-9e69-00c04fd7c15b}" />
          <AitFeature Name="{bcde0395-e52f-467c-8e3d-c4579291692e}" />
          <AitFeature Name="{bf963d80-c559-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{bfa971f1-4d5e-40bb-935e-967039bfbee4}" />
          <AitFeature Name="{bfb7ff88-7239-4fc9-8fa2-07c950be9c6d}" />
          <AitFeature Name="{c0eb67d4-e807-11d0-958a-00c04fb925d3}" />
          <AitFeature Name="{c3b284d4-6d39-4359-b3cf-b56ddb3bb39c}" />
          <AitFeature Name="{c6e13343-30ac-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{c6e13344-30ac-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{c6e13350-30ac-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{c6e13360-30ac-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{c6e13370-30ac-11d0-a18c-00a0c9118956}" />
          <AitFeature Name="{c8adbd64-e71e-48a0-a4de-185c395cd317}" />
          <AitFeature Name="{c8e2d566-186e-4d49-bf41-6909ead56acc}" />
          <AitFeature Name="{ca724e8a-c3e6-442b-88a4-6fb0db8035a3}" />
          <AitFeature Name="{cb9befa0-a251-11d1-a050-0000f8004788}" />
          <AitFeature Name="{cd63314f-3fba-4a1b-812c-ef96358728e7}" />
          <AitFeature Name="{cf1dda2c-9743-11d0-a3ee-00a0c9223196}" />
          <AitFeature Name="{cf1dda2d-9743-11d0-a3ee-00a0c9223196}" />
          <AitFeature Name="{cf1dda2e-9743-11d0-a3ee-00a0c9223196}" />
          <AitFeature Name="{d3abc7e0-9a61-11d0-a40d-00a0c9223196}" />
          <AitFeature Name="{d666063f-1587-4e43-81f1-b948e807363f}" />
          <AitFeature Name="{da441a60-c556-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{dda54a40-1e4c-11d1-a050-405705c10000}" />
          <AitFeature Name="{dff21be1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21be2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21be3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21be4-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21be5-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21be6-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce4-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce5-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce6-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ce7-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21de1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21de2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21de3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21de5-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ee1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ee2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21ee3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe4-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe5-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe6-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff21fe7-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e4-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e5-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e6-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e7-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e8-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220e9-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220ea-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220eb-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220ec-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220ed-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220ee-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220ef-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220f0-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220f1-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220f2-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{dff220f3-f70f-11d0-b917-00a0c9223196}" />
          <AitFeature Name="{e06d8020-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d8022-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d8023-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d8026-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d802b-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d802c-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d8032-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e06d80e3-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e2f5bb11-0570-40ca-acdd-3aa01277dee8}" />
          <AitFeature Name="{e318ad57-0aa0-450f-aca5-6fab7103d917}" />
          <AitFeature Name="{e436eb80-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e436eb81-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e436eb83-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e436eb86-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e436eb8b-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e436eb8e-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{e4870e26-3cc5-4cd2-ba46-ca0a9a70ed04}" />
          <AitFeature Name="{e539cd90-a8b4-11d1-8189-00a0c9062802}" />
          <AitFeature Name="{e573adc0-c555-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{e88c9ba0-c557-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{e9dd31a3-221d-4adb-8532-9af309c1a408}" />
          <AitFeature Name="{ec529b00-1a1f-11d1-bad9-00609744111a}" />
          <AitFeature Name="{ec529b01-1a1f-11d1-bad9-00609744111a}" />
          <AitFeature Name="{ef0328e0-c558-11d0-8a2b-00a0c9255ac1}" />
          <AitFeature Name="{ef30f379-985b-4d10-b640-a79d5e04e1e0}" />
          <AitFeature Name="{f19f064d-082c-4e27-bc73-6882a1bb8e4c}" />
          <AitFeature Name="{f294acfc-3146-4483-a7bf-addca7c260e2}" />
          <AitFeature Name="{f4b1a599-7266-4319-a8ca-e70acb11e8cd}" />
          <AitFeature Name="{f67104fc-2af9-46fd-b32d-243c1404f3d1}" />
          <AitFeature Name="{f72a76a0-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f72a76e0-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f72a76e3-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f917bc8a-1bba-4478-a245-1bde03eb9431}" />
          <AitFeature Name="{f9b41dc3-96e2-11d2-ac4c-00c04f8efb68}" />
          <AitFeature Name="{fa955fd9-38be-4879-a6ce-824cf52d609f}" />
          <AitFeature Name="{fbf6f530-07b9-11d2-a71e-0000f8004788}" />
          <AitFeature Name="{fc0ca0a7-c316-4fd2-9031-3e628e6d4f23}" />
          <AitFeature Name="{fd0a5af3-b41d-11d2-9c95-00c04f7971e0}" />
          <AitFeature Name="{ffbb6e3f-ccfe-4d84-90d9-421418b03a8e}" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!CreateEventW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!ctime" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="ole32.dll!CoCreateInstance" />
          <AitFeature Name="ole32.dll!CoInitializeEx" />
          <AitFeature Name="ole32.dll!CoTaskMemFree" />
          <AitFeature Name="ole32.dll!CoUninitialize" />
          <AitFeature Name="ole32.dll!PropVariantClear" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventExW" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!QueryPerformanceFrequency" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libplaylist_plugin.dll" Id="0000fad84b4c1cddafd765e88371ff7ea534be00ba34">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_atoi64" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!atol" />
          <AitFeature Name="msvcr110.dll!bsearch" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!getc" />
          <AitFeature Name="msvcr110.dll!isalpha" />
          <AitFeature Name="msvcr110.dll!islower" />
          <AitFeature Name="msvcr110.dll!isspace" />
          <AitFeature Name="msvcr110.dll!isupper" />
          <AitFeature Name="msvcr110.dll!isxdigit" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memchr" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!realloc" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strpbrk" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strspn" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!strtol" />
          <AitFeature Name="msvcr110.dll!strtoul" />
          <AitFeature Name="msvcr110.dll!tolower" />
          <AitFeature Name="msvcr110.dll!toupper" />
          <AitFeature Name="msvcr110.dll!ungetc" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdtstofloat32_plugin.dll" Id="0000fb2e9f28b43c64f8ba3cb81ab2444b146e089744">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!cos" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!cos" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!__setusermatherr" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fprintf" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!fwrite" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsvcdsub_plugin.dll" Id="0000fb65dfba6a350c4deb3d5096eb7031b42665f709">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!memset" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmjpeg_plugin.dll" Id="0000fc5586b81652bc8db85095d7ea9870182d28277e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_strdup" />
          <AitFeature Name="msvcr110.dll!_stricmp" />
          <AitFeature Name="msvcr110.dll!_strnicmp" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcmp" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!strncpy" />
          <AitFeature Name="msvcr110.dll!strrchr" />
          <AitFeature Name="msvcr110.dll!strstr" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libamem_plugin.dll" Id="0000fc7776af446d303a433b7a013e9dee4cd0296533">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtransform_plugin.dll" Id="0000fd5e2ffbfb0779ff666ab5359f14d2234670d78e">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strcmp" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdummy_plugin.dll" Id="0000fe16757366ebc1878fa452a8aa8229d2fd11b812">
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="msvcr110.dll!___lc_codepage_func" />
          <AitFeature Name="msvcr110.dll!__report_gsfailure" />
          <AitFeature Name="msvcr110.dll!_get_output_format" />
          <AitFeature Name="msvcr110.dll!atexit" />
          <AitFeature Name="msvcr110.dll!getenv" />
          <AitFeature Name="msvcr110.dll!mbrlen" />
          <AitFeature Name="msvcr110.dll!mbrtowc" />
          <AitFeature Name="msvcr110.dll!mbsrtowcs" />
          <AitFeature Name="msvcr110.dll!wcrtomb" />
          <AitFeature Name="msvcr110.dll!wcsrtombs" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <AitFeature Name="kernel32.dll!LoadLibraryW" />
          <AitFeature Name="kernel32.dll!SetUnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!Sleep" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!UnhandledExceptionFilter" />
          <AitFeature Name="kernel32.dll!VirtualProtect" />
          <AitFeature Name="msvcrt.dll!___lc_codepage_func" />
          <AitFeature Name="msvcrt.dll!__lc_codepage" />
          <AitFeature Name="msvcrt.dll!_get_output_format" />
          <AitFeature Name="msvcrt.dll!atexit" />
          <AitFeature Name="msvcrt.dll!getenv" />
          <AitFeature Name="msvcrt.dll!mbrlen" />
          <AitFeature Name="msvcrt.dll!mbrtowc" />
          <AitFeature Name="msvcrt.dll!mbsrtowcs" />
          <AitFeature Name="msvcrt.dll!wcrtomb" />
          <AitFeature Name="msvcrt.dll!wcsrtombs" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="msvcr110.dll!__dllonexit" />
          <AitFeature Name="msvcr110.dll!__mb_cur_max" />
          <AitFeature Name="msvcr110.dll!_amsg_exit" />
          <AitFeature Name="msvcr110.dll!_errno" />
          <AitFeature Name="msvcr110.dll!_exit" />
          <AitFeature Name="msvcr110.dll!_initterm" />
          <AitFeature Name="msvcr110.dll!_iob" />
          <AitFeature Name="msvcr110.dll!_lock" />
          <AitFeature Name="msvcr110.dll!_onexit" />
          <AitFeature Name="msvcr110.dll!_unlock" />
          <AitFeature Name="msvcr110.dll!abort" />
          <AitFeature Name="msvcr110.dll!atoi" />
          <AitFeature Name="msvcr110.dll!calloc" />
          <AitFeature Name="msvcr110.dll!fputc" />
          <AitFeature Name="msvcr110.dll!free" />
          <AitFeature Name="msvcr110.dll!localeconv" />
          <AitFeature Name="msvcr110.dll!malloc" />
          <AitFeature Name="msvcr110.dll!memcpy" />
          <AitFeature Name="msvcr110.dll!setlocale" />
          <AitFeature Name="msvcr110.dll!strchr" />
          <AitFeature Name="msvcr110.dll!strerror" />
          <AitFeature Name="msvcr110.dll!strlen" />
          <AitFeature Name="msvcr110.dll!strncmp" />
          <AitFeature Name="msvcr110.dll!wcslen" />
          <AitFeature Name="kernel32.dll!DeleteCriticalSection" />
          <AitFeature Name="kernel32.dll!EnterCriticalSection" />
          <AitFeature Name="kernel32.dll!GetCPInfo" />
          <AitFeature Name="kernel32.dll!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!LoadPackagedLibrary" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
    </AitStaticAnalysis>
  </DEPENDENCY_INFORMATION>
</REPORT>
