﻿<?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="17/05/2013 19:40:10" ID="722c9a00489dd2e8be9cee240d200330">
  <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:25s.59ms">
        <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:04s.86ms">
        <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.53ms">
        <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.47ms">
        <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.24ms">
        <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:36s.20ms">
        <RESULT><![CDATA[FAIL]]></RESULT>
        <MESSAGES>
          <MESSAGE TEXT="API GetModuleHandleA in kernel32.dll is not supported for this application type. libdummy_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 GetModuleHandleA 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. libcompressor_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 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 GetModuleHandleA 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. libxml_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 GetModuleHandleA 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. libscale_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 GetModuleHandleA 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. libdtstofloat32_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 GetModuleHandleA 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. libvoc_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libpodcast_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 GetModuleHandleA 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. librotate_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libcroppadd_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 GetModuleHandleA 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. libsdp_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libg711_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 GetModuleHandleA 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. libsubsdec_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 GetModuleHandleA 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. libxa_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 GetModuleHandleA 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. librv32_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libtta_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 GetModuleHandleA 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. libimage_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 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. libdemuxdump_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 GetModuleHandleA 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. libps_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 GetModuleHandleA 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. libvmem_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 GetModuleHandleA 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. libreal_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 GetModuleHandleA 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. libanaglyph_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 GetModuleHandleA 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. libalphamask_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 GetModuleHandleA 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. libplaylist_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 GetModuleHandleA 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. libpuzzle_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 GetModuleHandleA 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. libflacsys_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 GetModuleHandleA 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. libsharpen_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 GetModuleHandleA 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. libi422_yuy2_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 GetModuleHandleA 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. libaccess_bd_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 __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 GetModuleHandleA 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. libpsychedelic_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 GetModuleHandleA 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. libcanvas_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 GetModuleHandleA 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. libi420_rgb_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libpacketizer_flac_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 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 GetModuleHandleA 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. libgestures_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 GetModuleHandleA 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. libnsc_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 GetModuleHandleA 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. libstl_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 GetModuleHandleA 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. libdtstospdif_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 GetModuleHandleA 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. libpacketizer_mpegvideo_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 GetModuleHandleA 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. libafile_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 GetModuleHandleA 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. libchain_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 GetModuleHandleA 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. libmagnify_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libwav_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 GetModuleHandleA 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. libwave_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 GetModuleHandleA 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. libi420_yuy2_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 GetModuleHandleA 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. libsubsusf_plugin.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 GetModuleHandleA 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. libmpgv_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 GetModuleHandleA 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. libugly_resampler_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 GetModuleHandleA 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. libaccess_vdr_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 GetModuleHandleA 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. libuleaddvaudio_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libyuy2_i422_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 GetModuleHandleA 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. libmotionblur_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 GetModuleHandleA 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. libvlc.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 GetModuleHandleA 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. libaes3_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 GetModuleHandleA 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. libblendbench_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 GetModuleHandleA in kernel32.dll is not supported for this application type. librawdv_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 GetModuleHandleA 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. libdirectsound_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 GetModuleHandleA 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. libchorus_flanger_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 GetModuleHandleA 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. libpacketizer_mlp_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 GetModuleHandleA 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. libtdummy_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libadpcm_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libwall_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libes_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 GetModuleHandleA in kernel32.dll is not supported for this application type. libspeex_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 GetModuleHandleA 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. libdvbsub_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 GetModuleHandleA 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. libpva_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 GetModuleHandleA 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. libstats_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 GetModuleHandleA 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. libhotkeys_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 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. libgain_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 GetModuleHandleA 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. libaudio_format_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 GetModuleHandleA 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. libblend_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 GetModuleHandleA 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. libsvcdsub_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 GetModuleHandleA 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. libstereo_widen_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 GetModuleHandleA 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. libamem_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:01s.44ms">
        <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.53ms">
        <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:27s.44ms">
        <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:17s.95ms">
        <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:01s.30ms">
        <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.34ms">
        <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.63ms">
        <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.43ms">
        <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:12s.96ms">
        <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.42ms">
        <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.19ms">
        <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.69ms">
        <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.69ms">
        <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.68ms">
        <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.21ms">
        <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.70ms">
        <RESULT><![CDATA[PASS]]></RESULT>
        <MESSAGES />
      </TEST>
    </REQUIREMENT>
  </REQUIREMENTS>
  <APPLICATIONS>
    <Installed_Programs>
      <Program Name="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19" Type="Application" Source="AppxPackage" Publisher="CN=VLC" Version="1.0.12.2" Language="1033" OnSystemDrive="true" RootDirPath="C:\dev\winrt\app\ui\bin\x86\Release\AppX" PathEvidenceId="0x16ad" RNP="0x1" DNP="0xd" EvidenceId="0x16ad" Id="0000b12d26352fc62b3faab1b3a8d9db43d700000904">
        <Indicators>
          <DirectoryIndicators>
            <Directory Name="misc" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc" RNP="0x9" DNP="0xb" UniqueId="0x173c" Id="0000e4f7527fed8d464c9a9f1d7fc4e1003c5cdd056d" />
            <Directory Name="demux" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux" RNP="0x9" DNP="0xb" UniqueId="0x1711" Id="000056cdb6503b126a7a77b39b5b8c11a05dd8d653ac" />
            <Directory Name="audio_mixer" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer" RNP="0x9" DNP="0xb" UniqueId="0x16e9" Id="00008e3c9628ce57b35d0e665b7fd844e80b90c2c4a4" />
            <Directory Name="services_discovery" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery" RNP="0x9" DNP="0xb" UniqueId="0x174e" Id="000061c6479a9b4a2a043ffb2ef2b99b422eaa2dff8d" />
            <Directory Name="appx" Path="c:\dev\winrt\app\ui\bin\x86\release\appx" RNP="0x9" DNP="0xb" UniqueId="0x16ae" Id="0000b8d4f78c026c96947b228660a23786130170690d" />
            <Directory Name="meta_engine" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine" RNP="0x9" DNP="0xb" UniqueId="0x1739" Id="0000b2ccee59042d0621f28c314a49a386a2d3fa03e1" />
            <Directory Name="sse2" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\sse2" RNP="0x9" DNP="0xb" UniqueId="0x1752" Id="0000ed160a631f911a94232a97a504999414b10f046f" />
            <Directory Name="codec" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec" RNP="0x9" DNP="0xb" UniqueId="0x16f2" Id="000098724f0273258e86e30415dd780151411032f581" />
            <Directory Name="control" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\control" RNP="0x9" DNP="0xb" UniqueId="0x170d" Id="0000a682d809d5e43f85841d89df28d74d2557e71217" />
            <Directory Name="lua" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\lua" RNP="0x9" DNP="0xb" UniqueId="0x1737" Id="0000f3fcccf257267c8b06d88d64c0f7e3cbaff08134" />
            <Directory Name="stream_filter" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter" RNP="0x9" DNP="0xb" UniqueId="0x1756" Id="000072c2da68a71040e28e90780152336aae427ac5fc" />
            <Directory Name="text_renderer" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\text_renderer" RNP="0x9" DNP="0xb" UniqueId="0x175a" Id="0000430bc2b5d3d70b3a3784e91ed6399315ba2bc504" />
            <Directory Name="audio_output" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output" RNP="0x9" DNP="0xb" UniqueId="0x16ec" Id="0000572ec988c56bcd0a691ea1e8f2bb13da57bdee51" />
            <Directory Name="mmx" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\mmx" RNP="0x9" DNP="0xb" UniqueId="0x1741" Id="0000fc575ca72ec8912fcfa26b34d205fdd1aab2c658" />
            <Directory Name="access" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access" RNP="0x9" DNP="0xb" UniqueId="0x16bf" Id="0000053ffb590f5b11abac0bc8d2ab6ccc759195d316" />
            <Directory Name="packetizer" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer" RNP="0x9" DNP="0xb" UniqueId="0x1745" Id="000014dc0f3f75359451eedd1b0ecd931840159458f8" />
            <Directory Name="plugins" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins" RNP="0x9" DNP="0xb" UniqueId="0x16be" Id="0000cdff5a8b448d17782e1bc983e7f7abb756a41b34" />
            <Directory Name="audio_filter" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter" RNP="0x9" DNP="0xb" UniqueId="0x16d1" Id="0000314c93e4cb2cc960b80744c8c27759cc067913ed" />
            <Directory Name="video_chroma" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma" RNP="0x9" DNP="0xb" UniqueId="0x175c" Id="00003c5276c03112d4eb1d3d98bd72f70d44d419019c" />
            <Directory Name="video_filter" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter" RNP="0x9" DNP="0xb" UniqueId="0x1765" Id="00000225d999f2b5dbf276b91f93b90d877e352505cc" />
            <Directory Name="video_output" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output" RNP="0x9" DNP="0xb" UniqueId="0x1794" Id="0000964a1feff70f834f90dabe09d3506ea9ba642026" />
            <Directory Name="visualization" Path="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\visualization" RNP="0x9" DNP="0xb" UniqueId="0x1799" Id="0000593527d4c245a9f908275a78a0748259992c3c77" />
          </DirectoryIndicators>
          <PackageManifestIndicator>
            <PackageManifest PackageFullName="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19_1.0.12.2_x86__0pvktm11q121m" />
            <Identity Name="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19" Publisher="CN=VLC" 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="0000d9c573e81145193fb0b6605bb6a5cb3249bb4e5a">
            <File Name="libwave_plugin.dll" Id="000093e63dbb34df99900868bf0dd4d2442820fc010b" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33347" SizeOfImage="0x35000" PeHeaderHash="010143ffc17fd17cca74b89b26411bea80bc52eda2d8" PeChecksum="0x424fb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libwave_plugin.dll" LongPathHash="00000a80455de0b3cada69a64c4501d4b1c2bb3ab5f3" UniqueId="0x1792" />
            <File Name="libdrawable_plugin.dll" Id="00006ee820ac0ed92310e5e6240a4f0e6e6765d0eedb" ShortName="LIBDRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31959" SizeOfImage="0x33000" PeHeaderHash="0101cde995fa913c0a27773162221ef18dcc008c1eaa" PeChecksum="0x352ff" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libdrawable_plugin.dll" LongPathHash="00006c26a314551688f130bb5ecec21ba24bb84e4523" UniqueId="0x1795" />
            <File Name="libwall_plugin.dll" Id="0000cfd2a53cd452fb6fb9339e3917ffd8f936a5222d" ShortName="LIBWAL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4e1eb" SizeOfImage="0x4c000" PeHeaderHash="0101903c8026ac2d3d36d1e741a18a0dd425acb5228c" PeChecksum="0x5be2c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libwall_plugin.dll" LongPathHash="00007999f0bf68167fdc0259d13e532a749fd2b58ff9" UniqueId="0x1791" />
            <File Name="libvisual_plugin.dll" Id="00003fe7c09fb8aaa902361bf9f080420a82f083959b" ShortName="LIBVIS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x42067" SizeOfImage="0x42000" PeHeaderHash="01013d330b02757d24759871e67676706a65f1280a7f" PeChecksum="0x4dd44" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\visualization" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\visualization\libvisual_plugin.dll" LongPathHash="0000921764f732e393164bb1edb1b6dd9fc8794b2485" UniqueId="0x179a" />
            <File Name="librotate_plugin.dll" Id="000012c6ad6640338b30c939b5da0884b2df71fff3b2" ShortName="LIBROT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x51bc5" SizeOfImage="0x4f000" PeHeaderHash="010144238b42c1c796a642ce0c0023e00ec3e5b52e1a" PeChecksum="0x61bb5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librotate_plugin.dll" LongPathHash="0000940ccfb26021419718ffc5d563d07de41e0b1fd3" UniqueId="0x1788" />
            <File Name="librss_plugin.dll" Id="0000546767f643648336c61f738c963d68a09a6ad727" ShortName="LIBRSS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b45e" SizeOfImage="0x3b000" PeHeaderHash="0101b56ed846054483115893fcbec5f0630f9633c6be" PeChecksum="0x4abd8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librss_plugin.dll" LongPathHash="0000b15344386e80feaa50927c99d517a9d6f4da5ada" UniqueId="0x1789" />
            <File Name="libscale_plugin.dll" Id="00000a8f28d2eef8d8c258710bed7dcd1c52a48a59e7" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x338be" SizeOfImage="0x35000" PeHeaderHash="01015c697d949c817a2348c6d45d964495be366241a1" PeChecksum="0x3f68d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscale_plugin.dll" LongPathHash="00001c53834cd4ad0cbb98e6cb1dbce2599ce293bdb6" UniqueId="0x178a" />
            <File Name="libpuzzle_plugin.dll" Id="000043fbf965bf52efea01a480ab9f9863fe8976c2a3" ShortName="LIBPUZ~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5d19f" SizeOfImage="0x5c000" PeHeaderHash="0101c640d620c38cc4d791bcebdfe806edc266d3a6f6" PeChecksum="0x68a02" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:42" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpuzzle_plugin.dll" LongPathHash="0000ffda268cf7aa56c8560d4875b61d85094e0335e6" UniqueId="0x1786" />
            <File Name="libsharpen_plugin.dll" Id="00004d81e0af4d1f9ee3b87c7a6766708a6d72769378" ShortName="LIBSHA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34648" SizeOfImage="0x36000" PeHeaderHash="0101900314c328eb98b84ff7800e0f302c530dcf3a00" PeChecksum="0x3c0f4" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsharpen_plugin.dll" LongPathHash="000035a7dd08fc55ac880ce2ff7f76ebed14410eaa18" UniqueId="0x178d" />
            <File Name="libscene_plugin.dll" Id="00000bfc12c360a21cddf0a7dba9d41a6b5034b43ed8" ShortName="LIBSCE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35954" SizeOfImage="0x36000" PeHeaderHash="01015995cf24cab9e8eae1594320cadedf584201b3bf" PeChecksum="0x35b4d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscene_plugin.dll" LongPathHash="000042b6f559d3e689e1b3dc9986fe0e2c7f56b2f1ff" UniqueId="0x178b" />
            <File Name="libswscale_plugin.dll" Id="0000e2cd28d3035a377255fafc599cd6b154c618b289" ShortName="LIBSWS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x1653f0" SizeOfImage="0x159000" PeHeaderHash="01016d4f3c3e8d6c1562a765eb102180452b0b543e5c" PeChecksum="0x16f599" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:42" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libswscale_plugin.dll" LongPathHash="00006155e09ddd06d3728d6c67429f17f94ec0d5850d" UniqueId="0x178f" />
            <File Name="libyuv_plugin.dll" Id="0000ca3cb2797a214c1817f38777e20df65bfa5362fe" ShortName="LIBYUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34d5f" SizeOfImage="0x36000" PeHeaderHash="0101fe9c2efb854fb0feecb745cc527bada73ce71dd5" PeChecksum="0x38364" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libyuv_plugin.dll" LongPathHash="00002115e2b8ce395c49c4d1571c38384fd6d655f294" UniqueId="0x1798" />
            <File Name="libsepia_plugin.dll" Id="000001b925a8f731744b4e3ec4da0468235773cdc901" ShortName="LIBSEP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3570e" SizeOfImage="0x36000" PeHeaderHash="0101af74f15e71eb35df4376d9745676569424121ca6" PeChecksum="0x412b1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsepia_plugin.dll" LongPathHash="0000cc16eeca8768b9cb9720a355f7e2ce259a866026" UniqueId="0x178c" />
            <File Name="libyuvp_plugin.dll" Id="0000a112ec3eb8b26ff45ff0da0531c1c41ef765be49" ShortName="LIBYUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32ffa" SizeOfImage="0x34000" PeHeaderHash="010138d12a0bae64a15d24002fd558e9e97c2016b34b" PeChecksum="0x3eb8a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libyuvp_plugin.dll" LongPathHash="0000ca54e06d53920e9da462ddd9a986f20dbe836b59" UniqueId="0x1793" />
            <File Name="libvdummy_plugin.dll" Id="00005a5d3753a02f6e5755c325f5dbb82dc9c70336b0" ShortName="LIBVDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32d6a" SizeOfImage="0x34000" PeHeaderHash="0101036f0e119108dc9f04fcdefbe48bdf85409ea667" PeChecksum="0x34cf9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libvdummy_plugin.dll" LongPathHash="00002e80f9ba1ef12885f4db886aca737e66c614c33a" UniqueId="0x1796" />
            <File Name="libvmem_plugin.dll" Id="000038b952b5f35eb8e120bfa714d991b78d690abd04" ShortName="LIBVME~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34f7c" SizeOfImage="0x36000" PeHeaderHash="0101e8f312b89566babe7680fbe0d33df6b7e64f3f1c" PeChecksum="0x4188c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libvmem_plugin.dll" LongPathHash="0000b1d852a52c38fa945a79f3aa9f58468406242eeb" UniqueId="0x1797" />
            <File Name="libsubsdelay_plugin.dll" Id="0000174004114581965a5f5827ac0c7ab722942bea62" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x39edd" SizeOfImage="0x3a000" PeHeaderHash="0101f28f257035433fbd437725de5a8d2bb4f30d4243" PeChecksum="0x3c96e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsubsdelay_plugin.dll" LongPathHash="0000c2b0b0e1431dfb9f2e721fd6880bfe11c3f8e0f9" UniqueId="0x178e" />
            <File Name="libtransform_plugin.dll" Id="0000405bafa9ad7c2a2553e4d96aa7308f6333ad8874" ShortName="LIBTRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3f253" SizeOfImage="0x40000" PeHeaderHash="010107101fab46e091c1370584ad886f5d73177d1f18" PeChecksum="0x4d4fe" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libtransform_plugin.dll" LongPathHash="0000e5e788ac20d3dac787d4c934498555da9d5d092f" UniqueId="0x1790" />
            <File Name="libripple_plugin.dll" Id="00003580708855b45ce89fd45dd960cf4555c7f48868" ShortName="LIBRIP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33347" SizeOfImage="0x35000" PeHeaderHash="01015c48fb7d9e1eeec37caad3ea0ef917f2ab78e914" PeChecksum="0x334d1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libripple_plugin.dll" LongPathHash="00004bf95d7b98d918f301ae1f40bd832606ad2a1e98" UniqueId="0x1787" />
            <File Name="libparam_eq_plugin.dll" Id="00006c91529892a3b4c5cb462219ef9dbce2d23ade1a" ShortName="LIBPAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x395f9" SizeOfImage="0x3a000" PeHeaderHash="010183888006f8cee62fac9c833e857e27991efce547" PeChecksum="0x3d9ce" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libparam_eq_plugin.dll" LongPathHash="00009a1c7db3d816fb8eeb565bad39ec8c8a94acbf88" UniqueId="0x16e0" />
            <File Name="libscaletempo_plugin.dll" Id="0000a3c4fc65205c79ddc89fb9e0b1c58cf1022bf429" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3560c" SizeOfImage="0x36000" PeHeaderHash="0101a3d677b68b5855a9d792f19974842b304ba44269" PeChecksum="0x41437" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libscaletempo_plugin.dll" LongPathHash="00006adbbce9336d389c6c5420bb74f27882ae2264c1" UniqueId="0x16e2" />
            <File Name="libfloat_mixer_plugin.dll" Id="0000a13b3113763c94b4bbaf25d7887b6a13c7a914f5" ShortName="LIBFLO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30515" SizeOfImage="0x33000" PeHeaderHash="01011468c4cc0126a0eec01df2ca80ed0b0eaee10f03" PeChecksum="0x30f11" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:31" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libfloat_mixer_plugin.dll" LongPathHash="0000e93756c2d34fd6cf83adcae892794836b37e34bc" UniqueId="0x16ea" />
            <File Name="libaccess_udp_plugin.dll" Id="000066991b20d9d30694e5e0e370b4775f5a1c47a2d9" ShortName="LIE42A~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x323cf" SizeOfImage="0x33000" PeHeaderHash="01019cf0acba871a524362a78b1d9c4f8a4738187d85" PeChecksum="0x40b51" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:15" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_udp_plugin.dll" LongPathHash="00000e27e68348f9b18537ed08b4aa5202e5ad482b59" UniqueId="0x16c8" />
            <File Name="libdirectsound_plugin.dll" Id="0000bf8b828a298379523583c870c8755f6fa19bf805" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3d1ba" SizeOfImage="0x3c000" PeHeaderHash="0101553b5a402a06f73ea0b0aa54bfa698c4e2ad68df" PeChecksum="0x48b87" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:35" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libdirectsound_plugin.dll" LongPathHash="000005b67a0e0011a78c1e34893d90cd3aa7b08c34d5" UniqueId="0x16f0" />
            <File Name="libsimple_channel_mixer_plugin.dll" Id="0000afbedf392881b48a83f5b3e01bb29b4dc538bf99" ShortName="LIBSIM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x365a0" SizeOfImage="0x37000" PeHeaderHash="01012672581f78da495ef0479a8b23454c1ff57b14a0" PeChecksum="0x3946d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libsimple_channel_mixer_plugin.dll" LongPathHash="0000c847ea26c0c882c41a036a6a26462d4c613a5cbd" UniqueId="0x16e3" />
            <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="05/15/2013 12:01:10" Modified="10/25/2012 00:44:18" OriginalFilename="Microsoft.Practices.ServiceLocation.dll" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\microsoft.practices.servicelocation.dll" LongPathHash="00004c480303210f76e4635a320ff592c5286fe9be69" UniqueId="0x16b3" />
            <File Name="libmmdevice_plugin.dll" Id="00002b942874e8fbe1de88c32bb18cc81370256e0d2c" ShortName="LIBMMD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5cafc" SizeOfImage="0x4d000" PeHeaderHash="010168e8a706b4ea36e72508ab5d31ee8403d527176d" PeChecksum="0x62283" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:35" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libmmdevice_plugin.dll" LongPathHash="00008e0df3edf531569c2d5d2952613aa3082a188db9" UniqueId="0x16f1" />
            <File Name="liba52_plugin.dll" Id="000041aabfeb06b57b8508794915b197867108f3f415" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36eee" SizeOfImage="0x37000" PeHeaderHash="010124a65022d8bf9b2088c5726b82e6092aa78088ff" PeChecksum="0x3cb56" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:55" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\liba52_plugin.dll" LongPathHash="00004bdbef6fa20661896e2d76ad86f466876b4de288" UniqueId="0x16f3" />
            <File Name="libvlc.dll" Id="0000b33f1dec1e405f1726cc25f62ecf500b694c0ffe" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.1.0.0" VerLanguage="1033" SwitchBackContext="0x0100000000000400" FileVersion="2.1.0-pre1" Size="0x94e55" SizeOfImage="0x8b000" PeHeaderHash="01016931a23377fd4f94772e62251a10319f855baa90" PeChecksum="0x99a01" 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/17/2013 13:44:22" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\libvlc.dll" LongPathHash="00006309ff2b4ff3f6c92cfe604ec5895a26a1e95da7" UniqueId="0x16b1" />
            <File Name="libsdp_plugin.dll" Id="000019d959e327ac5f5c6c3d694beb8fa73a20961403" ShortName="LIBSDP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30d21" SizeOfImage="0x33000" PeHeaderHash="01019345724a083818b997f133f1308f724041a184eb" PeChecksum="0x38fd3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:16" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libsdp_plugin.dll" LongPathHash="0000c918a0a53d636b5f224a95522a4a961f332f6d87" UniqueId="0x16cd" />
            <File Name="VLC_WINRT.exe" Id="00003fe7f53a14c677d92fb27acb97ce9a6fc4f9fe08" 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="0101aaa8ed54b831c207bbd28b111f1de6810346f535" 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/17/2013 17:21:14" BinaryType="DOTNET32" Created="05/15/2013 12:01:10" Modified="05/17/2013 17:21:14" OriginalFilename="VLC_WINRT.exe" RunLevel="AsInvoker" UiAccess="false" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\vlc_winrt.exe" LongPathHash="00008bd87b50dae758533deeee8cfbbaffe930e4d80d" UniqueId="0x16b4" />
            <File Name="libremap_plugin.dll" Id="000006fe92d0e222bfeca537c18a742b937fa59f38ad" ShortName="LIBREM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3690a" SizeOfImage="0x37000" PeHeaderHash="010188ecd3b1a01d2e16dc73c828e9ba6deccee5501f" PeChecksum="0x45a8b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libremap_plugin.dll" LongPathHash="0000324f162d2ffda8095398908d655c1307659683ab" UniqueId="0x16e1" />
            <File Name="libspeex_resampler_plugin.dll" Id="0000b844fb5299cb051d64e1e52407b108b2d1a82fea" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b589" SizeOfImage="0x3c000" PeHeaderHash="010138fa38044447d63b433d6f6cfb343cfc7ecc4ae2" PeChecksum="0x4203c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:30" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspeex_resampler_plugin.dll" LongPathHash="0000511302ea84dfb9cd35caf1dd27f48a3a035a49f6" UniqueId="0x16e5" />
            <File Name="libheadphone_channel_mixer_plugin.dll" Id="000045ff4fb11f9a73aa080a6866318616b5b2b91ab3" ShortName="LIBHEA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3592d" SizeOfImage="0x36000" PeHeaderHash="0101e37779b68cfa109f27e08ef2a68d581b4b872d90" PeChecksum="0x3f2ab" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libheadphone_channel_mixer_plugin.dll" LongPathHash="0000a0b554bbc820442d66c43206aa8982354992508e" UniqueId="0x16dc" />
            <File Name="libadummy_plugin.dll" Id="0000f4985e7976663f6bdea21769a4ff5d1548b0e1e7" ShortName="LIBADU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30a7b" SizeOfImage="0x33000" PeHeaderHash="0101be83900b719c856781fee836456c26ff83f7e41e" PeChecksum="0x35108" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:34" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libadummy_plugin.dll" LongPathHash="0000998b624dcbe71156b9f362086b9a814db2facad0" UniqueId="0x16ed" />
            <File Name="libvlccore.dll" Id="000033e140d719268985919444bea58e56854d4b668a" 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="0x418ac3" SizeOfImage="0x3e8000" PeHeaderHash="01011bd87e834a259c165a8989086a96ca614effc75c" PeChecksum="0x41fb1c" 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/17/2013 13:39:47" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\libvlccore.dll" LongPathHash="0000272709dc094e0c6d948fe8152dab945e536a6001" UniqueId="0x16b2" />
            <File Name="libaccess_ftp_plugin.dll" Id="000062038f10a4f4910be0bc80554bf7de6b67f41049" ShortName="LIBACC~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x52df9" SizeOfImage="0x52000" PeHeaderHash="010124c21130d55d1409b514c407988a7769295aa7cc" PeChecksum="0x534d5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:15" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_ftp_plugin.dll" LongPathHash="0000bb03aecaf543ef6d5c646f2a07c82f6c99a66a4a" UniqueId="0x16c2" />
            <File Name="libstream_filter_rar_plugin.dll" Id="0000cf15256d1412beb0d05761e6a1e73f42606d1aba" ShortName="LIBSTR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36360" SizeOfImage="0x37000" PeHeaderHash="01011cc22d62ea5236c58e7253c12193352bf370aa6e" PeChecksum="0x42fc4" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:17" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libstream_filter_rar_plugin.dll" LongPathHash="000098c3fdb5ca98c0006faabb9e6c5c863e03b185db" UniqueId="0x16cf" />
            <File Name="liba52tospdif_plugin.dll" Id="00001993b3ae35d3c20020ef03608daa028d2bda3321" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3261f" SizeOfImage="0x34000" PeHeaderHash="0101c40dd1e2f3bd43fe86467142b74fb296ee967edd" PeChecksum="0x4257a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:30" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\liba52tospdif_plugin.dll" LongPathHash="0000b66506afdb6f020c5f069f37ad35d081e9bc2eea" UniqueId="0x16d2" />
            <File Name="VLC_Wrapper.winmd" Id="00007fa6dd982bcae24267e7d0c95d00d9288b59b0ae" ShortName="VLC_WR~1.WIN" SwitchBackContext="0x0100000000000602" Size="0xe00" SizeOfImage="0x2000" PeHeaderHash="0101f43155367d21e401115506cd53efa22d8dd87a25" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="05/17/2013 17:21:12" BinaryType="DOTNET32" Created="05/15/2013 12:01:10" Modified="05/17/2013 17:21:12" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\vlc_wrapper.winmd" LongPathHash="00006ddc3c500ed127b78cda6a8da262171613fafa47" UniqueId="0x16b6" />
            <File Name="libfilesystem_plugin.dll" Id="00002b949f8e2dd797543811a69d671ad33b971849b8" ShortName="LIBFIL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3c4bf" SizeOfImage="0x3b000" PeHeaderHash="0101e9ff22618494ea61e844dd9b85e14dfadcd62172" PeChecksum="0x460bf" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:14" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libfilesystem_plugin.dll" LongPathHash="0000b4a2e9d552502398e22d9cdf7eb2c2cc9e00c92c" UniqueId="0x16ca" />
            <File Name="libchorus_flanger_plugin.dll" Id="0000c189becfda843a64548829f2641fa54f931633b3" ShortName="LIBCHO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3534c" SizeOfImage="0x36000" PeHeaderHash="0101eec0193f01a292d7317dd234a355b5a8cab8c1c7" PeChecksum="0x3f253" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libchorus_flanger_plugin.dll" LongPathHash="000038de9424d4c546433a6c579049c6e1544e355b0f" UniqueId="0x16d5" />
            <File Name="libaccess_vdr_plugin.dll" Id="0000a2bb3cdf5001ca1b42bce5db70b523adb83cefd5" ShortName="LI9183~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x55280" SizeOfImage="0x51000" PeHeaderHash="01019e11c97749ac45a36af2ac444f755ebf3f204f60" PeChecksum="0x5787e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:17" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_vdr_plugin.dll" LongPathHash="0000d0e7a6c92284eb83640f883c1f691ad9a240a048" UniqueId="0x16c9" />
            <File Name="libshm_plugin.dll" Id="00000d26336a76919df5a94049f1bf9ba87610a7e5f9" ShortName="LIBSHM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34e81" SizeOfImage="0x36000" PeHeaderHash="010188ea0853f8f6a9c18837ab0c394ea96291d0a4b3" PeChecksum="0x4275d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:17" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libshm_plugin.dll" LongPathHash="000041b332ee5a3bc6eb8a92e4262bf201ea5af117b2" UniqueId="0x16ce" />
            <File Name="libequalizer_plugin.dll" Id="00003b52373a532dca7b30208609de257816cba2a72b" ShortName="LIBEQU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ee44" SizeOfImage="0x3f000" PeHeaderHash="01019f376c875268eabe31fb14a8060850cb9d9e2a1c" PeChecksum="0x4ae63" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libequalizer_plugin.dll" LongPathHash="0000bec1381baf8e1260c29ea45341cdefb10e50d40e" UniqueId="0x16da" />
            <File Name="libaccess_http_plugin.dll" Id="0000d83b6744f9293f628be2d7236296eed35a333a38" ShortName="LIBACC~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x66984" SizeOfImage="0x62000" PeHeaderHash="0101087097c90d23e25625456c9d237c05943fed4fe0" PeChecksum="0x6e485" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:15" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_http_plugin.dll" LongPathHash="00000078a836e9f03572758caa062d6e2e74c63441d7" UniqueId="0x16c3" />
            <File Name="libaccess_attachment_plugin.dll" Id="0000bf8bdd293d5303ada06a918ee6369707585f02eb" ShortName="LIBACC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31cb2" SizeOfImage="0x33000" PeHeaderHash="01015e3124c3d0f054deac6ce93d73663f3dd039733b" PeChecksum="0x35e06" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:16" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_attachment_plugin.dll" LongPathHash="0000c21921274cff168b59ccd3f3dcd8d33fba545643" UniqueId="0x16c0" />
            <File Name="libaccess_bd_plugin.dll" Id="00005425436c0a44fd326cb85e2be23d21c797ca83c3" ShortName="LIBACC~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x60932" SizeOfImage="0x5f000" PeHeaderHash="0101347f2b3166cf861e38040ff02d9ca1282840b327" PeChecksum="0x6168c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:17" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_bd_plugin.dll" LongPathHash="0000b763d36b3f691996f99acadd7f280b72ce7ed98c" UniqueId="0x16c1" />
            <File Name="libaccess_tcp_plugin.dll" Id="0000ef86790d5eca6031865b6243f084fbd0399be9ef" ShortName="LI28EA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3205d" SizeOfImage="0x33000" PeHeaderHash="01016343c2d622ee6750fff645a57fd14799c7c2d38c" PeChecksum="0x35dd7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:15" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_tcp_plugin.dll" LongPathHash="000097687aa08e31de7bc28471d637888f948e1db698" UniqueId="0x16c7" />
            <File Name="libgain_plugin.dll" Id="0000e5f409c9fb35305f0a0362bee111b14535d339df" ShortName="LIBGAI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32c0a" SizeOfImage="0x34000" PeHeaderHash="01012c6f25ccf53d2045594ed2b80fd6fd662b7316d6" PeChecksum="0x3e5bc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libgain_plugin.dll" LongPathHash="0000dddef85876d81a015083f53905a11f9418e22671" UniqueId="0x16db" />
            <File Name="libmono_plugin.dll" Id="0000572d9098814f3230c942581b2b2f671bbc4d33f9" ShortName="LIBMON~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36377" SizeOfImage="0x37000" PeHeaderHash="01016b7f8c074298bbfcdac90bfa0daaa71144441488" PeChecksum="0x396da" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libmono_plugin.dll" LongPathHash="00002f36efd276c2248d29bfb8cc0020eda5f1063cd6" UniqueId="0x16de" />
            <File Name="libaudiobargraph_a_plugin.dll" Id="000004ae039e58acad198476eb3d8e0abacc67c8a47b" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x367e3" SizeOfImage="0x36000" PeHeaderHash="010171841dc00e9748839bd02f63c208304483e9f889" PeChecksum="0x37d2a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libaudiobargraph_a_plugin.dll" LongPathHash="0000ce433fde1d4dcd3e0e744150d36663c1ee30da54" UniqueId="0x16d3" />
            <File Name="libcompressor_plugin.dll" Id="000003fc5a0a0df5af62a8a900df32d4ad66670b7b56" ShortName="LIBCOM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3c766" SizeOfImage="0x3d000" PeHeaderHash="01011468086ea67c93a817e8a00447184928f6ccae3c" PeChecksum="0x3fd59" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libcompressor_plugin.dll" LongPathHash="000065b3df640f1b46a6063d6ac9185e733633c2e611" UniqueId="0x16d6" />
            <File Name="libzip_plugin.dll" Id="0000da0266150320da2b0bbefc1e5a80246bcd944e71" ShortName="LIBZIP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x6ca19" SizeOfImage="0x67000" PeHeaderHash="0101e9145afbd911cdc769e174baf8eed02a2db262fc" PeChecksum="0x785c3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:18" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libzip_plugin.dll" LongPathHash="00001e14d4d9203cebf510e71a62610245cada0241f1" UniqueId="0x16d0" />
            <File Name="libspatializer_plugin.dll" Id="00009dce9d836ddb4d018e7ff0d287259cf115913eef" ShortName="LIBSPA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x54d83" SizeOfImage="0x50000" PeHeaderHash="0101e41f25bbe77abde7f8cd96176e2040b3340540d9" PeChecksum="0x58d5b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspatializer_plugin.dll" LongPathHash="0000caf733f1601c4b43fb6f88847a96e2475f212ef0" UniqueId="0x16e4" />
            <File Name="libtrivial_channel_mixer_plugin.dll" Id="0000949f100868dc0965bbb84cb6015831857be4538f" ShortName="LIBTRI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x330d0" SizeOfImage="0x35000" PeHeaderHash="0101fa47136afe6d8572d4140b3c0ea5e96f6a2a816a" PeChecksum="0x38f21" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll" LongPathHash="00009fcdfa6a262481cb9818c2a10a333a7f2f9e8aa7" UniqueId="0x16e7" />
            <File Name="libaudio_format_plugin.dll" Id="0000edb112e0f0f8d66c3ca2ebadaf19dc9bf8e8afe9" ShortName="LIBAUD~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x39323" SizeOfImage="0x3a000" PeHeaderHash="010151dd79b2be7d268191896fcb648b5790d9ec1a09" PeChecksum="0x47047" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:30" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libaudio_format_plugin.dll" LongPathHash="0000c8630231b6c03b8ee61c03f67bc34fadfb5c30d1" UniqueId="0x16d4" />
            <File Name="libstereo_widen_plugin.dll" Id="0000fd4994ef7eca3f11a6c0706b2844f5a4594012f3" ShortName="LIBSTE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33c21" SizeOfImage="0x35000" PeHeaderHash="01014d88dae604d4ee1c26d9aec532cb46a5d39c5d6b" PeChecksum="0x3b8ff" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libstereo_widen_plugin.dll" LongPathHash="00001f867b1e88afc9756124a37d25be96e0cdea2457" UniqueId="0x16e6" />
            <File Name="libinteger_mixer_plugin.dll" Id="0000c5517e2209752cc2d1fa6e040c88ef86cf115b57" ShortName="LIBINT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32053" SizeOfImage="0x34000" PeHeaderHash="01012d405991ad5cbb3fc20d0e0d3b5ab3da5cce735f" PeChecksum="0x3379e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:31" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libinteger_mixer_plugin.dll" LongPathHash="000001098b452cc67497c204e44d9008c93f853073b3" UniqueId="0x16eb" />
            <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="05/15/2013 12:01:10" Modified="10/28/2012 09:43:12" OriginalFilename="GalaSoft.MvvmLight.Extras.Win8.dll" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\galasoft.mvvmlight.extras.win8.dll" LongPathHash="0000f0e550e7950fef62db188369a2b2f1ca262cbbed" UniqueId="0x16af" />
            <File Name="libugly_resampler_plugin.dll" Id="0000a10c6398ae5be68e6765b23178c61dce0aff83f6" ShortName="LIBUGL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3299f" SizeOfImage="0x34000" PeHeaderHash="0101069020c4d9f75c54bfac7d43a84a6f9c1a443b93" PeChecksum="0x35d79" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:30" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libugly_resampler_plugin.dll" LongPathHash="0000c1ecb6eb84dcb523473d697687088b8a966e262b" UniqueId="0x16e8" />
            <File Name="VLC_Wrapper.dll" Id="000071e1128d135e178afca44baa3a335dbe8b3ff1c7" ShortName="VLC_WR~1.DLL" SwitchBackContext="0x0100000000000602" Size="0xe400" SizeOfImage="0x12000" PeHeaderHash="0101de63239ff71fa520541f698af7c4a80828c3f787" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="2" LinkerVersion="11.0" LinkDate="05/17/2013 17:21:12" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 17:21:12" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\vlc_wrapper.dll" LongPathHash="0000f81a3f18118d8f91754c1bd404e2b10dec3b038c" UniqueId="0x16b5" />
            <File Name="libafile_plugin.dll" Id="000082e11be3b06175136b7496a12ef8769dd5d3cd9b" ShortName="LIBAFI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32f71" SizeOfImage="0x35000" PeHeaderHash="01016bb4544bc0b4d0427d3ae787bfeb6d491e4d762d" PeChecksum="0x3f60f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:35" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libafile_plugin.dll" LongPathHash="000078831c94cc5bc6081a792cbdb854866b476cb22c" UniqueId="0x16ee" />
            <File Name="libdolby_surround_decoder_plugin.dll" Id="00003bc40976f143f9821178b0b1213c0c53b0cc486c" ShortName="LIBDOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32fbb" SizeOfImage="0x34000" PeHeaderHash="01019f0ed3b192f80b3e59cf9ea86066a2934a286007" PeChecksum="0x3d8be" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:29" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdolby_surround_decoder_plugin.dll" LongPathHash="000023d9e263d37bcdbe106d878225997181e1f47b6f" UniqueId="0x16d7" />
            <File Name="libamem_plugin.dll" Id="0000ffc3086d47fd5b17ee33842df5a48abbb3ea5eb0" ShortName="LIBAME~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33638" SizeOfImage="0x35000" PeHeaderHash="0101f0080c6f6761ca207c4988a94616e77d6ef7205c" PeChecksum="0x3afa5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:35" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libamem_plugin.dll" LongPathHash="00000c9bdb25b8b6be49328d3cfbc61414994e9e8b41" UniqueId="0x16ef" />
            <File Name="libaccess_imem_plugin.dll" Id="0000f94d892fd51d32fdabc2245658f5d53ddd896157" ShortName="LID494~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a689" SizeOfImage="0x3b000" PeHeaderHash="010144e3148095bc1b61d9c9aeaa47c687c0704556d2" PeChecksum="0x44ad9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:16" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_imem_plugin.dll" LongPathHash="0000455ba5657f0d943ceb7437d551c64a6fcd45c54e" UniqueId="0x16c4" />
            <File Name="libaccess_mms_plugin.dll" Id="0000a8a544410303d810af3eda6887147b1f5f7c4cad" ShortName="LIF491~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x51d59" SizeOfImage="0x4f000" PeHeaderHash="0101bffdf45e3538802ac46146911f0102dd858207b7" PeChecksum="0x5434c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:18" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_mms_plugin.dll" LongPathHash="00008cfaa18062300ec72b18a17411d4f40b9cc53d34" UniqueId="0x16c5" />
            <File Name="libkaraoke_plugin.dll" Id="0000948a63554e040a250befd67b674a5c956bfeb053" ShortName="LIBKAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3206a" SizeOfImage="0x34000" PeHeaderHash="0101892cfc29ec5de3a0ef138b420bb4837ce26d2a56" PeChecksum="0x38df1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libkaraoke_plugin.dll" LongPathHash="0000805ece12504081b27fd39e26cf92180089e46de5" UniqueId="0x16dd" />
            <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="05/15/2013 12:01:10" Modified="10/28/2012 09:43:12" OriginalFilename="GalaSoft.MvvmLight.Win8.dll" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\galasoft.mvvmlight.win8.dll" LongPathHash="00002e4556f3da9a545880627cbb1badff40386cc0d8" UniqueId="0x16b0" />
            <File Name="libaccess_rar_plugin.dll" Id="000050c7fd586c59e27f9a81157be5537eb0d70bbf0a" ShortName="LI595D~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x375c6" SizeOfImage="0x38000" PeHeaderHash="0101588222734ac7b995dcd07e47b14686ed9c89b449" PeChecksum="0x44833" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:16" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_rar_plugin.dll" LongPathHash="000013289c4ad0fa5b4af5171966e0ff83984f82464e" UniqueId="0x16c6" />
            <File Name="libidummy_plugin.dll" Id="000040668a19e754fa08e2d1b79360035e8f4e76212f" ShortName="LIBIDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32f4a" SizeOfImage="0x34000" PeHeaderHash="01013181d11f2b9fd5e23191139c3772d1a6249db04c" PeChecksum="0x3790f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:14" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libidummy_plugin.dll" LongPathHash="000066121c0631212f2a9a5beddd218c7d448c3e3678" UniqueId="0x16cb" />
            <File Name="libdtstospdif_plugin.dll" Id="00007914fc860bfcf077c0305caebedbdc9319b91ef9" ShortName="LIBDTS~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x33781" SizeOfImage="0x35000" PeHeaderHash="01016bde2026e686c14d68ddb7aec1cfe481613b7ff5" PeChecksum="0x34348" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:30" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstospdif_plugin.dll" LongPathHash="000014e357960eec40d175735d9a465f54472911e091" UniqueId="0x16d9" />
            <File Name="librtp_plugin.dll" Id="000054f4759cfd61fdffec9df2bee5d788de01634171" ShortName="LIBRTP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4698d" SizeOfImage="0x45000" PeHeaderHash="0101736269ed7715bec90bbe26a917712634a1c1584c" PeChecksum="0x46af6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:39:49" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\librtp_plugin.dll" LongPathHash="000061b9d271426d63a4cf611fe913ae29313b19aac0" UniqueId="0x16cc" />
            <File Name="libdtstofloat32_plugin.dll" Id="00000ca3f5195e42da45aad6a671c6fee59c62d8bd7f" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x679f0" SizeOfImage="0x68000" PeHeaderHash="0101ae5ce0a787a88054ae17d5b6975a9a93f8f7c285" PeChecksum="0x6d43d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstofloat32_plugin.dll" LongPathHash="000007c2587cec44fc121888966b50d7ff7c808ece77" UniqueId="0x16d8" />
            <File Name="libnormvol_plugin.dll" Id="00000d7233dec2ffd5822ae83b813e876df66d9b80e8" ShortName="LIBNOR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33c47" SizeOfImage="0x35000" PeHeaderHash="01019ce1428d5766358bf899b0497cf0bc31f2dac44d" PeChecksum="0x41b5d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libnormvol_plugin.dll" LongPathHash="0000598e7c4b954d94ac033d5beefd025e5ec6d1f7cd" UniqueId="0x16df" />
            <File Name="libuleaddvaudio_plugin.dll" Id="0000a83be3fc42acffa89e0e3474d72e05bbfbee85e6" ShortName="LIBULE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33c0f" SizeOfImage="0x35000" PeHeaderHash="0101f37182d0dde14f88a40e5b94504219d679f8d04a" PeChecksum="0x3a45a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:55" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libuleaddvaudio_plugin.dll" LongPathHash="00008f401df2d611628eea620db29d5e97451a61a426" UniqueId="0x170c" />
            <File Name="libdemuxdump_plugin.dll" Id="000033e1a1d8d43840c138b23e0642ae3db11425defa" ShortName="LIBDEM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32f04" SizeOfImage="0x34000" PeHeaderHash="01012571122798ab4a1d7b1a9049bfcbe1a39a5f68fe" PeChecksum="0x3afc3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemuxdump_plugin.dll" LongPathHash="0000d16e9bfe686cfbc3257fe178bc403ee8390c61cd" UniqueId="0x1716" />
            <File Name="libmkv_plugin.dll" Id="000031db4d1b01e5f86c0982288de7f7d83d117e431d" ShortName="LIBMKV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x75d0a3" SizeOfImage="0x620000" PeHeaderHash="0101084752dcfaaf508dd0c28069460860f34f2a3cb4" PeChecksum="0x76680c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmkv_plugin.dll" LongPathHash="0000aee3f3c7f31d3898b36eb08a7b226d69e162e514" UniqueId="0x171f" />
            <File Name="libtta_plugin.dll" Id="00002dd63ece91386bb26ae7647004a8e23fe48387ed" ShortName="LIBTTA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33f96" SizeOfImage="0x35000" PeHeaderHash="010100a8c27f2a1ff8d48f945f43dcbcdad4043ee3b6" PeChecksum="0x36d49" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libtta_plugin.dll" LongPathHash="0000bad4a8c262fba6a52079a27302ca98385244b8bf" UniqueId="0x1730" />
            <File Name="libpng_plugin.dll" Id="0000add2ea4bad83b743b9d98153eb8221f031889b2f" ShortName="LIBPNG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x94abf" SizeOfImage="0x8f000" PeHeaderHash="01012987b87dcf6c9c8d8e8bb7749b238e104b2ba8d4" PeChecksum="0x98270" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:53" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libpng_plugin.dll" LongPathHash="00004241cb55f577c03d8df9afab9448cbd694ab4d99" UniqueId="0x1702" />
            <File Name="libsmf_plugin.dll" Id="0000fe2af8c592929c39d3e07f0b4bb0621273ed2253" ShortName="LIBSMF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x368a2" SizeOfImage="0x37000" PeHeaderHash="0101f7372a7afbc8b4e52eb3b681b79a3ca92e077780" PeChecksum="0x3c38e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libsmf_plugin.dll" LongPathHash="0000cbd22a9e67771da3d44cc8a7d2da7a7efb269579" UniqueId="0x172d" />
            <File Name="libvoc_plugin.dll" Id="00000d73a616925c2c3d4bf10a2611ef16f58db732af" ShortName="LIBVOC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x346d6" SizeOfImage="0x35000" PeHeaderHash="0101427d725bb87ca14d6b5d821e6e9489ae7cb413cb" PeChecksum="0x3b805" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvoc_plugin.dll" LongPathHash="0000373065af1da10cbdf259227dfd0b144f02082870" UniqueId="0x1734" />
            <File Name="libaraw_plugin.dll" Id="0000df81e64d47f4e07dc0f361b724c3328e5e6bc6f3" ShortName="LIBARA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x386b8" SizeOfImage="0x3a000" PeHeaderHash="01015b539bf199422b76a6c00bb9249700e607fd3ca4" PeChecksum="0x45d73" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaraw_plugin.dll" LongPathHash="000011f9b0ab701f47fe245692e3d89ed457c7cdf1fa" UniqueId="0x16f6" />
            <File Name="libavi_plugin.dll" Id="000083d92fb5a20e67ace0496d95cade544bffcdbdaa" ShortName="LIBAVI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x59950" SizeOfImage="0x59000" PeHeaderHash="0101ec532320c564e7e04649224eec220be7825ce445" PeChecksum="0x67df3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libavi_plugin.dll" LongPathHash="00006007fcf869a65d0746441d998efa74c0fcefdfe4" UniqueId="0x1715" />
            <File Name="libwav_plugin.dll" Id="000090ca62ef905bef22a0d31556d178143a49de1613" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x367a6" SizeOfImage="0x36000" PeHeaderHash="0101bf1739c8a1ce225122a5e610690abec91d47e11c" PeChecksum="0x3b238" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libwav_plugin.dll" LongPathHash="00005861e8686da9704c67a093320027f2fe2b623493" UniqueId="0x1735" />
            <File Name="libdummy_plugin.dll" Id="000000db1bc327750f053c73f292e9352943b1598d0e" ShortName="LIBDUM~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x30ae4" SizeOfImage="0x33000" PeHeaderHash="01015624966e56ba9ebaf1c18d09affdf63a176cb3bf" PeChecksum="0x38897" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:03" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libdummy_plugin.dll" LongPathHash="000073a2c0fc45c254b06b0f7db5fc1d05f2659bbc95" UniqueId="0x170e" />
            <File Name="libsvcdsub_plugin.dll" Id="0000f4ae23f3b5246792b43fe7e7890a7dc47a6d4e5b" ShortName="LIBSVC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35b9c" SizeOfImage="0x37000" PeHeaderHash="0101fc037dd1409937ba7679b4f5da22ab3d0d0ee659" PeChecksum="0x3669f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsvcdsub_plugin.dll" LongPathHash="00000c55581902fa8664906778706770b51eb4cd7534" UniqueId="0x170a" />
            <File Name="libdirac_plugin.dll" Id="0000512c60c36891df8c0c993c1e5822129ed87d6e89" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34328" SizeOfImage="0x35000" PeHeaderHash="0101bf3877814f1e7b3d0ffa5bf11f17121e8aef2f13" PeChecksum="0x3dd7b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdirac_plugin.dll" LongPathHash="00007c34342cc7240216ddb861105fe6749558f77952" UniqueId="0x1719" />
            <File Name="libddummy_plugin.dll" Id="00007d2720363999e3719dc4914c1405e18085ab217c" ShortName="LIBDDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3399b" SizeOfImage="0x34000" PeHeaderHash="0101373a89e9c825f71c48fcb17436c20212b8f3096b" PeChecksum="0x3e958" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libddummy_plugin.dll" LongPathHash="0000a9919eb763f8e2147973c2c269afccd955ddd693" UniqueId="0x16fb" />
            <File Name="libasf_plugin.dll" Id="00000f406797101bb56c8e8ecd0d568554b303fb23ee" ShortName="LIBASF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5b492" SizeOfImage="0x5b000" PeHeaderHash="0101b66a692298889a20009b0b955cebd0124af9c4dc" PeChecksum="0x62d2a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libasf_plugin.dll" LongPathHash="000060bbf6d04c3375d8aa3350c96573c018a6ad511d" UniqueId="0x1713" />
            <File Name="libnuv_plugin.dll" Id="0000bae18de001d90e0a0076434c3c2593f853c69eb0" ShortName="LIBNUV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x38921" SizeOfImage="0x38000" PeHeaderHash="01017382e5c6d0b039958e992f90bb8a32b9bff322ae" PeChecksum="0x483fb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnuv_plugin.dll" LongPathHash="00001de12996216034c81131520df790bebe6b8ff8ec" UniqueId="0x1724" />
            <File Name="libdvbsub_plugin.dll" Id="0000d6ca5094dcbb244a66bdc09a38a3d7fbab049629" ShortName="LIBDVB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5cd15" SizeOfImage="0x5d000" PeHeaderHash="0101ca2a7b900a064cbde7d90d305331e1e65b254bd0" PeChecksum="0x699d9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdvbsub_plugin.dll" LongPathHash="0000c38b6f946714d715aa95df1914abf46cd1cc1062" UniqueId="0x16fd" />
            <File Name="libhotkeys_plugin.dll" Id="0000e0fea4f4ce1f419b927a87b899111b06b80598e6" ShortName="LIBHOT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x41a5f" SizeOfImage="0x3f000" PeHeaderHash="01011114efe35b195da28131ddc70e528a095dcc03a5" PeChecksum="0x46aa5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libhotkeys_plugin.dll" LongPathHash="0000fcae6b697be72eddde9ee6789ff64634a9e81cd1" UniqueId="0x1710" />
            <File Name="libdemux_stl_plugin.dll" Id="0000b58301d26550f5f11dfaaae8322724f9fedc1e2d" ShortName="LIBDEM~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x34a44" SizeOfImage="0x35000" PeHeaderHash="0101e8ba91c46d8f3689b60e881e6c6ad327dbbdaa7b" PeChecksum="0x42336" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_stl_plugin.dll" LongPathHash="000098559a85af1a669cbb68936dd95ee2383ab5775a" UniqueId="0x1718" />
            <File Name="libplaylist_plugin.dll" Id="000040b7135ff64a060902ce51f8d955d12e973e5566" ShortName="LIBPLA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xa8a07" SizeOfImage="0xa0000" PeHeaderHash="01018cd451d7163d9c0971e3e7cabe8c7ba4ba3d6fe8" PeChecksum="0xb0940" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libplaylist_plugin.dll" LongPathHash="00002173f080fb76d09b4fd7e5ba791ca90ac5730f0a" UniqueId="0x1726" />
            <File Name="libps_plugin.dll" Id="0000357239ba46a6fa6d08c2601a489c77a827a70bca" ShortName="LIBPS_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3df72" SizeOfImage="0x3f000" PeHeaderHash="01017218a61c709381eecbe681cce2d0f568b48479d9" PeChecksum="0x4d522" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libps_plugin.dll" LongPathHash="000087fa373ef4c5e4744ad89073b6945f63246b2194" UniqueId="0x1727" />
            <File Name="libg711_plugin.dll" Id="00001bbfc158adae7809903d20d95d6d53460ff181aa" ShortName="LIBG71~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33118" SizeOfImage="0x34000" PeHeaderHash="0101db0ca5c9d6f916d54d48da9b3ab57d353497aa2e" PeChecksum="0x3c101" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libg711_plugin.dll" LongPathHash="0000464a6ce3be6cf9b97573d58c65b55d8bd0cce907" UniqueId="0x16fe" />
            <File Name="libgestures_plugin.dll" Id="000069c1127d1794d57672c98b3be1d47158ae8ec7f4" ShortName="LIBGES~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x37591" SizeOfImage="0x37000" PeHeaderHash="0101d000b7971f25576ecbb34232f5af66db262b79c4" PeChecksum="0x3dbd1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:03" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libgestures_plugin.dll" LongPathHash="000078cdc769053d1062c65454aef0b8d0345bccb0b3" UniqueId="0x170f" />
            <File Name="libspeex_plugin.dll" Id="0000d4c2c3b52319903bf5f9c9605717427e02a99479" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x733ad" SizeOfImage="0x6d000" PeHeaderHash="0101b383c4b5d950c93d288480def6acf5038f75a771" PeChecksum="0x77b42" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:54" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspeex_plugin.dll" LongPathHash="00002f8f6420c2f307ea163251cdb819b9cb582badf2" UniqueId="0x1705" />
            <File Name="libimage_plugin.dll" Id="000031e2213b38e4b5cf0d575f3710e9de8c53f55fc4" ShortName="LIBIMA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a5cd" SizeOfImage="0x3a000" PeHeaderHash="010174e3092b36b6de2d3feaf4acddbbc33cb9854db9" PeChecksum="0x479ad" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libimage_plugin.dll" LongPathHash="0000bb31eca472d6cce963a300dfb7677e9bb05f72ff" UniqueId="0x171d" />
            <File Name="libcdg_plugin.dll" Id="000098e643597d21ae0e5292f94e50d7fe406d56f697" ShortName="LIBCDG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35b47" SizeOfImage="0x37000" PeHeaderHash="0101cc312d556e196bc5181bd8dc421b4c9a680d90ee" PeChecksum="0x38c8c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcdg_plugin.dll" LongPathHash="00002395490ad736cc1664168a014545ab9a199bc314" UniqueId="0x16f9" />
            <File Name="liblpcm_plugin.dll" Id="0000d4f364293e45c392e391730be757c5fcae75a7bc" ShortName="LIBLPC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36776" SizeOfImage="0x37000" PeHeaderHash="0101869ee76d017ae41acc2c43651f8dd5a75bfb4cf3" PeChecksum="0x3dfaa" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\liblpcm_plugin.dll" LongPathHash="00002261154c281d7a7eac394484887d3469563263b4" UniqueId="0x16ff" />
            <File Name="libtheora_plugin.dll" Id="00003507e51b66fd6f7c0ce24ee43268cc64afddf654" ShortName="LIBTHE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7c78b" SizeOfImage="0x79000" PeHeaderHash="01016b70ba8e5495addc7b14421b280338c713cf9399" PeChecksum="0x8c468" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:55" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libtheora_plugin.dll" LongPathHash="00002189f238f49412187614131618eb89ecdd555ca1" UniqueId="0x170b" />
            <File Name="libmjpeg_plugin.dll" Id="0000351fb1f2f87d4a0e94cb34542ca667a1a9e5d88f" ShortName="LIBMJP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36d2b" SizeOfImage="0x37000" PeHeaderHash="0101ec65b446ae13ba57eb5a6d2f89fbb33f3d712324" PeChecksum="0x3b71d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmjpeg_plugin.dll" LongPathHash="0000a6621a40a72ee0ee37d1ed1a3ef8c4b4e7832790" UniqueId="0x171e" />
            <File Name="libadpcm_plugin.dll" Id="0000ce86a7bffbd2afedd9b6527cb12ad56c3164b786" ShortName="LIBADP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36b45" SizeOfImage="0x38000" PeHeaderHash="01019bd38508689fcb6e7e954927250a8d5ee7599808" PeChecksum="0x3e201" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:55" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libadpcm_plugin.dll" LongPathHash="00008b6ecc08a686094d6af4e566aac12733de271ed3" UniqueId="0x16f4" />
            <File Name="libcvdsub_plugin.dll" Id="0000b7cab81d4a50d0fc6dcb67f8cc10901b77bfbda7" ShortName="LIBCVD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36114" SizeOfImage="0x37000" PeHeaderHash="0101aaad41c9b28b2135d0df05862810a775f5b4ac79" PeChecksum="0x39d5c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcvdsub_plugin.dll" LongPathHash="00000463a34eff30cf53875ee664253a68f55fc5df69" UniqueId="0x16fa" />
            <File Name="libmpgv_plugin.dll" Id="00009c6af0bd8f59b362f09a7cd9cae89d871bf39cb9" ShortName="LIBMPG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33af0" SizeOfImage="0x35000" PeHeaderHash="0101f0af4b3726a31e39d98cacb8137a214e10eaed48" PeChecksum="0x39067" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmpgv_plugin.dll" LongPathHash="0000328546515f7003dc5a1cfaa337db3eecae58a79e" UniqueId="0x1721" />
            <File Name="libaiff_plugin.dll" Id="000049bde292602632efb53f3aa726ba649d8301aa9b" ShortName="LIBAIF~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34b28" SizeOfImage="0x36000" PeHeaderHash="0101c3e09af4c222b44b77857a0e1a37c656e75cc60c" PeChecksum="0x35d55" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libaiff_plugin.dll" LongPathHash="00006d6ef1807ae0d4901a0ba4956616037279fae370" UniqueId="0x1712" />
            <File Name="libogg_plugin.dll" Id="00003f1c3f0593d397094ba8dd19691fb578b4c7d3be" ShortName="LIBOGG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x83cbe" SizeOfImage="0x7e000" PeHeaderHash="01014c255f37eb890122af997acfdca1d4533746ac2d" PeChecksum="0x8de3d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libogg_plugin.dll" LongPathHash="0000460c80abe742e47e8206a4cd6dfc429f3a222a5d" UniqueId="0x1725" />
            <File Name="libstl_plugin.dll" Id="00007470047827083c92275eac3dc43aad0a328dfaba" ShortName="LIBSTL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3416e" SizeOfImage="0x36000" PeHeaderHash="01010558daee53dd1c0ce4df85963806a3d14092801d" PeChecksum="0x37f69" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libstl_plugin.dll" LongPathHash="0000ebfd0b2c5e47c1d3de5357a2cfae3d2e24b56355" UniqueId="0x1707" />
            <File Name="librawaud_plugin.dll" Id="000013fb46718e5bcfd8af9578fea18143ae1a7752c5" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33882" SizeOfImage="0x35000" PeHeaderHash="01016fcdd4d981d8694211214202f2fbdd2a1746cf62" PeChecksum="0x3a165" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawaud_plugin.dll" LongPathHash="0000a266eb7cd86fb71afc63c1804ed6bb3325b09962" UniqueId="0x1729" />
            <File Name="librawdv_plugin.dll" Id="0000bb2857a22789fff717fa0ca989fff757e46e4f33" ShortName="LIBRAW~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x34ca8" SizeOfImage="0x35000" PeHeaderHash="0101792443ed2b4a0d8e11d1b4105d269f6c2189c463" PeChecksum="0x37267" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawdv_plugin.dll" LongPathHash="00002a75b1083e9de8fb48ff70394c47d24acc77d129" UniqueId="0x172a" />
            <File Name="libreal_plugin.dll" Id="000039a8e823ef872b3fef8b68a440a64e054b2195ee" ShortName="LIBREA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x42901" SizeOfImage="0x42000" PeHeaderHash="010156067ab2622ebe025389315725721b3815b87b7a" PeChecksum="0x4df6d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libreal_plugin.dll" LongPathHash="00002ea547c50ce9b0175e6673be53a648caf1b98461" UniqueId="0x172c" />
            <File Name="libes_plugin.dll" Id="0000d1405709c2e9ba64cd05525e4607799091b5fb8c" ShortName="LIBES_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3e9ab" SizeOfImage="0x3e000" PeHeaderHash="010199d96ccfb2edf437e3fcc20db8c8e6860c8d60b6" PeChecksum="0x4ab95" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libes_plugin.dll" LongPathHash="00006fc3062258d96b0449bdb34288d6f6aa4f3e2a72" UniqueId="0x171a" />
            <File Name="libsubtitle_plugin.dll" Id="00007587c94d9162e96d3734ecc0208c10f069596365" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x5c6e6" SizeOfImage="0x5a000" PeHeaderHash="010117f2d54d743e5142ae80f42ab6dbdafee19ebca8" PeChecksum="0x5dee8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libsubtitle_plugin.dll" LongPathHash="000084aa2a4712158e507bac92bc14f329a910f934b1" UniqueId="0x172e" />
            <File Name="libsubsusf_plugin.dll" Id="000098d82dac63b8e118715630a4c1dbf349b761faa0" ShortName="LIBSUB~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x3e99f" SizeOfImage="0x3d000" PeHeaderHash="01018e51e873d1825e7b49d0aa225cbe7af3696e93db" PeChecksum="0x49b66" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsusf_plugin.dll" LongPathHash="000023ed696d616f98c47995de35d0fa965b26b48cbb" UniqueId="0x1709" />
            <File Name="libsubsdec_plugin.dll" Id="0000235b649fd87bf9784de3fc6bfa0bab25860cc691" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ab23" SizeOfImage="0x3c000" PeHeaderHash="01015bf03cbd3454f22a7e0dd774a8fd381f3a286a07" PeChecksum="0x3e754" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsdec_plugin.dll" LongPathHash="0000c586e504f4de2cf50d992cbd4fca4eefbc67c68f" UniqueId="0x1708" />
            <File Name="libflacsys_plugin.dll" Id="00004967a413e246564571f9b8ef029d4cf8e4630ebd" ShortName="LIBFLA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x59699" SizeOfImage="0x58000" PeHeaderHash="0101b1200114bed69a74f40a1397da0549dfa1de6d2b" PeChecksum="0x5996b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libflacsys_plugin.dll" LongPathHash="0000b3389b2a665af2b4f72f0a5f1a66eee0c8de7348" UniqueId="0x171b" />
            <File Name="libcc_plugin.dll" Id="0000bd3edd63906cb92da375f687fc7cc705976d25b6" ShortName="LIBCC_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a080" SizeOfImage="0x39000" PeHeaderHash="01012f5672398393ada05062678609c79c5145a10d77" PeChecksum="0x437a3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcc_plugin.dll" LongPathHash="0000616a645ff823ceee638bf6d96a4dba50b7a2317f" UniqueId="0x16f8" />
            <File Name="libnsv_plugin.dll" Id="00009811e99bddca521611ca9291ab1fc2431d3e8383" ShortName="LIBNSV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34fd8" SizeOfImage="0x35000" PeHeaderHash="01010c154ec746a9a6445e585aae222f1b304fef0771" PeChecksum="0x4330b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsv_plugin.dll" LongPathHash="0000e8cb0cdb3d98e861c9cf47b73039e101b203290f" UniqueId="0x1723" />
            <File Name="libh264_plugin.dll" Id="00009a6e1558db624bb59d5e1f2eba98678ce8165684" ShortName="LIBH26~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34278" SizeOfImage="0x35000" PeHeaderHash="0101527b8045f44adea4abc7d2126c8a04a6a7d76bbc" PeChecksum="0x38814" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libh264_plugin.dll" LongPathHash="00008a18f2f0b4deb73be0411c78b354b7e1bfad259b" UniqueId="0x171c" />
            <File Name="libpva_plugin.dll" Id="0000db24845680bbd1928ce107df4049f463f401ba82" ShortName="LIBPVA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35c1a" SizeOfImage="0x37000" PeHeaderHash="010103905d879b7e9e3127681b4c2883f218bd9bc4d8" PeChecksum="0x4478c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:00" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libpva_plugin.dll" LongPathHash="000079b2efdabb966547aec590c57616a9127ecf2f66" UniqueId="0x1728" />
            <File Name="librawvid_plugin.dll" Id="000042617ecfa5c2ac66eee3d4a57aa9beff43e79bd8" ShortName="LIBRAW~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x3626b" SizeOfImage="0x37000" PeHeaderHash="0101fc087208c00762783f3542c4e94b422d9465c107" PeChecksum="0x3e6aa" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:01" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawvid_plugin.dll" LongPathHash="0000d43952fe16ee4be3071c5889add0ea3871f5017a" UniqueId="0x172b" />
            <File Name="libts_plugin.dll" Id="000023be10e60f5bd3bef64c440cd35184850fd5edc0" ShortName="LIBTS_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7c968" SizeOfImage="0x75000" PeHeaderHash="0101d310fadd49db7ef6bf0b2f17eafeeec7b4000947" PeChecksum="0x85ee0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libts_plugin.dll" LongPathHash="00008d23c794322c96e53358a0c60d9cf34efe18ba57" UniqueId="0x172f" />
            <File Name="libty_plugin.dll" Id="0000dba3220cceefd5c319e600d4f555b2b17386dcd6" ShortName="LIBTY_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x40318" SizeOfImage="0x41000" PeHeaderHash="010122553a3989a7b437c0ea1f20830181d7fed6fd1a" PeChecksum="0x41365" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libty_plugin.dll" LongPathHash="0000812a4d1629bd0571c26b03ceb855aa1ac7f09521" UniqueId="0x1731" />
            <File Name="libmpeg_audio_plugin.dll" Id="0000c487a688eb5a148be2fdd52cda305f8dbb146884" ShortName="LIBMPE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x374d5" SizeOfImage="0x37000" PeHeaderHash="0101d549449be127a9919bee1673608c89da1ef0f941" PeChecksum="0x431d0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libmpeg_audio_plugin.dll" LongPathHash="000086f4b63788ba753ec7d27da750d2cff812dc9502" UniqueId="0x1700" />
            <File Name="libopus_plugin.dll" Id="0000525007d230cdf01ff7f8e0baef329407884ac2ff" ShortName="LIBOPU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xfd73a" SizeOfImage="0xea000" PeHeaderHash="01014ad83cbb58601ffc2900364610cb3a6499ea733f" PeChecksum="0x100104" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:53" BinaryType="UNKNOWN" Created="05/15/2013 12:12:40" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libopus_plugin.dll" LongPathHash="00009d8054da13d995215969691493f8219c18a32c96" UniqueId="0x1701" />
            <File Name="librawvideo_plugin.dll" Id="0000e79de2eb0769d5a22445d3418bd9b6147583e383" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34062" SizeOfImage="0x35000" PeHeaderHash="01013fc401da7a05b87b9a361a16084cecc9721cf839" PeChecksum="0x3f93e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\librawvideo_plugin.dll" LongPathHash="00007bdc1a429a6fda38070853ef4bf142cdbfddac75" UniqueId="0x1703" />
            <File Name="libdemux_cdg_plugin.dll" Id="0000fec7acf7a92d7e41002457f9550ce287f824e7c0" ShortName="LIBDEM~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x335e3" SizeOfImage="0x34000" PeHeaderHash="01014f8de5846096d8f3f51dc108f2d9b8c145116d8a" PeChecksum="0x4158c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_cdg_plugin.dll" LongPathHash="00007a42827effb1f862972cc561232a2c71f10bff8b" UniqueId="0x1717" />
            <File Name="libavcodec_plugin.dll" Id="0000317a8a4e66da0a159a63fadff8ed50c5a2dd1015" ShortName="LIBAVC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x209932f" SizeOfImage="0x246c000" PeHeaderHash="0101c9113350430c244564d11fcb3a30d5d5f405d1f4" PeChecksum="0x209a382" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libavcodec_plugin.dll" LongPathHash="00004497076e3fb898f8b8673c265f87a5b8f5269940" UniqueId="0x16f7" />
            <File Name="libau_plugin.dll" Id="00005ec522e617b95891de1dcdd3330ef94844ca1246" ShortName="LIBAU_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3351a" SizeOfImage="0x35000" PeHeaderHash="0101f4f8ae96dcc72c9623331b809b3593211c10bb6b" PeChecksum="0x3e8f6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libau_plugin.dll" LongPathHash="0000175b077d97df12a8bd7c536a5e402913b8da1da1" UniqueId="0x1714" />
            <File Name="libscte27_plugin.dll" Id="00003781dcbb33294b2a6cfa950adf2270446c2711bd" ShortName="LIBSCT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3d98e" SizeOfImage="0x3f000" PeHeaderHash="0101b79811db395edbe4ae96925ff8dd24a7267d1fae" PeChecksum="0x43b41" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:58" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libscte27_plugin.dll" LongPathHash="0000f507a55b637642e2e0f1f286a7ca01e2fe17d668" UniqueId="0x1704" />
            <File Name="libmp4_plugin.dll" Id="0000e8f3942e057dd084a06da3e99023d686d80f1727" ShortName="LIBMP4~1.DLL" SwitchBackContext="0x0100000000000400" Size="0xa297e" SizeOfImage="0x9f000" PeHeaderHash="01014ac5308d3d1acfb363a51e46b54d52557766711c" PeChecksum="0xaeb9d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmp4_plugin.dll" LongPathHash="000095e3aa5e031e067f566a3eb4951578a25fca2914" UniqueId="0x1720" />
            <File Name="libnsc_plugin.dll" Id="00006e3105ad2529b0b98889a03d9f6c1613ca20ac97" ShortName="LIBNSC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4ca07" SizeOfImage="0x4b000" PeHeaderHash="0101c2a99c34b92300562df944211af66cc4e32c08c9" PeChecksum="0x503fb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:41:59" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsc_plugin.dll" LongPathHash="0000c58ceb69200e881301241f04bc5bb1c8ba4263d1" UniqueId="0x1722" />
            <File Name="libvc1_plugin.dll" Id="000059c9e2f3f115832c0c58951d16d295c7563eda37" ShortName="LIBVC1~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x344a6" SizeOfImage="0x36000" PeHeaderHash="0101f0498256336849e9981f723b2c7b7dac6b919d45" PeChecksum="0x38112" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvc1_plugin.dll" LongPathHash="0000f62c3ac4f50acd56ba8e10a3fe6d89b77c7fe2f4" UniqueId="0x1732" />
            <File Name="libvobsub_plugin.dll" Id="00008d95a8b128da4df7b6c655949374925b9b2bbdf4" ShortName="LIBVOB~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x541ef" SizeOfImage="0x51000" PeHeaderHash="0101343e0d2d6ddfd846e109e98e101cad7d761202e2" PeChecksum="0x5cd71" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvobsub_plugin.dll" LongPathHash="0000ef525619bc7b5329318557d660bc3852158cd233" UniqueId="0x1733" />
            <File Name="libaes3_plugin.dll" Id="0000b7dfba656e61a7d07cdc7226c45ae0229ae8a1d3" ShortName="LIBAES~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x338a2" SizeOfImage="0x35000" PeHeaderHash="0101f514f4d0d426b951eb3fbcb463f11286be590c06" PeChecksum="0x3b53b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaes3_plugin.dll" LongPathHash="0000a8a0599083a11971d5833161b35e6009fe422457" UniqueId="0x16f5" />
            <File Name="libspudec_plugin.dll" Id="00003927797cab5e66048f9d5d067d41092fdfd737bb" ShortName="LIBSPU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x39b00" SizeOfImage="0x3a000" PeHeaderHash="0101a0e877998c698af1ea436bc5f92853781e02d1dd" PeChecksum="0x3f732" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:57" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspudec_plugin.dll" LongPathHash="00005cd61d01ec2c832fa01e913760626477e281a4a1" UniqueId="0x1706" />
            <File Name="libdts_plugin.dll" Id="0000f56a151affad439e1e0753b07751f457c6eddfcc" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x386c9" SizeOfImage="0x39000" PeHeaderHash="010164c8d54854a2b0488fc4c323bc815e639cdc4976" PeChecksum="0x3cd5a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:40:56" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdts_plugin.dll" LongPathHash="00003728690cd493fde9b65b26eb766bb244c2adc87b" UniqueId="0x16fc" />
            <File Name="librv32_plugin.dll" Id="00002c29d140303fd62c032519f237c6ee19067421a1" ShortName="LIBRV3~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x325f4" SizeOfImage="0x34000" PeHeaderHash="01015862c05af6fe36c618e900c4c682ea7c8d48b979" PeChecksum="0x39216" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\librv32_plugin.dll" LongPathHash="000090db913e5d2ba8aadabd7409290c827bb08cf321" UniqueId="0x1762" />
            <File Name="libxml_plugin.dll" Id="000007b3b0f6b38600d106ddeed443b1fcf342309989" ShortName="LIBXML~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x311906" SizeOfImage="0x2ee000" PeHeaderHash="0101d6778c3a28cbab9cdb7eda967cc6598a4f0c21e6" PeChecksum="0x31873e" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:13" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libxml_plugin.dll" LongPathHash="000028fd8bb2745f82c14a026670e656d3b2edaeda0e" UniqueId="0x1740" />
            <File Name="libfolder_plugin.dll" Id="0000681ec33f9a681eb8442438d77b9383a1126f74d1" ShortName="LIBFOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33600" SizeOfImage="0x35000" PeHeaderHash="010137d018be54eb5a439774f547f35afa0e4f25d953" PeChecksum="0x37931" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\meta_engine" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine\libfolder_plugin.dll" LongPathHash="00005d5240a6cce7c3f8b9748bfeb3f71b67e9ab364b" UniqueId="0x173a" />
            <File Name="libi420_yuy2_sse2_plugin.dll" Id="0000b29639fdb8a331a7c904a2a3b26c38f1fb669b08" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x395c3" SizeOfImage="0x3b000" PeHeaderHash="0101a0eabb0608229ddd914332dc02ff02fe024a9fa9" PeChecksum="0x3f19a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:07" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi420_yuy2_sse2_plugin.dll" LongPathHash="000034c43a01acdac13ca07169d6b502771cc6193319" UniqueId="0x1754" />
            <File Name="libdash_plugin.dll" Id="0000d0e01587b6e3985b51ef4637a533c9187bc437b1" ShortName="LIBDAS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x4006b6" SizeOfImage="0x37e000" PeHeaderHash="0101272931c478e5d498f59fd81480b07e9d61344b49" PeChecksum="0x40980c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:53" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libdash_plugin.dll" LongPathHash="000074f67426ccd6bb9a72c605651dd70432934c5945" UniqueId="0x1757" />
            <File Name="liblua_plugin.dll" Id="0000927ca25917e4e9e39bd1c3cde3f74ee7f545e70f" ShortName="LIBLUA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x14c409" SizeOfImage="0x12f000" PeHeaderHash="0101b08bc267bd1c6acf0faf95d2c897c4dad29e5427" PeChecksum="0x14faeb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:16" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\lua" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\lua\liblua_plugin.dll" LongPathHash="000010aa4329727d92a4766e20bf12faf294520248a0" UniqueId="0x1738" />
            <File Name="libmediadirs_plugin.dll" Id="000020e549beb49fa5e4a6a6c663057cc8b170ff33fe" ShortName="LIBMED~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36364" SizeOfImage="0x36000" PeHeaderHash="01014df9224e5491237bd3e5e8f82f4d5752a7345d43" PeChecksum="0x411e3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libmediadirs_plugin.dll" LongPathHash="0000ccfa674f8b45859799c301516ed4356ceeb49adf" UniqueId="0x174f" />
            <File Name="libi422_i420_plugin.dll" Id="000038de453ef8ad5263ce5fc912dc5e1468e55f11b9" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x33d20" SizeOfImage="0x35000" PeHeaderHash="01019ee78c643db7c7f0a3bbb6f14a1ec03a87961cf8" PeChecksum="0x39be7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_i420_plugin.dll" LongPathHash="0000863221de5d7a46b75001f26a5ec465be9e9a12d7" UniqueId="0x1760" />
            <File Name="libcanvas_plugin.dll" Id="00005bcd83a4f266fdc40c359186e2bd8fdc5d33ad0f" ShortName="LIBCAN~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x358ae" SizeOfImage="0x36000" PeHeaderHash="01012e9bd77afe5992bb8e91c8c1710e57e8839b9934" PeChecksum="0x3e0a3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcanvas_plugin.dll" LongPathHash="0000efe5e3499a8314acb72f095940e55cdd5b6a0ee4" UniqueId="0x176f" />
            <File Name="libgaussianblur_plugin.dll" Id="0000c7ab90e6d8c53cf74a04e1df8360d4862e5aa299" ShortName="LIBGAU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34af2" SizeOfImage="0x35000" PeHeaderHash="0101e99babee483b4bfcc2a25843d98caf20ef198bd5" PeChecksum="0x3a016" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgaussianblur_plugin.dll" LongPathHash="0000ed56f53d47199e6ebda021b778a7be0b6e155d7f" UniqueId="0x1777" />
            <File Name="libmirror_plugin.dll" Id="00001075d319b7d9726c589f35c87b149bc4370fa9fa" ShortName="LIBMIR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35cab" SizeOfImage="0x36000" PeHeaderHash="010148db4ac714139165500eefe4ed9655de44644d0e" PeChecksum="0x423a8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmirror_plugin.dll" LongPathHash="0000f1ba3372e9ffecfe0a50a90ad15e152283878102" UniqueId="0x1780" />
            <File Name="libtaglib_plugin.dll" Id="00004914811329949550e3b01a672db3c421e1782de5" ShortName="LIBTAG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7f6f8f" SizeOfImage="0x65e000" PeHeaderHash="0101411f1502d5be2cbde0f3da5f7e78bfa909b33f01" PeChecksum="0x7f8196" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:10" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\meta_engine" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\meta_engine\libtaglib_plugin.dll" LongPathHash="0000c1462c8675bd5eaa36574bef63d0a956192257d3" UniqueId="0x173b" />
            <File Name="libexport_plugin.dll" Id="0000a340aad47c9c2b6ede01ae053b92b2e8e3ee981c" ShortName="LIBEXP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3af24" SizeOfImage="0x3a000" PeHeaderHash="0101efc39ee0cbca637049f8e03e9e8d4491df48d99f" PeChecksum="0x413b1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:13" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libexport_plugin.dll" LongPathHash="0000e8c33bedb1f40710277b7b42774255d22389f6c3" UniqueId="0x173e" />
            <File Name="libalphamask_plugin.dll" Id="0000404470e7ed57878341d8a745256e2abc8c80552e" ShortName="LIBALP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x340f5" SizeOfImage="0x35000" PeHeaderHash="0101b9a3fa07214944d981ac36901266a5efc7008bf5" PeChecksum="0x416cf" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libalphamask_plugin.dll" LongPathHash="000018e13e2e5ddaf458fc8df08eceb20d8415629b5e" UniqueId="0x1767" />
            <File Name="libpacketizer_mpegvideo_plugin.dll" Id="00007faa781b2334ec7c915aaa72db0cc41868185942" ShortName="LI4F30~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3c2d3" SizeOfImage="0x3d000" PeHeaderHash="0101ebc196ee41e1145f7435263b2c9df033d7a54699" PeChecksum="0x4093d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:21" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpegvideo_plugin.dll" LongPathHash="00009d07c5d40718ecf352478308186f51802d6624c4" UniqueId="0x174c" />
            <File Name="libpacketizer_h264_plugin.dll" Id="00009d8b1fde6df236b1041d04199111295f900f0580" ShortName="LIBPAC~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x649de" SizeOfImage="0x65000" PeHeaderHash="0101c291bb8c3eee46f52155435ce78afa94e32c98d3" PeChecksum="0x696d1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:25" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_h264_plugin.dll" LongPathHash="000020f79c94ffcf6e96bd1d7d56625be80319dc792b" UniqueId="0x1748" />
            <File Name="libi420_rgb_sse2_plugin.dll" Id="000083e46337dd9cc387771513f6a925d215d8050c45" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x54006" SizeOfImage="0x55000" PeHeaderHash="01018f0ea7e8861e0ef9cbc1b8b6a8957cd74abcac11" PeChecksum="0x547e8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:08" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi420_rgb_sse2_plugin.dll" LongPathHash="0000bd36e28497e27c67f84ae73651b50ae369405e46" UniqueId="0x1753" />
            <File Name="libsmooth_plugin.dll" Id="0000d640575a190653ba3f50a60a7dad90e00718cab3" ShortName="LIBSMO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x49f55" SizeOfImage="0x49000" PeHeaderHash="0101d5c742f839807d12792a888ee612323458812871" PeChecksum="0x54ea6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:53" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libsmooth_plugin.dll" LongPathHash="000020d95968f25dce73920502936aa2001e8b06650c" UniqueId="0x1759" />
            <File Name="libpodcast_plugin.dll" Id="00000f562aef93bf51e4ab64a0557b9349c3a81e8768" ShortName="LIBPOD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3756e" SizeOfImage="0x37000" PeHeaderHash="0101bf9b7e2b39e0278df63034e1a9a53b07b836a058" PeChecksum="0x38381" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:27" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libpodcast_plugin.dll" LongPathHash="00002ffb0d2de492c4e6b493010154041cafc2b49049" UniqueId="0x1750" />
            <File Name="libtdummy_plugin.dll" Id="0000ca4e26565ddaf10ef6049521535267eb13a6a4b3" ShortName="LIBTDU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x31705" SizeOfImage="0x34000" PeHeaderHash="0101422c32f0146a6f2c6d6ae811c774901e58b831cb" PeChecksum="0x3e3ec" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:54" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\text_renderer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\text_renderer\libtdummy_plugin.dll" LongPathHash="00001c372b2d08cc7c2e961d792ee7476a1a43a44af9" UniqueId="0x175b" />
            <File Name="libi422_yuy2_plugin.dll" Id="0000517f7058ec4bdb2ee15d67a809b5eb7853e12e9c" ShortName="LIBI42~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x35eb8" SizeOfImage="0x37000" PeHeaderHash="0101d2d1142a110b32c629ba657d8d2a549b42c5d580" PeChecksum="0x39991" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_yuy2_plugin.dll" LongPathHash="000017813f3c91609f366ba6959c7c25fd9add3f686b" UniqueId="0x1761" />
            <File Name="libgrey_yuv_plugin.dll" Id="0000dfda6e88cb1f338abc080b4156c7804548e5c431" ShortName="LIBGRE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33cd8" SizeOfImage="0x35000" PeHeaderHash="0101d0f154c1e1e1bce4bc6308b3e6e25bbca379e1f7" PeChecksum="0x3475b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libgrey_yuv_plugin.dll" LongPathHash="00002949e3cbc34cb92271252a4ee805de618251a007" UniqueId="0x175d" />
            <File Name="libyuy2_i422_plugin.dll" Id="0000ac717feb1cfed7198a63e654185a857fdc5cd561" ShortName="LIBYUY~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x35470" SizeOfImage="0x36000" PeHeaderHash="01018f7b0bc382d4dfa99488dc976d7cb23466d79f11" PeChecksum="0x3cede" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i422_plugin.dll" LongPathHash="00003c76ce4fef8527dd1ddfd69195507051d005e2b8" UniqueId="0x1764" />
            <File Name="libadjust_plugin.dll" Id="0000cce45415f3bfbb0d3a8c027d156ce76c65cd44ae" ShortName="LIBADJ~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x40c56" SizeOfImage="0x40000" PeHeaderHash="0101259ea2a111b886d02d596a4ae442bacf45ba5ecb" PeChecksum="0x45de6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:42" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libadjust_plugin.dll" LongPathHash="0000677583949bae3f7784d6a17b45bd8f7e1296288b" UniqueId="0x1766" />
            <File Name="libstats_plugin.dll" Id="0000dcd13a6fd08216ea1f2fb2b1022a034ef88d0a9f" ShortName="LIBSTA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33a8e" SizeOfImage="0x36000" PeHeaderHash="0101f22bb1ddb8efcd7096bda4e59e47bbea3d47bbcd" PeChecksum="0x36f4c" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:13" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libstats_plugin.dll" LongPathHash="00000341bf7b7629cc7e3a8519f0accfc90c2cc8e8bd" UniqueId="0x173f" />
            <File Name="libpacketizer_mpeg4audio_plugin.dll" Id="00009752b25c0738c3398933e8e1d5dadf3c62cdf938" ShortName="LIAD6D~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3d05b" SizeOfImage="0x3d000" PeHeaderHash="01012a3c4205efdac1f172e9897a53659ecca50d04c8" PeChecksum="0x491cc" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:21" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpeg4audio_plugin.dll" LongPathHash="00005abd9e6b8dc9cefed30ce409e2ad2c5cb21b85b6" UniqueId="0x174a" />
            <File Name="libpacketizer_flac_plugin.dll" Id="0000607294cbbf80bd4c2302fff488064e28e1db37e7" ShortName="LIBPAC~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x397de" SizeOfImage="0x3b000" PeHeaderHash="0101ce98200e312945d0093e2873c7b1498d0dfd7460" PeChecksum="0x45e9f" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:22" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_flac_plugin.dll" LongPathHash="000015b26c448ca4d3012c9162582d023aa0f4c4f828" UniqueId="0x1747" />
            <File Name="libblendbench_plugin.dll" Id="0000ba1f5ca6f8499bdd468f5e20690d80162674fa86" ShortName="LIBBLE~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3469e" SizeOfImage="0x35000" PeHeaderHash="0101da73b7fca3331f4c3b4380a8952a19919337de53" PeChecksum="0x358f7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblendbench_plugin.dll" LongPathHash="000010b85cf35feae4300b66a20434779c489d65ab01" UniqueId="0x176c" />
            <File Name="libblend_plugin.dll" Id="0000f2e21fe223ab7a2a60f5279cec46e80f48491468" ShortName="LIBBLE~2.DLL" SwitchBackContext="0x0100000000000400" Size="0xcb5c7" SizeOfImage="0xbf000" PeHeaderHash="010114f17867e0a898fe9149b8c0946d444283d77ac4" PeChecksum="0xd5f4d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblend_plugin.dll" LongPathHash="0000ad6ff8028ecd978746c8b7a8c4ffe2e0f44a298a" UniqueId="0x176d" />
            <File Name="libanaglyph_plugin.dll" Id="00003f09afa9e8c8ac8c470039b8a8f7412a02a14da0" ShortName="LIBANA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36893" SizeOfImage="0x37000" PeHeaderHash="010161fb3fd0a6738366fc39b2b4b5e157205cea1ab4" PeChecksum="0x3c861" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libanaglyph_plugin.dll" LongPathHash="00009457352476ef475c7a6972dc091c267e9167535a" UniqueId="0x1768" />
            <File Name="libbluescreen_plugin.dll" Id="0000f4a023bb41ce775b4928520e65e95522ee8f724e" ShortName="LIBBLU~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34e9c" SizeOfImage="0x36000" PeHeaderHash="01018db491e0d096fbf001f8bd8df63f89b3b830f636" PeChecksum="0x373d3" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libbluescreen_plugin.dll" LongPathHash="00003f90c70f5f34792abd119ac7b7ef87a73c7b3b2e" UniqueId="0x176e" />
            <File Name="libchain_plugin.dll" Id="00008674b85b06f6a4101a2f360f9e90799fe29842d7" ShortName="LIBCHA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34a48" SizeOfImage="0x36000" PeHeaderHash="01019060dcb237faf03ac5b7b86e3da539779490d9ff" PeChecksum="0x3d055" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libchain_plugin.dll" LongPathHash="000047526ce6ce0362f39aca56bc10b848b6ebe6a1fe" UniqueId="0x1770" />
            <File Name="libclone_plugin.dll" Id="00008212137aedc34b34e292d7588ca525596ae479b4" ShortName="LIBCLO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x32add" SizeOfImage="0x35000" PeHeaderHash="010186ad4ac793cd9d719ca1057eec950dcd0d928f4d" PeChecksum="0x3c9d1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libclone_plugin.dll" LongPathHash="000064cac55de37f1bc1eedf2ce8a5d0dc92bd9ee639" UniqueId="0x1771" />
            <File Name="libsap_plugin.dll" Id="0000bbaad82e865b19f52c2709b442d827eb886c2d6c" ShortName="LIBSAP~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x6a208" SizeOfImage="0x66000" PeHeaderHash="0101734f0e4e601d618fa24fe78c4a6f3c0dba1dbfc1" PeChecksum="0x6ec46" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:28" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\services_discovery" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\services_discovery\libsap_plugin.dll" LongPathHash="000065af567352a6772abef7967b165c02f245af8fcf" UniqueId="0x1751" />
            <File Name="libcroppadd_plugin.dll" Id="0000158fc341df4b4719fa0b3757970ed6635cf54f74" ShortName="LIBCRO~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3530a" SizeOfImage="0x35000" PeHeaderHash="01010f29b368acb3467b3507fb2afcfa52ddf493693e" PeChecksum="0x386e7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcroppadd_plugin.dll" LongPathHash="0000a2d2cfb9b34dd1d336222a35c0489340d594536b" UniqueId="0x1773" />
            <File Name="libdeinterlace_plugin.dll" Id="00006e4bbfa1e422ef9630aa470d325a767ed4348343" ShortName="LIBDEI~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x7a295" SizeOfImage="0x7a000" PeHeaderHash="0101b5a9ef1e189b714d9303d937a1f2734b8fed5dd9" PeChecksum="0x7d793" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:42" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libdeinterlace_plugin.dll" LongPathHash="00006bdef52af32aab5b32327570916f1bcd934acb0b" UniqueId="0x1774" />
            <File Name="libyuy2_i420_plugin.dll" Id="00000129f81c82f0f61afdc8b620440fa31ec928e438" ShortName="LIBYUY~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x36e70" SizeOfImage="0x38000" PeHeaderHash="0101b4bbdfac9de4ab7485a97cb947b98bffd2a785c5" PeChecksum="0x3b354" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i420_plugin.dll" LongPathHash="00005a9ba2ae9a823a2b214c8265b8dd062fd84bd162" UniqueId="0x1763" />
            <File Name="libi420_rgb_plugin.dll" Id="00005f1fc86be5d966ed472eb67f622a2371324a1afe" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x41dd1" SizeOfImage="0x43000" PeHeaderHash="0101417106189a70b27f62073b1d84fed5dbe1910b68" PeChecksum="0x45416" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:03" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_rgb_plugin.dll" LongPathHash="000021a37c380608b63b73bb1125d70cd6e3f98518c5" UniqueId="0x175e" />
            <File Name="libantiflicker_plugin.dll" Id="0000d1eb7ddbc057535565d6cec50a810572e2848865" ShortName="LIBANT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34baf" SizeOfImage="0x35000" PeHeaderHash="0101f479dc99c0ddd62e65d26ef41dc4af11b68be957" PeChecksum="0x431e9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libantiflicker_plugin.dll" LongPathHash="00004fbea6029beae8de9f1172f3c3617d3cd939f766" UniqueId="0x1769" />
            <File Name="libaudioscrobbler_plugin.dll" Id="00006b5af934b9067275afb132054c4b265496733baa" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3c928" SizeOfImage="0x3a000" PeHeaderHash="0101c9465c19da4cc1e282fa752deab70d7c4e186d1e" PeChecksum="0x3df56" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:13" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libaudioscrobbler_plugin.dll" LongPathHash="0000c43afe974bcffa6d36e3c3bc8ed7f27b427446cb" UniqueId="0x173d" />
            <File Name="libxa_plugin.dll" Id="00002b25d20d112e6b36247ea478a7ff34de7ecc61f8" ShortName="LIBXA_~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x331a8" SizeOfImage="0x34000" PeHeaderHash="01012cdf274b01015f97c39ab3ff5d20da59669b0719" PeChecksum="0x363a5" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:02" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libxa_plugin.dll" LongPathHash="0000e7d4e6c27c49d9dc2918f70f0cca1a311aa0e9d7" UniqueId="0x1736" />
            <File Name="libi420_rgb_mmx_plugin.dll" Id="00000a80479f3be6d4b9b7ef7964802bcea8115d559f" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x43141" SizeOfImage="0x43000" PeHeaderHash="0101abeb13e5be9606839539fc2dbf6f25a102bb0cda" PeChecksum="0x5049a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi420_rgb_mmx_plugin.dll" LongPathHash="000011249f9ab177f549e33c1552c5a1bdfd8cb214d6" UniqueId="0x1742" />
            <File Name="libi420_yuy2_mmx_plugin.dll" Id="000060467eb62bb9056d0d3f3732b5de7a70ff210aeb" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x369c3" SizeOfImage="0x38000" PeHeaderHash="0101578b6af37d96d9b9ce18b83ce25b1ddae56e10e6" PeChecksum="0x452a6" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:03" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi420_yuy2_mmx_plugin.dll" LongPathHash="00004129e31a7fca5ec93dcfad783838512c9be9fa2f" UniqueId="0x1743" />
            <File Name="libpacketizer_dirac_plugin.dll" Id="000049b3af5c37df4bd8bbaf7c02788394ad76ff84d4" ShortName="LIBPAC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3e6df" SizeOfImage="0x40000" PeHeaderHash="01018d1a78ed4c4229c63538b08dc94aa760219358d4" PeChecksum="0x413a1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:22" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_dirac_plugin.dll" LongPathHash="0000a237a1e81cbf9b0888b479e8cc02033e75ca1712" UniqueId="0x1746" />
            <File Name="libaudiobargraph_v_plugin.dll" Id="0000b14f55367cdb0ab25271e96a34955f7ff8a96141" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b293" SizeOfImage="0x3b000" PeHeaderHash="01015a4f020efaa88a001b3be4dbfa6fa998edcccc58" PeChecksum="0x3d72d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libaudiobargraph_v_plugin.dll" LongPathHash="000045b9da66edc9f4da2c209980a55a727b36e97069" UniqueId="0x176a" />
            <File Name="libball_plugin.dll" Id="00002d5882f75206d2620d9885608eba7ce9b8456d9b" ShortName="LIBBAL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x38e0f" SizeOfImage="0x3a000" PeHeaderHash="0101174684fb600b89a8b56de4ee1b8ffbe42038d9f9" PeChecksum="0x40dd8" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:43" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libball_plugin.dll" LongPathHash="0000d7bb254baea8c7231839237d7d9a912415ce1a36" UniqueId="0x176b" />
            <File Name="libcolorthres_plugin.dll" Id="00000954fc1ca294924daf895c8edb3ab945b0acf2fb" ShortName="LIBCOL~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x34f38" SizeOfImage="0x36000" PeHeaderHash="01014640cf541b69e3a8bd7e46044eda78807fe3613f" PeChecksum="0x3dda9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcolorthres_plugin.dll" LongPathHash="0000d28b57230ebe0aaab80e9ae1c564dda157ff502d" UniqueId="0x1772" />
            <File Name="liberase_plugin.dll" Id="0000539ad7443261675bc746ef1b2d59771cf80dbeca" ShortName="LIBERA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35e7a" SizeOfImage="0x36000" PeHeaderHash="01018d81d263d27417a802c7b81c5478a995c02216d6" PeChecksum="0x44efb" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liberase_plugin.dll" LongPathHash="00003270a73ab0666719eb5d1e6dbb43ba242428f770" UniqueId="0x1775" />
            <File Name="libi422_yuy2_sse2_plugin.dll" Id="0000265802ada620ff1cfe2ef55742471a0bba713162" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x383c3" SizeOfImage="0x39000" PeHeaderHash="0101ac319f2fe1cb1acb4f3ce2a1fef667f1bcc8271f" PeChecksum="0x3ea7a" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:07" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\sse2" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\sse2\libi422_yuy2_sse2_plugin.dll" LongPathHash="00007831af2e8769cb44f9fc6225a732f188f65387fc" UniqueId="0x1755" />
            <File Name="librecord_plugin.dll" Id="0000dc517b10fdbfd192d4a6aea964d64df49413484f" ShortName="LIBREC~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3285e" SizeOfImage="0x33000" PeHeaderHash="0101ccbe6eee5079f8b17254784750f0a14fa8311657" PeChecksum="0x34875" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:53" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\librecord_plugin.dll" LongPathHash="000034c0be5dd4907039c7a2f10fab3ce6973a6205b3" UniqueId="0x1758" />
            <File Name="libgrain_plugin.dll" Id="000074c08b1853444532913f28774cb845deb38054e2" ShortName="LIBGRA~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x37512" SizeOfImage="0x38000" PeHeaderHash="010161f9fd2187358877032fe71c79e764894df058b5" PeChecksum="0x3ac0b" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgrain_plugin.dll" LongPathHash="0000ba961cbdba7b67c3af25b32dd3756dd1f753af99" UniqueId="0x177a" />
            <File Name="libi420_yuy2_plugin.dll" Id="0000954ee60c77a4d5f42ea42bcf332baa82d4b5c719" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x370b8" SizeOfImage="0x39000" PeHeaderHash="010144ba2f249e509732dbeb126257350df009d0848a" PeChecksum="0x3eb50" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:04" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_yuy2_plugin.dll" LongPathHash="00008432f5d7c664cf3f936f8b72f7f05c1d6f51e5c5" UniqueId="0x175f" />
            <File Name="libi422_yuy2_mmx_plugin.dll" Id="00008830fbd65256c04ae8a0531eeacbc8b2f18f8701" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" Size="0x359c3" SizeOfImage="0x36000" PeHeaderHash="0101f6bdf48acfbfd1f933cf58f915c9b083ea6bd5f2" PeChecksum="0x36371" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:44:03" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:00" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\mmx" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\mmx\libi422_yuy2_mmx_plugin.dll" LongPathHash="0000ca68e658803cbe01edbc56e5a87febd645d6839f" UniqueId="0x1744" />
            <File Name="libpacketizer_mlp_plugin.dll" Id="0000c751f30aaf5fbc2a4cbdfce36b4cfef4187e4013" ShortName="LIBPAC~4.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a361" SizeOfImage="0x3b000" PeHeaderHash="01013cdeff423c77db53bf6690e97ef4bc305aaaebe4" PeChecksum="0x3bb14" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:22" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mlp_plugin.dll" LongPathHash="0000218e4578152eba85edac2d7ac010a9168317eabb" UniqueId="0x1749" />
            <File Name="libgradient_plugin.dll" Id="0000c07ef1c40fc8e5133feb213ce5bf530f7267e7d7" ShortName="LIBGRA~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x39087" SizeOfImage="0x3a000" PeHeaderHash="0101cb898ff886234a3a7298c813bcf6e2023f0bf9b3" PeChecksum="0x3d7b7" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradient_plugin.dll" LongPathHash="000064e9622191dbf2c63a955b0f9c9d2c5ed439cdd7" UniqueId="0x1779" />
            <File Name="libhqdn3d_plugin.dll" Id="000010a7b79a97f8e2dfeb89a0ad0cbf9e1320d1f1a9" ShortName="LIBHQD~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3ba5d" SizeOfImage="0x3c000" PeHeaderHash="01013f79856913d621ece93b7f8fe9276be21eeabd4e" PeChecksum="0x3db03" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libhqdn3d_plugin.dll" LongPathHash="0000eca0a8f3e7b5b7ad7470b8dfbc00d9688f2f6909" UniqueId="0x177b" />
            <File Name="libinvert_plugin.dll" Id="0000b95bfda71ede9390de8d6b1be1cfa84e1faca413" ShortName="LIBINV~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x329fa" SizeOfImage="0x34000" PeHeaderHash="0101a51a0b42d4f2100f8dff211ebfa54232ef37e502" PeChecksum="0x36e69" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libinvert_plugin.dll" LongPathHash="0000baf4640e0fcca167a0db761f5902c540c3917ea9" UniqueId="0x177c" />
            <File Name="libpacketizer_vc1_plugin.dll" Id="000020fc2fc9b593fa21e0acd38ca0fe9b6c67fbf62f" ShortName="LI2131~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x43464" SizeOfImage="0x44000" PeHeaderHash="010141ea1caf1ddaf935dc41179f14f7e03f6462f685" PeChecksum="0x46c92" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:21" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_vc1_plugin.dll" LongPathHash="00000e9440e0a0299704ea7f8dc088ae846572226782" UniqueId="0x174d" />
            <File Name="libgradfun_plugin.dll" Id="00005e11fd9d673da5475e7c09f4d6854e0f81741c1f" ShortName="LIBGRA~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x37751" SizeOfImage="0x37000" PeHeaderHash="0101a24c7724f937cbbc6e953e8981b9bd1a960db83c" PeChecksum="0x38815" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:48" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradfun_plugin.dll" LongPathHash="0000c634824107163977977e9f74964c2fb7facf8a27" UniqueId="0x1778" />
            <File Name="liblogo_plugin.dll" Id="000089ad8f5fe45a6f9a8b334ee643c7d900934a41aa" ShortName="LIBLOG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x383da" SizeOfImage="0x38000" PeHeaderHash="0101d8925bd59cc27136bec6ffc3cb7390cb29c8b664" PeChecksum="0x4391d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liblogo_plugin.dll" LongPathHash="000074bec78505aa9f73f401a90a600359fac9823048" UniqueId="0x177d" />
            <File Name="libmagnify_plugin.dll" Id="00008d17afb651d18ba4827b73982cd1e34f370cbd13" ShortName="LIBMAG~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x355bb" SizeOfImage="0x36000" PeHeaderHash="01016348aa08c4636280348c20f52b0de800bfed2b10" PeChecksum="0x36442" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:45" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmagnify_plugin.dll" LongPathHash="00000b5c7f81c39d6b0950ecef621d227cce27e94663" UniqueId="0x177e" />
            <File Name="libpacketizer_mpeg4video_plugin.dll" Id="00000b0d452f19e3e1a511a3df669cee7fc1308b1fd6" ShortName="LI573B~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3dbf8" SizeOfImage="0x3e000" PeHeaderHash="01019f85be8ac4367b4c8871b146b293646b60979076" PeChecksum="0x49404" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:42:21" BinaryType="UNKNOWN" Created="05/15/2013 12:01:10" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\packetizer" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\packetizer\libpacketizer_mpeg4video_plugin.dll" LongPathHash="0000673a3d642db9f2be15abbac7844373968f1d4edd" UniqueId="0x174b" />
            <File Name="libextract_plugin.dll" Id="00001b447464fa008eb38e42fe83aa36839e2f438d52" ShortName="LIBEXT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3a548" SizeOfImage="0x3b000" PeHeaderHash="010103827872e76b7cdea1816d51230894b53f408c00" PeChecksum="0x3ce9d" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:44" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libextract_plugin.dll" LongPathHash="00004e3dc60f0b4666ebe0e6ac3e6c70504c1ebb289f" UniqueId="0x1776" />
            <File Name="libmarq_plugin.dll" Id="0000f100d4975ec779f363c4917f9b56f6bb347a3bb4" ShortName="LIBMAR~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x37651" SizeOfImage="0x36000" PeHeaderHash="0101a0cee9abe2c514b6e228c8a82d92d6a15fcf574b" PeChecksum="0x46381" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmarq_plugin.dll" LongPathHash="0000e58bc9753a9a5c43f7d2766dabd26699251fced7" UniqueId="0x177f" />
            <File Name="libmotionblur_plugin.dll" Id="0000b10a91e9a45ca2deeb088396827fd9ca855e8824" ShortName="LIBMOT~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x33959" SizeOfImage="0x34000" PeHeaderHash="01014d7b696fad33c79af572ac043378e17aa5e1ec87" PeChecksum="0x3dc14" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotionblur_plugin.dll" LongPathHash="00005bc3bd6f7bd5116b59b8951e8dad7dbed0275166" UniqueId="0x1782" />
            <File Name="libpsychedelic_plugin.dll" Id="0000597b8e55d4fb6caca129e8e7b2dab27f5d13c63b" ShortName="LIBPSY~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x347bc" SizeOfImage="0x35000" PeHeaderHash="01019c9ff9d3f20ed62e63551c490feba710052992a2" PeChecksum="0x370f9" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpsychedelic_plugin.dll" LongPathHash="0000fe905bf87b544e0851926af47317926677886bda" UniqueId="0x1785" />
            <File Name="libmosaic_plugin.dll" Id="000080c516f86f8e9c4ef146f3c69e6497850c354b06" ShortName="LIBMOS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x3b59d" SizeOfImage="0x3c000" PeHeaderHash="0101bbd44d92e31849521a0724f7697a5e0094b6554f" PeChecksum="0x3ccc1" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:02" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmosaic_plugin.dll" LongPathHash="00005f321240ae0d9675c7fcc0d5630102c70a6b210e" UniqueId="0x1781" />
            <File Name="libmotiondetect_plugin.dll" Id="000004134b3be24cdb8459c129341c2c5573ede8e771" ShortName="LIBMOT~2.DLL" SwitchBackContext="0x0100000000000400" Size="0x3675a" SizeOfImage="0x38000" PeHeaderHash="01019dad5094e824b57ac3901304c3ec719b574b0fdc" PeChecksum="0x37e39" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotiondetect_plugin.dll" LongPathHash="00003c855811a4e0182736bed707fecc912fcf92c883" UniqueId="0x1783" />
            <File Name="libposterize_plugin.dll" Id="00007dc71670d4da98ec38cc412e900d48648321ae5c" ShortName="LIBPOS~1.DLL" SwitchBackContext="0x0100000000000400" Size="0x35e16" SizeOfImage="0x37000" PeHeaderHash="01015c7ac016217fab8bbe1e9740acc6a42d647b37a6" PeChecksum="0x39a27" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="2.22" LinkDate="05/17/2013 13:43:46" BinaryType="UNKNOWN" Created="05/15/2013 12:01:11" Modified="05/17/2013 13:45:01" Path="c:\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libposterize_plugin.dll" LongPathHash="0000a5f376b90fcd4cee8892612e1223b663c324db17" UniqueId="0x1784" />
          </Files>
        </StaticProperties>
      </Program>
    </Installed_Programs>
  </APPLICATIONS>
  <DEPENDENCY_INFORMATION>
    <AitStaticAnalysis ProgramId="0000b12d26352fc62b3faab1b3a8d9db43d700000904" AnalysisVersion="1.54" DictionaryVersion="1.6" Type="Package" Id="9519ba58-7ad6-4c4e-97ed-bfc2135a0d19_1.0.12.2_x86__0pvktm11q121m">
      <AitFile ErrorCode="0" Name="libdummy_plugin.dll" Id="000000db1bc327750f053c73f292e9352943b1598d0e">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i420_plugin.dll" Id="00000129f81c82f0f61afdc8b620440fa31ec928e438">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsepia_plugin.dll" Id="000001b925a8f731744b4e3ec4da0468235773cdc901">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcompressor_plugin.dll" Id="000003fc5a0a0df5af62a8a900df32d4ad66670b7b56">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotiondetect_plugin.dll" Id="000004134b3be24cdb8459c129341c2c5573ede8e771">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudiobargraph_a_plugin.dll" Id="000004ae039e58acad198476eb3d8e0abacc67c8a47b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libremap_plugin.dll" Id="000006fe92d0e222bfeca537c18a742b937fa59f38ad">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxml_plugin.dll" Id="000007b3b0f6b38600d106ddeed443b1fcf342309989">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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="libcolorthres_plugin.dll" Id="00000954fc1ca294924daf895c8edb3ab945b0acf2fb">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_mmx_plugin.dll" Id="00000a80479f3be6d4b9b7ef7964802bcea8115d559f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscale_plugin.dll" Id="00000a8f28d2eef8d8c258710bed7dcd1c52a48a59e7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mpeg4video_plugin.dll" Id="00000b0d452f19e3e1a511a3df669cee7fc1308b1fd6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscene_plugin.dll" Id="00000bfc12c360a21cddf0a7dba9d41a6b5034b43ed8">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdtstofloat32_plugin.dll" Id="00000ca3f5195e42da45aad6a671c6fee59c62d8bd7f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libshm_plugin.dll" Id="00000d26336a76919df5a94049f1bf9ba87610a7e5f9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnormvol_plugin.dll" Id="00000d7233dec2ffd5822ae83b813e876df66d9b80e8">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvoc_plugin.dll" Id="00000d73a616925c2c3d4bf10a2611ef16f58db732af">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libasf_plugin.dll" Id="00000f406797101bb56c8e8ecd0d568554b303fb23ee">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpodcast_plugin.dll" Id="00000f562aef93bf51e4ab64a0557b9349c3a81e8768">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmirror_plugin.dll" Id="00001075d319b7d9726c589f35c87b149bc4370fa9fa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhqdn3d_plugin.dll" Id="000010a7b79a97f8e2dfeb89a0ad0cbf9e1320d1f1a9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librotate_plugin.dll" Id="000012c6ad6640338b30c939b5da0884b2df71fff3b2">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="librawaud_plugin.dll" Id="000013fb46718e5bcfd8af9578fea18143ae1a7752c5">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcroppadd_plugin.dll" Id="0000158fc341df4b4719fa0b3757970ed6635cf54f74">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsdelay_plugin.dll" Id="0000174004114581965a5f5827ac0c7ab722942bea62">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52tospdif_plugin.dll" Id="00001993b3ae35d3c20020ef03608daa028d2bda3321">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsdp_plugin.dll" Id="000019d959e327ac5f5c6c3d694beb8fa73a20961403">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libextract_plugin.dll" Id="00001b447464fa008eb38e42fe83aa36839e2f438d52">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libg711_plugin.dll" Id="00001bbfc158adae7809903d20d95d6d53460ff181aa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmediadirs_plugin.dll" Id="000020e549beb49fa5e4a6a6c663057cc8b170ff33fe">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_vc1_plugin.dll" Id="000020fc2fc9b593fa21e0acd38ca0fe9b6c67fbf62f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsdec_plugin.dll" Id="0000235b649fd87bf9784de3fc6bfa0bab25860cc691">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libts_plugin.dll" Id="000023be10e60f5bd3bef64c440cd35184850fd5edc0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_sse2_plugin.dll" Id="0000265802ada620ff1cfe2ef55742471a0bba713162">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxa_plugin.dll" Id="00002b25d20d112e6b36247ea478a7ff34de7ecc61f8">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmmdevice_plugin.dll" Id="00002b942874e8fbe1de88c32bb18cc81370256e0d2c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfilesystem_plugin.dll" Id="00002b949f8e2dd797543811a69d671ad33b971849b8">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librv32_plugin.dll" Id="00002c29d140303fd62c032519f237c6ee19067421a1">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libball_plugin.dll" Id="00002d5882f75206d2620d9885608eba7ce9b8456d9b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtta_plugin.dll" Id="00002dd63ece91386bb26ae7647004a8e23fe48387ed">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavcodec_plugin.dll" Id="0000317a8a4e66da0a159a63fadff8ed50c5a2dd1015">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmkv_plugin.dll" Id="000031db4d1b01e5f86c0982288de7f7d83d117e431d">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libimage_plugin.dll" Id="000031e2213b38e4b5cf0d575f3710e9de8c53f55fc4">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlccore.dll" Id="000033e140d719268985919444bea58e56854d4b668a">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!SleepEx" />
          <AitFeature Name="kernel32.dll!TerminateProcess" />
          <AitFeature Name="kernel32.dll!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libdemuxdump_plugin.dll" Id="000033e1a1d8d43840c138b23e0642ae3db11425defa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtheora_plugin.dll" Id="00003507e51b66fd6f7c0ce24ee43268cc64afddf654">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmjpeg_plugin.dll" Id="0000351fb1f2f87d4a0e94cb34542ca667a1a9e5d88f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libps_plugin.dll" Id="0000357239ba46a6fa6d08c2601a489c77a827a70bca">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libripple_plugin.dll" Id="00003580708855b45ce89fd45dd960cf4555c7f48868">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscte27_plugin.dll" Id="00003781dcbb33294b2a6cfa950adf2270446c2711bd">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvmem_plugin.dll" Id="000038b952b5f35eb8e120bfa714d991b78d690abd04">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_i420_plugin.dll" Id="000038de453ef8ad5263ce5fc912dc5e1468e55f11b9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspudec_plugin.dll" Id="00003927797cab5e66048f9d5d067d41092fdfd737bb">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libreal_plugin.dll" Id="000039a8e823ef872b3fef8b68a440a64e054b2195ee">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libequalizer_plugin.dll" Id="00003b52373a532dca7b30208609de257816cba2a72b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdolby_surround_decoder_plugin.dll" Id="00003bc40976f143f9821178b0b1213c0c53b0cc486c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libanaglyph_plugin.dll" Id="00003f09afa9e8c8ac8c470039b8a8f7412a02a14da0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libogg_plugin.dll" Id="00003f1c3f0593d397094ba8dd19691fb578b4c7d3be">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libvisual_plugin.dll" Id="00003fe7c09fb8aaa902361bf9f080420a82f083959b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_WINRT.exe" Id="00003fe7f53a14c677d92fb27acb97ce9a6fc4f9fe08">
        <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="libalphamask_plugin.dll" Id="0000404470e7ed57878341d8a745256e2abc8c80552e">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtransform_plugin.dll" Id="0000405bafa9ad7c2a2553e4d96aa7308f6333ad8874">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libidummy_plugin.dll" Id="000040668a19e754fa08e2d1b79360035e8f4e76212f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libplaylist_plugin.dll" Id="000040b7135ff64a060902ce51f8d955d12e973e5566">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52_plugin.dll" Id="000041aabfeb06b57b8508794915b197867108f3f415">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvid_plugin.dll" Id="000042617ecfa5c2ac66eee3d4a57aa9beff43e79bd8">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpuzzle_plugin.dll" Id="000043fbf965bf52efea01a480ab9f9863fe8976c2a3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libheadphone_channel_mixer_plugin.dll" Id="000045ff4fb11f9a73aa080a6866318616b5b2b91ab3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtaglib_plugin.dll" Id="00004914811329949550e3b01a672db3c421e1782de5">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libflacsys_plugin.dll" Id="00004967a413e246564571f9b8ef029d4cf8e4630ebd">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libpacketizer_dirac_plugin.dll" Id="000049b3af5c37df4bd8bbaf7c02788394ad76ff84d4">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaiff_plugin.dll" Id="000049bde292602632efb53f3aa726ba649d8301aa9b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsharpen_plugin.dll" Id="00004d81e0af4d1f9ee3b87c7a6766708a6d72769378">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_rar_plugin.dll" Id="000050c7fd586c59e27f9a81157be5537eb0d70bbf0a">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirac_plugin.dll" Id="0000512c60c36891df8c0c993c1e5822129ed87d6e89">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_plugin.dll" Id="0000517f7058ec4bdb2ee15d67a809b5eb7853e12e9c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libopus_plugin.dll" Id="0000525007d230cdf01ff7f8e0baef329407884ac2ff">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liberase_plugin.dll" Id="0000539ad7443261675bc746ef1b2d59771cf80dbeca">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_bd_plugin.dll" Id="00005425436c0a44fd326cb85e2be23d21c797ca83c3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librss_plugin.dll" Id="0000546767f643648336c61f738c963d68a09a6ad727">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librtp_plugin.dll" Id="000054f4759cfd61fdffec9df2bee5d788de01634171">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmono_plugin.dll" Id="0000572d9098814f3230c942581b2b2f671bbc4d33f9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpsychedelic_plugin.dll" Id="0000597b8e55d4fb6caca129e8e7b2dab27f5d13c63b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvc1_plugin.dll" Id="000059c9e2f3f115832c0c58951d16d295c7563eda37">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvdummy_plugin.dll" Id="00005a5d3753a02f6e5755c325f5dbb82dc9c70336b0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcanvas_plugin.dll" Id="00005bcd83a4f266fdc40c359186e2bd8fdc5d33ad0f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradfun_plugin.dll" Id="00005e11fd9d673da5475e7c09f4d6854e0f81741c1f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libau_plugin.dll" Id="00005ec522e617b95891de1dcdd3330ef94844ca1246">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_plugin.dll" Id="00005f1fc86be5d966ed472eb67f622a2371324a1afe">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_mmx_plugin.dll" Id="000060467eb62bb9056d0d3f3732b5de7a70ff210aeb">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_flac_plugin.dll" Id="0000607294cbbf80bd4c2302fff488064e28e1db37e7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_ftp_plugin.dll" Id="000062038f10a4f4910be0bc80554bf7de6b67f41049">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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_udp_plugin.dll" Id="000066991b20d9d30694e5e0e370b4775f5a1c47a2d9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfolder_plugin.dll" Id="0000681ec33f9a681eb8442438d77b9383a1126f74d1">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgestures_plugin.dll" Id="000069c1127d1794d57672c98b3be1d47158ae8ec7f4">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudioscrobbler_plugin.dll" Id="00006b5af934b9067275afb132054c4b265496733baa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libparam_eq_plugin.dll" Id="00006c91529892a3b4c5cb462219ef9dbce2d23ade1a">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsc_plugin.dll" Id="00006e3105ad2529b0b98889a03d9f6c1613ca20ac97">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libdeinterlace_plugin.dll" Id="00006e4bbfa1e422ef9630aa470d325a767ed4348343">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdrawable_plugin.dll" Id="00006ee820ac0ed92310e5e6240a4f0e6e6765d0eedb">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_Wrapper.dll" Id="000071e1128d135e178afca44baa3a335dbe8b3ff1c7">
        <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="libstl_plugin.dll" Id="00007470047827083c92275eac3dc43aad0a328dfaba">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrain_plugin.dll" Id="000074c08b1853444532913f28774cb845deb38054e2">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubtitle_plugin.dll" Id="00007587c94d9162e96d3734ecc0208c10f069596365">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libdtstospdif_plugin.dll" Id="00007914fc860bfcf077c0305caebedbdc9319b91ef9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libddummy_plugin.dll" Id="00007d2720363999e3719dc4914c1405e18085ab217c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libposterize_plugin.dll" Id="00007dc71670d4da98ec38cc412e900d48648321ae5c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_Wrapper.winmd" Id="00007fa6dd982bcae24267e7d0c95d00d9288b59b0ae">
        <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="libpacketizer_mpegvideo_plugin.dll" Id="00007faa781b2334ec7c915aaa72db0cc41868185942">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmosaic_plugin.dll" Id="000080c516f86f8e9c4ef146f3c69e6497850c354b06">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libclone_plugin.dll" Id="00008212137aedc34b34e292d7588ca525596ae479b4">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libafile_plugin.dll" Id="000082e11be3b06175136b7496a12ef8769dd5d3cd9b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavi_plugin.dll" Id="000083d92fb5a20e67ace0496d95cade544bffcdbdaa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_sse2_plugin.dll" Id="000083e46337dd9cc387771513f6a925d215d8050c45">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libchain_plugin.dll" Id="00008674b85b06f6a4101a2f360f9e90799fe29842d7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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="libi422_yuy2_mmx_plugin.dll" Id="00008830fbd65256c04ae8a0531eeacbc8b2f18f8701">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblogo_plugin.dll" Id="000089ad8f5fe45a6f9a8b334ee643c7d900934a41aa">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmagnify_plugin.dll" Id="00008d17afb651d18ba4827b73982cd1e34f370cbd13">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvobsub_plugin.dll" Id="00008d95a8b128da4df7b6c655949374925b9b2bbdf4">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libwav_plugin.dll" Id="000090ca62ef905bef22a0d31556d178143a49de1613">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblua_plugin.dll" Id="0000927ca25917e4e9e39bd1c3cde3f74ee7f545e70f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwave_plugin.dll" Id="000093e63dbb34df99900868bf0dd4d2442820fc010b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libkaraoke_plugin.dll" Id="0000948a63554e040a250befd67b674a5c956bfeb053">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtrivial_channel_mixer_plugin.dll" Id="0000949f100868dc0965bbb84cb6015831857be4538f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_plugin.dll" Id="0000954ee60c77a4d5f42ea42bcf332baa82d4b5c719">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mpeg4audio_plugin.dll" Id="00009752b25c0738c3398933e8e1d5dadf3c62cdf938">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsv_plugin.dll" Id="00009811e99bddca521611ca9291ab1fc2431d3e8383">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsusf_plugin.dll" Id="000098d82dac63b8e118715630a4c1dbf349b761faa0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcdg_plugin.dll" Id="000098e643597d21ae0e5292f94e50d7fe406d56f697">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libh264_plugin.dll" Id="00009a6e1558db624bb59d5e1f2eba98678ce8165684">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpgv_plugin.dll" Id="00009c6af0bd8f59b362f09a7cd9cae89d871bf39cb9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_h264_plugin.dll" Id="00009d8b1fde6df236b1041d04199111295f900f0580">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspatializer_plugin.dll" Id="00009dce9d836ddb4d018e7ff0d287259cf115913eef">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libugly_resampler_plugin.dll" Id="0000a10c6398ae5be68e6765b23178c61dce0aff83f6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuvp_plugin.dll" Id="0000a112ec3eb8b26ff45ff0da0531c1c41ef765be49">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfloat_mixer_plugin.dll" Id="0000a13b3113763c94b4bbaf25d7887b6a13c7a914f5">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_vdr_plugin.dll" Id="0000a2bb3cdf5001ca1b42bce5db70b523adb83cefd5">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libexport_plugin.dll" Id="0000a340aad47c9c2b6ede01ae053b92b2e8e3ee981c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscaletempo_plugin.dll" Id="0000a3c4fc65205c79ddc89fb9e0b1c58cf1022bf429">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libuleaddvaudio_plugin.dll" Id="0000a83be3fc42acffa89e0e3474d72e05bbfbee85e6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_mms_plugin.dll" Id="0000a8a544410303d810af3eda6887147b1f5f7c4cad">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i422_plugin.dll" Id="0000ac717feb1cfed7198a63e654185a857fdc5cd561">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpng_plugin.dll" Id="0000add2ea4bad83b743b9d98153eb8221f031889b2f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsimple_channel_mixer_plugin.dll" Id="0000afbedf392881b48a83f5b3e01bb29b4dc538bf99">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotionblur_plugin.dll" Id="0000b10a91e9a45ca2deeb088396827fd9ca855e8824">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudiobargraph_v_plugin.dll" Id="0000b14f55367cdb0ab25271e96a34955f7ff8a96141">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_sse2_plugin.dll" Id="0000b29639fdb8a331a7c904a2a3b26c38f1fb669b08">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlc.dll" Id="0000b33f1dec1e405f1726cc25f62ecf500b694c0ffe">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_stl_plugin.dll" Id="0000b58301d26550f5f11dfaaae8322724f9fedc1e2d">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcvdsub_plugin.dll" Id="0000b7cab81d4a50d0fc6dcb67f8cc10901b77bfbda7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaes3_plugin.dll" Id="0000b7dfba656e61a7d07cdc7226c45ae0229ae8a1d3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_resampler_plugin.dll" Id="0000b844fb5299cb051d64e1e52407b108b2d1a82fea">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinvert_plugin.dll" Id="0000b95bfda71ede9390de8d6b1be1cfa84e1faca413">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblendbench_plugin.dll" Id="0000ba1f5ca6f8499bdd468f5e20690d80162674fa86">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnuv_plugin.dll" Id="0000bae18de001d90e0a0076434c3c2593f853c69eb0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawdv_plugin.dll" Id="0000bb2857a22789fff717fa0ca989fff757e46e4f33">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsap_plugin.dll" Id="0000bbaad82e865b19f52c2709b442d827eb886c2d6c">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libcc_plugin.dll" Id="0000bd3edd63906cb92da375f687fc7cc705976d25b6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirectsound_plugin.dll" Id="0000bf8b828a298379523583c870c8755f6fa19bf805">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_attachment_plugin.dll" Id="0000bf8bdd293d5303ada06a918ee6369707585f02eb">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradient_plugin.dll" Id="0000c07ef1c40fc8e5133feb213ce5bf530f7267e7d7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libchorus_flanger_plugin.dll" Id="0000c189becfda843a64548829f2641fa54f931633b3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpeg_audio_plugin.dll" Id="0000c487a688eb5a148be2fdd52cda305f8dbb146884">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinteger_mixer_plugin.dll" Id="0000c5517e2209752cc2d1fa6e040c88ef86cf115b57">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpacketizer_mlp_plugin.dll" Id="0000c751f30aaf5fbc2a4cbdfce36b4cfef4187e4013">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgaussianblur_plugin.dll" Id="0000c7ab90e6d8c53cf74a04e1df8360d4862e5aa299">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuv_plugin.dll" Id="0000ca3cb2797a214c1817f38777e20df65bfa5362fe">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtdummy_plugin.dll" Id="0000ca4e26565ddaf10ef6049521535267eb13a6a4b3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadjust_plugin.dll" Id="0000cce45415f3bfbb0d3a8c027d156ce76c65cd44ae">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadpcm_plugin.dll" Id="0000ce86a7bffbd2afedd9b6527cb12ad56c3164b786">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstream_filter_rar_plugin.dll" Id="0000cf15256d1412beb0d05761e6a1e73f42606d1aba">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwall_plugin.dll" Id="0000cfd2a53cd452fb6fb9339e3917ffd8f936a5222d">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libdash_plugin.dll" Id="0000d0e01587b6e3985b51ef4637a533c9187bc437b1">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libes_plugin.dll" Id="0000d1405709c2e9ba64cd05525e4607799091b5fb8c">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libantiflicker_plugin.dll" Id="0000d1eb7ddbc057535565d6cec50a810572e2848865">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_plugin.dll" Id="0000d4c2c3b52319903bf5f9c9605717427e02a99479">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblpcm_plugin.dll" Id="0000d4f364293e45c392e391730be757c5fcae75a7bc">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsmooth_plugin.dll" Id="0000d640575a190653ba3f50a60a7dad90e00718cab3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdvbsub_plugin.dll" Id="0000d6ca5094dcbb244a66bdc09a38a3d7fbab049629">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_http_plugin.dll" Id="0000d83b6744f9293f628be2d7236296eed35a333a38">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libzip_plugin.dll" Id="0000da0266150320da2b0bbefc1e5a80246bcd944e71">
        <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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="libpva_plugin.dll" Id="0000db24845680bbd1928ce107df4049f463f401ba82">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libty_plugin.dll" Id="0000dba3220cceefd5c319e600d4f555b2b17386dcd6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librecord_plugin.dll" Id="0000dc517b10fdbfd192d4a6aea964d64df49413484f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstats_plugin.dll" Id="0000dcd13a6fd08216ea1f2fb2b1022a034ef88d0a9f">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaraw_plugin.dll" Id="0000df81e64d47f4e07dc0f361b724c3328e5e6bc6f3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrey_yuv_plugin.dll" Id="0000dfda6e88cb1f338abc080b4156c7804548e5c431">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhotkeys_plugin.dll" Id="0000e0fea4f4ce1f419b927a87b899111b06b80598e6">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libswscale_plugin.dll" Id="0000e2cd28d3035a377255fafc599cd6b154c618b289">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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="libgain_plugin.dll" Id="0000e5f409c9fb35305f0a0362bee111b14535d339df">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvideo_plugin.dll" Id="0000e79de2eb0769d5a22445d3418bd9b6147583e383">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmp4_plugin.dll" Id="0000e8f3942e057dd084a06da3e99023d686d80f1727">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudio_format_plugin.dll" Id="0000edb112e0f0f8d66c3ca2ebadaf19dc9bf8e8afe9">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_tcp_plugin.dll" Id="0000ef86790d5eca6031865b6243f084fbd0399be9ef">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmarq_plugin.dll" Id="0000f100d4975ec779f363c4917f9b56f6bb347a3bb4">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblend_plugin.dll" Id="0000f2e21fe223ab7a2a60f5279cec46e80f48491468">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!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="libadummy_plugin.dll" Id="0000f4985e7976663f6bdea21769a4ff5d1548b0e1e7">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libbluescreen_plugin.dll" Id="0000f4a023bb41ce775b4928520e65e95522ee8f724e">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsvcdsub_plugin.dll" Id="0000f4ae23f3b5246792b43fe7e7890a7dc47a6d4e5b">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdts_plugin.dll" Id="0000f56a151affad439e1e0753b07751f457c6eddfcc">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_imem_plugin.dll" Id="0000f94d892fd51d32fdabc2245658f5d53ddd896157">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstereo_widen_plugin.dll" Id="0000fd4994ef7eca3f11a6c0706b2844f5a4594012f3">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsmf_plugin.dll" Id="0000fe2af8c592929c39d3e07f0b4bb0621273ed2253">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_cdg_plugin.dll" Id="0000fec7acf7a92d7e41002457f9550ce287f824e7c0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libamem_plugin.dll" Id="0000ffc3086d47fd5b17ee33842df5a48abbb3ea5eb0">
        <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!TlsAlloc" />
          <AitFeature Name="kernel32.dll!TlsFree" />
          <AitFeature Name="kernel32.dll!TlsGetValue" />
          <AitFeature Name="kernel32.dll!TlsSetValue" />
          <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!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsFree" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <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!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
      </AitFile>
    </AitStaticAnalysis>
  </DEPENDENCY_INFORMATION>
</REPORT>
