﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type='text/xsl' href='results.xsl'?>
<REPORT OVERALL_RESULT="FAIL" VERSION="3.1" LATEST_VERSION="TRUE" UPDATE_DOWNLOAD_URL="" TOOLSET_ARCHITECTURE="X64" SecureBoot="FALSE" APP_TYPE="WindowsStore" PUBLISHER_DISPLAY_NAME="" OSVERSION="6.3.9600.0" OS="Microsoft Windows 8.1 Pro" PER_USER_APPLICATION="" PARTIAL_RUN="TRUE" LCID="1036" VALIDATION_TYPE="UI" ReportGenerationTime="26/01/2014 23:10:21" ID="05e0692ec92d56d2c32a3f7be3eb40be">
  <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." />
    <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." />
    <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." />
    <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:28s.00ms">
        <RESULT><![CDATA[FAIL]]></RESULT>
        <MESSAGES>
          <MESSAGE TEXT="API CreateEventA in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateSemaphoreA in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetHandleInformation in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetProcessAffinityMask in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadContext in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadPriority in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCriticalSectionSpinCount in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetProcessAffinityMask in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadContext in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API SuspendThread in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForMultipleObjects in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForSingleObject in kernel32.dll is not supported for this application type. libblend_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateEventA in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateSemaphoreA in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetHandleInformation in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetProcessAffinityMask in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadContext in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadPriority in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCriticalSectionSpinCount in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetProcessAffinityMask in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadContext in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API SuspendThread in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForMultipleObjects in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForSingleObject in kernel32.dll is not supported for this application type. libspatializer_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateEventA in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateSemaphoreA in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetHandleInformation 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 GetThreadContext in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadPriority in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCriticalSectionSpinCount in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetProcessAffinityMask in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadContext in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API SuspendThread in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForMultipleObjects in kernel32.dll is not supported for this application type. libavcodec_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateEventA in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateSemaphoreA in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetHandleInformation in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetProcessAffinityMask in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadContext in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadPriority in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCriticalSectionSpinCount in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetProcessAffinityMask in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadContext in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API SuspendThread in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForMultipleObjects in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForSingleObject in kernel32.dll is not supported for this application type. libmkv_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetPropW in user32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API RemovePropW in user32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API SetPropW in user32.dll is not supported for this application type. libvlccore.dll calls this API." />
          <MESSAGE TEXT="API CreateEventA in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API CreateSemaphoreA in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetHandleInformation in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetProcessAffinityMask in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadContext in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API GetThreadPriority in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API ResumeThread in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetCriticalSectionSpinCount in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetProcessAffinityMask in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadContext in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API SetThreadPriority in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API SuspendThread in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForMultipleObjects in kernel32.dll is not supported for this application type. libdash_plugin.dll calls this API." />
          <MESSAGE TEXT="API WaitForSingleObject in kernel32.dll is not supported for this application type. libdash_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." />
    <REQUIREMENT NUMBER="19" TITLE="App manifest resources test" RATIONALE="The App Package Manifest should have valid resources defined in the resources.pri file, as per the App Packaging Specification and App Manifest Schema." />
    <REQUIREMENT NUMBER="20" TITLE="Debug configuration test" RATIONALE="The App should not install any debug binaries." />
    <REQUIREMENT NUMBER="21" TITLE="File encoding test" RATIONALE="Packages containing an HTML5 Windows Store app must have correct file encoding." />
    <REQUIREMENT NUMBER="22" TITLE="Direct3D Feature Test" RATIONALE="App should use the Direct3D capability correctly." />
    <REQUIREMENT NUMBER="23" TITLE="App Capabilities test" RATIONALE="Packages declaring special-use capabilities will have to provide justifications during the onboarding process." />
    <REQUIREMENT NUMBER="24" TITLE="Windows Runtime metadata validation" RATIONALE="Metadata needs to be conformant and consistent across all generation sources." />
    <REQUIREMENT NUMBER="25" TITLE="Package sanity test" RATIONALE="Validation of the app package contents to ensure correctness." />
    <REQUIREMENT NUMBER="26" TITLE="High-DPI support" RATIONALE="The application needs to set DPI-aware to make the UI look consistently good across a wide variety of high-DPI display settings." />
    <REQUIREMENT NUMBER="27" TITLE="Resource Usage Test" RATIONALE="WinJS background tasks need to call close() to free resource." />
  </REQUIREMENTS>
  <APPLICATIONS>
    <Installed_Programs>
      <Program Name="VideoLAN.VLCforWinRT" Type="Application" Source="AppxPackage" Publisher="CN=716F2E5E-A03A-486B-BC67-9B18474B9D51" Version="0.0.1.7" Language="1033" OnSystemDrive="true" RootDirPath="C:\Users\jb\Documents\dev\winrt\app\ui\bin\x86\Release\AppX" PathEvidenceId="0xa" RNP="0x1" DNP="0xd" EvidenceId="0xa" Id="000091b903c411ef9ccee715b7faea42a13a00000904">
        <Indicators>
          <DirectoryIndicators>
            <Directory Name="appx" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx" RNP="0x9" DNP="0xb" UniqueId="0xb" Id="0000b8d4f78c026c96947b228660a23786130170690d" />
            <Directory Name="plugins" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins" RNP="0x9" DNP="0xb" UniqueId="0x22" Id="0000cdff5a8b448d17782e1bc983e7f7abb756a41b34" />
            <Directory Name="control" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\control" RNP="0x9" DNP="0xb" UniqueId="0x65" Id="0000a682d809d5e43f85841d89df28d74d2557e71217" />
            <Directory Name="demux" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux" RNP="0x9" DNP="0xb" UniqueId="0x69" Id="000056cdb6503b126a7a77b39b5b8c11a05dd8d653ac" />
            <Directory Name="misc" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc" RNP="0x9" DNP="0xb" UniqueId="0x8d" Id="0000e4f7527fed8d464c9a9f1d7fc4e1003c5cdd056d" />
            <Directory Name="access" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access" RNP="0x9" DNP="0xb" UniqueId="0x23" Id="0000053ffb590f5b11abac0bc8d2ab6ccc759195d316" />
            <Directory Name="audio_filter" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter" RNP="0x9" DNP="0xb" UniqueId="0x2e" Id="0000314c93e4cb2cc960b80744c8c27759cc067913ed" />
            <Directory Name="audio_mixer" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer" RNP="0x9" DNP="0xb" UniqueId="0x45" Id="00008e3c9628ce57b35d0e665b7fd844e80b90c2c4a4" />
            <Directory Name="audio_output" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output" RNP="0x9" DNP="0xb" UniqueId="0x48" Id="0000572ec988c56bcd0a691ea1e8f2bb13da57bdee51" />
            <Directory Name="codec" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec" RNP="0x9" DNP="0xb" UniqueId="0x4a" Id="000098724f0273258e86e30415dd780151411032f581" />
            <Directory Name="stream_filter" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter" RNP="0x9" DNP="0xb" UniqueId="0x91" Id="000072c2da68a71040e28e90780152336aae427ac5fc" />
            <Directory Name="video_chroma" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma" RNP="0x9" DNP="0xb" UniqueId="0x94" Id="00003c5276c03112d4eb1d3d98bd72f70d44d419019c" />
            <Directory Name="video_filter" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter" RNP="0x9" DNP="0xb" UniqueId="0x9e" Id="00000225d999f2b5dbf276b91f93b90d877e352505cc" />
            <Directory Name="visualization" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\visualization" RNP="0x9" DNP="0xb" UniqueId="0xcb" Id="0000593527d4c245a9f908275a78a0748259992c3c77" />
            <Directory Name="video_output" Path="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output" RNP="0x9" DNP="0xb" UniqueId="0xc9" Id="0000964a1feff70f834f90dabe09d3506ea9ba642026" />
          </DirectoryIndicators>
          <WindowsStoreAppManifestIndicators>
            <PackageManifest PackageFullName="videolan.vlcforwinrt_0.0.1.7_x86__paz6r1rewnh0a">
              <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest">
                <Identity Name="VideoLAN.VLCforWinRT" Publisher="CN=716F2E5E-A03A-486B-BC67-9B18474B9D51" Version="0.0.1.7" ProcessorArchitecture="x86" />
                <Properties>
                  <DisplayName>VLC for WinRT</DisplayName>
                  <PublisherDisplayName>VideoLAN</PublisherDisplayName>
                  <Logo>Assets\StoreLogo.png</Logo>
                </Properties>
                <Prerequisites>
                  <OSMinVersion>6.2.1</OSMinVersion>
                  <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
                </Prerequisites>
                <Resources>
                  <Resource Language="EN-US" />
                </Resources>
                <Applications>
                  <Application Id="App" Executable="VLC_WINRT.exe" EntryPoint="VLC_WINRT.App">
                    <Extensions>
                      <Extension Category="windows.fileTypeAssociation">
                        <FileTypeAssociation Name="vlcmedia">
                          <DisplayName>VLC for WinRT</DisplayName>
                          <Logo>Assets\Logo.png</Logo>
                          <InfoTip>Play with VLC</InfoTip>
                          <EditFlags OpenIsSafe="true" />
                          <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>
                    </Extensions>
                    <VisualElements DisplayName="VLC for WinRT" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="VLC_WINRT" ForegroundText="light" BackgroundColor="#464646">
                      <DefaultTile ShowName="logoOnly" ShortName="VLC for WinRT" />
                      <SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#F09609" />
                    </VisualElements>
                  </Application>
                </Applications>
                <Capabilities>
                  <Capability Name="privateNetworkClientServer" />
                  <Capability Name="removableStorage" />
                  <Capability Name="videosLibrary" />
                  <Capability Name="musicLibrary" />
                  <Capability Name="internetClientServer" />
                  <Capability Name="internetClient" />
                  <Capability Name="picturesLibrary" />
                </Capabilities>
                <Dependencies>
                  <PackageDependency Name="Microsoft.VCLibs.110.00" MinVersion="11.0.51106.1" />
                </Dependencies>
                <Extensions>
                  <Extension Category="windows.activatableClass.inProcessServer">
                    <InProcessServer>
                      <Path>libVLCX.dll</Path>
                      <ActivatableClass ActivatableClassId="libVLCX.Player" ThreadingModel="both" />
                    </InProcessServer>
                  </Extension>
                </Extensions>
              </Package>
            </PackageManifest>
          </WindowsStoreAppManifestIndicators>
        </Indicators>
        <StaticProperties>
          <Files Id="000079c4361f163f6d7dcdc2f5c49cf5b81f7d0cefec">
            <File Name="libaccess_winrt_plugin.winmd" Id="0000f3ad27d67697311c141a78cc62d277929024ac19" ShortName="LIBACC~1.WIN" SwitchBackContext="0x0100000000000602" Size="0x400" SizeOfImage="0x2000" PeHeaderHash="010114a9421c1bb6cf3dcb39a62d0184c36f6a147905" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:20" BinaryType="DOTNETIL" Created="11/18/2013 14:29:55" Modified="01/26/2014 22:04:20" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libaccess_winrt_plugin.winmd" LongPathHash="0000a7d5f06fc46a3726e4fb94abce6f8c2af466deb2" UniqueId="0xd" />
            <File Name="libdirect2d_winrt_plugin.dll" Id="00000b4a864f5947264e40c0409c977e42ea885467ac" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x7e00" SizeOfImage="0xb000" PeHeaderHash="01010be92969de69dbfcfbe8efe36750ccd069cad3ca" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:06:14" BinaryType="UNKNOWN" Created="11/28/2013 17:52:02" Modified="01/26/2014 22:06:14" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libdirect2d_winrt_plugin.dll" LongPathHash="0000bb8d4060fa7d87e6628d16d4725c417a1fa2d3bb" UniqueId="0xe" />
            <File Name="libdirect2d_winrt_plugin.winmd" Id="0000673e6d8f2e6b872fc1b8c69522c46d1c180f73e1" ShortName="LIBDIR~1.WIN" SwitchBackContext="0x0100000000000602" Size="0x400" SizeOfImage="0x2000" PeHeaderHash="010159a0879b0a399a03d5780509e56dad26d77ddf01" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:06:14" BinaryType="DOTNETIL" Created="11/28/2013 17:52:02" Modified="01/26/2014 22:06:14" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libdirect2d_winrt_plugin.winmd" LongPathHash="0000fbefcc3738c24cb51fb464ef8522c44a0f5fc094" UniqueId="0xf" />
            <File Name="libvlc.dll" Id="0000393f2b473f675b6f52741f78446d81a63eccbc75" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xa1744" SizeOfImage="0x97000" PeHeaderHash="01017545b73c7411f834a2be68ee69a3a4b90fb53226" PeChecksum="0xa7967" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="VLC media player 2.2.0-git" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:36:16" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:39" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libvlc.dll" LongPathHash="0000bc91393e3cfe03275397932058854da0c4bb1ad8" UniqueId="0x10" />
            <File Name="libvlccore.dll" Id="00004e0ff69be4c4382457a79a81494b5526136ff6c2" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBVLC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x386b90" SizeOfImage="0x34a000" PeHeaderHash="010119b8cc378be412c6a07f46218485dde091bbf1f8" PeChecksum="0x38a7fe" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="VLC media player 2.2.0-git" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:42" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libvlccore.dll" LongPathHash="000014b25f1b5db4b687e478c77bd3c9ef7b210aa821" UniqueId="0x11" />
            <File Name="libVLCX.winmd" Id="000065ed03de1f8da8899261ffbbc361ffd61fc376c0" ShortName="LIBVLC~1.WIN" SwitchBackContext="0x0100000000000602" Size="0xe00" SizeOfImage="0x2000" PeHeaderHash="0101b036aff9b634fab5eb99024e0035b79f22f39da6" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 21:44:29" BinaryType="DOTNETIL" Created="12/11/2013 15:57:09" Modified="01/26/2014 21:44:29" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libvlcx.winmd" LongPathHash="00000cdd839a3cdb11ba20371d942927720b75646438" UniqueId="0x13" />
            <File Name="libxaudio2_winrt_plugin.dll" Id="0000264486835eea35440e5b89e5680b370d86834f5c" ShortName="LIBXAU~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x6e00" SizeOfImage="0xa000" PeHeaderHash="0101f4d5e2ad8a130492dec7e6ba6208a60f2e805a5f" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:21" BinaryType="UNKNOWN" Created="01/21/2014 23:00:22" Modified="01/26/2014 22:04:21" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libxaudio2_winrt_plugin.dll" LongPathHash="00000d3359960efcd26bafa7e540a0612de0e42a2a97" UniqueId="0x14" />
            <File Name="libxaudio2_winrt_plugin.winmd" Id="00008d7d31c296fb9fdb3633c839ba582538ac2b0a50" ShortName="LIBXAU~1.WIN" SwitchBackContext="0x0100000000000602" Size="0x400" SizeOfImage="0x2000" PeHeaderHash="0101613fec39a4b20af233e9049ef683f82b0a1fecfe" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:21" BinaryType="DOTNETIL" Created="01/21/2014 23:00:22" Modified="01/26/2014 22:04:21" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libxaudio2_winrt_plugin.winmd" LongPathHash="00002fb4f4b4b7c330fbc90ea4e6a57876ee1d0904c8" UniqueId="0x15" />
            <File Name="Newtonsoft.Json.dll" Id="00002f881fb455f8ea7d7ae783015c071abdae15b3fb" ProductName="Json.NET" CompanyName="Newtonsoft" ProductVersion="5.0.8.16617" VerLanguage="0" ShortName="NEWTON~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="5.0.8.16617" Size="0x63600" SizeOfImage="0x6a000" PeHeaderHash="0101f9af2c393568dab081c35d36ea8154e45d7bad8b" PeChecksum="0x641ff" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="5.0.8.16617" BinFileVersion="5.0.8.16617" FileDescription="Json.NET Portable" InternalName="Newtonsoft.Json.dll" LegalCopyright="Copyright © James Newton-King 2008" LinkerVersion="11.0" LinkDate="10/16/2013 23:49:59" BinaryType="DOTNETIL" Created="01/26/2014 21:46:30" Modified="01/26/2014 21:44:26" OriginalFilename="Newtonsoft.Json.dll" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\newtonsoft.json.dll" LongPathHash="0000d9065e609623a442716faeffd7bca1cb83f0cc0f" UniqueId="0x16" />
            <File Name="resources.pri" Id="00007e2e5c102f656f344f885cab188c58d2d98b1a04" ShortName="RESOUR~1.PRI" Size="0x7f80" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 21:46:29" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\resources.pri" LongPathHash="00009a7c513b9f78ad04a6fa5ed7b229839d289e680b" UniqueId="0x17" />
            <File Name="VLC_WINRT.exe" Id="00004b7af026a175cb4592eaf9be962fc1a9f6212808" 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="0x2b200" SizeOfImage="0x32000" PeHeaderHash="0101cdeb7b5033aa1551d5c87180d840ff1760cfb502" 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="01/26/2014 22:06:16" BinaryType="DOTNET32" Created="11/18/2013 14:29:55" Modified="01/26/2014 22:06:17" OriginalFilename="VLC_WINRT.exe" RunLevel="AsInvoker" UiAccess="false" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\vlc_winrt.exe" LongPathHash="0000a691e2dc6b9c0e36db57d2cdeffe290bbe9a6f4e" UniqueId="0x18" />
            <File Name="winrtsock.dll" Id="000080f42496e9384d72b7f9a9ef15b8977e86286ffd" ShortName="WINRTS~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x4e600" SizeOfImage="0x52000" PeHeaderHash="01012e27ccc11a228a9ae6322e2333554231a9be8b96" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="09/23/2013 13:29:01" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/21/2014 16:41:18" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\winrtsock.dll" LongPathHash="00003e82488c5f537d2c550a77d216b76d5649ab3474" UniqueId="0x19" />
            <File Name="libVLCX.dll" Id="0000f284e672d4082eeb0d8fc42d21c19cc371003bba" SwitchBackContext="0x0100000000000602" Size="0xd000" SizeOfImage="0x10000" PeHeaderHash="0101eb0d876f681eee78640e97692de14cb16d74f318" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="2" LinkerVersion="11.0" LinkDate="01/26/2014 21:44:29" BinaryType="UNKNOWN" Created="12/11/2013 15:57:09" Modified="01/26/2014 21:44:29" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libvlcx.dll" LongPathHash="00008b0f5fac60a976dab44a3e6fc36b40eb1a853f2d" UniqueId="0x12" />
            <File Name="XboxMusicLibrary.dll" Id="00001a3613d123cfd1c135dcf4e2867b2aeece9ad560" ProductName="XboxMusicLibrary" ProductVersion="1.0.0.0" VerLanguage="0" ShortName="XBOXMU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="1.0.0.0" Size="0x6800" SizeOfImage="0xc000" PeHeaderHash="01013d3aedc2289c9f687500e4ee6ffccb61937b9dad" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="1.0.0.0" BinFileVersion="1.0.0.0" FileDescription="XboxMusicLibrary" InternalName="XboxMusicLibrary.dll" LegalCopyright="Copyright ©  2014" LinkerVersion="11.0" LinkDate="01/26/2014 21:46:06" BinaryType="DOTNETIL" Created="01/26/2014 21:46:30" Modified="01/26/2014 21:46:06" OriginalFilename="XboxMusicLibrary.dll" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\xboxmusiclibrary.dll" LongPathHash="00009c17cadd1164ced8c035e80c7d42d577d2308f0f" UniqueId="0x1a" />
            <File Name="libaccess_bd_plugin.dll" Id="0000410a1bacf3eae107ed7df5ebffc0838861cd9e64" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBACC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x69766" SizeOfImage="0x68000" PeHeaderHash="0101dccd484ddb8247fc388f71c37efc7c35ae7daec6" PeChecksum="0x6c3f5" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_bd_plugin.dll" LongPathHash="0000aeb0b35f0a94bd7ec1eda7cb95c90a628995f13c" UniqueId="0x24" />
            <File Name="libsdp_plugin.dll" Id="0000d95e84fc5824b96c06f8cad382d2607f3a521363" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSDP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1afe6" SizeOfImage="0x1f000" PeHeaderHash="0101a38c728f1fcda8bb450b82ce6a26fe50a7281be5" PeChecksum="0x2633d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libsdp_plugin.dll" LongPathHash="0000d3147a30943975f3a108a0519017a6055ddd7d01" UniqueId="0x2a" />
            <File Name="libtimecode_plugin.dll" Id="0000ba1dbaf3f463998ebd109bbf38243e0098350cc6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTIM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x36ed9" SizeOfImage="0x3a000" PeHeaderHash="0101fe5be84db7907f548775d4225731f90f021213d7" PeChecksum="0x3bff9" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="07/24/1970 17:26:40" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libtimecode_plugin.dll" LongPathHash="0000b4bef1d5a8bac902fb2f29dde16a5d5767637750" UniqueId="0x2c" />
            <File Name="libfilesystem_plugin.dll" Id="0000ac692c91050607d59c2d5bd6e56336cf8d31692f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBFIL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x3f54f" SizeOfImage="0x3f000" PeHeaderHash="010163f0e439016799d25bbc90e457adf0a2cdd09263" PeChecksum="0x4f3a1" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="07/12/1970 08:13:36" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libfilesystem_plugin.dll" LongPathHash="00003c1c5bf69ce299195157e24da887b4a53d4ba671" UniqueId="0x27" />
            <File Name="libzip_plugin.dll" Id="000077c0d64769942361a3d00da1ede6179d0705b517" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBZIP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x73e88" SizeOfImage="0x71000" PeHeaderHash="0101ac84b0822788875833ff0ea44766d351c13afa9c" PeChecksum="0x754b5" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libzip_plugin.dll" LongPathHash="0000760ed392fd46ffac5da68533697a5bc79ab6e8c5" UniqueId="0x2d" />
            <File Name="libshm_plugin.dll" Id="0000b9d03fce84224b8d1cdabc575875664fd2e83483" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSHM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1edba" SizeOfImage="0x24000" PeHeaderHash="0101f6deba84d47def204cd24f53c2d0fa6872ecc4eb" PeChecksum="0x2c9ed" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libshm_plugin.dll" LongPathHash="0000f427515d5c9202f4568ddecc3a0a3ecc1c718bc7" UniqueId="0x2b" />
            <File Name="libaccess_mms_plugin.dll" Id="0000ee647e9883486e04cc89c9eabf4455ed05096c72" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBACC~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x583b3" SizeOfImage="0x56000" PeHeaderHash="0101afdf3c1fa786a046009b462bf9901b213eab7d9a" PeChecksum="0x60067" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="04/11/1971 16:19:28" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_mms_plugin.dll" LongPathHash="000001d6c7b98b3205ffc2385c3af5c8d21ba1a168b6" UniqueId="0x25" />
            <File Name="libidummy_plugin.dll" Id="000066b994884d571c2d898524fa890100cb316951c6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBIDU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d00f" SizeOfImage="0x21000" PeHeaderHash="01011bbb5d1aecaca6289d15194fe32e180cfba6d039" PeChecksum="0x2c119" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="07/21/1970 01:38:56" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libidummy_plugin.dll" LongPathHash="00001d1f1dc3677ffa0ed20a020f1186d34d4202a391" UniqueId="0x28" />
            <File Name="librtp_plugin.dll" Id="0000158782d001e5545bb28d0ecb8aa6ca9424beb73f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRTP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x325d0" SizeOfImage="0x34000" PeHeaderHash="0101cd2d59a70c1a21dcf0cdd3f21f3446a76a5d9a48" PeChecksum="0x3edfb" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/05/1971 15:26:40" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\librtp_plugin.dll" LongPathHash="00005736f7587d514737ab11a27a20650c0848dea202" UniqueId="0x29" />
            <File Name="liba52tospdif_plugin.dll" Id="000002dba005a08241b1f20ddd3787b2e0b96e997110" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c0c0" SizeOfImage="0x20000" PeHeaderHash="0101114399d166bbe0703b893e4d0cc8f3df66a4f4b5" PeChecksum="0x1cebf" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:14:56" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\liba52tospdif_plugin.dll" LongPathHash="0000cfd160fdc0efe182bf6efa0176cde1d22ed6d38a" UniqueId="0x2f" />
            <File Name="libaudio_format_plugin.dll" Id="0000e3d3a6f2330e8815465d4edace751be959b434d3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x23000" SizeOfImage="0x27000" PeHeaderHash="010120d8ae5eef6ac16275c1c0b23f7967352c7ea0c3" PeChecksum="0x293aa" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libaudio_format_plugin.dll" LongPathHash="0000766f19ee1b2a0c955de99cb234231505db761ee2" UniqueId="0x30" />
            <File Name="libaccess_winrt_plugin.dll" Id="0000bc30ca1e7e5c554594bad17dc6d61a7c3b7894b5" ShortName="LIBACC~3.DLL" SwitchBackContext="0x0100000000000602" Size="0x1b400" SizeOfImage="0x1f000" PeHeaderHash="010197356965da62e1216ceb00621637faad9d131489" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:20" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 22:04:20" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\access" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\access\libaccess_winrt_plugin.dll" LongPathHash="000088da3fadcf53a466f1005cac82b18e10611f1474" UniqueId="0x26" />
            <File Name="libaccess_winrt_plugin.dll" Id="0000bc30ca1e7e5c554594bad17dc6d61a7c3b7894b5" ShortName="LIBACC~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x1b400" SizeOfImage="0x1f000" PeHeaderHash="010197356965da62e1216ceb00621637faad9d131489" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:20" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 22:04:20" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\libaccess_winrt_plugin.dll" LongPathHash="000002631d13f28ba86c1e829ad5aa4ecb1bd5f1464e" UniqueId="0xc" />
            <File Name="libremap_plugin.dll" Id="0000007643f03f7da38fa96bcb5c13c43da175c5ab71" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBREM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x213cf" SizeOfImage="0x25000" PeHeaderHash="0101afcf868ffb220bf5d08744e70b6d5214f2d563fc" PeChecksum="0x2fe5f" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libremap_plugin.dll" LongPathHash="0000804c05aebe4314ed2c51677a3e43ef31ae063a94" UniqueId="0x3d" />
            <File Name="libparam_eq_plugin.dll" Id="000038df35735a6bbc6684adfcbfc59beb0125d28d89" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPAR~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x246af" SizeOfImage="0x29000" PeHeaderHash="0101725af226a6ee434aec640809f279dcfc2ff3eab4" PeChecksum="0x2988f" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:17:35" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libparam_eq_plugin.dll" LongPathHash="00008cd03a1e24715601d9f2b0d1a94fd99721520722" UniqueId="0x3c" />
            <File Name="libsimple_channel_mixer_plugin.dll" Id="0000bfa1e2e7cddc3659e5426ade4ade457d414060c2" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSIM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20865" SizeOfImage="0x25000" PeHeaderHash="0101bd870c390e675a03cc809373781feba7ff8d7c22" PeChecksum="0x2d7ac" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:05" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libsimple_channel_mixer_plugin.dll" LongPathHash="00003b8512fb2efb8cadffba143bdd05f7682e26f522" UniqueId="0x3f" />
            <File Name="libspeex_resampler_plugin.dll" Id="00003de2a49a1b0c09f1c9bc64ba70301d6b6d95b74b" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x25609" SizeOfImage="0x2a000" PeHeaderHash="0101158e360b653e6bb0e35cb6e0098253643e828a29" PeChecksum="0x2e03a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="06/14/1970 04:55:12" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspeex_resampler_plugin.dll" LongPathHash="000036acf6f8f54cab482132c02a37cc1e2d9ba41ec1" UniqueId="0x41" />
            <File Name="libstereo_widen_plugin.dll" Id="0000ea5287d88583b5ff4dbaa17d121446e073a97265" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSTE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e4e6" SizeOfImage="0x23000" PeHeaderHash="01015ac96da7372005b2c2ca694fc39448e31f983b8d" PeChecksum="0x22b80" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libstereo_widen_plugin.dll" LongPathHash="00007bc1c45e27c213c98287a9d0c24dbe94f351719c" UniqueId="0x42" />
            <File Name="libugly_resampler_plugin.dll" Id="0000e0e5c33f75cd628defaa6c92ed764329c8c9e1b3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBUGL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c676" SizeOfImage="0x20000" PeHeaderHash="0101e68409fee6cc715a456a7f4961d8ad6d37b402eb" PeChecksum="0x1dcad" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libugly_resampler_plugin.dll" LongPathHash="0000b3b143ae455d427361966156666a36bffde9ecef" UniqueId="0x44" />
            <File Name="libtrivial_channel_mixer_plugin.dll" Id="00005ccf4f5e662f8fae93f9316a97a3b2ba863c78d7" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTRI~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d395" SizeOfImage="0x21000" PeHeaderHash="01015379b947cad20624cb932f0b8660d048d7ccf655" PeChecksum="0x1d6be" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="12/01/1970 15:57:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libtrivial_channel_mixer_plugin.dll" LongPathHash="0000942300c73894c9ad794e78eaf17f6bfdf8d17aec" UniqueId="0x43" />
            <File Name="libinteger_mixer_plugin.dll" Id="000063ed7b20fdfebb3a7574fb161af7b67d1c3e9c32" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBINT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1b824" SizeOfImage="0x21000" PeHeaderHash="0101553ccdccae3e62938aaa228c765c068ebc1b225a" PeChecksum="0x24d21" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libinteger_mixer_plugin.dll" LongPathHash="0000833265364ce3245f5be280e16aed6db93887a467" UniqueId="0x47" />
            <File Name="libxaudio2_winrt_plugin.dll" Id="0000264486835eea35440e5b89e5680b370d86834f5c" ShortName="LIBXAU~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x6e00" SizeOfImage="0xa000" PeHeaderHash="0101f4d5e2ad8a130492dec7e6ba6208a60f2e805a5f" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:04:21" BinaryType="UNKNOWN" Created="01/21/2014 23:00:22" Modified="01/26/2014 22:04:21" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_output\libxaudio2_winrt_plugin.dll" LongPathHash="00000be1b4bc5d052746ef84bc4ca4892f33835c6d5a" UniqueId="0x49" />
            <File Name="libdtstospdif_plugin.dll" Id="00004c8af189c892b0795298393160637b3f3fedb3bd" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDTS~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ce46" SizeOfImage="0x22000" PeHeaderHash="01012abd3d7a3674fb3657ecc00a3bb3a3e8a19695e4" PeChecksum="0x2455c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:12" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstospdif_plugin.dll" LongPathHash="000062f63422f32613290d2e5d39599a462e2c14de49" UniqueId="0x35" />
            <File Name="libheadphone_channel_mixer_plugin.dll" Id="0000c9615096922804c3239aefe7568e4b263be7fa70" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBHEA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x201f2" SizeOfImage="0x24000" PeHeaderHash="0101ec21fd56d9f94243aed65d262e1a2cb590125410" PeChecksum="0x27eed" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libheadphone_channel_mixer_plugin.dll" LongPathHash="00007ecbdc0e7c15af4cfd468abf844e3a9b421249bb" UniqueId="0x38" />
            <File Name="libkaraoke_plugin.dll" Id="00009671a31e0543d4653e3309ad5f6d5028ff90223a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBKAR~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c12f" SizeOfImage="0x20000" PeHeaderHash="0101a49e64452095eb12f8987fabab8351e3caf479a8" PeChecksum="0x1ceae" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:14:42" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libkaraoke_plugin.dll" LongPathHash="00005001fb8965d411a8bb559ed1a36dc5e233e9e73e" UniqueId="0x39" />
            <File Name="libnormvol_plugin.dll" Id="0000323ac7d6d06d4591044a8815dfca2f60de2b848f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBNOR~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1db0c" SizeOfImage="0x23000" PeHeaderHash="0101548d92da221498bda2450216b20c733f202d66b8" PeChecksum="0x20d38" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libnormvol_plugin.dll" LongPathHash="00006eeea321f463566fc01b10dc1c1f6787082583b1" UniqueId="0x3b" />
            <File Name="libscaletempo_plugin.dll" Id="0000aa49d5b65b928cb70a1209f971598b2fdbd34982" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x202d1" SizeOfImage="0x25000" PeHeaderHash="01015bf3c0d3e816417a5cd2c4197a61839464b04fb4" PeChecksum="0x2da0c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/03/1971 16:32:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libscaletempo_plugin.dll" LongPathHash="0000f907b52a4c2516169b99cb390f3de4b5d6f001d8" UniqueId="0x3e" />
            <File Name="libfloat_mixer_plugin.dll" Id="00003ae21f57e5da7828c84e13ee64f74fdddfc2fe27" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBFLO~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1abda" SizeOfImage="0x20000" PeHeaderHash="01012af8d50fa60247c488425a0ef627f835dadc4c69" PeChecksum="0x21521" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:33" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_mixer" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_mixer\libfloat_mixer_plugin.dll" LongPathHash="00005509279cc1519c436c9fbae4ae143df757e8600b" UniqueId="0x46" />
            <File Name="libcompressor_plugin.dll" Id="00007fc4beb7fb7edfeaf0c25d7260d24ea9f5b0973f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCOM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x28a1c" SizeOfImage="0x2c000" PeHeaderHash="0101702e4a1a8f0f3adfaf44409cfa33cfdb4e16aacd" PeChecksum="0x34909" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="08/11/1970 18:46:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libcompressor_plugin.dll" LongPathHash="0000bbf635be2b1636f594ea1e0ea214b446d1a86ba7" UniqueId="0x32" />
            <File Name="libdtstofloat32_plugin.dll" Id="000007e2ef9afa130d9d9cd2fd55bc37d9ddbf164595" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x58327" SizeOfImage="0x5a000" PeHeaderHash="0101db2793d6ebb09c0884cb9029686625eca0f1d90a" PeChecksum="0x63665" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:03" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdtstofloat32_plugin.dll" LongPathHash="0000962a2016b38723ea7c639f2a856cf4758f2c6f8f" UniqueId="0x34" />
            <File Name="libspatializer_plugin.dll" Id="0000127784a6b44f0ed3eb502acb7ff5553b005c2de1" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSPA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x582b7" SizeOfImage="0x53000" PeHeaderHash="01010a95ef558d23928514aee39cbab17f0ebe830e45" PeChecksum="0x6774c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="10/17/1970 09:04:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libspatializer_plugin.dll" LongPathHash="0000d6b137183aacbb8d6ea042eb319ca103b6089dcc" UniqueId="0x40" />
            <File Name="liba52_plugin.dll" Id="0000381425a74b11bb6294803149b2345877aefc10de" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBA52~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x229d3" SizeOfImage="0x27000" PeHeaderHash="0101528f0c71e1b84fddde4798e47ae5564d63952627" PeChecksum="0x257b1" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\liba52_plugin.dll" LongPathHash="0000dd0db53bf46ef8e0b71d77b1af31bd2b3050e9d2" UniqueId="0x4b" />
            <File Name="libdolby_surround_decoder_plugin.dll" Id="0000354da6be46b323ac346f15d727d66651c2ce7307" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDOL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1cc80" SizeOfImage="0x21000" PeHeaderHash="01015c24c4489cf454a6b08dc8282aabaa62811fe2b4" PeChecksum="0x25213" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:14:53" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libdolby_surround_decoder_plugin.dll" LongPathHash="00000dab6c036078489281412e473b196bfc23782861" UniqueId="0x33" />
            <File Name="libgain_plugin.dll" Id="000017ab849795ae47eefa5469b2ae7dcf5cac0ed880" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGAI~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c8ab" SizeOfImage="0x21000" PeHeaderHash="0101c4c5f2e3d6bd5bef369fa95608218c81f2ec8698" PeChecksum="0x2a97b" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:11" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libgain_plugin.dll" LongPathHash="0000a882d23edf0f892bb1a5d9bdbcce82b00d27ce02" UniqueId="0x37" />
            <File Name="libmono_plugin.dll" Id="000086cdbfeb8509b235823ec6b3a7dcadc7f603eb4c" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMON~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20c3c" SizeOfImage="0x25000" PeHeaderHash="0101120defa0187ab6153e20bb3168c70d917aa441ea" PeChecksum="0x2e688" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libmono_plugin.dll" LongPathHash="0000c25eb0fdcca18213f9913185becc78517a60688c" UniqueId="0x3a" />
            <File Name="libequalizer_plugin.dll" Id="0000bfdf6efb62b25beea11f69d800ed132ca0feb1cc" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBEQU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x415b3" SizeOfImage="0x42000" PeHeaderHash="0101d4ab27aac7a6e9edc13931eb5026258134cefda4" PeChecksum="0x50235" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libequalizer_plugin.dll" LongPathHash="000036918d0d6baf643cd33ca42e30ab7d7b6f9b017d" UniqueId="0x36" />
            <File Name="libchorus_flanger_plugin.dll" Id="0000c379e39b9b734d4d330a9b4c1be1bc87e76f101f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCHO~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1fa11" SizeOfImage="0x25000" PeHeaderHash="0101ab0e7806dfb732d677cf32933412dd39093a354d" PeChecksum="0x29dbb" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\audio_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\audio_filter\libchorus_flanger_plugin.dll" LongPathHash="00000c0003d9019bac3fe2026ecf84fd843487003201" UniqueId="0x31" />
            <File Name="libddummy_plugin.dll" Id="0000ee96360f66822a487db9328853ec8e3560f9bf1e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDDU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x358d7" SizeOfImage="0x38000" PeHeaderHash="0101ccf982dc8b7f5e55125b38e28b954f748b9b0664" PeChecksum="0x3f816" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="10/29/1970 10:50:24" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libddummy_plugin.dll" LongPathHash="000064ec189d4c4a9c4f3259c0776e17f8c5a0f61936" UniqueId="0x53" />
            <File Name="libsubsdec_plugin.dll" Id="00008eaa18d840ede190e71897ba8f44068ac25f48b5" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x3f290" SizeOfImage="0x40000" PeHeaderHash="0101b9df08b742da7b6e940a7b24e4837b29753d8bb5" PeChecksum="0x40a88" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsdec_plugin.dll" LongPathHash="0000f7b718e0f42432558bb15472b6aafc09076feff1" UniqueId="0x60" />
            <File Name="libcvdsub_plugin.dll" Id="00006df5945b55765fb2d976045c04afa0a8f062fd0e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCVD~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x203d9" SizeOfImage="0x25000" PeHeaderHash="0101e5f3e8c6d37c622fb6aab4ca13b0cf867f9d9ee9" PeChecksum="0x2c1f5" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcvdsub_plugin.dll" LongPathHash="0000715d10eb79d3a7a7dfd0da9fdc39a7e3c15e6092" UniqueId="0x52" />
            <File Name="libcc_plugin.dll" Id="00004a037a8cbe42fb71e0d50ecb12070cb4189c14af" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCC_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x24d66" SizeOfImage="0x28000" PeHeaderHash="0101684a662a99dadc07b871642f4740bf0d8aa39573" PeChecksum="0x32efc" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="03/16/1971 12:43:44" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcc_plugin.dll" LongPathHash="00004c6c676e992c4d099fbf752f5207da172f39e767" UniqueId="0x50" />
            <File Name="libsvcdsub_plugin.dll" Id="000072890939c7469a434809a4cc2c62a36dc7ab7207" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSVC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1fe61" SizeOfImage="0x25000" PeHeaderHash="0101e6c794f99a2092c6db8c9b1033fb3dfe8a5ac936" PeChecksum="0x25e1e" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:25" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsvcdsub_plugin.dll" LongPathHash="00000201325e4bb08a0460f7355137751a561a575a9a" UniqueId="0x62" />
            <File Name="libspudec_plugin.dll" Id="00009f7cc44de6783f70c090b7290560f1b7bb581e10" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSPU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x23fe9" SizeOfImage="0x27000" PeHeaderHash="010107bc86438799b10c57584fd5216100f44ef2d23a" PeChecksum="0x2ae68" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspudec_plugin.dll" LongPathHash="0000da3eea9176232d0f0067bb56b68d1fbb6d2eb945" UniqueId="0x5e" />
            <File Name="libavcodec_plugin.dll" Id="000026d3d9e89bf38647b93f08c6726c5018875f8652" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAVC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x24a98c1" SizeOfImage="0x2900000" PeHeaderHash="0101f75a0b27dc8d0a8da54b03bbeceea7c3384ef274" PeChecksum="0x24b64f1" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="11/30/1970 16:55:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libavcodec_plugin.dll" LongPathHash="000056a684cca6aff535bf8a9fca4259df72db1bacac" UniqueId="0x4f" />
            <File Name="libcdg_plugin.dll" Id="000025f69d50f0a4d4884b0610f4b9a516d1dda1b1fb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCDG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f9d2" SizeOfImage="0x25000" PeHeaderHash="0101d09535ec97dc383aa08062a22f681d2f4ed704d5" PeChecksum="0x2a448" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libcdg_plugin.dll" LongPathHash="00006fab978c39fa8a444c8aaf11013df73debfd1fcc" UniqueId="0x51" />
            <File Name="libscte27_plugin.dll" Id="000088c20e64098da79b9f064e2463b558dc6f478f88" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSCT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x29053" SizeOfImage="0x2e000" PeHeaderHash="01019b394d2c648558a21667866dc7325aa2be3430ef" PeChecksum="0x32cdd" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libscte27_plugin.dll" LongPathHash="000057e04803f3b6bb01e6ccd3edd4a6cf9be8a50db1" UniqueId="0x5c" />
            <File Name="libtheora_plugin.dll" Id="0000d1512be0a386384fa2348ae7659fce3b72193b09" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTHE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x68b87" SizeOfImage="0x68000" PeHeaderHash="01015e71c396a1c90208adbc3ac164702691b5bd5158" PeChecksum="0x77bd4" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="03/02/1971 06:30:56" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libtheora_plugin.dll" LongPathHash="0000f8d5508083a62e3aa082cb5faa7555338a7669b1" UniqueId="0x63" />
            <File Name="libaraw_plugin.dll" Id="0000a7df003f8054e326eb2ec1891e01ce48933d780b" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBARA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2337d" SizeOfImage="0x28000" PeHeaderHash="0101880214eb2ab2afd2df4ebc5420a05b66b63b8f15" PeChecksum="0x28bb3" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaraw_plugin.dll" LongPathHash="0000e9cacf5328ca1842d3ddffd6cd98070cc35c6a16" UniqueId="0x4e" />
            <File Name="libspeex_plugin.dll" Id="00001a7ce432b8483325399650d137a0a632d9af4eb6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSPE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x749dd" SizeOfImage="0x6e000" PeHeaderHash="0101141879910ea4314a542bbbb6218693bf9ab7d7d8" PeChecksum="0x8494a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:42:24" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libspeex_plugin.dll" LongPathHash="000072354b92846e6eb22ad02c451491c00888bbce36" UniqueId="0x5d" />
            <File Name="libadpcm_plugin.dll" Id="00001120a948cdbfac63ace65d77778adc5a9a09a7ae" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBADP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20e31" SizeOfImage="0x25000" PeHeaderHash="010183b70dd9e2c261c414dbf894e5ea964651dfd932" PeChecksum="0x2a48d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:22" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libadpcm_plugin.dll" LongPathHash="000053876b57e16879c9ed603c8328c0647b7de24caa" UniqueId="0x4c" />
            <File Name="libmpeg_audio_plugin.dll" Id="0000ba0375466282c959d55dcf0478510d42e6b13bdb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMPE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x21b9a" SizeOfImage="0x26000" PeHeaderHash="0101085ded8917189be48b1d275ede9b97fecb51ceb6" PeChecksum="0x21bdc" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:36" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libmpeg_audio_plugin.dll" LongPathHash="0000c94746ee2e117ad9f47625313892a7051bec8670" UniqueId="0x58" />
            <File Name="libopus_plugin.dll" Id="0000c706b789ac63214daa2f6072f76f66f5e97fffa3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBOPU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x89fa5" SizeOfImage="0x81000" PeHeaderHash="010110902c62272fb67c4bff46e1e53b0df5a24bc304" PeChecksum="0x98a91" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libopus_plugin.dll" LongPathHash="00006e93bab966cd262798e038eca4f6c02fcc6a645e" UniqueId="0x59" />
            <File Name="libg711_plugin.dll" Id="0000933c21098e615328dd62c81643065de798de5b2f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBG71~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d1dd" SizeOfImage="0x21000" PeHeaderHash="010138970dba16890851517fc7344ce3d30f0dcfd7f1" PeChecksum="0x214aa" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libg711_plugin.dll" LongPathHash="0000a11fdbdf28be4be5d602c2e3bbad20d298dfa8d0" UniqueId="0x56" />
            <File Name="liblpcm_plugin.dll" Id="0000b9aef35b10b0bf005923294b530887327b8ef0b9" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBLPC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2226e" SizeOfImage="0x26000" PeHeaderHash="01019fcf24b28dbd45f0459441d61999921e7da1feca" PeChecksum="0x298e4" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\liblpcm_plugin.dll" LongPathHash="0000c681274b7a73fb2828ebc4d22edd0e953cac1cb8" UniqueId="0x57" />
            <File Name="librawvideo_plugin.dll" Id="0000bf690b3c541a0a204832ec3e217e5c89ad81d833" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1df27" SizeOfImage="0x23000" PeHeaderHash="0101db399c78607fa41e197c53296308590051e2c49e" PeChecksum="0x21697" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\librawvideo_plugin.dll" LongPathHash="00005a55b34c7565b2c3ed1c80b119677234983738f7" UniqueId="0x5b" />
            <File Name="libsubsusf_plugin.dll" Id="0000a538ad4adbf753a405a5f338a1a6310c3a8f6fb9" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSUB~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2ac0a" SizeOfImage="0x2d000" PeHeaderHash="0101661e52f3efdb94dc8616fbfc8a85114b20eb8d9f" PeChecksum="0x32334" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="03/31/1971 23:44:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libsubsusf_plugin.dll" LongPathHash="0000c88c0595e8aa59387b5af697f96b033902580e80" UniqueId="0x61" />
            <File Name="libaes3_plugin.dll" Id="00006513153da5a0ed86269385b216dfbc421916297d" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAES~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1dd67" SizeOfImage="0x24000" PeHeaderHash="01015738718910b73e6cd620b397d3286fb8246aa517" PeChecksum="0x23e61" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libaes3_plugin.dll" LongPathHash="00002e7fbd2cb568f3614ba03e8597c65aa5fc29c13d" UniqueId="0x4d" />
            <File Name="libdts_plugin.dll" Id="000019e747731076f048c54ab7178adedf2cf74d603c" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDTS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x229b2" SizeOfImage="0x26000" PeHeaderHash="0101540cceb8f3e338442f6d49be8ad31d1379da0893" PeChecksum="0x24973" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdts_plugin.dll" LongPathHash="00005c597c6b9bf45fb4811f5ae40beb64d2f07f83e5" UniqueId="0x54" />
            <File Name="libpng_plugin.dll" Id="00006cde6765c5db6245fd0cd61c6f75b99f6c9cd175" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPNG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xca443" SizeOfImage="0xc2000" PeHeaderHash="0101a6934fac0cfbe7b995c08d9f8c0c5032ddc4f44c" PeChecksum="0xd9710" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libpng_plugin.dll" LongPathHash="0000cb54ff6fe0f94dd31e6a24e89772c288050bb7ff" UniqueId="0x5a" />
            <File Name="libdvbsub_plugin.dll" Id="00000132d42eaa4dd94abafba146cd7f4e9de01c3588" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDVB~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x487b4" SizeOfImage="0x4d000" PeHeaderHash="0101cc46c10c9ef36bb852747a7f7fda465ecdd80f00" PeChecksum="0x541be" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libdvbsub_plugin.dll" LongPathHash="0000095b90c7fd6044a10f586d4eb8cd3a68be827096" UniqueId="0x55" />
            <File Name="libstl_plugin.dll" Id="0000b7e1971643b6b6be545d01fc014ee83b1e188fa5" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSTL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x35d5a" SizeOfImage="0x38000" PeHeaderHash="01012a3a4ad93e32ad6ccc76e28a1a80b7fe3a6dac1c" PeChecksum="0x381d3" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="11/15/1970 06:58:56" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libstl_plugin.dll" LongPathHash="0000f5386d74b9acc558a0b19c056623d0be64fd6ce3" UniqueId="0x5f" />
            <File Name="libflacsys_plugin.dll" Id="0000a0a8fb37bbf9a4a9999be7245bc3b90aec9b02b0" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBFLA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x622fa" SizeOfImage="0x60000" PeHeaderHash="0101f76c92bc65492f086816ac51e9aa8eb2f3fe9e45" PeChecksum="0x68391" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/25/1970 06:32:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libflacsys_plugin.dll" LongPathHash="0000cf1c0f3c25879ca2327b7f3a36ed69907f8e72e7" UniqueId="0x72" />
            <File Name="libmkv_plugin.dll" Id="000046f5682ac604699c52e2dc159026840825372cef" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMKV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x79d6f2" SizeOfImage="0x654000" PeHeaderHash="0101e888fb0fcbfef17f6dd6981898eb108a67ead994" PeChecksum="0x7a2f16" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/16/1971 11:32:40" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmkv_plugin.dll" LongPathHash="00007eb3808f274aca808cbe8ee60bd11b974abd03e1" UniqueId="0x76" />
            <File Name="libuleaddvaudio_plugin.dll" Id="00001f670b96b553f14307b4d6868624068b5d854e80" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBULE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d6d4" SizeOfImage="0x23000" PeHeaderHash="01010cefe4d873bef8552860eaba7089215e008cfe4d" PeChecksum="0x2d3b6" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:13" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\codec" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\codec\libuleaddvaudio_plugin.dll" LongPathHash="00005ff07df6e4d031edadd3a76e78efe13176ff44e3" UniqueId="0x64" />
            <File Name="libdemuxdump_plugin.dll" Id="000004759a3f1a558c1c93d5bbb8807d3768939e7d16" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDEM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d1c9" SizeOfImage="0x22000" PeHeaderHash="01014bfceff267bb50b248fb057ddea18531b9075b74" PeChecksum="0x20409" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:38" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemuxdump_plugin.dll" LongPathHash="0000489592476678dc214bf633622e3c74da24a8436b" UniqueId="0x6e" />
            <File Name="libimage_plugin.dll" Id="000081e08767069aa7302e02aa0131f1decd45be8b39" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBIMA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2509e" SizeOfImage="0x29000" PeHeaderHash="010142cfbb54503dece13d2bb1b647fb757c8101d229" PeChecksum="0x306c0" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="04/30/1970 14:51:28" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libimage_plugin.dll" LongPathHash="000062669549e2edff4af9d679508faeebbe056ea109" UniqueId="0x74" />
            <File Name="libmp4_plugin.dll" Id="000040453c70ceae458b83ccaa45cc1a43bd42d56acc" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMP4~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xabf21" SizeOfImage="0xa8000" PeHeaderHash="01014b65fc17a7389af44461a0f2b29f9a028a3e731d" PeChecksum="0xacf80" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmp4_plugin.dll" LongPathHash="0000694d400d91238ef18dd76eb73c5bdc0515924d1c" UniqueId="0x77" />
            <File Name="libnsc_plugin.dll" Id="0000b55312e3ebbc7fe301ec7b5fcb53cbd38a0261bb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBNSC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x4258b" SizeOfImage="0x42000" PeHeaderHash="01019d1604fc169419382ebed53f17d0d163f8d49e2a" PeChecksum="0x4335c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/02/1970 12:25:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsc_plugin.dll" LongPathHash="000009eebbee47a11fc738f3429f2fba5c999653b561" UniqueId="0x79" />
            <File Name="libnsv_plugin.dll" Id="0000587cb9c651bd482afb4bd0d92c0aff51158c964f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBNSV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1fc9d" SizeOfImage="0x24000" PeHeaderHash="010108c43d2a1c75d4358ea730ad532b666ba68aed51" PeChecksum="0x25331" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnsv_plugin.dll" LongPathHash="0000954a2a4c1c6afc5dd7267fa034d7af5d45ab4193" UniqueId="0x7a" />
            <File Name="libnuv_plugin.dll" Id="00002f2d70262b05eceaa0c40e45ecf0f0faaf8f0a38" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBNUV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x22df2" SizeOfImage="0x27000" PeHeaderHash="010187de7734c8b590239244e30d6ab6f66345a75c6f" PeChecksum="0x2e507" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libnuv_plugin.dll" LongPathHash="0000f5009866daf68c1ddfe3a2777badece8258d567c" UniqueId="0x7b" />
            <File Name="libogg_plugin.dll" Id="0000d8b813c6d378e7ae844b722f29522636381e548a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBOGG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xa2394" SizeOfImage="0x9f000" PeHeaderHash="01015539cd072dbd5a3ff1c4e7e15be3d1dd02a4785a" PeChecksum="0xaf8d0" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:35:55" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libogg_plugin.dll" LongPathHash="00004cd9fe0c76f0e4ba02bed0ed3cd66a1f5ee80650" UniqueId="0x7c" />
            <File Name="libplaylist_plugin.dll" Id="00007e9b1dfce6a541a6366d7095a6cb3bf8d9db7881" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPLA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xb2ecc" SizeOfImage="0xac000" PeHeaderHash="01019a0ce74e1381e3bd1a19c7b26fa345c08a361a62" PeChecksum="0xb7c83" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:43:37" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libplaylist_plugin.dll" LongPathHash="000013d47bad3d2a6869c0c0a8fded336789eba6cc62" UniqueId="0x7d" />
            <File Name="libgestures_plugin.dll" Id="0000ed170b27c66d364c9dede277b30d25800a594f47" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGES~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x221b8" SizeOfImage="0x26000" PeHeaderHash="010142038e60f70b90acfed3779fc7f3168056bd9881" PeChecksum="0x2fa01" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libgestures_plugin.dll" LongPathHash="00005f075f3e848a1c97ccd139260bcf8efd5e02c381" UniqueId="0x67" />
            <File Name="libau_plugin.dll" Id="00007677b8c9eb1f42ed4ce756dd2cd41e4254471f45" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAU_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d5eb" SizeOfImage="0x24000" PeHeaderHash="010162d6cd84642fa32372bb460f08cd065135e1e9a1" PeChecksum="0x20fa8" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libau_plugin.dll" LongPathHash="0000b773fadabb2070215042d7c3e0886e5ad5c4a0dd" UniqueId="0x6c" />
            <File Name="libdemux_cdg_plugin.dll" Id="0000cd983fb46274e13612e1a28341c49c724e736736" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDEM~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d4b4" SizeOfImage="0x22000" PeHeaderHash="01014bc6691e08ae67c2e6a8bad4609aa39fabdc41c9" PeChecksum="0x280d8" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:42" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_cdg_plugin.dll" LongPathHash="0000df47bf55900d7b50e5c475b5b35d5f7fc1bede8c" UniqueId="0x6f" />
            <File Name="libavi_plugin.dll" Id="00004039f211d9fb71b6587bb0cb5ac8c518ddc77565" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAVI~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x61397" SizeOfImage="0x60000" PeHeaderHash="01014eaad9defb39a7f53e2431f8e447cf1aff2e267c" PeChecksum="0x6afd9" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libavi_plugin.dll" LongPathHash="0000354634b95bb32566941134c4b20b50f7a17615f9" UniqueId="0x6d" />
            <File Name="libmjpeg_plugin.dll" Id="00008312dfd02fbdb10bd0e2b9410aad43f54f202eb7" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMJP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20dfc" SizeOfImage="0x25000" PeHeaderHash="0101ff00ca1d5647d59ae8e4aff71bfa50cc9b452f91" PeChecksum="0x24dae" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmjpeg_plugin.dll" LongPathHash="00006c38c6782d8c468c4fcf947ed7989e73d5aedfaf" UniqueId="0x75" />
            <File Name="libhotkeys_plugin.dll" Id="000043536c707616969ffa2c3b41ff43f33b7aa07848" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBHOT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x456cc" SizeOfImage="0x45000" PeHeaderHash="01018282bbaa63da90aac653603eba08a3cf0c1293f5" PeChecksum="0x5212c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libhotkeys_plugin.dll" LongPathHash="00004c7c7ceec9dedd8451b73581e2079de04f9d06ed" UniqueId="0x68" />
            <File Name="libes_plugin.dll" Id="0000881d5e7d1839d81f26b4777ac32ee6f0abfe2354" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBES_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x294be" SizeOfImage="0x2d000" PeHeaderHash="0101f41d21adde98417538c1be95f8786d53e9164802" PeChecksum="0x33c79" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libes_plugin.dll" LongPathHash="0000d57d74cfe6c9c89a0ec843b1457dadcad2ecd2c5" UniqueId="0x71" />
            <File Name="libaiff_plugin.dll" Id="0000665266fcc71c6aa85d2f8f52bcb2251ea3249fb5" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAIF~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f5dd" SizeOfImage="0x24000" PeHeaderHash="0101ac0729e505a74d5ce8212e20b65d350023013ccd" PeChecksum="0x27f75" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="06/19/1970 17:44:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libaiff_plugin.dll" LongPathHash="0000c524fa30734da73deeb3ef56f4149cf3dd515e20" UniqueId="0x6a" />
            <File Name="libmpgv_plugin.dll" Id="0000ae8338f1153d41de47f3f3c34769bea80ec29f5a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMPG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d7e5" SizeOfImage="0x21000" PeHeaderHash="0101620fc107a1f658d116eaa1eec46d2302b8d0acb1" PeChecksum="0x21a52" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:21" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libmpgv_plugin.dll" LongPathHash="00005824c470e1179de0a4714b83ff51195cac7defdb" UniqueId="0x78" />
            <File Name="libasf_plugin.dll" Id="00001c76a75831f513ea1137f3f70c2377ce03406c43" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBASF~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x65e55" SizeOfImage="0x64000" PeHeaderHash="01013d574cd22d15da4846629c5e84a62083d636e2be" PeChecksum="0x69188" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/17/1971 04:48:16" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libasf_plugin.dll" LongPathHash="00003a85057f9866329b5f0cea0da45a08f5290b5835" UniqueId="0x6b" />
            <File Name="libdemux_stl_plugin.dll" Id="0000a1dd0c3708f27d40b647fbe6700050eaf830ce59" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDEM~3.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ef09" SizeOfImage="0x24000" PeHeaderHash="0101065d2b994ef0594a6d39d74dc80e482e9afee1de" PeChecksum="0x2a047" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="04/12/1971 13:38:24" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libdemux_stl_plugin.dll" LongPathHash="0000466f951883fdb7ac025fbb12a4971138ab9eeff7" UniqueId="0x70" />
            <File Name="libh264_plugin.dll" Id="000038139c7883a33acc4c449359bfb9360e3e88bbbd" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBH26~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e149" SizeOfImage="0x23000" PeHeaderHash="0101d9bec5c577e1edea1b79fe79ef59c45f9afb01aa" PeChecksum="0x25701" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libh264_plugin.dll" LongPathHash="0000df807d193c5c7d1a4f4d42a1d52638697a3a5eb8" UniqueId="0x73" />
            <File Name="libdummy_plugin.dll" Id="0000fc0060635686cbbe6a8b536d625091cb7569e715" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDUM~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1b1a9" SizeOfImage="0x1f000" PeHeaderHash="0101b02dedaa12680afefa77f994859771b07400cf1c" PeChecksum="0x1c9bd" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="06/07/1970 07:21:36" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\control" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\control\libdummy_plugin.dll" LongPathHash="0000da9b6124701fa0b5b714fceb1adeb95422cdc7c1" UniqueId="0x66" />
            <File Name="libpva_plugin.dll" Id="0000ef1431aed0d5307de7843f3a10205563b9dbc62a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPVA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1feeb" SizeOfImage="0x24000" PeHeaderHash="0101acb483e739d97b995c046fa7e6623298f102826b" PeChecksum="0x2cb05" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libpva_plugin.dll" LongPathHash="00005626d3f904339d11596ea0e8303d1c1c40b5d2dc" UniqueId="0x7f" />
            <File Name="librawdv_plugin.dll" Id="0000309758e7c908ab13a6a8ce45317367e7f48b7c17" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRAW~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ef6d" SizeOfImage="0x24000" PeHeaderHash="0101d1913855196246436efe34b48b7b56ccf4103eec" PeChecksum="0x25b02" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawdv_plugin.dll" LongPathHash="0000e82fc1c1d548f56f0ec2dc5ac62f664860ddf74f" UniqueId="0x81" />
            <File Name="libreal_plugin.dll" Id="000096a4559493f3fa0119ae3c64c4db052055736a3e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBREA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2f608" SizeOfImage="0x33000" PeHeaderHash="0101c6fc48d9bdaea4242d4cd0af6d5356db668738d4" PeChecksum="0x3aeb6" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="02/13/1971 23:42:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libreal_plugin.dll" LongPathHash="00003786eefcc689e86fbddbab475d7953bd3198a06b" UniqueId="0x83" />
            <File Name="libty_plugin.dll" Id="00008a2dad966a4d292ca3dc95112856007398097350" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTY_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2ba62" SizeOfImage="0x2f000" PeHeaderHash="0101c381dc5d056f0a8e01a610a64dfe27c76965001c" PeChecksum="0x2ea19" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="08/04/1970 00:33:36" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libty_plugin.dll" LongPathHash="00006ea7b2bd6c629907613c4f42b958e30b666b3a63" UniqueId="0x87" />
            <File Name="libvc1_plugin.dll" Id="00005031d53d7853cffa56426243c89a97e1338b542e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBVC1~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e177" SizeOfImage="0x23000" PeHeaderHash="0101a68b1250300052304e8e9fef7a865f9bd8083bc7" PeChecksum="0x23ccb" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvc1_plugin.dll" LongPathHash="000097d9b3a5505d5c5aa5f75092f22f3e970ee6131a" UniqueId="0x88" />
            <File Name="libvobsub_plugin.dll" Id="00000012fb72ff356c12b7e253a5e5163d491e52b0e5" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBVOB~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x58faa" SizeOfImage="0x58000" PeHeaderHash="010195c60d389fa74f2e1e11994d4eb38f0decf49d68" PeChecksum="0x62acc" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/14/1971 11:16:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvobsub_plugin.dll" LongPathHash="00004ed46ca71a4c845e8a836c1a6d4f41c1ce42f24b" UniqueId="0x89" />
            <File Name="libvoc_plugin.dll" Id="0000924b1f6ca3081ab021d9c5b68260888443d985f6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBVOC~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f3a7" SizeOfImage="0x24000" PeHeaderHash="010137eddc22903c78fb2f8877ef9ca2ecc79d491289" PeChecksum="0x2f148" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libvoc_plugin.dll" LongPathHash="000024ce10735f123ee96c73a98ad45a043e73230825" UniqueId="0x8a" />
            <File Name="libexport_plugin.dll" Id="00007109728f4024516f3e59f0da087597363b97ebf0" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBEXP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x3deac" SizeOfImage="0x3f000" PeHeaderHash="0101e20285d12b2d440919668a88860a1937c984935f" PeChecksum="0x49757" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:05:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libexport_plugin.dll" LongPathHash="0000c1ca836e901edbc6b059f6723cfc7959893abc69" UniqueId="0x8e" />
            <File Name="librawvid_plugin.dll" Id="0000bba4cd64ae50def9111b3448dca086235b91434a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRAW~3.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2149a" SizeOfImage="0x26000" PeHeaderHash="0101574b43001181de1703c360f6c0e4ff4c56858f91" PeChecksum="0x22b2a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawvid_plugin.dll" LongPathHash="0000eebf1a1a86de43be947f5bae09d172668fd1457e" UniqueId="0x82" />
            <File Name="libts_plugin.dll" Id="000057bac315adb71053ad8471878672d1c36f2eb15a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTS_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x86258" SizeOfImage="0x82000" PeHeaderHash="01015e3a0fd701f84800e6fd1ef81406e22e49d79092" PeChecksum="0x8e039" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="08/24/1970 05:10:56" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libts_plugin.dll" LongPathHash="000094acfe61e1e02075119d60179f397c7ad69fe72c" UniqueId="0x85" />
            <File Name="libtta_plugin.dll" Id="0000f7e2670ac34242e327362fb4ceeaedee4375a160" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTTA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e467" SizeOfImage="0x23000" PeHeaderHash="0101bd08a71e953a60373bc143de84ca4ddf2310d72d" PeChecksum="0x231c3" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libtta_plugin.dll" LongPathHash="000055d421f8ef0ba85ef9ff266c29efcf0e426e4fd5" UniqueId="0x86" />
            <File Name="libstats_plugin.dll" Id="000057e8a80b10570b392e6ce2f44890487883aecf40" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSTA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d977" SizeOfImage="0x21000" PeHeaderHash="01012fb0929bf8d70ce0d335d731cc5f4a3e6e54e9d7" PeChecksum="0x2bdb1" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libstats_plugin.dll" LongPathHash="0000ae1bca68accccad9a753e830b9c928349fd8dd10" UniqueId="0x8f" />
            <File Name="libxml_plugin.dll" Id="0000f5d934a428fa12a26d0290bf108397212d78d48e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBXML~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x17252b" SizeOfImage="0x154000" PeHeaderHash="0101a38e79578fbbf5889bad6f5018a38ef1f54f10c2" PeChecksum="0x1757e4" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\misc" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\misc\libxml_plugin.dll" LongPathHash="0000c7addd26d84bc5931bb0739eb7aa92691003a8de" UniqueId="0x90" />
            <File Name="libgrey_yuv_plugin.dll" Id="00008f268d2dae45d423e19090f512d2e5d4972f387d" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGRE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d99d" SizeOfImage="0x22000" PeHeaderHash="0101c38b5d84f820a24d315531bce1dabe69c6ed6e97" PeChecksum="0x2177e" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libgrey_yuv_plugin.dll" LongPathHash="0000750b5acf795ed61f43a0642028316149a4cda68a" UniqueId="0x95" />
            <File Name="libi420_yuy2_plugin.dll" Id="0000dfa5b58d688848387da61ae7bfb86874322914e3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBI42~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20b7d" SizeOfImage="0x25000" PeHeaderHash="0101a78e11091454889a42c6ca197fe61f33dc996eae" PeChecksum="0x2c31d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_yuy2_plugin.dll" LongPathHash="0000fc53d280c5e6e2857a2b4dc1b18f7c17e335ac09" UniqueId="0x97" />
            <File Name="libwav_plugin.dll" Id="00000522419c10fee17405b7bec3226a56baeabdb4e2" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x21c79" SizeOfImage="0x26000" PeHeaderHash="0101446e930d1fd0dbde40893a4cde0eaf43e0f0f51a" PeChecksum="0x2db97" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libwav_plugin.dll" LongPathHash="00000ab6b8f2e0ccba75a0292ae7d4728fc8f21e6754" UniqueId="0x8b" />
            <File Name="libdash_plugin.dll" Id="0000d6fce386d406503c2384262bd220faeab8a18abd" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDAS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x431a35" SizeOfImage="0x3ac000" PeHeaderHash="01011e69a58fc041065a5667c0a2c2ad9c4ecc7cb490" PeChecksum="0x440439" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/02/1970 12:25:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libdash_plugin.dll" LongPathHash="00005bfa43f8686c2c9e83c1556297140dc7c680e72e" UniqueId="0x92" />
            <File Name="libxa_plugin.dll" Id="0000bff605f496ef56af71f3549a27ee26a7fcf5168d" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBXA_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d279" SizeOfImage="0x22000" PeHeaderHash="0101b4848620c92cb04f88798bd56dc42945c15b2cc0" PeChecksum="0x2712c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libxa_plugin.dll" LongPathHash="0000ff2365680fc2fc5519b3404383ce27991311b0c6" UniqueId="0x8c" />
            <File Name="libsmooth_plugin.dll" Id="0000281cb86a453158064ab95f799c627ebb288104fb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSMO~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x4e1b4" SizeOfImage="0x4c000" PeHeaderHash="0101e54bb87ab0cded47eb07cd561e66db69091bb0b8" PeChecksum="0x50766" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="04/12/1971 01:16:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\stream_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\stream_filter\libsmooth_plugin.dll" LongPathHash="00004adfd38b81d7d1bc2f4d5f215e88ca48a637d894" UniqueId="0x93" />
            <File Name="libps_plugin.dll" Id="0000890bd340137009d26dadc195e008aee20b394528" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPS_~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2c2d9" SizeOfImage="0x30000" PeHeaderHash="0101f190c3e511da102920e31fbeaaf188f3be33cb04" PeChecksum="0x38ae5" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libps_plugin.dll" LongPathHash="00003fbad49a41d1ff8fbf1cc69f6357da708a0d7300" UniqueId="0x7e" />
            <File Name="libi420_rgb_plugin.dll" Id="00009faafc6e0768543ad107a6fabd30c9834ec326c3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBI42~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2a4b9" SizeOfImage="0x2f000" PeHeaderHash="010184d88c802647c3bfa41f85a05fbd007b3524e713" PeChecksum="0x2dd6f" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi420_rgb_plugin.dll" LongPathHash="0000bdc2c168c3a7190f730558b198836269cd60eb24" UniqueId="0x96" />
            <File Name="libsubtitle_plugin.dll" Id="000022a7bd36125689970f8253b8ec03bfb9a4d8e3a3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x63fc3" SizeOfImage="0x64000" PeHeaderHash="01011e5b20b4f7823f77bca94907ce99d69fe4097694" PeChecksum="0x65c47" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="02/13/1971 16:18:24" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\libsubtitle_plugin.dll" LongPathHash="00002903bcc2c242211813c28a2c3d663766b4bd657e" UniqueId="0x84" />
            <File Name="libi422_i420_plugin.dll" Id="000058a5f9575d42eb5c33b791b85454a9c71c838718" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBI42~3.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1dbe5" SizeOfImage="0x23000" PeHeaderHash="01018212a7e6b79cbe1ab92ffda7a6c3274fc4f52d28" PeChecksum="0x20ac7" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="10/24/1970 16:57:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_i420_plugin.dll" LongPathHash="0000623a28c85e11713d545add388e501dde860bd33f" UniqueId="0x98" />
            <File Name="librawaud_plugin.dll" Id="00000864a9e675d8741b42c6ea5abb60ff45933a15eb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRAW~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e553" SizeOfImage="0x24000" PeHeaderHash="0101ae83cdb844cd3f9c3a2c52c723463c65835e9b8b" PeChecksum="0x2378b" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/07/1970 07:23:28" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\demux" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\demux\librawaud_plugin.dll" LongPathHash="00007bd3883f5f1651ecd8c969ad14edd33435dfc23b" UniqueId="0x80" />
            <File Name="libgaussianblur_plugin.dll" Id="00006f29df980f8c0fa29cbb97e1e7aa8341cf3c3208" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGAU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1edb7" SizeOfImage="0x24000" PeHeaderHash="01016c546c9b2c9601a4cddd315980b10efe8a6fed70" PeChecksum="0x2bb71" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:21" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgaussianblur_plugin.dll" LongPathHash="000039b78992f54f073c09989a235c5cf6c9b5880dbe" UniqueId="0xae" />
            <File Name="libgradfun_plugin.dll" Id="00003f0b12f9437039cb0a6824c97b4123816e2bb97a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGRA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x234ea" SizeOfImage="0x27000" PeHeaderHash="0101ff6529fbfcc31e7c76a4c7505c290a99c8efc933" PeChecksum="0x28bc5" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradfun_plugin.dll" LongPathHash="0000eea07095fc9751fab66162f4e81b20bc9c4524fe" UniqueId="0xaf" />
            <File Name="libgradient_plugin.dll" Id="0000daac5b6943ca22f3c2b5d70cb65bf229285455c9" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGRA~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2454c" SizeOfImage="0x28000" PeHeaderHash="0101861bfb0cbb204aa610696d1851c24411fb15f119" PeChecksum="0x2c6e1" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgradient_plugin.dll" LongPathHash="0000ad03a4c96636ad7cf85d81945dcdbf2bee344912" UniqueId="0xb0" />
            <File Name="libgrain_plugin.dll" Id="0000d01f0adc21dd88221f48dd0ca09e7f26fee4332e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBGRA~3.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x219f5" SizeOfImage="0x25000" PeHeaderHash="01017a9a12fd0edc85f76d184757b1f3a8f57aafa6c1" PeChecksum="0x2667b" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libgrain_plugin.dll" LongPathHash="00000aae22b4f19fcbc8f079a0f4f001bec8e634ef5f" UniqueId="0xb1" />
            <File Name="libaudiobargraph_v_plugin.dll" Id="000059e7db5b7a85a4a3fda64918d64aa536b6a4acd6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBAUD~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x27a2c" SizeOfImage="0x2b000" PeHeaderHash="0101839a188552c2127f233fa0ea38242b4236564277" PeChecksum="0x29769" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="08/13/1970 04:14:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libaudiobargraph_v_plugin.dll" LongPathHash="0000c892543aef7f68d7c78476b8e4a914535eb78df5" UniqueId="0xa3" />
            <File Name="libyuy2_i420_plugin.dll" Id="00003b23d1aef35be100ea6a96b3dce8442ddadd9841" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBYUY~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x21935" SizeOfImage="0x27000" PeHeaderHash="010122e71176f42baceb869e43464ae8fec3cf007869" PeChecksum="0x2628d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i420_plugin.dll" LongPathHash="0000c6fa8950514948bb826e36b70ae405237eb4257d" UniqueId="0x9c" />
            <File Name="libi422_yuy2_plugin.dll" Id="000073037764b293f6fc4d3ca579339e32631c930f06" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBI42~4.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2017d" SizeOfImage="0x24000" PeHeaderHash="0101c26bfdb6d498ef2c44bcdd8cedb9bc72f2b0434b" PeChecksum="0x2e0f6" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libi422_yuy2_plugin.dll" LongPathHash="0000c85b26c6f7d2f61b99996b5f9de3f87b077d4e74" UniqueId="0x99" />
            <File Name="librv32_plugin.dll" Id="0000f174edf4c4305b097760cb3ff5f7d72f6ddd0a9f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRV3~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c2b9" SizeOfImage="0x20000" PeHeaderHash="0101acc57b0396d95258717e691acf5ca7fb3cf4f91a" PeChecksum="0x24f94" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\librv32_plugin.dll" LongPathHash="000044e9c5f81c4c0e63d93b2a7c5d3844f16e114ab8" UniqueId="0x9a" />
            <File Name="libyuy2_i422_plugin.dll" Id="00004ee60edde2adf3a1e890393f19f3868c456c62c2" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBYUY~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ed35" SizeOfImage="0x24000" PeHeaderHash="01018cd69d60206b26550949b19bd7a6a4a97d7d3613" PeChecksum="0x238b7" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:33" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libyuy2_i422_plugin.dll" LongPathHash="0000d95f78eafecc216c86a7dfd0a96e2f11cf7eeaff" UniqueId="0x9d" />
            <File Name="libalphamask_plugin.dll" Id="0000b84cc0dfe4bda442cd17230e03a4fdd02662a8ec" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBALP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e5ba" SizeOfImage="0x22000" PeHeaderHash="0101ade1f357bf85547cc2729fd8574c44feefe88a0c" PeChecksum="0x2402d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libalphamask_plugin.dll" LongPathHash="00006c5ad99095a2295c1625f7893a7b7804046868b5" UniqueId="0xa0" />
            <File Name="libantiflicker_plugin.dll" Id="0000d925780067421c209054ac3e58fd34ba5026bd53" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBANT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f874" SizeOfImage="0x24000" PeHeaderHash="0101bd171338b14d893add31b39f1eabcd28bf2447ce" PeChecksum="0x283f9" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:26" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libantiflicker_plugin.dll" LongPathHash="0000fc0d7b4b93f361d20d9e18ea93a985ea7e6afc94" UniqueId="0xa2" />
            <File Name="libbluescreen_plugin.dll" Id="00003afda316a662aea8dc04da3e54cb7914ca322580" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBBLU~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f761" SizeOfImage="0x24000" PeHeaderHash="01012070488248b6eb6bd8fc3e88a827c201358b70b7" PeChecksum="0x2dc09" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libbluescreen_plugin.dll" LongPathHash="0000b76970fa636a689804666ec3e142d2d1a35536d5" UniqueId="0xa7" />
            <File Name="libcanvas_plugin.dll" Id="00004b7a1c174cdf144f046127db8267c5f440499146" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCAN~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x37ca8" SizeOfImage="0x3a000" PeHeaderHash="010153fab11d7af249fbc2044fe2dd68f493f650151c" PeChecksum="0x37fd8" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:05:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcanvas_plugin.dll" LongPathHash="00005f4c192958266e697308f8868a025470d20b3819" UniqueId="0xa8" />
            <File Name="libswscale_plugin.dll" Id="0000ebdd0f12f6e71687f24770f2fbbce149171b1a49" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSWS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x185953" SizeOfImage="0x17a000" PeHeaderHash="0101941c44ef403a3751522422248f1ff774f318ba29" PeChecksum="0x18a014" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="12/06/2032 09:16:48" BinaryType="UNKNOWN" Created="11/28/2013 17:52:02" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_chroma" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_chroma\libswscale_plugin.dll" LongPathHash="0000dca33b7866d37efa9d0703a23faf81c1921f80b7" UniqueId="0x9b" />
            <File Name="libcolorthres_plugin.dll" Id="0000c4128f0c56c1437356f50551c42256cabfe77fb8" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCOL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1f9fd" SizeOfImage="0x24000" PeHeaderHash="0101a2f484cccf00dbf53b89b26f34ce5a70c0178109" PeChecksum="0x2b0cc" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcolorthres_plugin.dll" LongPathHash="0000ce7f3e5501919810e04c2d6a0497247a5f42e8ba" UniqueId="0xa9" />
            <File Name="libblend_plugin.dll" Id="00000db99ca98d62fb6b4d95d68cb162c72fb324b778" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBBLE~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0xd7fe1" SizeOfImage="0xcd000" PeHeaderHash="0101cf1d32beb59402fdfb3bdd8430b519baba1cd545" PeChecksum="0xdbd75" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblend_plugin.dll" LongPathHash="00002deb465fdf0c37a6d65c38950e1c4d60f4b3700f" UniqueId="0xa6" />
            <File Name="libdeinterlace_plugin.dll" Id="0000c0411918ffb994408362fd4426b8b0fc410a05a1" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBDEI~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x634e5" SizeOfImage="0x67000" PeHeaderHash="0101d203fcd06298306fc20da68d7fcb322f2bd9b56d" PeChecksum="0x6ccec" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="08/13/1970 04:58:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libdeinterlace_plugin.dll" LongPathHash="000035332698ad3f3b51cbb3eec5d878e688454ece1c" UniqueId="0xab" />
            <File Name="libblendbench_plugin.dll" Id="000006e73d34084c231be4a6fc3e3c772d86ae70a8a3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBBLE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ef63" SizeOfImage="0x23000" PeHeaderHash="010191a7b707b1c0133219fb1f634648d6e3fe5ca05c" PeChecksum="0x26619" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libblendbench_plugin.dll" LongPathHash="000074226b84bf69c7ac53b046811ae5728b9f1b1d54" UniqueId="0xa5" />
            <File Name="libcroppadd_plugin.dll" Id="0000880f36d5301f36aff451692c465a6648b2e1b0d1" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBCRO~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1fea7" SizeOfImage="0x25000" PeHeaderHash="010152fc770dd00c6d06eea5094deb7a4fa219dcb046" PeChecksum="0x2479a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libcroppadd_plugin.dll" LongPathHash="00001c92a98978dfc0b81b589b23a399b8c9eee157b7" UniqueId="0xaa" />
            <File Name="libanaglyph_plugin.dll" Id="0000ac2a4f5560513b81b2f198d7323332f952033564" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBANA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x22158" SizeOfImage="0x26000" PeHeaderHash="010168d9012be85daa3a57fb56e1a15649efe1caf72c" PeChecksum="0x29c95" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libanaglyph_plugin.dll" LongPathHash="00002e764bd1ae2620eb3ffce417a5a1da975f9a7e91" UniqueId="0xa1" />
            <File Name="liberase_plugin.dll" Id="0000c66e0996cee4ecd09f7f36ba637b15dd5166f622" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBERA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20b3f" SizeOfImage="0x25000" PeHeaderHash="0101f44d6429308cb82cad09adf4eb5d3a8888935ff8" PeChecksum="0x2aa9d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liberase_plugin.dll" LongPathHash="0000186fb228985b841ae34742ac02d38f2fffcc6a76" UniqueId="0xac" />
            <File Name="libadjust_plugin.dll" Id="000046d962b5b1da9a8f2abb234459016ee7105fd3b6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBADJ~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2db30" SizeOfImage="0x30000" PeHeaderHash="0101d6dbcbeb39c135732013ca8a5aa535fd9ed5d5b5" PeChecksum="0x32dea" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libadjust_plugin.dll" LongPathHash="000065af51347054e03eb4e0a3495d9327584655a7e8" UniqueId="0x9f" />
            <File Name="libextract_plugin.dll" Id="00005f59d44d662f8d57c4b8a5d9dab0fa5c4957fcb8" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBEXT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2640d" SizeOfImage="0x2b000" PeHeaderHash="010142760f97664aaf5c089f793d41eb13c874d3de1b" PeChecksum="0x27a88" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libextract_plugin.dll" LongPathHash="0000445734ab8c3e2653de4d57a730761da481f85a4c" UniqueId="0xad" />
            <File Name="libball_plugin.dll" Id="0000ca0c49053f461fe435e9246eb791992ee41dd5cf" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBBAL~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x23be0" SizeOfImage="0x29000" PeHeaderHash="0101d7b52d6d61441873f588d86f88841f21037aac30" PeChecksum="0x29b31" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libball_plugin.dll" LongPathHash="00004be51821d8d988d6983618624f22b6e90347d5e4" UniqueId="0xa4" />
            <File Name="liblogo_plugin.dll" Id="000051bbe4c0932d1ff2b613b645181f21ab4e7e76c6" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBLOG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x23bfd" SizeOfImage="0x27000" PeHeaderHash="0101bde4b57ea14fe354c2c82fca4ef837647ae2e5ca" PeChecksum="0x30a3d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="03/02/1971 04:49:52" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\liblogo_plugin.dll" LongPathHash="0000bbd9b12b3cbff6f1de3d69db291e29694f93f5b3" UniqueId="0xb4" />
            <File Name="libmarq_plugin.dll" Id="000031246aa7ab1292adda4778089b100cccdc5e5dd9" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMAR~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x22ca0" SizeOfImage="0x26000" PeHeaderHash="010175e59bc6cbe9cf54669b5f15b3944e7109c06fb2" PeChecksum="0x31602" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/25/1971 10:38:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmarq_plugin.dll" LongPathHash="0000cdfaceab4cf4d72b3482564d8543de8d0794ac5d" UniqueId="0xb6" />
            <File Name="libmirror_plugin.dll" Id="0000ed8b850fbf4b685639df5a99534dac62143095f3" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMIR~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20170" SizeOfImage="0x24000" PeHeaderHash="0101303c415dea95a9e1295e3193ce94db64229038b2" PeChecksum="0x2df36" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:32" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmirror_plugin.dll" LongPathHash="00009308531c6c998bbcf1fd27a28ad07d85aeddaf18" UniqueId="0xb7" />
            <File Name="libmotiondetect_plugin.dll" Id="00009f4bf5f855073874d97a1884fd5885cbceab2f2a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMOT~2.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2081f" SizeOfImage="0x26000" PeHeaderHash="01010e6f960fcab460f5088f946e88f4c5fdad913ffc" PeChecksum="0x29760" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotiondetect_plugin.dll" LongPathHash="0000ee450b1bd0e0896764e6c0e576bc26bad19d9ec9" UniqueId="0xba" />
            <File Name="libpsychedelic_plugin.dll" Id="000034547c3e76d02cd1fcea26627dd0bc1917179808" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPSY~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d681" SizeOfImage="0x23000" PeHeaderHash="010145133451d4e9bba4c174bcaa74bb1765947fae51" PeChecksum="0x1eb80" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpsychedelic_plugin.dll" LongPathHash="0000f4b72733b46df5a903cd87d3a65b7deda26548fe" UniqueId="0xbc" />
            <File Name="librss_plugin.dll" Id="0000af1b98986bc1868f5b3e7dc94a9db91f2a4b6c91" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRSS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x3eafa" SizeOfImage="0x40000" PeHeaderHash="010110d2291c0f9045bdecdf4432a6fa23714b95cf16" PeChecksum="0x4aac0" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librss_plugin.dll" LongPathHash="0000e7b31e9b6cd133d1bc859feed9b906ddb7a3f001" UniqueId="0xc0" />
            <File Name="libscene_plugin.dll" Id="00001020a55a6b8940ce2763dc18d4e252678a38bf27" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSCE~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x386ce" SizeOfImage="0x3a000" PeHeaderHash="010167ef5858b88a04c88f7eebdcb31ebf906bc30caa" PeChecksum="0x47583" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="10/03/1970 19:39:44" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscene_plugin.dll" LongPathHash="0000d16a56cfaadac926ab35a54fed71f1f0c3972603" UniqueId="0xc2" />
            <File Name="libsharpen_plugin.dll" Id="00004c9d8ef250655bc8fe3d42390c67980f289e7486" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSHA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1e90d" SizeOfImage="0x24000" PeHeaderHash="01010629fc2dc241531c71de2866aa5679590aba5530" PeChecksum="0x2260d" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:16:03" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsharpen_plugin.dll" LongPathHash="0000122826df04e7df8ea2357572c7839453122f877c" UniqueId="0xc4" />
            <File Name="libmagnify_plugin.dll" Id="0000696c6c59a0693ed86f94dc7e52dc209e19237158" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMAG~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x20280" SizeOfImage="0x24000" PeHeaderHash="010167c3e3e30068a71a75a50682204b7dd59bb57371" PeChecksum="0x27160" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmagnify_plugin.dll" LongPathHash="00000e52c2744063cf7817a7b7e781c9bb88bded41fe" UniqueId="0xb5" />
            <File Name="libsubsdelay_plugin.dll" Id="0000d5d899cdf82349faefa96b70b66bb25cb9077c1f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSUB~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x253c9" SizeOfImage="0x29000" PeHeaderHash="0101d64780c09e41a2da53c97a4d38062dc15c7bdeb7" PeChecksum="0x2ad3a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsubsdelay_plugin.dll" LongPathHash="00005953f931d0e2a99552b9394095c36334d8b74bf1" UniqueId="0xc5" />
            <File Name="libtransform_plugin.dll" Id="0000c98880181b1ec96687b506a9c528d0b2e50028eb" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBTRA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x283a9" SizeOfImage="0x2d000" PeHeaderHash="01011fd794529b815841bbef4da7f0435ff9ea69ed29" PeChecksum="0x30919" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="09/17/1970 05:45:52" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libtransform_plugin.dll" LongPathHash="0000cd8d005abc27d2d39189a53add1b8b95ce1c9e03" UniqueId="0xc6" />
            <File Name="libwave_plugin.dll" Id="00000d6c7176b6e247d009ee637318803d866447d30e" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBWAV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d2e4" SizeOfImage="0x22000" PeHeaderHash="0101a8998a55b0e3831a2370aed4029cbbc8f577c58e" PeChecksum="0x28b0a" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:14" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libwave_plugin.dll" LongPathHash="0000f0cfad10a880c1234974e52c693a4ad991c5d017" UniqueId="0xc7" />
            <File Name="libhqdn3d_plugin.dll" Id="00000f45537c8369c4ff3b3285dda854396dfb8c14b8" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBHQD~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x277bb" SizeOfImage="0x2a000" PeHeaderHash="0101efdf7eff1b71bba264d53478a88d81e95b2700b3" PeChecksum="0x2ee6c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:18:51" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libhqdn3d_plugin.dll" LongPathHash="000098c047a8fc0fbd9c54bb931702d145aaf7670753" UniqueId="0xb2" />
            <File Name="libinvert_plugin.dll" Id="00007007ff49646dddee04598d52b32785261cb1276a" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBINV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1c997" SizeOfImage="0x20000" PeHeaderHash="0101166f64dd94a7fcc7304b4bbe954050d2f09fcdd2" PeChecksum="0x21aec" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:01" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libinvert_plugin.dll" LongPathHash="00005f0d318da18d67cd15ded557d952526c12cc84cb" UniqueId="0xb3" />
            <File Name="libposterize_plugin.dll" Id="0000d452b8e35d79df50d0487426ef24961c3bfb42f1" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPOS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x204db" SizeOfImage="0x25000" PeHeaderHash="0101ed094dee1ab068f8273fc5130cd6bf29d3aa688f" PeChecksum="0x22531" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libposterize_plugin.dll" LongPathHash="0000fc4d0efb521809e6b0bc3db3bb747f01df8a170a" UniqueId="0xbb" />
            <File Name="libmosaic_plugin.dll" Id="0000a62ca858241ce9693e85ed7fd7f9f4bd13869d9f" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMOS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x28608" SizeOfImage="0x2c000" PeHeaderHash="01016c05e046bb92824c19234e11021970abe0e5c1ba" PeChecksum="0x312a7" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="04/04/1971 06:48:16" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmosaic_plugin.dll" LongPathHash="000065ad93be80a118ef7ee8d69c93f58f1af32ee117" UniqueId="0xb8" />
            <File Name="libyuvp_plugin.dll" Id="0000c5aae4dc6351e2963b411cdca8167af36477d0ce" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBYUV~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1ccd1" SizeOfImage="0x21000" PeHeaderHash="0101a38a84a0331f9cd477a0bbdc987004083e49d2eb" PeChecksum="0x1f923" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="02/28/1971 13:24:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libyuvp_plugin.dll" LongPathHash="0000ac8b67d4cf25e518a47acd591c214b8d68ef8678" UniqueId="0xc8" />
            <File Name="libdirect2d_winrt_plugin.dll" Id="00000b4a864f5947264e40c0409c977e42ea885467ac" ShortName="LIBDIR~1.DLL" SwitchBackContext="0x0100000000000602" Size="0x7e00" SizeOfImage="0xb000" PeHeaderHash="01010be92969de69dbfcfbe8efe36750ccd069cad3ca" PeChecksum="0x0" PeImageType="0x14c" PeSubsystem="3" LinkerVersion="11.0" LinkDate="01/26/2014 22:06:14" BinaryType="UNKNOWN" Created="11/28/2013 17:52:02" Modified="01/26/2014 22:06:14" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_output" RNP="0xa" DNP="0x9" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_output\libdirect2d_winrt_plugin.dll" LongPathHash="0000d1782182a87ac09076ea0ba054b81d613261b5e7" UniqueId="0xca" />
            <File Name="libsepia_plugin.dll" Id="000067802838dc30053c65d06a2742e151336d0f4da2" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSEP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1fbb4" SizeOfImage="0x24000" PeHeaderHash="01019ddd67391a65becdd1b77af9f034addc4fb2adee" PeChecksum="0x21c48" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libsepia_plugin.dll" LongPathHash="0000294b94ed6cf868803a38f0c59808742e93cf5570" UniqueId="0xc3" />
            <File Name="librotate_plugin.dll" Id="0000fb48802907fbf2ec15384846c20d2ae24eb47a81" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBROT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x469b5" SizeOfImage="0x47000" PeHeaderHash="01018b642dd718848a2754c9029c70b62d5ca8d6b554" PeChecksum="0x549bd" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="05/16/1970 11:09:04" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\librotate_plugin.dll" LongPathHash="0000b598a619f0b1d6fe7b6f93d147e6e38f08487ba2" UniqueId="0xbf" />
            <File Name="libmotionblur_plugin.dll" Id="0000e64eb82c76e35473bc27926738f84a45cfa21238" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBMOT~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1def6" SizeOfImage="0x23000" PeHeaderHash="0101e872d07a7048a29d7087b2f804d9af9c30cb4e05" PeChecksum="0x28d48" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libmotionblur_plugin.dll" LongPathHash="00003e422dd20c9c8900c3b30c6286120f195823092e" UniqueId="0xb9" />
            <File Name="libpuzzle_plugin.dll" Id="0000938b7d9450ba675d59106a669f90ae54c2519017" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBPUZ~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x4b5cc" SizeOfImage="0x4e000" PeHeaderHash="0101804fa8a1fc0f6d8ee02e6fedef9eb35a747eeea1" PeChecksum="0x4f843" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="02/24/1971 19:53:52" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libpuzzle_plugin.dll" LongPathHash="00004cd9ab6bc1005d5badf2550c5339d1378d20f7da" UniqueId="0xbd" />
            <File Name="libripple_plugin.dll" Id="00004734ef6673dec3001bbdaa48e28142cb5b6ad072" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBRIP~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d4e4" SizeOfImage="0x22000" PeHeaderHash="010178f394abb318a95ee199c641988feccc14d52984" PeChecksum="0x1eb49" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:15:14" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libripple_plugin.dll" LongPathHash="0000cb3680079b77713ca195eca21235100a14856d08" UniqueId="0xbe" />
            <File Name="libscale_plugin.dll" Id="0000e638e5782ceb6cdfe2af92e6594f69ededc27bfd" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBSCA~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x1d583" SizeOfImage="0x22000" PeHeaderHash="010164f5581d0b47dfe9f41a5af82eceb600b7506c3f" PeChecksum="0x209a4" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="09/03/1970 01:54:08" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:41" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\video_filter" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\video_filter\libscale_plugin.dll" LongPathHash="000084fb48747b1cb2af622d9701f043c3cfcd4f414e" UniqueId="0xc1" />
            <File Name="libvisual_plugin.dll" Id="00008f9496068ebe492739aafcabbd854637a139d1a9" ProductName="VLC media player" CompanyName="VideoLAN" ProductVersion="2.2.0.0" VerLanguage="1033" ShortName="LIBVIS~1.DLL" SwitchBackContext="0x0100000000000400" FileVersion="2.2.0-git" Size="0x2c824" SizeOfImage="0x31000" PeHeaderHash="010108f3c35a305e94f1dcb18dd87edfa59801b66423" PeChecksum="0x3ac8c" PeImageType="0x14c" PeSubsystem="3" BinProductVersion="2.2.0.0" BinFileVersion="2.2.0.0" FileDescription="LibVLC plugin" LegalCopyright="Copyright © 1996-2014 VideoLAN and VLC Authors" LinkerVersion="2.24" LinkDate="01/01/1970 00:00:00" BinaryType="UNKNOWN" Created="11/18/2013 14:29:55" Modified="01/26/2014 04:22:40" Path="c:\Users\jb\documents\dev\winrt\app\ui\bin\x86\Release\AppX\plugins\visualization" RNP="0x4" DNP="0x5" LowerCaseLongPath="c:\users\jb\documents\dev\winrt\app\ui\bin\x86\release\appx\plugins\visualization\libvisual_plugin.dll" LongPathHash="0000cc411b85b290110e4f41f88f44cf1da5ab5e065c" UniqueId="0xcc" />
          </Files>
        </StaticProperties>
      </Program>
    </Installed_Programs>
  </APPLICATIONS>
  <DEPENDENCY_INFORMATION>
    <AitStaticAnalysis ProgramId="000091b903c411ef9ccee715b7faea42a13a00000904" AnalysisVersion="1.60" DictionaryVersion="2.14" Type="Package" Id="videolan.vlcforwinrt_0.0.1.7_x86__paz6r1rewnh0a">
      <AitFile ErrorCode="0" Name="libvobsub_plugin.dll" Id="00000012fb72ff356c12b7e253a5e5163d491e52b0e5">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libremap_plugin.dll" Id="0000007643f03f7da38fa96bcb5c13c43da175c5ab71">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdvbsub_plugin.dll" Id="00000132d42eaa4dd94abafba146cd7f4e9de01c3588">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52tospdif_plugin.dll" Id="000002dba005a08241b1f20ddd3787b2e0b96e997110">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemuxdump_plugin.dll" Id="000004759a3f1a558c1c93d5bbb8807d3768939e7d16">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwav_plugin.dll" Id="00000522419c10fee17405b7bec3226a56baeabdb4e2">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblendbench_plugin.dll" Id="000006e73d34084c231be4a6fc3e3c772d86ae70a8a3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdtstofloat32_plugin.dll" Id="000007e2ef9afa130d9d9cd2fd55bc37d9ddbf164595">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawaud_plugin.dll" Id="00000864a9e675d8741b42c6ea5abb60ff45933a15eb">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirect2d_winrt_plugin.dll" Id="00000b4a864f5947264e40c0409c977e42ea885467ac">
        <AitCategory Id="Com">
          <AitFeature Name="{790a45f7-0d42-4876-983a-0a55cfe6f4aa}" />
          <AitFeature Name="{9daf9369-3846-4d0e-a44e-0c607934a5d7}" />
          <AitFeature Name="{e8f7fe7a-191c-466d-ad95-975678bda998}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <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!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSRWLockExclusive" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.Graphics.Display.DisplayProperties" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libwave_plugin.dll" Id="00000d6c7176b6e247d009ee637318803d866447d30e">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libblend_plugin.dll" Id="00000db99ca98d62fb6b4d95d68cb162c72fb324b778">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetHandleInformation" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetThreadContext" />
          <AitFeature Name="kernel32.dll!GetThreadPriority" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetCriticalSectionSpinCount" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!SetThreadContext" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SuspendThread" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjects" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchangeAdd" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhqdn3d_plugin.dll" Id="00000f45537c8369c4ff3b3285dda854396dfb8c14b8">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscene_plugin.dll" Id="00001020a55a6b8940ce2763dc18d4e252678a38bf27">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadpcm_plugin.dll" Id="00001120a948cdbfac63ace65d77778adc5a9a09a7ae">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspatializer_plugin.dll" Id="0000127784a6b44f0ed3eb502acb7ff5553b005c2de1">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetHandleInformation" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetThreadContext" />
          <AitFeature Name="kernel32.dll!GetThreadPriority" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetCriticalSectionSpinCount" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!SetThreadContext" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SuspendThread" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjects" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchangeAdd" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librtp_plugin.dll" Id="0000158782d001e5545bb28d0ecb8aa6ca9424beb73f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgain_plugin.dll" Id="000017ab849795ae47eefa5469b2ae7dcf5cac0ed880">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdts_plugin.dll" Id="000019e747731076f048c54ab7178adedf2cf74d603c">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="XboxMusicLibrary.dll" Id="00001a3613d123cfd1c135dcf4e2867b2aeece9ad560">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorDllMain" />
        </AitCategory>
        <AitCategory Id="DotNet">
          <AitFeature Name="System.AsyncCallback" />
          <AitFeature Name="System.Collections.Generic.Dictionary`2" />
          <AitFeature Name="System.Collections.Generic.IEnumerable`1" />
          <AitFeature Name="System.Collections.Generic.KeyValuePair`2" />
          <AitFeature Name="System.Collections.Generic.List`1" />
          <AitFeature Name="System.Collections.ObjectModel.ObservableCollection`1" />
          <AitFeature Name="System.DateTime" />
          <AitFeature Name="System.Delegate" />
          <AitFeature Name="System.Delegate.Combine" />
          <AitFeature Name="System.Delegate.Remove" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute..ctor" />
          <AitFeature Name="System.Enum" />
          <AitFeature Name="System.EventArgs" />
          <AitFeature Name="System.EventArgs..ctor" />
          <AitFeature Name="System.Exception" />
          <AitFeature Name="System.IAsyncResult" />
          <AitFeature Name="System.IDisposable" />
          <AitFeature Name="System.IDisposable.Dispose" />
          <AitFeature Name="System.Int32" />
          <AitFeature Name="System.Int32.ToString" />
          <AitFeature Name="System.Linq.Enumerable" />
          <AitFeature Name="System.Linq.Enumerable.First" />
          <AitFeature Name="System.MulticastDelegate" />
          <AitFeature Name="System.Net.Http.FormUrlEncodedContent" />
          <AitFeature Name="System.Net.Http.FormUrlEncodedContent..ctor" />
          <AitFeature Name="System.Net.Http.HttpClient" />
          <AitFeature Name="System.Net.Http.HttpClient..ctor" />
          <AitFeature Name="System.Net.Http.HttpClient.GetAsync" />
          <AitFeature Name="System.Net.Http.HttpClient.PostAsync" />
          <AitFeature Name="System.Net.Http.HttpContent" />
          <AitFeature Name="System.Net.Http.HttpContent.ReadAsStringAsync" />
          <AitFeature Name="System.Net.Http.HttpResponseMessage" />
          <AitFeature Name="System.Net.Http.HttpResponseMessage.get_Content" />
          <AitFeature Name="System.Net.Http.HttpResponseMessage.get_IsSuccessStatusCode" />
          <AitFeature Name="System.Net.WebUtility" />
          <AitFeature Name="System.Net.WebUtility.UrlEncode" />
          <AitFeature Name="System.Nullable`1" />
          <AitFeature Name="System.Object" />
          <AitFeature Name="System.Object..ctor" />
          <AitFeature Name="System.Object.ToString" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute..ctor" />
          <AitFeature Name="System.Resources.NeutralResourcesLanguageAttribute" />
          <AitFeature Name="System.Resources.NeutralResourcesLanguageAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncStateMachineAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine.SetStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.TaskAwaiter`1" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute..ctor" />
          <AitFeature Name="System.String" />
          <AitFeature Name="System.String.Concat" />
          <AitFeature Name="System.String.Empty" />
          <AitFeature Name="System.String.Format" />
          <AitFeature Name="System.String.ToLower" />
          <AitFeature Name="System.Text.RegularExpressions.Capture" />
          <AitFeature Name="System.Text.RegularExpressions.Capture.get_Value" />
          <AitFeature Name="System.Text.RegularExpressions.Group" />
          <AitFeature Name="System.Text.RegularExpressions.Group.get_Success" />
          <AitFeature Name="System.Text.RegularExpressions.GroupCollection" />
          <AitFeature Name="System.Text.RegularExpressions.GroupCollection.get_Item" />
          <AitFeature Name="System.Text.RegularExpressions.Match" />
          <AitFeature Name="System.Text.RegularExpressions.Match.get_Groups" />
          <AitFeature Name="System.Text.RegularExpressions.Regex" />
          <AitFeature Name="System.Text.RegularExpressions.Regex.Match" />
          <AitFeature Name="System.Text.RegularExpressions.RegexOptions" />
          <AitFeature Name="System.Text.StringBuilder" />
          <AitFeature Name="System.Text.StringBuilder..ctor" />
          <AitFeature Name="System.Text.StringBuilder.Append" />
          <AitFeature Name="System.Threading.Interlocked" />
          <AitFeature Name="System.Threading.Interlocked.CompareExchange" />
          <AitFeature Name="System.Threading.Tasks.Task`1" />
          <AitFeature Name="System.TimeSpan" />
          <AitFeature Name="System.Type" />
          <AitFeature Name="System.UInt32" />
          <AitFeature Name="System.UInt32.ToString" />
          <AitFeature Name="System.Uri" />
          <AitFeature Name="System.Uri..ctor" />
          <AitFeature Name="System.ValueType" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_plugin.dll" Id="00001a7ce432b8483325399650d137a0a632d9af4eb6">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libasf_plugin.dll" Id="00001c76a75831f513ea1137f3f70c2377ce03406c43">
        <AitCategory Id="Com">
          <AitFeature Name="{14e6a5cb-c672-4332-8399-a96952065b5a}" />
          <AitFeature Name="{1806d474-cadf-4509-a4ba-9aabcb96aae8}" />
          <AitFeature Name="{1b1ee554-f9ea-4bc8-821a-376b74e4c4b8}" />
          <AitFeature Name="{2211b3fb-bd23-11d2-b4b7-00a0c955fc6e}" />
          <AitFeature Name="{26f18b5d-4584-47ec-9f5f-0e651f0452c9}" />
          <AitFeature Name="{298ae614-2622-4c17-b935-dae07ee9289c}" />
          <AitFeature Name="{33000890-e5b1-11cf-89f4-00a0c90349cb}" />
          <AitFeature Name="{3afb65e2-47ef-40f2-ac2c-70a90d71d343}" />
          <AitFeature Name="{43058533-6981-49e6-9b74-ad12cb86d58c}" />
          <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="{d6e229dc-35da-11d1-9034-00a0c90349be}" />
          <AitFeature Name="{d6e22a00-35da-11d1-9034-00a0c90349be}" />
          <AitFeature Name="{d6e22a01-35da-11d1-9034-00a0c90349be}" />
          <AitFeature Name="{d9aade20-7c17-4f9c-bc28-8555dd98e2a2}" />
          <AitFeature Name="{f487cd01-a951-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{f72a3c6f-6eb4-4ebc-b192-09ad9759e828}" />
          <AitFeature Name="{f8699e40-5b4d-11cf-a8fd-00805f5c442b}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libuleaddvaudio_plugin.dll" Id="00001f670b96b553f14307b4d6868624068b5d854e80">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubtitle_plugin.dll" Id="000022a7bd36125689970f8253b8ec03bfb9a4d8e3a3">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcdg_plugin.dll" Id="000025f69d50f0a4d4884b0610f4b9a516d1dda1b1fb">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxaudio2_winrt_plugin.dll" Id="0000264486835eea35440e5b89e5680b370d86834f5c">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <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!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSRWLockExclusive" />
          <AitFeature Name="xaudio2_8.dll!1" />
          <AitFeature Name="xaudio2_8.dll!XAudio2Create" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavcodec_plugin.dll" Id="000026d3d9e89bf38647b93f08c6726c5018875f8652">
        <AitCategory Id="Com">
          <AitFeature Name="{05589f81-c356-11ce-bf01-00aa0055595a}" />
          <AitFeature Name="{0f6417d6-c318-11d0-a43f-00a0c9223196}" />
          <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="{4cfedb20-75f6-11cf-9c0f-00a0c90349cb}" />
          <AitFeature Name="{59dacfc0-59e6-11d0-a3ac-00a0c90348f6}" />
          <AitFeature Name="{5fbf03b5-a92e-11cf-8ee3-00c00c205365}" />
          <AitFeature Name="{73646976-0000-0010-8000-00aa00389b71}" />
          <AitFeature Name="{73647561-0000-0010-8000-00aa00389b71}" />
          <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="{e06d80e3-db46-11cf-b4d1-00805f6cbbea}" />
          <AitFeature Name="{e436eb81-524f-11ce-9f53-0020af0ba770}" />
          <AitFeature Name="{f487cd01-a951-11cf-8ee6-00c00c205365}" />
          <AitFeature Name="{f72a76a0-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f72a76e3-eb0a-11d0-ace4-0000c0cc16ba}" />
          <AitFeature Name="{f8699e40-5b4d-11cf-a8fd-00805f5c442b}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <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!GetHandleInformation" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetThreadContext" />
          <AitFeature Name="kernel32.dll!GetThreadPriority" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!GetTimeZoneInformation" />
          <AitFeature Name="kernel32.dll!InitializeConditionVariable" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!QueryPerformanceFrequency" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetCriticalSectionSpinCount" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!SetThreadContext" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SleepConditionVariableCS" />
          <AitFeature Name="kernel32.dll!SuspendThread" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjects" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WakeAllConditionVariable" />
          <AitFeature Name="kernel32.dll!WakeConditionVariable" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchangeAdd" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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="wcl.dll!t10" />
          <AitFeature Name="wcl.dll!t11" />
          <AitFeature Name="wcl.dll!t12" />
          <AitFeature Name="wcl.dll!t128" />
          <AitFeature Name="wcl.dll!t13" />
          <AitFeature Name="wcl.dll!t14" />
          <AitFeature Name="wcl.dll!t15" />
          <AitFeature Name="wcl.dll!t16" />
          <AitFeature Name="wcl.dll!t17" />
          <AitFeature Name="wcl.dll!t18" />
          <AitFeature Name="wcl.dll!t2" />
          <AitFeature Name="wcl.dll!t23" />
          <AitFeature Name="wcl.dll!t24" />
          <AitFeature Name="wcl.dll!t25" />
          <AitFeature Name="wcl.dll!t26" />
          <AitFeature Name="wcl.dll!t27" />
          <AitFeature Name="wcl.dll!t28" />
          <AitFeature Name="wcl.dll!t29" />
          <AitFeature Name="wcl.dll!t3" />
          <AitFeature Name="wcl.dll!t30" />
          <AitFeature Name="wcl.dll!t31" />
          <AitFeature Name="wcl.dll!t4" />
          <AitFeature Name="wcl.dll!t5" />
          <AitFeature Name="wcl.dll!t6" />
          <AitFeature Name="wcl.dll!t7" />
          <AitFeature Name="wcl.dll!t8" />
          <AitFeature Name="wcl.dll!t9" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsmooth_plugin.dll" Id="0000281cb86a453158064ab95f799c627ebb288104fb">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnuv_plugin.dll" Id="00002f2d70262b05eceaa0c40e45ecf0f0faaf8f0a38">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="Newtonsoft.Json.dll" Id="00002f881fb455f8ea7d7ae783015c071abdae15b3fb">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorDllMain" />
        </AitCategory>
        <AitCategory Id="DotNet">
          <AitFeature Name="System.Action" />
          <AitFeature Name="System.Action..ctor" />
          <AitFeature Name="System.Action`2" />
          <AitFeature Name="System.Activator" />
          <AitFeature Name="System.Activator.CreateInstance" />
          <AitFeature Name="System.ArgumentException" />
          <AitFeature Name="System.ArgumentException..ctor" />
          <AitFeature Name="System.ArgumentNullException" />
          <AitFeature Name="System.ArgumentNullException..ctor" />
          <AitFeature Name="System.ArgumentOutOfRangeException" />
          <AitFeature Name="System.ArgumentOutOfRangeException..ctor" />
          <AitFeature Name="System.Array" />
          <AitFeature Name="System.Array.Copy" />
          <AitFeature Name="System.Array.CreateInstance" />
          <AitFeature Name="System.Array.GetLength" />
          <AitFeature Name="System.Array.GetValue" />
          <AitFeature Name="System.Array.IndexOf" />
          <AitFeature Name="System.Array.SetValue" />
          <AitFeature Name="System.Array.get_Length" />
          <AitFeature Name="System.Array.get_Rank" />
          <AitFeature Name="System.AsyncCallback" />
          <AitFeature Name="System.Attribute" />
          <AitFeature Name="System.Attribute..ctor" />
          <AitFeature Name="System.AttributeTargets" />
          <AitFeature Name="System.AttributeUsageAttribute" />
          <AitFeature Name="System.AttributeUsageAttribute..ctor" />
          <AitFeature Name="System.Boolean" />
          <AitFeature Name="System.Boolean.CompareTo" />
          <AitFeature Name="System.Buffer" />
          <AitFeature Name="System.Buffer.BlockCopy" />
          <AitFeature Name="System.Byte" />
          <AitFeature Name="System.Byte.CompareTo" />
          <AitFeature Name="System.Byte.ToString" />
          <AitFeature Name="System.CLSCompliantAttribute" />
          <AitFeature Name="System.CLSCompliantAttribute..ctor" />
          <AitFeature Name="System.Char" />
          <AitFeature Name="System.Char.IsDigit" />
          <AitFeature Name="System.Char.IsLetterOrDigit" />
          <AitFeature Name="System.Char.IsNumber" />
          <AitFeature Name="System.Char.IsUpper" />
          <AitFeature Name="System.Char.IsWhiteSpace" />
          <AitFeature Name="System.Char.ToLower" />
          <AitFeature Name="System.Char.ToString" />
          <AitFeature Name="System.Collections.DictionaryEntry" />
          <AitFeature Name="System.Collections.DictionaryEntry..ctor" />
          <AitFeature Name="System.Collections.DictionaryEntry.get_Key" />
          <AitFeature Name="System.Collections.DictionaryEntry.get_Value" />
          <AitFeature Name="System.Collections.Generic.Comparer`1" />
          <AitFeature Name="System.Collections.Generic.Dictionary`2" />
          <AitFeature Name="System.Collections.Generic.EqualityComparer`1" />
          <AitFeature Name="System.Collections.Generic.HashSet`1" />
          <AitFeature Name="System.Collections.Generic.ICollection`1" />
          <AitFeature Name="System.Collections.Generic.IComparer`1" />
          <AitFeature Name="System.Collections.Generic.IDictionary`2" />
          <AitFeature Name="System.Collections.Generic.IEnumerable`1" />
          <AitFeature Name="System.Collections.Generic.IEnumerator`1" />
          <AitFeature Name="System.Collections.Generic.IEqualityComparer`1" />
          <AitFeature Name="System.Collections.Generic.IList`1" />
          <AitFeature Name="System.Collections.Generic.IReadOnlyCollection`1" />
          <AitFeature Name="System.Collections.Generic.IReadOnlyDictionary`2" />
          <AitFeature Name="System.Collections.Generic.IReadOnlyList`1" />
          <AitFeature Name="System.Collections.Generic.ISet`1" />
          <AitFeature Name="System.Collections.Generic.KeyNotFoundException" />
          <AitFeature Name="System.Collections.Generic.KeyNotFoundException..ctor" />
          <AitFeature Name="System.Collections.Generic.KeyValuePair`2" />
          <AitFeature Name="System.Collections.Generic.List`1" />
          <AitFeature Name="System.Collections.Generic.Queue`1" />
          <AitFeature Name="System.Collections.Generic.Stack`1" />
          <AitFeature Name="System.Collections.ICollection" />
          <AitFeature Name="System.Collections.ICollection.CopyTo" />
          <AitFeature Name="System.Collections.ICollection.get_Count" />
          <AitFeature Name="System.Collections.ICollection.get_IsSynchronized" />
          <AitFeature Name="System.Collections.ICollection.get_SyncRoot" />
          <AitFeature Name="System.Collections.IDictionary" />
          <AitFeature Name="System.Collections.IDictionary.Add" />
          <AitFeature Name="System.Collections.IDictionary.Clear" />
          <AitFeature Name="System.Collections.IDictionary.Contains" />
          <AitFeature Name="System.Collections.IDictionary.GetEnumerator" />
          <AitFeature Name="System.Collections.IDictionary.Remove" />
          <AitFeature Name="System.Collections.IDictionary.get_IsFixedSize" />
          <AitFeature Name="System.Collections.IDictionary.get_IsReadOnly" />
          <AitFeature Name="System.Collections.IDictionary.get_Item" />
          <AitFeature Name="System.Collections.IDictionary.get_Keys" />
          <AitFeature Name="System.Collections.IDictionary.get_Values" />
          <AitFeature Name="System.Collections.IDictionary.set_Item" />
          <AitFeature Name="System.Collections.IDictionaryEnumerator" />
          <AitFeature Name="System.Collections.IEnumerable" />
          <AitFeature Name="System.Collections.IEnumerable.GetEnumerator" />
          <AitFeature Name="System.Collections.IEnumerator" />
          <AitFeature Name="System.Collections.IEnumerator.MoveNext" />
          <AitFeature Name="System.Collections.IEnumerator.Reset" />
          <AitFeature Name="System.Collections.IEnumerator.get_Current" />
          <AitFeature Name="System.Collections.IList" />
          <AitFeature Name="System.Collections.IList.Add" />
          <AitFeature Name="System.Collections.IList.Clear" />
          <AitFeature Name="System.Collections.IList.Contains" />
          <AitFeature Name="System.Collections.IList.IndexOf" />
          <AitFeature Name="System.Collections.IList.Insert" />
          <AitFeature Name="System.Collections.IList.Remove" />
          <AitFeature Name="System.Collections.IList.RemoveAt" />
          <AitFeature Name="System.Collections.IList.get_IsFixedSize" />
          <AitFeature Name="System.Collections.IList.get_IsReadOnly" />
          <AitFeature Name="System.Collections.IList.get_Item" />
          <AitFeature Name="System.Collections.IList.set_Item" />
          <AitFeature Name="System.Collections.ObjectModel.Collection`1" />
          <AitFeature Name="System.Collections.ObjectModel.KeyedCollection`2" />
          <AitFeature Name="System.Collections.ObjectModel.ReadOnlyCollection`1" />
          <AitFeature Name="System.Collections.ObjectModel.ReadOnlyDictionary`2" />
          <AitFeature Name="System.Collections.Specialized.INotifyCollectionChanged" />
          <AitFeature Name="System.Collections.Specialized.NotifyCollectionChangedAction" />
          <AitFeature Name="System.Collections.Specialized.NotifyCollectionChangedEventArgs" />
          <AitFeature Name="System.Collections.Specialized.NotifyCollectionChangedEventArgs..ctor" />
          <AitFeature Name="System.Collections.Specialized.NotifyCollectionChangedEventHandler" />
          <AitFeature Name="System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke" />
          <AitFeature Name="System.ComponentModel.DefaultValueAttribute" />
          <AitFeature Name="System.ComponentModel.DefaultValueAttribute.get_Value" />
          <AitFeature Name="System.ComponentModel.INotifyPropertyChanged" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventArgs" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventArgs..ctor" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventHandler" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventHandler.Invoke" />
          <AitFeature Name="System.Convert" />
          <AitFeature Name="System.Convert.ChangeType" />
          <AitFeature Name="System.Convert.FromBase64CharArray" />
          <AitFeature Name="System.Convert.FromBase64String" />
          <AitFeature Name="System.Convert.ToBase64CharArray" />
          <AitFeature Name="System.Convert.ToBase64String" />
          <AitFeature Name="System.Convert.ToBoolean" />
          <AitFeature Name="System.Convert.ToByte" />
          <AitFeature Name="System.Convert.ToChar" />
          <AitFeature Name="System.Convert.ToDateTime" />
          <AitFeature Name="System.Convert.ToDecimal" />
          <AitFeature Name="System.Convert.ToDouble" />
          <AitFeature Name="System.Convert.ToInt16" />
          <AitFeature Name="System.Convert.ToInt32" />
          <AitFeature Name="System.Convert.ToInt64" />
          <AitFeature Name="System.Convert.ToSByte" />
          <AitFeature Name="System.Convert.ToSingle" />
          <AitFeature Name="System.Convert.ToString" />
          <AitFeature Name="System.Convert.ToUInt16" />
          <AitFeature Name="System.Convert.ToUInt32" />
          <AitFeature Name="System.Convert.ToUInt64" />
          <AitFeature Name="System.DateTime" />
          <AitFeature Name="System.DateTime..ctor" />
          <AitFeature Name="System.DateTime.Add" />
          <AitFeature Name="System.DateTime.AddTicks" />
          <AitFeature Name="System.DateTime.CompareTo" />
          <AitFeature Name="System.DateTime.DaysInMonth" />
          <AitFeature Name="System.DateTime.MaxValue" />
          <AitFeature Name="System.DateTime.MinValue" />
          <AitFeature Name="System.DateTime.Parse" />
          <AitFeature Name="System.DateTime.ParseExact" />
          <AitFeature Name="System.DateTime.SpecifyKind" />
          <AitFeature Name="System.DateTime.ToLocalTime" />
          <AitFeature Name="System.DateTime.ToString" />
          <AitFeature Name="System.DateTime.ToUniversalTime" />
          <AitFeature Name="System.DateTime.TryParse" />
          <AitFeature Name="System.DateTime.get_Hour" />
          <AitFeature Name="System.DateTime.get_Kind" />
          <AitFeature Name="System.DateTime.get_Minute" />
          <AitFeature Name="System.DateTime.get_Now" />
          <AitFeature Name="System.DateTime.get_Second" />
          <AitFeature Name="System.DateTime.get_Ticks" />
          <AitFeature Name="System.DateTime.op_Equality" />
          <AitFeature Name="System.DateTime.op_Inequality" />
          <AitFeature Name="System.DateTimeKind" />
          <AitFeature Name="System.DateTimeOffset" />
          <AitFeature Name="System.DateTimeOffset..ctor" />
          <AitFeature Name="System.DateTimeOffset.CompareTo" />
          <AitFeature Name="System.DateTimeOffset.Parse" />
          <AitFeature Name="System.DateTimeOffset.ParseExact" />
          <AitFeature Name="System.DateTimeOffset.ToString" />
          <AitFeature Name="System.DateTimeOffset.ToUniversalTime" />
          <AitFeature Name="System.DateTimeOffset.TryParse" />
          <AitFeature Name="System.DateTimeOffset.get_DateTime" />
          <AitFeature Name="System.DateTimeOffset.get_Offset" />
          <AitFeature Name="System.DateTimeOffset.get_UtcDateTime" />
          <AitFeature Name="System.DateTimeOffset.op_Implicit" />
          <AitFeature Name="System.Decimal" />
          <AitFeature Name="System.Decimal..ctor" />
          <AitFeature Name="System.Decimal.CompareTo" />
          <AitFeature Name="System.Decimal.Equals" />
          <AitFeature Name="System.Decimal.Parse" />
          <AitFeature Name="System.Decimal.ToString" />
          <AitFeature Name="System.Decimal.TryParse" />
          <AitFeature Name="System.Decimal.op_Addition" />
          <AitFeature Name="System.Decimal.op_Division" />
          <AitFeature Name="System.Decimal.op_Implicit" />
          <AitFeature Name="System.Decimal.op_Multiply" />
          <AitFeature Name="System.Decimal.op_Subtraction" />
          <AitFeature Name="System.Delegate" />
          <AitFeature Name="System.Delegate.Combine" />
          <AitFeature Name="System.Delegate.Remove" />
          <AitFeature Name="System.Diagnostics.CodeAnalysis.SuppressMessageAttribute" />
          <AitFeature Name="System.Diagnostics.CodeAnalysis.SuppressMessageAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute..ctor" />
          <AitFeature Name="System.Double" />
          <AitFeature Name="System.Double.CompareTo" />
          <AitFeature Name="System.Double.IsInfinity" />
          <AitFeature Name="System.Double.IsNaN" />
          <AitFeature Name="System.Double.ToString" />
          <AitFeature Name="System.Dynamic.BinaryOperationBinder" />
          <AitFeature Name="System.Dynamic.BinaryOperationBinder.FallbackBinaryOperation" />
          <AitFeature Name="System.Dynamic.BinaryOperationBinder.get_Operation" />
          <AitFeature Name="System.Dynamic.BindingRestrictions" />
          <AitFeature Name="System.Dynamic.BindingRestrictions.Empty" />
          <AitFeature Name="System.Dynamic.BindingRestrictions.GetInstanceRestriction" />
          <AitFeature Name="System.Dynamic.BindingRestrictions.GetTypeRestriction" />
          <AitFeature Name="System.Dynamic.BindingRestrictions.Merge" />
          <AitFeature Name="System.Dynamic.ConvertBinder" />
          <AitFeature Name="System.Dynamic.ConvertBinder.FallbackConvert" />
          <AitFeature Name="System.Dynamic.ConvertBinder.get_Type" />
          <AitFeature Name="System.Dynamic.CreateInstanceBinder" />
          <AitFeature Name="System.Dynamic.CreateInstanceBinder.FallbackCreateInstance" />
          <AitFeature Name="System.Dynamic.DeleteIndexBinder" />
          <AitFeature Name="System.Dynamic.DeleteIndexBinder.FallbackDeleteIndex" />
          <AitFeature Name="System.Dynamic.DeleteMemberBinder" />
          <AitFeature Name="System.Dynamic.DeleteMemberBinder.FallbackDeleteMember" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject..ctor" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindBinaryOperation" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindConvert" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindCreateInstance" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindDeleteIndex" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindDeleteMember" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindGetIndex" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindGetMember" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindInvoke" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindInvokeMember" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindSetIndex" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindSetMember" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.BindUnaryOperation" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.GetDynamicMemberNames" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.get_Expression" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.get_HasValue" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.get_LimitType" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.get_Restrictions" />
          <AitFeature Name="System.Dynamic.DynamicMetaObject.get_Value" />
          <AitFeature Name="System.Dynamic.DynamicMetaObjectBinder" />
          <AitFeature Name="System.Dynamic.DynamicMetaObjectBinder.Bind" />
          <AitFeature Name="System.Dynamic.DynamicMetaObjectBinder.get_ReturnType" />
          <AitFeature Name="System.Dynamic.ExpandoObject" />
          <AitFeature Name="System.Dynamic.ExpandoObject..ctor" />
          <AitFeature Name="System.Dynamic.GetIndexBinder" />
          <AitFeature Name="System.Dynamic.GetIndexBinder.FallbackGetIndex" />
          <AitFeature Name="System.Dynamic.GetMemberBinder" />
          <AitFeature Name="System.Dynamic.GetMemberBinder..ctor" />
          <AitFeature Name="System.Dynamic.GetMemberBinder.FallbackGetMember" />
          <AitFeature Name="System.Dynamic.GetMemberBinder.get_IgnoreCase" />
          <AitFeature Name="System.Dynamic.GetMemberBinder.get_Name" />
          <AitFeature Name="System.Dynamic.IDynamicMetaObjectProvider" />
          <AitFeature Name="System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject" />
          <AitFeature Name="System.Dynamic.InvokeBinder" />
          <AitFeature Name="System.Dynamic.InvokeBinder.FallbackInvoke" />
          <AitFeature Name="System.Dynamic.InvokeMemberBinder" />
          <AitFeature Name="System.Dynamic.InvokeMemberBinder.FallbackInvoke" />
          <AitFeature Name="System.Dynamic.InvokeMemberBinder.FallbackInvokeMember" />
          <AitFeature Name="System.Dynamic.InvokeMemberBinder.get_IgnoreCase" />
          <AitFeature Name="System.Dynamic.InvokeMemberBinder.get_Name" />
          <AitFeature Name="System.Dynamic.SetIndexBinder" />
          <AitFeature Name="System.Dynamic.SetIndexBinder.FallbackSetIndex" />
          <AitFeature Name="System.Dynamic.SetMemberBinder" />
          <AitFeature Name="System.Dynamic.SetMemberBinder..ctor" />
          <AitFeature Name="System.Dynamic.SetMemberBinder.FallbackSetMember" />
          <AitFeature Name="System.Dynamic.SetMemberBinder.get_IgnoreCase" />
          <AitFeature Name="System.Dynamic.SetMemberBinder.get_Name" />
          <AitFeature Name="System.Dynamic.UnaryOperationBinder" />
          <AitFeature Name="System.Dynamic.UnaryOperationBinder.FallbackUnaryOperation" />
          <AitFeature Name="System.Enum" />
          <AitFeature Name="System.Enum.GetUnderlyingType" />
          <AitFeature Name="System.Enum.HasFlag" />
          <AitFeature Name="System.Enum.IsDefined" />
          <AitFeature Name="System.Enum.Parse" />
          <AitFeature Name="System.Enum.ToObject" />
          <AitFeature Name="System.Enum.ToString" />
          <AitFeature Name="System.Environment" />
          <AitFeature Name="System.Environment.get_CurrentManagedThreadId" />
          <AitFeature Name="System.Environment.get_NewLine" />
          <AitFeature Name="System.EventArgs" />
          <AitFeature Name="System.EventArgs..ctor" />
          <AitFeature Name="System.EventHandler`1" />
          <AitFeature Name="System.Exception" />
          <AitFeature Name="System.Exception..ctor" />
          <AitFeature Name="System.Exception.get_Message" />
          <AitFeature Name="System.FlagsAttribute" />
          <AitFeature Name="System.FlagsAttribute..ctor" />
          <AitFeature Name="System.FormatException" />
          <AitFeature Name="System.FormatException..ctor" />
          <AitFeature Name="System.Func`1" />
          <AitFeature Name="System.Func`2" />
          <AitFeature Name="System.Func`3" />
          <AitFeature Name="System.Func`4" />
          <AitFeature Name="System.Globalization.CultureInfo" />
          <AitFeature Name="System.Globalization.CultureInfo.get_CurrentCulture" />
          <AitFeature Name="System.Globalization.CultureInfo.get_InvariantCulture" />
          <AitFeature Name="System.Globalization.DateTimeStyles" />
          <AitFeature Name="System.Globalization.NumberFormatInfo" />
          <AitFeature Name="System.Globalization.NumberFormatInfo.get_InvariantInfo" />
          <AitFeature Name="System.Globalization.NumberStyles" />
          <AitFeature Name="System.Guid" />
          <AitFeature Name="System.Guid..ctor" />
          <AitFeature Name="System.Guid.CompareTo" />
          <AitFeature Name="System.Guid.NewGuid" />
          <AitFeature Name="System.Guid.ToByteArray" />
          <AitFeature Name="System.Guid.ToString" />
          <AitFeature Name="System.IAsyncResult" />
          <AitFeature Name="System.IComparable" />
          <AitFeature Name="System.IComparable.CompareTo" />
          <AitFeature Name="System.IComparable`1" />
          <AitFeature Name="System.IDisposable" />
          <AitFeature Name="System.IDisposable.Dispose" />
          <AitFeature Name="System.IEquatable`1" />
          <AitFeature Name="System.IFormatProvider" />
          <AitFeature Name="System.IFormattable" />
          <AitFeature Name="System.IFormattable.ToString" />
          <AitFeature Name="System.IO.BinaryReader" />
          <AitFeature Name="System.IO.BinaryReader..ctor" />
          <AitFeature Name="System.IO.BinaryReader.Dispose" />
          <AitFeature Name="System.IO.BinaryReader.Read" />
          <AitFeature Name="System.IO.BinaryReader.ReadByte" />
          <AitFeature Name="System.IO.BinaryReader.ReadBytes" />
          <AitFeature Name="System.IO.BinaryReader.ReadDouble" />
          <AitFeature Name="System.IO.BinaryReader.ReadInt32" />
          <AitFeature Name="System.IO.BinaryReader.ReadInt64" />
          <AitFeature Name="System.IO.BinaryReader.ReadSByte" />
          <AitFeature Name="System.IO.BinaryWriter" />
          <AitFeature Name="System.IO.BinaryWriter..ctor" />
          <AitFeature Name="System.IO.BinaryWriter.Dispose" />
          <AitFeature Name="System.IO.BinaryWriter.Flush" />
          <AitFeature Name="System.IO.BinaryWriter.Write" />
          <AitFeature Name="System.IO.EndOfStreamException" />
          <AitFeature Name="System.IO.EndOfStreamException..ctor" />
          <AitFeature Name="System.IO.Stream" />
          <AitFeature Name="System.IO.StringReader" />
          <AitFeature Name="System.IO.StringReader..ctor" />
          <AitFeature Name="System.IO.StringWriter" />
          <AitFeature Name="System.IO.StringWriter..ctor" />
          <AitFeature Name="System.IO.TextReader" />
          <AitFeature Name="System.IO.TextReader.Dispose" />
          <AitFeature Name="System.IO.TextReader.Read" />
          <AitFeature Name="System.IO.TextWriter" />
          <AitFeature Name="System.IO.TextWriter.Dispose" />
          <AitFeature Name="System.IO.TextWriter.Flush" />
          <AitFeature Name="System.IO.TextWriter.Write" />
          <AitFeature Name="System.Int16" />
          <AitFeature Name="System.Int16.ToString" />
          <AitFeature Name="System.Int32" />
          <AitFeature Name="System.Int32.CompareTo" />
          <AitFeature Name="System.Int32.Parse" />
          <AitFeature Name="System.Int32.ToString" />
          <AitFeature Name="System.Int32.TryParse" />
          <AitFeature Name="System.Int64" />
          <AitFeature Name="System.Int64.CompareTo" />
          <AitFeature Name="System.Int64.Parse" />
          <AitFeature Name="System.Int64.ToString" />
          <AitFeature Name="System.InvalidCastException" />
          <AitFeature Name="System.InvalidCastException..ctor" />
          <AitFeature Name="System.InvalidOperationException" />
          <AitFeature Name="System.InvalidOperationException..ctor" />
          <AitFeature Name="System.Linq.Enumerable" />
          <AitFeature Name="System.Linq.Enumerable.All" />
          <AitFeature Name="System.Linq.Enumerable.Any" />
          <AitFeature Name="System.Linq.Enumerable.Cast" />
          <AitFeature Name="System.Linq.Enumerable.Concat" />
          <AitFeature Name="System.Linq.Enumerable.Contains" />
          <AitFeature Name="System.Linq.Enumerable.Count" />
          <AitFeature Name="System.Linq.Enumerable.Distinct" />
          <AitFeature Name="System.Linq.Enumerable.Empty" />
          <AitFeature Name="System.Linq.Enumerable.First" />
          <AitFeature Name="System.Linq.Enumerable.FirstOrDefault" />
          <AitFeature Name="System.Linq.Enumerable.GroupBy" />
          <AitFeature Name="System.Linq.Enumerable.LastOrDefault" />
          <AitFeature Name="System.Linq.Enumerable.OfType" />
          <AitFeature Name="System.Linq.Enumerable.OrderBy" />
          <AitFeature Name="System.Linq.Enumerable.Reverse" />
          <AitFeature Name="System.Linq.Enumerable.Select" />
          <AitFeature Name="System.Linq.Enumerable.SelectMany" />
          <AitFeature Name="System.Linq.Enumerable.SequenceEqual" />
          <AitFeature Name="System.Linq.Enumerable.Single" />
          <AitFeature Name="System.Linq.Enumerable.SingleOrDefault" />
          <AitFeature Name="System.Linq.Enumerable.ToArray" />
          <AitFeature Name="System.Linq.Enumerable.ToDictionary" />
          <AitFeature Name="System.Linq.Enumerable.ToList" />
          <AitFeature Name="System.Linq.Enumerable.Union" />
          <AitFeature Name="System.Linq.Enumerable.Where" />
          <AitFeature Name="System.Linq.Expressions.BinaryExpression" />
          <AitFeature Name="System.Linq.Expressions.BlockExpression" />
          <AitFeature Name="System.Linq.Expressions.ConditionalExpression" />
          <AitFeature Name="System.Linq.Expressions.ConditionalExpression.get_IfFalse" />
          <AitFeature Name="System.Linq.Expressions.ConditionalExpression.get_IfTrue" />
          <AitFeature Name="System.Linq.Expressions.ConditionalExpression.get_Test" />
          <AitFeature Name="System.Linq.Expressions.ConstantExpression" />
          <AitFeature Name="System.Linq.Expressions.DefaultExpression" />
          <AitFeature Name="System.Linq.Expressions.Expression" />
          <AitFeature Name="System.Linq.Expressions.Expression.ArrayIndex" />
          <AitFeature Name="System.Linq.Expressions.Expression.Assign" />
          <AitFeature Name="System.Linq.Expressions.Expression.Block" />
          <AitFeature Name="System.Linq.Expressions.Expression.Call" />
          <AitFeature Name="System.Linq.Expressions.Expression.Condition" />
          <AitFeature Name="System.Linq.Expressions.Expression.Constant" />
          <AitFeature Name="System.Linq.Expressions.Expression.Convert" />
          <AitFeature Name="System.Linq.Expressions.Expression.Empty" />
          <AitFeature Name="System.Linq.Expressions.Expression.Field" />
          <AitFeature Name="System.Linq.Expressions.Expression.Lambda" />
          <AitFeature Name="System.Linq.Expressions.Expression.MakeMemberAccess" />
          <AitFeature Name="System.Linq.Expressions.Expression.New" />
          <AitFeature Name="System.Linq.Expressions.Expression.NewArrayInit" />
          <AitFeature Name="System.Linq.Expressions.Expression.Parameter" />
          <AitFeature Name="System.Linq.Expressions.Expression.get_NodeType" />
          <AitFeature Name="System.Linq.Expressions.Expression.get_Type" />
          <AitFeature Name="System.Linq.Expressions.ExpressionType" />
          <AitFeature Name="System.Linq.Expressions.ExpressionVisitor" />
          <AitFeature Name="System.Linq.Expressions.ExpressionVisitor..ctor" />
          <AitFeature Name="System.Linq.Expressions.ExpressionVisitor.Visit" />
          <AitFeature Name="System.Linq.Expressions.ExpressionVisitor.VisitConditional" />
          <AitFeature Name="System.Linq.Expressions.Expression`1" />
          <AitFeature Name="System.Linq.Expressions.LambdaExpression" />
          <AitFeature Name="System.Linq.Expressions.LambdaExpression.Compile" />
          <AitFeature Name="System.Linq.Expressions.MemberExpression" />
          <AitFeature Name="System.Linq.Expressions.MethodCallExpression" />
          <AitFeature Name="System.Linq.Expressions.NewArrayExpression" />
          <AitFeature Name="System.Linq.Expressions.NewExpression" />
          <AitFeature Name="System.Linq.Expressions.ParameterExpression" />
          <AitFeature Name="System.Linq.Expressions.UnaryExpression" />
          <AitFeature Name="System.Linq.IGrouping`2" />
          <AitFeature Name="System.Linq.IOrderedEnumerable`1" />
          <AitFeature Name="System.Math" />
          <AitFeature Name="System.Math.Abs" />
          <AitFeature Name="System.Math.Floor" />
          <AitFeature Name="System.Math.Max" />
          <AitFeature Name="System.Math.Min" />
          <AitFeature Name="System.MulticastDelegate" />
          <AitFeature Name="System.NotImplementedException" />
          <AitFeature Name="System.NotImplementedException..ctor" />
          <AitFeature Name="System.NotSupportedException" />
          <AitFeature Name="System.NotSupportedException..ctor" />
          <AitFeature Name="System.Nullable" />
          <AitFeature Name="System.Nullable.GetUnderlyingType" />
          <AitFeature Name="System.Nullable`1" />
          <AitFeature Name="System.Object" />
          <AitFeature Name="System.Object..ctor" />
          <AitFeature Name="System.Object.Equals" />
          <AitFeature Name="System.Object.GetHashCode" />
          <AitFeature Name="System.Object.GetType" />
          <AitFeature Name="System.Object.ReferenceEquals" />
          <AitFeature Name="System.Object.ToString" />
          <AitFeature Name="System.ObsoleteAttribute" />
          <AitFeature Name="System.ObsoleteAttribute..ctor" />
          <AitFeature Name="System.OverflowException" />
          <AitFeature Name="System.OverflowException..ctor" />
          <AitFeature Name="System.ParamArrayAttribute" />
          <AitFeature Name="System.ParamArrayAttribute..ctor" />
          <AitFeature Name="System.Predicate`1" />
          <AitFeature Name="System.Reflection.Assembly" />
          <AitFeature Name="System.Reflection.Assembly.GetType" />
          <AitFeature Name="System.Reflection.Assembly.Load" />
          <AitFeature Name="System.Reflection.Assembly.get_FullName" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyName" />
          <AitFeature Name="System.Reflection.AssemblyName..ctor" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute..ctor" />
          <AitFeature Name="System.Reflection.ConstructorInfo" />
          <AitFeature Name="System.Reflection.ConstructorInfo.Invoke" />
          <AitFeature Name="System.Reflection.CustomAttributeData" />
          <AitFeature Name="System.Reflection.CustomAttributeData.get_AttributeType" />
          <AitFeature Name="System.Reflection.CustomAttributeExtensions" />
          <AitFeature Name="System.Reflection.CustomAttributeExtensions.GetCustomAttributes" />
          <AitFeature Name="System.Reflection.CustomAttributeExtensions.IsDefined" />
          <AitFeature Name="System.Reflection.DefaultMemberAttribute" />
          <AitFeature Name="System.Reflection.DefaultMemberAttribute..ctor" />
          <AitFeature Name="System.Reflection.EventInfo" />
          <AitFeature Name="System.Reflection.EventInfo.get_EventHandlerType" />
          <AitFeature Name="System.Reflection.FieldInfo" />
          <AitFeature Name="System.Reflection.FieldInfo.GetValue" />
          <AitFeature Name="System.Reflection.FieldInfo.SetValue" />
          <AitFeature Name="System.Reflection.FieldInfo.get_FieldType" />
          <AitFeature Name="System.Reflection.FieldInfo.get_IsInitOnly" />
          <AitFeature Name="System.Reflection.FieldInfo.get_IsLiteral" />
          <AitFeature Name="System.Reflection.FieldInfo.get_IsPrivate" />
          <AitFeature Name="System.Reflection.FieldInfo.get_IsPublic" />
          <AitFeature Name="System.Reflection.FieldInfo.get_IsStatic" />
          <AitFeature Name="System.Reflection.IntrospectionExtensions" />
          <AitFeature Name="System.Reflection.IntrospectionExtensions.GetTypeInfo" />
          <AitFeature Name="System.Reflection.MemberInfo" />
          <AitFeature Name="System.Reflection.MemberInfo.get_CustomAttributes" />
          <AitFeature Name="System.Reflection.MemberInfo.get_DeclaringType" />
          <AitFeature Name="System.Reflection.MemberInfo.get_Name" />
          <AitFeature Name="System.Reflection.MethodBase" />
          <AitFeature Name="System.Reflection.MethodBase.GetParameters" />
          <AitFeature Name="System.Reflection.MethodBase.Invoke" />
          <AitFeature Name="System.Reflection.MethodBase.get_ContainsGenericParameters" />
          <AitFeature Name="System.Reflection.MethodBase.get_IsConstructor" />
          <AitFeature Name="System.Reflection.MethodBase.get_IsPublic" />
          <AitFeature Name="System.Reflection.MethodBase.get_IsStatic" />
          <AitFeature Name="System.Reflection.MethodBase.get_IsVirtual" />
          <AitFeature Name="System.Reflection.MethodInfo" />
          <AitFeature Name="System.Reflection.MethodInfo.MakeGenericMethod" />
          <AitFeature Name="System.Reflection.MethodInfo.get_ReturnType" />
          <AitFeature Name="System.Reflection.Module" />
          <AitFeature Name="System.Reflection.ParameterInfo" />
          <AitFeature Name="System.Reflection.ParameterInfo.get_Member" />
          <AitFeature Name="System.Reflection.ParameterInfo.get_Name" />
          <AitFeature Name="System.Reflection.ParameterInfo.get_ParameterType" />
          <AitFeature Name="System.Reflection.PropertyInfo" />
          <AitFeature Name="System.Reflection.PropertyInfo.GetIndexParameters" />
          <AitFeature Name="System.Reflection.PropertyInfo.GetValue" />
          <AitFeature Name="System.Reflection.PropertyInfo.SetValue" />
          <AitFeature Name="System.Reflection.PropertyInfo.get_CanRead" />
          <AitFeature Name="System.Reflection.PropertyInfo.get_CanWrite" />
          <AitFeature Name="System.Reflection.PropertyInfo.get_GetMethod" />
          <AitFeature Name="System.Reflection.PropertyInfo.get_PropertyType" />
          <AitFeature Name="System.Reflection.PropertyInfo.get_SetMethod" />
          <AitFeature Name="System.Reflection.RuntimeReflectionExtensions" />
          <AitFeature Name="System.Reflection.RuntimeReflectionExtensions.GetMethodInfo" />
          <AitFeature Name="System.Reflection.RuntimeReflectionExtensions.GetRuntimeBaseDefinition" />
          <AitFeature Name="System.Reflection.TargetParameterCountException" />
          <AitFeature Name="System.Reflection.TypeInfo" />
          <AitFeature Name="System.Reflection.TypeInfo.GetDeclaredField" />
          <AitFeature Name="System.Reflection.TypeInfo.GetDeclaredMethod" />
          <AitFeature Name="System.Reflection.TypeInfo.GetDeclaredProperty" />
          <AitFeature Name="System.Reflection.TypeInfo.IsAssignableFrom" />
          <AitFeature Name="System.Reflection.TypeInfo.IsSubclassOf" />
          <AitFeature Name="System.Reflection.TypeInfo.get_Assembly" />
          <AitFeature Name="System.Reflection.TypeInfo.get_BaseType" />
          <AitFeature Name="System.Reflection.TypeInfo.get_ContainsGenericParameters" />
          <AitFeature Name="System.Reflection.TypeInfo.get_DeclaredConstructors" />
          <AitFeature Name="System.Reflection.TypeInfo.get_DeclaredFields" />
          <AitFeature Name="System.Reflection.TypeInfo.get_DeclaredMembers" />
          <AitFeature Name="System.Reflection.TypeInfo.get_DeclaredMethods" />
          <AitFeature Name="System.Reflection.TypeInfo.get_DeclaredProperties" />
          <AitFeature Name="System.Reflection.TypeInfo.get_GenericTypeArguments" />
          <AitFeature Name="System.Reflection.TypeInfo.get_ImplementedInterfaces" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsAbstract" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsClass" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsEnum" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsGenericType" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsGenericTypeDefinition" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsInterface" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsSealed" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsValueType" />
          <AitFeature Name="System.Reflection.TypeInfo.get_IsVisible" />
          <AitFeature Name="System.Runtime.CompilerServices.CallSite" />
          <AitFeature Name="System.Runtime.CompilerServices.CallSiteBinder" />
          <AitFeature Name="System.Runtime.CompilerServices.CallSite`1" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.ExtensionAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.ExtensionAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.InternalsVisibleToAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.InternalsVisibleToAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeHelpers" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeHelpers.InitializeArray" />
          <AitFeature Name="System.Runtime.InteropServices.LayoutKind" />
          <AitFeature Name="System.Runtime.InteropServices.OutAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.OutAttribute..ctor" />
          <AitFeature Name="System.Runtime.InteropServices.StructLayoutAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.StructLayoutAttribute..ctor" />
          <AitFeature Name="System.Runtime.Serialization.DataContractAttribute" />
          <AitFeature Name="System.Runtime.Serialization.DataContractAttribute.get_IsReference" />
          <AitFeature Name="System.Runtime.Serialization.DataMemberAttribute" />
          <AitFeature Name="System.Runtime.Serialization.DataMemberAttribute.get_EmitDefaultValue" />
          <AitFeature Name="System.Runtime.Serialization.DataMemberAttribute.get_IsRequired" />
          <AitFeature Name="System.Runtime.Serialization.DataMemberAttribute.get_Name" />
          <AitFeature Name="System.Runtime.Serialization.DataMemberAttribute.get_Order" />
          <AitFeature Name="System.Runtime.Serialization.EnumMemberAttribute" />
          <AitFeature Name="System.Runtime.Serialization.EnumMemberAttribute.get_Value" />
          <AitFeature Name="System.Runtime.Serialization.IgnoreDataMemberAttribute" />
          <AitFeature Name="System.Runtime.Serialization.OnDeserializedAttribute" />
          <AitFeature Name="System.Runtime.Serialization.OnDeserializingAttribute" />
          <AitFeature Name="System.Runtime.Serialization.OnSerializedAttribute" />
          <AitFeature Name="System.Runtime.Serialization.OnSerializingAttribute" />
          <AitFeature Name="System.Runtime.Serialization.StreamingContext" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute..ctor" />
          <AitFeature Name="System.RuntimeFieldHandle" />
          <AitFeature Name="System.RuntimeTypeHandle" />
          <AitFeature Name="System.SByte" />
          <AitFeature Name="System.SByte.ToString" />
          <AitFeature Name="System.Single" />
          <AitFeature Name="System.Single.ToString" />
          <AitFeature Name="System.String" />
          <AitFeature Name="System.String..ctor" />
          <AitFeature Name="System.String.CompareOrdinal" />
          <AitFeature Name="System.String.Concat" />
          <AitFeature Name="System.String.CopyTo" />
          <AitFeature Name="System.String.Empty" />
          <AitFeature Name="System.String.EndsWith" />
          <AitFeature Name="System.String.Equals" />
          <AitFeature Name="System.String.Format" />
          <AitFeature Name="System.String.IndexOf" />
          <AitFeature Name="System.String.IsNullOrEmpty" />
          <AitFeature Name="System.String.Join" />
          <AitFeature Name="System.String.LastIndexOf" />
          <AitFeature Name="System.String.Replace" />
          <AitFeature Name="System.String.Split" />
          <AitFeature Name="System.String.StartsWith" />
          <AitFeature Name="System.String.Substring" />
          <AitFeature Name="System.String.Trim" />
          <AitFeature Name="System.String.TrimStart" />
          <AitFeature Name="System.String.get_Chars" />
          <AitFeature Name="System.String.get_Length" />
          <AitFeature Name="System.String.op_Equality" />
          <AitFeature Name="System.String.op_Inequality" />
          <AitFeature Name="System.StringComparer" />
          <AitFeature Name="System.StringComparer.get_Ordinal" />
          <AitFeature Name="System.StringComparer.get_OrdinalIgnoreCase" />
          <AitFeature Name="System.StringComparison" />
          <AitFeature Name="System.StringSplitOptions" />
          <AitFeature Name="System.Text.Encoding" />
          <AitFeature Name="System.Text.Encoding.GetByteCount" />
          <AitFeature Name="System.Text.Encoding.GetBytes" />
          <AitFeature Name="System.Text.Encoding.GetChars" />
          <AitFeature Name="System.Text.Encoding.GetMaxCharCount" />
          <AitFeature Name="System.Text.Encoding.get_UTF8" />
          <AitFeature Name="System.Text.RegularExpressions.Regex" />
          <AitFeature Name="System.Text.RegularExpressions.Regex..ctor" />
          <AitFeature Name="System.Text.RegularExpressions.Regex.IsMatch" />
          <AitFeature Name="System.Text.RegularExpressions.Regex.get_Options" />
          <AitFeature Name="System.Text.RegularExpressions.RegexOptions" />
          <AitFeature Name="System.Text.StringBuilder" />
          <AitFeature Name="System.Text.StringBuilder..ctor" />
          <AitFeature Name="System.Text.StringBuilder.Append" />
          <AitFeature Name="System.Text.StringBuilder.AppendLine" />
          <AitFeature Name="System.Text.StringBuilder.get_Length" />
          <AitFeature Name="System.Text.UTF8Encoding" />
          <AitFeature Name="System.Text.UTF8Encoding..ctor" />
          <AitFeature Name="System.Threading.Interlocked" />
          <AitFeature Name="System.Threading.Interlocked.CompareExchange" />
          <AitFeature Name="System.Threading.Monitor" />
          <AitFeature Name="System.Threading.Monitor.Enter" />
          <AitFeature Name="System.Threading.Monitor.Exit" />
          <AitFeature Name="System.Threading.Tasks.Task" />
          <AitFeature Name="System.Threading.Tasks.Task.get_Factory" />
          <AitFeature Name="System.Threading.Tasks.TaskFactory" />
          <AitFeature Name="System.Threading.Tasks.TaskFactory.StartNew" />
          <AitFeature Name="System.Threading.Tasks.Task`1" />
          <AitFeature Name="System.TimeSpan" />
          <AitFeature Name="System.TimeSpan..ctor" />
          <AitFeature Name="System.TimeSpan.CompareTo" />
          <AitFeature Name="System.TimeSpan.FromHours" />
          <AitFeature Name="System.TimeSpan.FromMinutes" />
          <AitFeature Name="System.TimeSpan.Negate" />
          <AitFeature Name="System.TimeSpan.Parse" />
          <AitFeature Name="System.TimeSpan.Zero" />
          <AitFeature Name="System.TimeSpan.get_Hours" />
          <AitFeature Name="System.TimeSpan.get_Minutes" />
          <AitFeature Name="System.TimeSpan.get_Ticks" />
          <AitFeature Name="System.TimeSpan.op_Addition" />
          <AitFeature Name="System.TimeZoneInfo" />
          <AitFeature Name="System.TimeZoneInfo.GetUtcOffset" />
          <AitFeature Name="System.TimeZoneInfo.get_Local" />
          <AitFeature Name="System.Type" />
          <AitFeature Name="System.Type.GetArrayRank" />
          <AitFeature Name="System.Type.GetElementType" />
          <AitFeature Name="System.Type.GetGenericTypeDefinition" />
          <AitFeature Name="System.Type.GetType" />
          <AitFeature Name="System.Type.GetTypeFromHandle" />
          <AitFeature Name="System.Type.MakeGenericType" />
          <AitFeature Name="System.Type.get_AssemblyQualifiedName" />
          <AitFeature Name="System.Type.get_FullName" />
          <AitFeature Name="System.Type.get_IsArray" />
          <AitFeature Name="System.Type.get_IsGenericParameter" />
          <AitFeature Name="System.Type.get_Name" />
          <AitFeature Name="System.Type.get_Namespace" />
          <AitFeature Name="System.UInt16" />
          <AitFeature Name="System.UInt16.ToString" />
          <AitFeature Name="System.UInt32" />
          <AitFeature Name="System.UInt32.ToString" />
          <AitFeature Name="System.UInt64" />
          <AitFeature Name="System.UInt64.ToString" />
          <AitFeature Name="System.Uri" />
          <AitFeature Name="System.Uri..ctor" />
          <AitFeature Name="System.Uri.UnescapeDataString" />
          <AitFeature Name="System.Uri.op_Equality" />
          <AitFeature Name="System.Uri.op_Inequality" />
          <AitFeature Name="System.UriKind" />
          <AitFeature Name="System.ValueType" />
          <AitFeature Name="System.Version" />
          <AitFeature Name="System.Version..ctor" />
          <AitFeature Name="System.Void" />
          <AitFeature Name="System.Xml.Linq.XAttribute" />
          <AitFeature Name="System.Xml.Linq.XAttribute..ctor" />
          <AitFeature Name="System.Xml.Linq.XAttribute.get_Name" />
          <AitFeature Name="System.Xml.Linq.XAttribute.get_Value" />
          <AitFeature Name="System.Xml.Linq.XAttribute.set_Value" />
          <AitFeature Name="System.Xml.Linq.XCData" />
          <AitFeature Name="System.Xml.Linq.XCData..ctor" />
          <AitFeature Name="System.Xml.Linq.XComment" />
          <AitFeature Name="System.Xml.Linq.XComment..ctor" />
          <AitFeature Name="System.Xml.Linq.XComment.get_Value" />
          <AitFeature Name="System.Xml.Linq.XComment.set_Value" />
          <AitFeature Name="System.Xml.Linq.XContainer" />
          <AitFeature Name="System.Xml.Linq.XContainer.Add" />
          <AitFeature Name="System.Xml.Linq.XContainer.Nodes" />
          <AitFeature Name="System.Xml.Linq.XDeclaration" />
          <AitFeature Name="System.Xml.Linq.XDeclaration..ctor" />
          <AitFeature Name="System.Xml.Linq.XDeclaration.get_Encoding" />
          <AitFeature Name="System.Xml.Linq.XDeclaration.get_Standalone" />
          <AitFeature Name="System.Xml.Linq.XDeclaration.get_Version" />
          <AitFeature Name="System.Xml.Linq.XDeclaration.set_Encoding" />
          <AitFeature Name="System.Xml.Linq.XDeclaration.set_Standalone" />
          <AitFeature Name="System.Xml.Linq.XDocument" />
          <AitFeature Name="System.Xml.Linq.XDocument..ctor" />
          <AitFeature Name="System.Xml.Linq.XDocument.get_Declaration" />
          <AitFeature Name="System.Xml.Linq.XDocument.get_Root" />
          <AitFeature Name="System.Xml.Linq.XDocument.set_Declaration" />
          <AitFeature Name="System.Xml.Linq.XElement" />
          <AitFeature Name="System.Xml.Linq.XElement..ctor" />
          <AitFeature Name="System.Xml.Linq.XElement.Attributes" />
          <AitFeature Name="System.Xml.Linq.XElement.GetPrefixOfNamespace" />
          <AitFeature Name="System.Xml.Linq.XElement.get_Name" />
          <AitFeature Name="System.Xml.Linq.XElement.get_Value" />
          <AitFeature Name="System.Xml.Linq.XElement.set_Value" />
          <AitFeature Name="System.Xml.Linq.XName" />
          <AitFeature Name="System.Xml.Linq.XName.Get" />
          <AitFeature Name="System.Xml.Linq.XName.get_LocalName" />
          <AitFeature Name="System.Xml.Linq.XName.get_NamespaceName" />
          <AitFeature Name="System.Xml.Linq.XName.op_Implicit" />
          <AitFeature Name="System.Xml.Linq.XNamespace" />
          <AitFeature Name="System.Xml.Linq.XNamespace.op_Implicit" />
          <AitFeature Name="System.Xml.Linq.XNode" />
          <AitFeature Name="System.Xml.Linq.XNode.Remove" />
          <AitFeature Name="System.Xml.Linq.XObject" />
          <AitFeature Name="System.Xml.Linq.XObject.get_NodeType" />
          <AitFeature Name="System.Xml.Linq.XObject.get_Parent" />
          <AitFeature Name="System.Xml.Linq.XProcessingInstruction" />
          <AitFeature Name="System.Xml.Linq.XProcessingInstruction..ctor" />
          <AitFeature Name="System.Xml.Linq.XProcessingInstruction.get_Data" />
          <AitFeature Name="System.Xml.Linq.XProcessingInstruction.get_Target" />
          <AitFeature Name="System.Xml.Linq.XProcessingInstruction.set_Data" />
          <AitFeature Name="System.Xml.Linq.XText" />
          <AitFeature Name="System.Xml.Linq.XText..ctor" />
          <AitFeature Name="System.Xml.Linq.XText.get_Value" />
          <AitFeature Name="System.Xml.Linq.XText.set_Value" />
          <AitFeature Name="System.Xml.NameTable" />
          <AitFeature Name="System.Xml.NameTable..ctor" />
          <AitFeature Name="System.Xml.XmlConvert" />
          <AitFeature Name="System.Xml.XmlConvert.ToBoolean" />
          <AitFeature Name="System.Xml.XmlConvert.ToString" />
          <AitFeature Name="System.Xml.XmlNameTable" />
          <AitFeature Name="System.Xml.XmlNamespaceManager" />
          <AitFeature Name="System.Xml.XmlNamespaceManager..ctor" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.AddNamespace" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.LookupNamespace" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.LookupPrefix" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.PopScope" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.PushScope" />
          <AitFeature Name="System.Xml.XmlNamespaceManager.get_DefaultNamespace" />
          <AitFeature Name="System.Xml.XmlNodeType" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawdv_plugin.dll" Id="0000309758e7c908ab13a6a8ce45317367e7f48b7c17">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmarq_plugin.dll" Id="000031246aa7ab1292adda4778089b100cccdc5e5dd9">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnormvol_plugin.dll" Id="0000323ac7d6d06d4591044a8815dfca2f60de2b848f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpsychedelic_plugin.dll" Id="000034547c3e76d02cd1fcea26627dd0bc1917179808">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdolby_surround_decoder_plugin.dll" Id="0000354da6be46b323ac346f15d727d66651c2ce7307">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libh264_plugin.dll" Id="000038139c7883a33acc4c449359bfb9360e3e88bbbd">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liba52_plugin.dll" Id="0000381425a74b11bb6294803149b2345877aefc10de">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libparam_eq_plugin.dll" Id="000038df35735a6bbc6684adfcbfc59beb0125d28d89">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlc.dll" Id="0000393f2b473f675b6f52741f78446d81a63eccbc75">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfloat_mixer_plugin.dll" Id="00003ae21f57e5da7828c84e13ee64f74fdddfc2fe27">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libbluescreen_plugin.dll" Id="00003afda316a662aea8dc04da3e54cb7914ca322580">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i420_plugin.dll" Id="00003b23d1aef35be100ea6a96b3dce8442ddadd9841">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspeex_resampler_plugin.dll" Id="00003de2a49a1b0c09f1c9bc64ba70301d6b6d95b74b">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradfun_plugin.dll" Id="00003f0b12f9437039cb0a6824c97b4123816e2bb97a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libavi_plugin.dll" Id="00004039f211d9fb71b6587bb0cb5ac8c518ddc77565">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmp4_plugin.dll" Id="000040453c70ceae458b83ccaa45cc1a43bd42d56acc">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_bd_plugin.dll" Id="0000410a1bacf3eae107ed7df5ebffc0838861cd9e64">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libhotkeys_plugin.dll" Id="000043536c707616969ffa2c3b41ff43f33b7aa07848">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libadjust_plugin.dll" Id="000046d962b5b1da9a8f2abb234459016ee7105fd3b6">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmkv_plugin.dll" Id="000046f5682ac604699c52e2dc159026840825372cef">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <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!GetFileAttributesExW" />
          <AitFeature Name="kernel32.dll!GetHandleInformation" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetThreadContext" />
          <AitFeature Name="kernel32.dll!GetThreadPriority" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetCriticalSectionSpinCount" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!SetThreadContext" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SuspendThread" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjects" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchangeAdd" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libripple_plugin.dll" Id="00004734ef6673dec3001bbdaa48e28142cb5b6ad072">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcc_plugin.dll" Id="00004a037a8cbe42fb71e0d50ecb12070cb4189c14af">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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!lstrcpy" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcanvas_plugin.dll" Id="00004b7a1c174cdf144f046127db8267c5f440499146">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="VLC_WINRT.exe" Id="00004b7af026a175cb4592eaf9be962fc1a9f6212808">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="mscoree.dll!_CorExeMain" />
        </AitCategory>
        <AitCategory Id="DotNet">
          <AitFeature Name="System.Action" />
          <AitFeature Name="System.Action..ctor" />
          <AitFeature Name="System.Action.Invoke" />
          <AitFeature Name="System.Action`1" />
          <AitFeature Name="System.Activator" />
          <AitFeature Name="System.Activator.CreateInstance" />
          <AitFeature Name="System.ArgumentException" />
          <AitFeature Name="System.ArgumentException..ctor" />
          <AitFeature Name="System.ArgumentNullException" />
          <AitFeature Name="System.ArgumentNullException..ctor" />
          <AitFeature Name="System.ArithmeticException" />
          <AitFeature Name="System.AsyncCallback" />
          <AitFeature Name="System.Boolean" />
          <AitFeature Name="System.Byte" />
          <AitFeature Name="System.Char" />
          <AitFeature Name="System.CodeDom.Compiler.GeneratedCodeAttribute" />
          <AitFeature Name="System.CodeDom.Compiler.GeneratedCodeAttribute..ctor" />
          <AitFeature Name="System.Collections.Generic.Dictionary`2" />
          <AitFeature Name="System.Collections.Generic.EqualityComparer`1" />
          <AitFeature Name="System.Collections.Generic.ICollection`1" />
          <AitFeature Name="System.Collections.Generic.IDictionary`2" />
          <AitFeature Name="System.Collections.Generic.IEnumerable`1" />
          <AitFeature Name="System.Collections.Generic.IEnumerator`1" />
          <AitFeature Name="System.Collections.Generic.IList`1" />
          <AitFeature Name="System.Collections.Generic.IReadOnlyCollection`1" />
          <AitFeature Name="System.Collections.Generic.IReadOnlyList`1" />
          <AitFeature Name="System.Collections.Generic.KeyValuePair`2" />
          <AitFeature Name="System.Collections.Generic.List`1" />
          <AitFeature Name="System.Collections.Generic.Queue`1" />
          <AitFeature Name="System.Collections.IEnumerable" />
          <AitFeature Name="System.Collections.IEnumerable.GetEnumerator" />
          <AitFeature Name="System.Collections.IEnumerator" />
          <AitFeature Name="System.Collections.IEnumerator.MoveNext" />
          <AitFeature Name="System.Collections.IEnumerator.Reset" />
          <AitFeature Name="System.Collections.IEnumerator.get_Current" />
          <AitFeature Name="System.Collections.ObjectModel.Collection`1" />
          <AitFeature Name="System.Collections.ObjectModel.ObservableCollection`1" />
          <AitFeature Name="System.ComponentModel.INotifyPropertyChanged" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventArgs" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventArgs..ctor" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventHandler" />
          <AitFeature Name="System.ComponentModel.PropertyChangedEventHandler.Invoke" />
          <AitFeature Name="System.Convert" />
          <AitFeature Name="System.Convert.ToInt32" />
          <AitFeature Name="System.DateTime" />
          <AitFeature Name="System.DateTime.ToString" />
          <AitFeature Name="System.DateTime.get_Now" />
          <AitFeature Name="System.Delegate" />
          <AitFeature Name="System.Delegate.Combine" />
          <AitFeature Name="System.Delegate.Remove" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggableAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.Debugger" />
          <AitFeature Name="System.Diagnostics.Debugger.Break" />
          <AitFeature Name="System.Diagnostics.Debugger.get_IsAttached" />
          <AitFeature Name="System.Diagnostics.DebuggerBrowsableAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerBrowsableAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerBrowsableState" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerHiddenAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerNonUserCodeAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerNonUserCodeAttribute..ctor" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute" />
          <AitFeature Name="System.Diagnostics.DebuggerStepThroughAttribute..ctor" />
          <AitFeature Name="System.Double" />
          <AitFeature Name="System.Double.IsNaN" />
          <AitFeature Name="System.Double.IsPositiveInfinity" />
          <AitFeature Name="System.Enum" />
          <AitFeature Name="System.Environment" />
          <AitFeature Name="System.Environment.get_CurrentManagedThreadId" />
          <AitFeature Name="System.EventArgs" />
          <AitFeature Name="System.EventArgs..ctor" />
          <AitFeature Name="System.EventHandler" />
          <AitFeature Name="System.EventHandler..ctor" />
          <AitFeature Name="System.EventHandler.Invoke" />
          <AitFeature Name="System.EventHandler`1" />
          <AitFeature Name="System.Exception" />
          <AitFeature Name="System.Exception..ctor" />
          <AitFeature Name="System.FormatException" />
          <AitFeature Name="System.Func`1" />
          <AitFeature Name="System.Func`2" />
          <AitFeature Name="System.GC" />
          <AitFeature Name="System.GC.Collect" />
          <AitFeature Name="System.Globalization.CultureInfo" />
          <AitFeature Name="System.Globalization.CultureInfo.get_CurrentCulture" />
          <AitFeature Name="System.Globalization.CultureInfo.get_DateTimeFormat" />
          <AitFeature Name="System.Globalization.CultureInfo.get_InvariantCulture" />
          <AitFeature Name="System.Globalization.DateTimeFormatInfo" />
          <AitFeature Name="System.Globalization.DateTimeFormatInfo.get_ShortTimePattern" />
          <AitFeature Name="System.IAsyncResult" />
          <AitFeature Name="System.IDisposable" />
          <AitFeature Name="System.IDisposable.Dispose" />
          <AitFeature Name="System.IFormatProvider" />
          <AitFeature Name="System.IO.FileNotFoundException" />
          <AitFeature Name="System.IO.MemoryStream" />
          <AitFeature Name="System.IO.MemoryStream..ctor" />
          <AitFeature Name="System.IO.MemoryStream.ToArray" />
          <AitFeature Name="System.IO.Stream" />
          <AitFeature Name="System.IO.WindowsRuntimeStorageExtensions" />
          <AitFeature Name="System.IO.WindowsRuntimeStorageExtensions.OpenStreamForWriteAsync" />
          <AitFeature Name="System.IO.WindowsRuntimeStreamExtensions" />
          <AitFeature Name="System.IO.WindowsRuntimeStreamExtensions.AsStreamForRead" />
          <AitFeature Name="System.Int32" />
          <AitFeature Name="System.Int32.Parse" />
          <AitFeature Name="System.InvalidOperationException" />
          <AitFeature Name="System.InvalidOperationException..ctor" />
          <AitFeature Name="System.Linq.Enumerable" />
          <AitFeature Name="System.Linq.Enumerable.All" />
          <AitFeature Name="System.Linq.Enumerable.Any" />
          <AitFeature Name="System.Linq.Enumerable.Cast" />
          <AitFeature Name="System.Linq.Enumerable.Contains" />
          <AitFeature Name="System.Linq.Enumerable.Count" />
          <AitFeature Name="System.Linq.Enumerable.ElementAt" />
          <AitFeature Name="System.Linq.Enumerable.FirstOrDefault" />
          <AitFeature Name="System.Linq.Enumerable.OfType" />
          <AitFeature Name="System.Linq.Enumerable.OrderBy" />
          <AitFeature Name="System.Linq.Enumerable.Select" />
          <AitFeature Name="System.Linq.Enumerable.Take" />
          <AitFeature Name="System.Linq.Enumerable.ThenBy" />
          <AitFeature Name="System.Linq.Enumerable.ToArray" />
          <AitFeature Name="System.Linq.Enumerable.ToList" />
          <AitFeature Name="System.Linq.IOrderedEnumerable`1" />
          <AitFeature Name="System.Math" />
          <AitFeature Name="System.Math.Abs" />
          <AitFeature Name="System.Math.Max" />
          <AitFeature Name="System.MulticastDelegate" />
          <AitFeature Name="System.Net.Http.HttpClient" />
          <AitFeature Name="System.Net.Http.HttpClient..ctor" />
          <AitFeature Name="System.Net.Http.HttpClient.GetAsync" />
          <AitFeature Name="System.Net.Http.HttpClient.GetStringAsync" />
          <AitFeature Name="System.Net.Http.HttpContent" />
          <AitFeature Name="System.Net.Http.HttpContent.ReadAsByteArrayAsync" />
          <AitFeature Name="System.Net.Http.HttpResponseMessage" />
          <AitFeature Name="System.Net.Http.HttpResponseMessage.get_Content" />
          <AitFeature Name="System.NotImplementedException" />
          <AitFeature Name="System.NotImplementedException..ctor" />
          <AitFeature Name="System.NotSupportedException" />
          <AitFeature Name="System.NotSupportedException..ctor" />
          <AitFeature Name="System.Nullable`1" />
          <AitFeature Name="System.Object" />
          <AitFeature Name="System.Object..ctor" />
          <AitFeature Name="System.Object.Equals" />
          <AitFeature Name="System.Object.GetType" />
          <AitFeature Name="System.Object.ToString" />
          <AitFeature Name="System.Predicate`1" />
          <AitFeature Name="System.Random" />
          <AitFeature Name="System.Random..ctor" />
          <AitFeature Name="System.Random.Next" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCompanyAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute" />
          <AitFeature Name="System.Reflection.AssemblyConfigurationAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCopyrightAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute" />
          <AitFeature Name="System.Reflection.AssemblyCultureAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyDescriptionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyFileVersionAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute" />
          <AitFeature Name="System.Reflection.AssemblyProductAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTitleAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute" />
          <AitFeature Name="System.Reflection.AssemblyTrademarkAttribute..ctor" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute" />
          <AitFeature Name="System.Reflection.AssemblyVersionAttribute..ctor" />
          <AitFeature Name="System.Reflection.DefaultMemberAttribute" />
          <AitFeature Name="System.Reflection.DefaultMemberAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncStateMachineAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.AwaitUnsafeOnCompleted" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Create" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetException" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder.get_Task" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.AwaitUnsafeOnCompleted" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetException" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetResult" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.SetStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start" />
          <AitFeature Name="System.Runtime.CompilerServices.CallerMemberNameAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CallerMemberNameAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.CompilerGeneratedAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.ExtensionAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.ExtensionAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine.MoveNext" />
          <AitFeature Name="System.Runtime.CompilerServices.IAsyncStateMachine.SetStateMachine" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute..ctor" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeHelpers" />
          <AitFeature Name="System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor" />
          <AitFeature Name="System.Runtime.CompilerServices.TaskAwaiter" />
          <AitFeature Name="System.Runtime.CompilerServices.TaskAwaiter.GetResult" />
          <AitFeature Name="System.Runtime.CompilerServices.TaskAwaiter.get_IsCompleted" />
          <AitFeature Name="System.Runtime.CompilerServices.TaskAwaiter`1" />
          <AitFeature Name="System.Runtime.InteropServices.ComVisibleAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.ComVisibleAttribute..ctor" />
          <AitFeature Name="System.Runtime.InteropServices.FieldOffsetAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.FieldOffsetAttribute..ctor" />
          <AitFeature Name="System.Runtime.InteropServices.LayoutKind" />
          <AitFeature Name="System.Runtime.InteropServices.OutAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.OutAttribute..ctor" />
          <AitFeature Name="System.Runtime.InteropServices.StructLayoutAttribute" />
          <AitFeature Name="System.Runtime.InteropServices.StructLayoutAttribute..ctor" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.EventRegistrationTokenTable`1" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.AddEventHandler" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.WindowsRuntimeMarshal.RemoveEventHandler" />
          <AitFeature Name="System.Runtime.Serialization.Json.DataContractJsonSerializer" />
          <AitFeature Name="System.Runtime.Serialization.Json.DataContractJsonSerializer..ctor" />
          <AitFeature Name="System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject" />
          <AitFeature Name="System.Runtime.Serialization.Json.DataContractJsonSerializer.WriteObject" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute" />
          <AitFeature Name="System.Runtime.Versioning.TargetFrameworkAttribute..ctor" />
          <AitFeature Name="System.RuntimeTypeHandle" />
          <AitFeature Name="System.String" />
          <AitFeature Name="System.String.Compare" />
          <AitFeature Name="System.String.Concat" />
          <AitFeature Name="System.String.Contains" />
          <AitFeature Name="System.String.Empty" />
          <AitFeature Name="System.String.Format" />
          <AitFeature Name="System.String.IsNullOrEmpty" />
          <AitFeature Name="System.String.Remove" />
          <AitFeature Name="System.String.Split" />
          <AitFeature Name="System.String.ToLower" />
          <AitFeature Name="System.String.ToUpper" />
          <AitFeature Name="System.String.Trim" />
          <AitFeature Name="System.String.get_Length" />
          <AitFeature Name="System.String.op_Equality" />
          <AitFeature Name="System.String.op_Inequality" />
          <AitFeature Name="System.StringComparison" />
          <AitFeature Name="System.Text.Encoding" />
          <AitFeature Name="System.Text.Encoding.GetBytes" />
          <AitFeature Name="System.Text.Encoding.GetString" />
          <AitFeature Name="System.Text.Encoding.get_UTF8" />
          <AitFeature Name="System.Text.RegularExpressions.Regex" />
          <AitFeature Name="System.Text.RegularExpressions.Regex.Replace" />
          <AitFeature Name="System.Text.StringBuilder" />
          <AitFeature Name="System.Text.StringBuilder..ctor" />
          <AitFeature Name="System.Text.StringBuilder.Append" />
          <AitFeature Name="System.Threading.EventWaitHandle" />
          <AitFeature Name="System.Threading.EventWaitHandle.Set" />
          <AitFeature Name="System.Threading.Interlocked" />
          <AitFeature Name="System.Threading.Interlocked.CompareExchange" />
          <AitFeature Name="System.Threading.ManualResetEvent" />
          <AitFeature Name="System.Threading.ManualResetEvent..ctor" />
          <AitFeature Name="System.Threading.Monitor" />
          <AitFeature Name="System.Threading.Monitor.Enter" />
          <AitFeature Name="System.Threading.Monitor.Exit" />
          <AitFeature Name="System.Threading.Tasks.Task" />
          <AitFeature Name="System.Threading.Tasks.Task.GetAwaiter" />
          <AitFeature Name="System.Threading.Tasks.Task.Wait" />
          <AitFeature Name="System.Threading.Tasks.TaskCompletionSource`1" />
          <AitFeature Name="System.Threading.Tasks.Task`1" />
          <AitFeature Name="System.Threading.WaitHandle" />
          <AitFeature Name="System.Threading.WaitHandle.Dispose" />
          <AitFeature Name="System.Threading.WaitHandle.WaitOne" />
          <AitFeature Name="System.TimeSpan" />
          <AitFeature Name="System.TimeSpan.FromMilliseconds" />
          <AitFeature Name="System.TimeSpan.FromSeconds" />
          <AitFeature Name="System.TimeSpan.Zero" />
          <AitFeature Name="System.TimeSpan.get_Hours" />
          <AitFeature Name="System.TimeSpan.get_TotalMilliseconds" />
          <AitFeature Name="System.TimeSpan.get_TotalSeconds" />
          <AitFeature Name="System.TimeSpan.op_Addition" />
          <AitFeature Name="System.TimeSpan.op_Equality" />
          <AitFeature Name="System.Type" />
          <AitFeature Name="System.Type.GetTypeFromHandle" />
          <AitFeature Name="System.Type.get_FullName" />
          <AitFeature Name="System.Type.get_TypeHandle" />
          <AitFeature Name="System.Uri" />
          <AitFeature Name="System.Uri..ctor" />
          <AitFeature Name="System.UriKind" />
          <AitFeature Name="System.ValueType" />
          <AitFeature Name="System.WeakReference`1" />
          <AitFeature Name="System.Windows.Input.ICommand" />
          <AitFeature Name="System.WindowsRuntimeSystemExtensions" />
          <AitFeature Name="System.WindowsRuntimeSystemExtensions.AsTask" />
          <AitFeature Name="System.WindowsRuntimeSystemExtensions.GetAwaiter" />
          <AitFeature Name="System.Xml.Linq.Extensions" />
          <AitFeature Name="System.Xml.Linq.Extensions.Elements" />
          <AitFeature Name="System.Xml.Linq.XContainer" />
          <AitFeature Name="System.Xml.Linq.XContainer.Descendants" />
          <AitFeature Name="System.Xml.Linq.XContainer.Element" />
          <AitFeature Name="System.Xml.Linq.XContainer.Elements" />
          <AitFeature Name="System.Xml.Linq.XDocument" />
          <AitFeature Name="System.Xml.Linq.XDocument.Parse" />
          <AitFeature Name="System.Xml.Linq.XDocument.get_Root" />
          <AitFeature Name="System.Xml.Linq.XElement" />
          <AitFeature Name="System.Xml.Linq.XElement.get_Value" />
          <AitFeature Name="System.Xml.Linq.XName" />
          <AitFeature Name="System.Xml.Linq.XName.op_Implicit" />
          <AitFeature Name="System.Xml.Serialization.XmlIgnoreAttribute" />
          <AitFeature Name="System.Xml.Serialization.XmlIgnoreAttribute..ctor" />
          <AitFeature Name="System.Xml.Serialization.XmlSerializer" />
          <AitFeature Name="System.Xml.Serialization.XmlSerializer..ctor" />
          <AitFeature Name="System.Xml.Serialization.XmlSerializer.Deserialize" />
          <AitFeature Name="System.Xml.Serialization.XmlSerializer.Serialize" />
          <AitFeature Name="System.Xml.XmlReader" />
          <AitFeature Name="System.Xml.XmlReader.Create" />
        </AitCategory>
        <AitCategory Id="DotNetWinRt">
          <AitFeature Name="Windows.ApplicationModel.Activation.LaunchActivatedEventArgs" />
          <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.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.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.DeviceInformationUpdate.get_Id" />
          <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.Input.MouseDevice" />
          <AitFeature Name="Windows.Devices.Input.MouseDevice.GetForCurrentView" />
          <AitFeature Name="Windows.Devices.Input.MouseDevice.add_MouseMoved" />
          <AitFeature Name="Windows.Devices.Input.MouseDevice.remove_MouseMoved" />
          <AitFeature Name="Windows.Devices.Input.MouseEventArgs" />
          <AitFeature Name="Windows.Devices.Portable.StorageDevice" />
          <AitFeature Name="Windows.Devices.Portable.StorageDevice.FromId" />
          <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.IObservableVector`1" />
          <AitFeature Name="Windows.Foundation.Collections.IPropertySet" />
          <AitFeature Name="Windows.Foundation.Collections.MapChangedEventHandler`2" />
          <AitFeature Name="Windows.Foundation.IAsyncAction" />
          <AitFeature Name="Windows.Foundation.IAsyncOperationWithProgress`2" />
          <AitFeature Name="Windows.Foundation.IAsyncOperation`1" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute" />
          <AitFeature Name="Windows.Foundation.Metadata.WebHostHiddenAttribute..ctor" />
          <AitFeature Name="Windows.Foundation.Point" />
          <AitFeature Name="Windows.Foundation.Point..ctor" />
          <AitFeature Name="Windows.Foundation.Rect" />
          <AitFeature Name="Windows.Foundation.Rect..ctor" />
          <AitFeature Name="Windows.Foundation.Rect.get_Empty" />
          <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.Media.MediaControl" />
          <AitFeature Name="Windows.Media.MediaControl.add_NextTrackPressed" />
          <AitFeature Name="Windows.Media.MediaControl.add_PausePressed" />
          <AitFeature Name="Windows.Media.MediaControl.add_PlayPauseTogglePressed" />
          <AitFeature Name="Windows.Media.MediaControl.add_PlayPressed" />
          <AitFeature Name="Windows.Media.MediaControl.add_PreviousTrackPressed" />
          <AitFeature Name="Windows.Media.MediaControl.add_StopPressed" />
          <AitFeature Name="Windows.Media.MediaControl.get_IsPlaying" />
          <AitFeature Name="Windows.Media.MediaControl.put_ArtistName" />
          <AitFeature Name="Windows.Media.MediaControl.put_IsPlaying" />
          <AitFeature Name="Windows.Media.MediaControl.put_TrackName" />
          <AitFeature Name="Windows.Media.MediaControl.remove_NextTrackPressed" />
          <AitFeature Name="Windows.Media.MediaControl.remove_PausePressed" />
          <AitFeature Name="Windows.Media.MediaControl.remove_PlayPauseTogglePressed" />
          <AitFeature Name="Windows.Media.MediaControl.remove_PlayPressed" />
          <AitFeature Name="Windows.Media.MediaControl.remove_PreviousTrackPressed" />
          <AitFeature Name="Windows.Media.MediaControl.remove_StopPressed" />
          <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_FutureAccessList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageApplicationPermissions.get_MostRecentlyUsedList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemAccessList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemAccessList.Add" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemAccessList.GetFileAsync" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemAccessList.get_Entries" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageItemMostRecentlyUsedList.Clear" />
          <AitFeature Name="Windows.Storage.ApplicationData" />
          <AitFeature Name="Windows.Storage.ApplicationData.get_Current" />
          <AitFeature Name="Windows.Storage.ApplicationData.get_LocalFolder" />
          <AitFeature Name="Windows.Storage.ApplicationData.get_LocalSettings" />
          <AitFeature Name="Windows.Storage.ApplicationDataContainer" />
          <AitFeature Name="Windows.Storage.ApplicationDataContainer.get_Values" />
          <AitFeature Name="Windows.Storage.CreationCollisionOption" />
          <AitFeature Name="Windows.Storage.FileAccessMode" />
          <AitFeature Name="Windows.Storage.FileProperties.MusicProperties" />
          <AitFeature Name="Windows.Storage.FileProperties.MusicProperties.get_Album" />
          <AitFeature Name="Windows.Storage.FileProperties.MusicProperties.get_Artist" />
          <AitFeature Name="Windows.Storage.FileProperties.MusicProperties.get_Duration" />
          <AitFeature Name="Windows.Storage.FileProperties.MusicProperties.get_Title" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemContentProperties" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemContentProperties.GetMusicPropertiesAsync" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemContentProperties.GetVideoPropertiesAsync" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemThumbnail" />
          <AitFeature Name="Windows.Storage.FileProperties.StorageItemThumbnail.GetInputStreamAt" />
          <AitFeature Name="Windows.Storage.FileProperties.ThumbnailMode" />
          <AitFeature Name="Windows.Storage.FileProperties.VideoProperties" />
          <AitFeature Name="Windows.Storage.FileProperties.VideoProperties.get_Duration" />
          <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.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.CommonFolderQuery" />
          <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.Search.StorageFolderQueryResult" />
          <AitFeature Name="Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync" />
          <AitFeature Name="Windows.Storage.Search.StorageFolderQueryResult.get_Folder" />
          <AitFeature Name="Windows.Storage.StorageFile" />
          <AitFeature Name="Windows.Storage.StorageFile.GetFileFromApplicationUriAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.GetFileFromPathAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.GetThumbnailAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.OpenAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.OpenReadAsync" />
          <AitFeature Name="Windows.Storage.StorageFile.get_ContentType" />
          <AitFeature Name="Windows.Storage.StorageFile.get_DisplayName" />
          <AitFeature Name="Windows.Storage.StorageFile.get_FileType" />
          <AitFeature Name="Windows.Storage.StorageFile.get_Name" />
          <AitFeature Name="Windows.Storage.StorageFile.get_Path" />
          <AitFeature Name="Windows.Storage.StorageFile.get_Properties" />
          <AitFeature Name="Windows.Storage.StorageFolder" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFileAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFileQuery" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFileQueryWithOptions" />
          <AitFeature Name="Windows.Storage.StorageFolder.CreateFolderQuery" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetFileAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetFilesAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetFoldersAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetItemsAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.GetThumbnailAsync" />
          <AitFeature Name="Windows.Storage.StorageFolder.get_DisplayName" />
          <AitFeature Name="Windows.Storage.StorageFolder.get_DisplayType" />
          <AitFeature Name="Windows.Storage.StorageFolder.get_Properties" />
          <AitFeature Name="Windows.Storage.Streams.DataReader" />
          <AitFeature Name="Windows.Storage.Streams.DataReader..ctor" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.DetachStream" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.LoadAsync" />
          <AitFeature Name="Windows.Storage.Streams.DataReader.ReadString" />
          <AitFeature Name="Windows.Storage.Streams.DataReaderLoadOperation" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter..ctor" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.StoreAsync" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter.WriteBytes" />
          <AitFeature Name="Windows.Storage.Streams.DataWriterStoreOperation" />
          <AitFeature Name="Windows.Storage.Streams.IInputStream" />
          <AitFeature Name="Windows.Storage.Streams.IOutputStream" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStream.get_Size" />
          <AitFeature Name="Windows.Storage.Streams.IRandomAccessStreamWithContentType" />
          <AitFeature Name="Windows.Storage.Streams.InMemoryRandomAccessStream" />
          <AitFeature Name="Windows.Storage.Streams.InMemoryRandomAccessStream..ctor" />
          <AitFeature Name="Windows.Storage.Streams.InMemoryRandomAccessStream.GetInputStreamAt" />
          <AitFeature Name="Windows.Storage.Streams.InMemoryRandomAccessStream.GetOutputStreamAt" />
          <AitFeature Name="Windows.Storage.Streams.RandomAccessStream" />
          <AitFeature Name="Windows.Storage.Streams.RandomAccessStream.CopyAsync" />
          <AitFeature Name="Windows.System.Display.DisplayRequest" />
          <AitFeature Name="Windows.System.Display.DisplayRequest..ctor" />
          <AitFeature Name="Windows.System.Display.DisplayRequest.RequestActive" />
          <AitFeature Name="Windows.System.Display.DisplayRequest.RequestRelease" />
          <AitFeature Name="Windows.System.Launcher" />
          <AitFeature Name="Windows.System.Launcher.LaunchUriAsync" />
          <AitFeature Name="Windows.System.Threading.ThreadPool" />
          <AitFeature Name="Windows.System.Threading.ThreadPool.RunAsync" />
          <AitFeature Name="Windows.System.Threading.ThreadPoolTimer" />
          <AitFeature Name="Windows.System.Threading.ThreadPoolTimer.Cancel" />
          <AitFeature Name="Windows.System.Threading.ThreadPoolTimer.CreatePeriodicTimer" />
          <AitFeature Name="Windows.System.Threading.TimerElapsedHandler" />
          <AitFeature Name="Windows.System.Threading.TimerElapsedHandler..ctor" />
          <AitFeature Name="Windows.System.Threading.WorkItemHandler" />
          <AitFeature Name="Windows.System.Threading.WorkItemHandler..ctor" />
          <AitFeature Name="Windows.System.VirtualKey" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsCommand" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsCommand..ctor" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPane" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPane.GetForCurrentView" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPane.add_CommandsRequested" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPane.remove_CommandsRequested" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPaneCommandsRequest.get_ApplicationCommands" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs" />
          <AitFeature Name="Windows.UI.ApplicationSettings.SettingsPaneCommandsRequestedEventArgs.get_Request" />
          <AitFeature Name="Windows.UI.Color" />
          <AitFeature Name="Windows.UI.Color.get_A" />
          <AitFeature Name="Windows.UI.Color.get_B" />
          <AitFeature Name="Windows.UI.Color.get_G" />
          <AitFeature Name="Windows.UI.Color.get_R" />
          <AitFeature Name="Windows.UI.Color.set_A" />
          <AitFeature Name="Windows.UI.Color.set_B" />
          <AitFeature Name="Windows.UI.Color.set_G" />
          <AitFeature Name="Windows.UI.Color.set_R" />
          <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.CoreCursor" />
          <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.get_PointerCursor" />
          <AitFeature Name="Windows.UI.Core.CoreWindow.put_PointerCursor" />
          <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.Popups.IUICommand" />
          <AitFeature Name="Windows.UI.Popups.MessageDialog" />
          <AitFeature Name="Windows.UI.Popups.MessageDialog..ctor" />
          <AitFeature Name="Windows.UI.Popups.MessageDialog.ShowAsync" />
          <AitFeature Name="Windows.UI.Popups.UICommandInvokedHandler" />
          <AitFeature Name="Windows.UI.Popups.UICommandInvokedHandler..ctor" />
          <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.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.Canvas" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Canvas.GetZIndex" />
          <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.DataTemplateSelector" />
          <AitFeature Name="Windows.UI.Xaml.Controls.DataTemplateSelector..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Frame" />
          <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.add_Navigated" />
          <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.Frame.remove_Navigated" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Grid" />
          <AitFeature Name="Windows.UI.Xaml.Controls.GridView" />
          <AitFeature Name="Windows.UI.Xaml.Controls.GridView..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ISemanticZoomInformation" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Image" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Image.put_Source" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemClickEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemClickEventArgs.get_ClickedItem" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemClickEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemClickEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemCollection" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemsControl" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemsControl.PrepareContainerForItemOverride" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemsControl.get_Items" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemsControl.put_ItemTemplate" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ItemsControl.put_ItemsSource" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListView" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListViewBase" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListViewBase.ScrollIntoView" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListViewBase.add_ItemClick" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListViewBase.put_Header" />
          <AitFeature Name="Windows.UI.Xaml.Controls.ListViewBase.remove_ItemClick" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Orientation" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page.OnNavigatedFrom" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Page.OnNavigatedTo" />
          <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.Page.put_NavigationCacheMode" />
          <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.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.Selector" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.Selector.add_SelectionChanged" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Primitives.Selector.remove_SelectionChanged" />
          <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.SelectionChangedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SelectionChangedEventArgs.get_AddedItems" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SelectionChangedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SelectionChangedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoom" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoom.add_ViewChangeCompleted" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoom.get_ZoomedOutView" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoom.remove_ViewChangeCompleted" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SemanticZoomViewChangedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Controls.Slider" />
          <AitFeature Name="Windows.UI.Xaml.Controls.SwapChainBackgroundPanel" />
          <AitFeature Name="Windows.UI.Xaml.Controls.TextBlock" />
          <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.VariableSizedWrapGrid" />
          <AitFeature Name="Windows.UI.Xaml.Controls.VariableSizedWrapGrid.get_ColumnSpanProperty" />
          <AitFeature Name="Windows.UI.Xaml.Controls.VariableSizedWrapGrid.get_RowSpanProperty" />
          <AitFeature Name="Windows.UI.Xaml.Data.CollectionViewSource" />
          <AitFeature Name="Windows.UI.Xaml.Data.CollectionViewSource.get_View" />
          <AitFeature Name="Windows.UI.Xaml.Data.ICollectionView" />
          <AitFeature Name="Windows.UI.Xaml.Data.ICollectionView.get_CollectionGroups" />
          <AitFeature Name="Windows.UI.Xaml.Data.IValueConverter" />
          <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.GetValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject.SetValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyObject.get_Dispatcher" />
          <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.DependencyPropertyChangedEventArgs.get_NewValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyPropertyChangedEventArgs.get_OldValue" />
          <AitFeature Name="Windows.UI.Xaml.DependencyPropertyChangedEventArgs.get_Property" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer..ctor" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer.Start" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer.Stop" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer.add_Tick" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer.put_Interval" />
          <AitFeature Name="Windows.UI.Xaml.DispatcherTimer.remove_Tick" />
          <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_SizeChanged" />
          <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.get_DataContext" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.get_Resources" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.put_HorizontalAlignment" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.put_Margin" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.put_VerticalAlignment" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.put_Width" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.remove_Loaded" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.remove_SizeChanged" />
          <AitFeature Name="Windows.UI.Xaml.FrameworkElement.remove_Unloaded" />
          <AitFeature Name="Windows.UI.Xaml.HorizontalAlignment" />
          <AitFeature Name="Windows.UI.Xaml.Input.PointerEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Input.PointerEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Input.PointerRoutedEventArgs" />
          <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.Animation.FadeInThemeAnimation" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.FadeInThemeAnimation..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.FadeOutThemeAnimation..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Storyboard" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Storyboard..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Storyboard.Begin" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Storyboard.SetTarget" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Storyboard.get_Children" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Timeline" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Timeline.add_Completed" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.Timeline.remove_Completed" />
          <AitFeature Name="Windows.UI.Xaml.Media.Animation.TimelineCollection" />
          <AitFeature Name="Windows.UI.Xaml.Media.GeneralTransform" />
          <AitFeature Name="Windows.UI.Xaml.Media.GeneralTransform.TransformPoint" />
          <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.Media.VisualTreeHelper" />
          <AitFeature Name="Windows.UI.Xaml.Media.VisualTreeHelper.GetChild" />
          <AitFeature Name="Windows.UI.Xaml.Media.VisualTreeHelper.GetChildrenCount" />
          <AitFeature Name="Windows.UI.Xaml.Media.VisualTreeHelper.GetParent" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigatedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigatedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationCacheMode" />
          <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.NavigationEventArgs.get_SourcePageType" />
          <AitFeature Name="Windows.UI.Xaml.Navigation.NavigationMode" />
          <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.ResourceDictionary" />
          <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.SizeChangedEventArgs" />
          <AitFeature Name="Windows.UI.Xaml.SizeChangedEventArgs.get_NewSize" />
          <AitFeature Name="Windows.UI.Xaml.SizeChangedEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.SizeChangedEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.SuspendingEventHandler" />
          <AitFeature Name="Windows.UI.Xaml.SuspendingEventHandler..ctor" />
          <AitFeature Name="Windows.UI.Xaml.Thickness" />
          <AitFeature Name="Windows.UI.Xaml.Thickness..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.TransformToVisual" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.add_PointerMoved" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.add_Tapped" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.get_DesiredSize" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.put_Visibility" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.remove_PointerMoved" />
          <AitFeature Name="Windows.UI.Xaml.UIElement.remove_Tapped" />
          <AitFeature Name="Windows.UI.Xaml.VerticalAlignment" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdtstospdif_plugin.dll" Id="00004c8af189c892b0795298393160637b3f3fedb3bd">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsharpen_plugin.dll" Id="00004c9d8ef250655bc8fe3d42390c67980f289e7486">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvlccore.dll" Id="00004e0ff69be4c4382457a79a81494b5526136ff6c2">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000001-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000002-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000003-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000000f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000010-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000012-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000016-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000018-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000019-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000001d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000020-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000021-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000022-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000025-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000026-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000029-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000002f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000030-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000031-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000032-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000033-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000034-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000035-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000036-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000040-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000100-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000101-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000102-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000103-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000104-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000105-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000109-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000010f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000110-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000111-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000112-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000113-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000114-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000115-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000116-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000117-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000118-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000119-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011c-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000011e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000121-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000122-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000125-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000126-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000127-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000128-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000129-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000012a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000012b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000138-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000139-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013a-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013d-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000013e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000140-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000144-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000145-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000146-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000147-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000148-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000149-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000150-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000151-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0000015b-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001ce-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001cf-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001d4-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001d5-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020402-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020403-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020404-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020405-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020406-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002040e-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002040f-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020410-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020411-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00020412-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021400-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00021401-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e2-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e3-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e4-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e5-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e6-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e8-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214e9-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ea-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214ee-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f1-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f2-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f4-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214f9-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000214fe-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e011-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e012-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0002e013-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000e0000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000e0020-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0010890e-8789-413c-adbc-48f5b511b3af}" />
          <AitFeature Name="{00adb003-bde9-45c6-8e29-d09f9353e108}" />
          <AitFeature Name="{012dd920-7b26-11d0-8ca9-00a0c92dbfe8}" />
          <AitFeature Name="{01e18d10-4d8b-11d2-855d-006008059367}" />
          <AitFeature Name="{01e44665-24ac-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{028212a3-b627-47e9-8856-c14265554e4f}" />
          <AitFeature Name="{033508a2-781a-437a-b078-3f32badcfe47}" />
          <AitFeature Name="{04b0f1a7-9490-44bc-96e1-4296a31252e2}" />
          <AitFeature Name="{05edda5c-98a3-4717-8adb-c5e7da991eb1}" />
          <AitFeature Name="{06622d85-6856-4460-8de1-a81921b41c4b}" />
          <AitFeature Name="{06cadf0e-64ed-448a-8927-ce7bf90eb35d}" />
          <AitFeature Name="{078f91bd-29a2-440f-924e-46a291524520}" />
          <AitFeature Name="{0811aebe-0b87-4c54-9e72-548cf649016b}" />
          <AitFeature Name="{0c733a30-2a1c-11ce-ade5-00aa0044773d}" />
          <AitFeature Name="{0c9fb851-e5c9-43eb-a370-f0677b13874c}" />
          <AitFeature Name="{0cc5b647-c1df-4637-891a-dec35c318583}" />
          <AitFeature Name="{0db8851d-2e5b-47eb-9208-d28c325a01d7}" />
          <AitFeature Name="{0df60d92-6818-46d6-b358-d66170dde466}" />
          <AitFeature Name="{0e6b3f66-98d1-48c0-a222-fbde74e2fbc5}" />
          <AitFeature Name="{0e6d4d90-6738-11cf-9608-00aa00680db4}" />
          <AitFeature Name="{0e6d4d92-6738-11cf-9608-00aa00680db4}" />
          <AitFeature Name="{0e700be1-9db6-11d1-a1ce-00c04fd75d13}" />
          <AitFeature Name="{0fc988d4-c935-4b97-a973-46282ea175c8}" />
          <AitFeature Name="{1008c4a0-7613-11cf-9af1-0020af6e72f4}" />
          <AitFeature Name="{10339516-2894-11d2-9039-00c04f8eeb3e}" />
          <AitFeature Name="{1079acfc-29bd-11d3-8e0d-00c04f6837d5}" />
          <AitFeature Name="{10df43c8-1dbe-11d3-8b34-006097df5bd4}" />
          <AitFeature Name="{11a66efa-382e-451a-9234-1e0e12ef3085}" />
          <AitFeature Name="{11c81bc2-121e-4ed5-b9c4-b430bd54f2c0}" />
          <AitFeature Name="{11dbb47c-a525-400b-9e80-a54615a090c0}" />
          <AitFeature Name="{11e1fbf9-2d56-4a6b-8db3-7cd193a471f2}" />
          <AitFeature Name="{12337d35-94c6-48a0-bce7-6a9c69d4d600}" />
          <AitFeature Name="{12a0ab44-fe28-4fa9-b3bd-4b64f44960a6}" />
          <AitFeature Name="{14010e02-bbbd-41f0-88e3-eda371216584}" />
          <AitFeature Name="{157733fd-a592-42e5-b594-248468c5a81b}" />
          <AitFeature Name="{18b21aa9-e184-4ff0-9f5e-f882d03771b3}" />
          <AitFeature Name="{19108294-0441-4aff-8013-fa0a730b0bea}" />
          <AitFeature Name="{1968106d-f3b5-44cf-890e-116fcb9ecef1}" />
          <AitFeature Name="{196bf9a5-b346-4ef0-aa1e-5dcdb76768b1}" />
          <AitFeature Name="{1ac3d9f0-175c-11d1-95be-00609797ea4f}" />
          <AitFeature Name="{1af3a467-214f-4298-908e-06b03e0b39f9}" />
          <AitFeature Name="{1bb12a62-2ad8-432b-8ccf-0c2c52afcd5b}" />
          <AitFeature Name="{1c2056cc-5ef4-101b-8bc8-00aa003e3b29}" />
          <AitFeature Name="{1c733a30-2a1c-11ce-ade5-00aa0044773d}" />
          <AitFeature Name="{1c9cd5bb-98e9-4491-a60f-31aacc72b83c}" />
          <AitFeature Name="{1cf2b120-547d-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{1df0d7f1-b267-4d28-8b10-12e23202a5c4}" />
          <AitFeature Name="{1ea58f02-d55a-411d-b09e-9e65ac21605b}" />
          <AitFeature Name="{1f76a169-f994-40ac-8fc8-0959e8874710}" />
          <AitFeature Name="{1f9fc1d0-c39b-4b26-817f-011967d3440e}" />
          <AitFeature Name="{208d2c60-3aea-1069-a2d7-08002b30309d}" />
          <AitFeature Name="{20b1cb23-6968-4eb9-b7d4-a66d00d07cee}" />
          <AitFeature Name="{215913cc-57eb-4fab-ab5a-e5fa7bea2a6c}" />
          <AitFeature Name="{2246ea2d-caea-4444-a3c4-6de827e44313}" />
          <AitFeature Name="{226c537b-1e76-4d9e-a760-33db29922f18}" />
          <AitFeature Name="{2271dcca-74fc-4414-8fb7-c56b05ace2d7}" />
          <AitFeature Name="{22f03340-547d-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{22f55881-280b-11d0-a8a9-00a0c90c2004}" />
          <AitFeature Name="{22f55882-280b-11d0-a8a9-00a0c90c2004}" />
          <AitFeature Name="{240a7174-d653-4a1d-a6d3-d4943cfbfe3d}" />
          <AitFeature Name="{2430ab6f-a520-44a2-9601-f7f23b5134b1}" />
          <AitFeature Name="{25b15600-0115-11d0-bf0d-00aa00b8dfd2}" />
          <AitFeature Name="{2659b475-eeb8-48b7-8f07-b378810f48cf}" />
          <AitFeature Name="{273eb5e7-88b0-4843-bfef-e2c81d43aae5}" />
          <AitFeature Name="{29ce1d46-b481-4aa0-a08a-d3ebc8aca402}" />
          <AitFeature Name="{2a3dee9a-e31d-46d6-8508-bcc597db3557}" />
          <AitFeature Name="{2accfe60-c130-11d2-b082-00a0c91efb8b}" />
          <AitFeature Name="{2ad1edaf-d83d-48b5-9adf-03dbe19f53bd}" />
          <AitFeature Name="{2c1c7e2e-2d0e-4059-831e-1e6f82335c2e}" />
          <AitFeature Name="{2d3468c1-36a7-43b6-ac24-d3f02fd9607a}" />
          <AitFeature Name="{2d3ba758-33ee-42d5-bb7b-5f3431d86c78}" />
          <AitFeature Name="{2dd81fe3-a83c-4da9-a330-47249d345ba1}" />
          <AitFeature Name="{2ddd5a84-5a71-437e-912a-db0b8c788732}" />
          <AitFeature Name="{2e941141-7f97-4756-ba1d-9decde894a3d}" />
          <AitFeature Name="{3017056d-9a91-4e90-937d-746c72abbf4f}" />
          <AitFeature Name="{30f3d47a-6447-11d1-8e3c-00c04fb9386d}" />
          <AitFeature Name="{3127ca40-446e-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{320b7e22-3cb0-4cdf-8663-1d28910065eb}" />
          <AitFeature Name="{321a6a6a-d61f-4bf3-97ae-14be2986bb36}" />
          <AitFeature Name="{331f1768-05a9-4ddd-b86e-dae34ddc998a}" />
          <AitFeature Name="{3409e930-5a39-11d1-83fa-00a0c90dc849}" />
          <AitFeature Name="{35094a87-8bb1-4237-96c6-c417eebdb078}" />
          <AitFeature Name="{36116642-d713-4b97-9b83-7484a9d00433}" />
          <AitFeature Name="{36149969-0a8f-49c8-8b00-4aecb20222fb}" />
          <AitFeature Name="{361bbdc7-e6ee-4e13-be58-58e2240c810f}" />
          <AitFeature Name="{36db0196-9665-46d1-9ba7-d3709eecf9ed}" />
          <AitFeature Name="{376bd3aa-3845-101b-84ed-08002b2ec713}" />
          <AitFeature Name="{37d84f60-42cb-11ce-8135-00aa004bb851}" />
          <AitFeature Name="{380f5cad-1b5e-42f2-805d-637fd392d31e}" />
          <AitFeature Name="{3a3dcd6c-3eab-43dc-bcde-45671ce800c8}" />
          <AitFeature Name="{3aa7af7e-9b36-420c-a8e3-f77d4674a488}" />
          <AitFeature Name="{3acf075f-71db-4afa-81f0-3fc4fdf2a5b8}" />
          <AitFeature Name="{3ad05575-8857-4850-9277-11b85bdb8e09}" />
          <AitFeature Name="{3af24290-0c96-11ce-a0cf-00aa00600ab8}" />
          <AitFeature Name="{3af24292-0c96-11ce-a0cf-00aa00600ab8}" />
          <AitFeature Name="{3af280b6-cb3f-11d0-891e-00c04fb6bfc4}" />
          <AitFeature Name="{3b04d4fd-1cc7-4f23-ab1c-d1337819c4bb}" />
          <AitFeature Name="{3bb4118f-ddfd-4d30-a348-9fb5d6bf1afe}" />
          <AitFeature Name="{3c2654c6-7372-4f6b-b310-55d6128f49d2}" />
          <AitFeature Name="{3c594f9f-9f30-47a1-979a-c9e83d3d0a06}" />
          <AitFeature Name="{3c5a1c94-c951-4cb7-bb6d-3b93f30cce93}" />
          <AitFeature Name="{3cc974d2-b302-4d36-ad3e-06d93f695d3f}" />
          <AitFeature Name="{3cd141f4-3c6a-11d2-bcaa-00c04fd929db}" />
          <AitFeature Name="{3d25f6d6-4b2a-433c-9184-7c33ad35d001}" />
          <AitFeature Name="{3d73a659-e5d0-4d42-afc0-5121ba425c8d}" />
          <AitFeature Name="{3e68d4bd-7135-4d10-8018-9fb6d9f33fa1}" />
          <AitFeature Name="{40d4577f-e237-4bdb-bd69-58f089431b6a}" />
          <AitFeature Name="{4125dd96-e03a-4103-8f70-e0597d803b9c}" />
          <AitFeature Name="{41b68150-904c-4e17-a0ba-a438182e359d}" />
          <AitFeature Name="{41ded17d-d6b3-4261-997d-88c60e4b1d58}" />
          <AitFeature Name="{4207a996-ca2f-42f7-bde8-8b10457a7f30}" />
          <AitFeature Name="{4221b2e1-8955-46c0-bd5b-de9897565de7}" />
          <AitFeature Name="{42f85136-db7e-439c-85f1-e4075d135fc8}" />
          <AitFeature Name="{43826d1e-e718-42ee-bc55-a1e261c37bfe}" />
          <AitFeature Name="{45ba127d-10a8-46ea-8ab7-56ea9078943c}" />
          <AitFeature Name="{45e2b4ae-b1c3-11d0-b92f-00a0c90312e1}" />
          <AitFeature Name="{4657278b-411b-11d2-839a-00c04fd918d0}" />
          <AitFeature Name="{465e1f50-b610-473a-ab58-00d1077dc418}" />
          <AitFeature Name="{47c01f95-e185-412c-b5c5-4f27df965aea}" />
          <AitFeature Name="{48addd32-3ca5-4124-abe3-b5a72531b207}" />
          <AitFeature Name="{49f371e1-8c5c-4d9c-9a3b-54a6827f513c}" />
          <AitFeature Name="{49ff1172-eadc-446d-9285-156453a6431c}" />
          <AitFeature Name="{49ff1173-eadc-446d-9285-156453a6431c}" />
          <AitFeature Name="{4b6832a2-5f04-4c9d-b89d-727a15d103e7}" />
          <AitFeature Name="{4ca300a1-9b8d-11d1-8b22-00c04fd918d0}" />
          <AitFeature Name="{4cd19ada-25a5-4a32-b3b7-347bee5be36b}" />
          <AitFeature Name="{4cf504b0-de96-11d0-8b3f-00a0c911e8e5}" />
          <AitFeature Name="{4d2b0152-7d5c-498b-88e2-34345392a2c5}" />
          <AitFeature Name="{4d36e978-e325-11ce-bfc1-08002be10318}" />
          <AitFeature Name="{4df0c730-df9d-4ae3-9153-aa6b82e9795a}" />
          <AitFeature Name="{4e530b0a-e611-4c77-a3ac-9031d022281b}" />
          <AitFeature Name="{4ed3a719-cea8-4bd9-910d-e252f997afc2}" />
          <AitFeature Name="{4ef6100a-af88-11d0-9846-00c04fc29993}" />
          <AitFeature Name="{4f9f9fcb-e0f4-48eb-b7ab-fa2ea9365cb4}" />
          <AitFeature Name="{4fdef69c-dbc9-454e-9910-b34f3c64b510}" />
          <AitFeature Name="{505f1513-6b3e-4892-a272-59f8889a4d3e}" />
          <AitFeature Name="{507393f4-2a3d-4a60-b59e-d9c75716c2dd}" />
          <AitFeature Name="{509aaeda-5639-11d1-b6a1-0000f8757bf9}" />
          <AitFeature Name="{53c84785-8425-4dc5-971b-e58d9c19f9b6}" />
          <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="{55980ba0-35aa-11cf-b671-00aa004cd6d8}" />
          <AitFeature Name="{55d7b852-f6d1-42f2-aa75-8728a1b2d264}" />
          <AitFeature Name="{5612147b-e843-45e3-94d8-06169e3c8e17}" />
          <AitFeature Name="{5632b1a4-e38a-400a-928a-d4cd63230295}" />
          <AitFeature Name="{568804cd-cbd7-11d0-9816-00c04fd91972}" />
          <AitFeature Name="{56fdf342-fd6d-11d0-958a-006097c9a090}" />
          <AitFeature Name="{56fdf344-fd6d-11d0-958a-006097c9a090}" />
          <AitFeature Name="{5752238b-24f0-495a-82f1-2fd593056796}" />
          <AitFeature Name="{57b6c80a-34c2-4602-bc26-66a02fc57153}" />
          <AitFeature Name="{57ced8a7-3f4a-432c-9350-30f24483f74f}" />
          <AitFeature Name="{57d2eded-5062-400e-b107-5dae79fe57a6}" />
          <AitFeature Name="{5852a2c3-6530-11d1-b6a3-0000f8757bf9}" />
          <AitFeature Name="{58a08519-24c8-4935-b482-3fd823333a4f}" />
          <AitFeature Name="{591209c7-767b-42b2-9fba-44ee4615f2c7}" />
          <AitFeature Name="{594f31d0-7f19-11d0-b194-00a0c90dc8bf}" />
          <AitFeature Name="{596ab062-b4d2-4215-9f74-e9109b0a8153}" />
          <AitFeature Name="{5a2a7520-4802-452d-9ad9-4351ada7ec35}" />
          <AitFeature Name="{5a648006-843a-4da9-865b-9d26e5dfad7b}" />
          <AitFeature Name="{5cd52983-9449-11d2-963a-00c04f79adf0}" />
          <AitFeature Name="{602d4995-b13a-429b-a66e-1935e44f4317}" />
          <AitFeature Name="{61744fc7-85b5-4791-a9b0-272276309b13}" />
          <AitFeature Name="{61e00d45-8fff-4e60-924e-6537b61612dd}" />
          <AitFeature Name="{6332debf-87b5-4670-90c0-5e57b408a49e}" />
          <AitFeature Name="{64961751-0835-43c0-8ffe-d57686530e64}" />
          <AitFeature Name="{64a1cbf0-3a1a-4461-9158-376969693950}" />
          <AitFeature Name="{6584ce6b-7d82-49c2-89c9-c6bc02ba8c38}" />
          <AitFeature Name="{6589b6d2-5f8d-4b9e-b7e0-23cdd9717d8c}" />
          <AitFeature Name="{67efed0e-e827-4408-b493-78f3982b685c}" />
          <AitFeature Name="{68284faa-6a48-11d0-8c78-00c04fd918b4}" />
          <AitFeature Name="{6915c085-510b-44cd-94af-28dfa56cf92b}" />
          <AitFeature Name="{69d14c80-c18e-11d0-a9ce-006097942311}" />
          <AitFeature Name="{6a9d9026-0e6e-464c-b000-42ecc07de673}" />
          <AitFeature Name="{6af6e03f-d664-4ef4-9626-f7e0ed36755e}" />
          <AitFeature Name="{6b33163c-76a5-4b6c-bf21-45de9cd503a1}" />
          <AitFeature Name="{6ccb7be0-6807-11d0-b810-00c04fd706ec}" />
          <AitFeature Name="{6d5140c1-7436-11ce-8034-00aa006009fa}" />
          <AitFeature Name="{6d67e846-5b9c-4db8-9cbc-dde12f4254f1}" />
          <AitFeature Name="{6e0f9881-42a8-4f2a-97f8-8af4e026d92d}" />
          <AitFeature Name="{6e33091c-d2f8-4740-b55e-2e11d1477a2c}" />
          <AitFeature Name="{6f79d558-3e96-4549-a1d1-7d75d2288814}" />
          <AitFeature Name="{7007acc7-3202-11d1-aad2-00805fc1270e}" />
          <AitFeature Name="{70629033-e363-4a28-a567-0db78006e6d7}" />
          <AitFeature Name="{70bdde00-c18e-11d0-a9ce-006097942311}" />
          <AitFeature Name="{711c7600-6b48-11d1-b403-00aa00b92af1}" />
          <AitFeature Name="{71604b0f-97b0-4764-8577-2f13e98a1422}" />
          <AitFeature Name="{71af914d-c10f-484b-bc50-14bc623b3a27}" />
          <AitFeature Name="{71c0d2bc-726d-45cc-a6c0-2e31c1db2159}" />
          <AitFeature Name="{71e806fb-8dee-46fc-bf8c-7748a8a1ae13}" />
          <AitFeature Name="{71f312de-43ed-4190-8477-e9536b82350b}" />
          <AitFeature Name="{71f96385-ddd6-48d3-a0c1-ae06e8b055fb}" />
          <AitFeature Name="{72380d55-8d2b-43a3-8513-2b6ef31434e9}" />
          <AitFeature Name="{72d1cb78-b3ef-4f75-a80b-6fd9dae2944b}" />
          <AitFeature Name="{72eb61e0-8672-4303-9175-f2e4c68b2e7c}" />
          <AitFeature Name="{7307055c-b24a-486b-9f25-163e597a28a9}" />
          <AitFeature Name="{73c105ee-9dff-4a07-b83c-7eff290c266e}" />
          <AitFeature Name="{73db1241-1e85-4581-8e4f-a81e1d0f8c57}" />
          <AitFeature Name="{742b0e01-14e6-101b-914e-00aa00300cab}" />
          <AitFeature Name="{75121952-e0d0-43e5-9380-1d80483acf72}" />
          <AitFeature Name="{757a7d9f-919a-4118-99d7-dbb208c8cc66}" />
          <AitFeature Name="{7690aa79-f8fc-4615-a327-36f7d18f5d91}" />
          <AitFeature Name="{76e54780-ad74-48e3-a695-3ba9a0aff10d}" />
          <AitFeature Name="{77e425fc-cbf9-4307-ba6a-bb5727745661}" />
          <AitFeature Name="{77effa68-4f98-4366-ba72-573b3d880571}" />
          <AitFeature Name="{77f10cf0-3db5-4966-b520-b7c54fd35ed6}" />
          <AitFeature Name="{77f295d5-2d6f-4e19-b8ae-322f3e721ab5}" />
          <AitFeature Name="{7857aeac-d31f-49bf-884e-dd46df36780a}" />
          <AitFeature Name="{79d16de4-abee-4021-8d9d-9169b261d657}" />
          <AitFeature Name="{79eac9c0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9c9-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9cd-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d2-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d5-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d6-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d7-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9d8-bafa-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e1-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e3-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e4-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e5-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e7-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9e8-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9eb-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9ec-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9ed-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9ee-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9ef-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{79eac9f0-baf9-11ce-8c82-00aa004ba90b}" />
          <AitFeature Name="{7a3bd1d9-35a9-4fb3-a467-f48cac35e2d0}" />
          <AitFeature Name="{7ab770c7-0e23-4d7a-8aa2-19bfad479829}" />
          <AitFeature Name="{7ac7492b-c38e-438a-87db-68737844ff70}" />
          <AitFeature Name="{7bf80980-bf32-101a-8bbb-00aa00300cab}" />
          <AitFeature Name="{7bf80981-bf32-101a-8bbb-00aa00300cab}" />
          <AitFeature Name="{7cc7aed8-290e-49bc-8945-c1401cc9306c}" />
          <AitFeature Name="{7d903fca-d6f9-4810-8332-946c0177e247}" />
          <AitFeature Name="{7e5fe3d9-985f-4908-91f9-ee19f9fd1514}" />
          <AitFeature Name="{7e9fb0d3-919f-4307-ab2e-9b1860310c93}" />
          <AitFeature Name="{7f73be3f-fb79-493c-a6c7-7ee14e245841}" />
          <AitFeature Name="{7f9185b0-cb92-43c5-80a9-92277a4f7b54}" />
          <AitFeature Name="{7fd52380-4e07-101b-ae2d-08002b2ec713}" />
          <AitFeature Name="{83e07d0d-0c5f-4163-bf1a-60b274051e40}" />
          <AitFeature Name="{84bccd23-5fde-4cdb-aea4-af64b83d78ab}" />
          <AitFeature Name="{85075acf-231f-40ea-9610-d26b7b58f638}" />
          <AitFeature Name="{85788d00-6807-11d0-b810-00c04fd706ec}" />
          <AitFeature Name="{86bec222-30f2-47e0-9f25-60d11cd75c28}" />
          <AitFeature Name="{86c14003-4d6b-4ef3-a7b4-0506663b2e68}" />
          <AitFeature Name="{86e0d1e0-8089-11d0-9ce4-08003e301f73}" />
          <AitFeature Name="{883373c3-bf89-11d1-be35-080036b11a03}" />
          <AitFeature Name="{8849dc22-cedf-4c95-998d-051419dd3f76}" />
          <AitFeature Name="{886d8eeb-8cf2-4446-8d02-cdba1dbdcf99}" />
          <AitFeature Name="{8895b1c6-b41f-4c1c-a562-0d564250836f}" />
          <AitFeature Name="{88960f5b-422f-4e7b-8013-73415381c3c3}" />
          <AitFeature Name="{88e39e80-3578-11cf-ae69-08002b2e1262}" />
          <AitFeature Name="{893dee8e-2bef-41e0-89c6-b55d0929964c}" />
          <AitFeature Name="{894ad3b0-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{8a68fdda-1fdc-4c20-8ceb-416643b5a625}" />
          <AitFeature Name="{8a87781b-39a7-4a1f-aab3-a39b9c34a7d9}" />
          <AitFeature Name="{8be2d872-86aa-4d47-b776-32cca40c7018}" />
          <AitFeature Name="{8c8bf236-1aec-495f-9894-91d57c3c686f}" />
          <AitFeature Name="{8d19c834-8879-11d1-83e9-00c04fc2c6d4}" />
          <AitFeature Name="{8e827c11-33e7-4bc1-b242-8cd9a1c2b304}" />
          <AitFeature Name="{905a0fe0-bc53-11df-8c49-001e4fc686da}" />
          <AitFeature Name="{92218cab-ecaa-4335-8133-807fd234c2ee}" />
          <AitFeature Name="{922eada0-3424-11cf-b670-00aa004cd6d8}" />
          <AitFeature Name="{924ccc1b-6562-4c85-8657-d177925222b6}" />
          <AitFeature Name="{92ca9dcd-5622-4bba-a805-5e9f541bd8c9}" />
          <AitFeature Name="{93d77985-b3d8-4484-8318-672cdda002ce}" />
          <AitFeature Name="{93f2f68c-1d1b-11d3-a30e-00c04f79abd1}" />
          <AitFeature Name="{94357b53-ca29-4b78-83ae-e8fe7409134f}" />
          <AitFeature Name="{947990de-cc28-11d2-a0f7-00805f858fb1}" />
          <AitFeature Name="{947aab5f-0a5c-4c13-b4d6-4bf7836fc9f8}" />
          <AitFeature Name="{94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90}" />
          <AitFeature Name="{953bb1ee-93b4-11d1-98a3-00c04fb687da}" />
          <AitFeature Name="{958a6fb5-dcb2-4faf-aafd-7fb054ad1a3b}" />
          <AitFeature Name="{95a391c5-9ed4-4c28-8401-ab9e06719e11}" />
          <AitFeature Name="{969dc708-5c76-11d1-8d86-0000f804b057}" />
          <AitFeature Name="{96e5ae6d-6ae1-4b1c-900c-c6480eaa8828}" />
          <AitFeature Name="{973510db-7d7f-452b-8975-74a85828d354}" />
          <AitFeature Name="{973810ae-9599-4b88-9e4d-6ee98c9552da}" />
          <AitFeature Name="{984cf492-3bed-4488-a8f9-4286c97bf5aa}" />
          <AitFeature Name="{997706ef-f880-453b-8118-39e1a2d2655a}" />
          <AitFeature Name="{99caf010-415e-11cf-8814-00aa00b569f5}" />
          <AitFeature Name="{9a02e012-6303-4e1e-b9a1-630f802592c5}" />
          <AitFeature Name="{9ac9fbe1-e0a2-4ad6-b4ee-e212013ea917}" />
          <AitFeature Name="{9af64809-5864-4c26-a720-c1f78c086ee3}" />
          <AitFeature Name="{9b6e051c-5ddd-4321-9070-fe2acb55e794}" />
          <AitFeature Name="{9bfbbc02-eff1-101a-84ed-00aa00341d07}" />
          <AitFeature Name="{9c2cad80-3424-11cf-b670-00aa004cd6d8}" />
          <AitFeature Name="{9cc22886-dc8e-11d2-b1d0-00c04f8eeb3e}" />
          <AitFeature Name="{9d264146-a94f-4195-9f9f-3bb12ce0c955}" />
          <AitFeature Name="{9e56be60-c50f-11cf-9a2c-00a0c90a90ce}" />
          <AitFeature Name="{a05791e6-cc9f-4687-acab-a364fd785463}" />
          <AitFeature Name="{a08ce4d0-fa25-44ab-b57c-c7b1c323e0b9}" />
          <AitFeature Name="{a0ffbc28-5482-4366-be27-3e81e78e06c2}" />
          <AitFeature Name="{a158a630-ed6f-45fb-b987-f68676f57752}" />
          <AitFeature Name="{a1faf330-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}" />
          <AitFeature Name="{a2f05a09-27a2-42b5-bc0e-ac163ef49d9b}" />
          <AitFeature Name="{a39ee748-6a27-4817-a6f2-13914bef5890}" />
          <AitFeature Name="{a3b14589-9174-49a8-89a3-06a1ae2b9ba7}" />
          <AitFeature Name="{a3e015b7-a82c-4dcd-a150-569aeeed36ab}" />
          <AitFeature Name="{a4c23339-8e06-431e-9bf4-7e711c085648}" />
          <AitFeature Name="{a4ed5c81-76c9-40bd-8be6-b1d90fb20ae7}" />
          <AitFeature Name="{a5029fb6-3c34-11d1-9c99-00c04fb998aa}" />
          <AitFeature Name="{a561e69a-b4b8-4113-91a5-64c6bcca3430}" />
          <AitFeature Name="{a5ca5f7f-1847-4d87-9c5b-918509f7511d}" />
          <AitFeature Name="{a6087428-3be3-4d73-b308-7c04a540bf1a}" />
          <AitFeature Name="{a6bc3ac0-dbaa-11ce-9de3-00aa004bb851}" />
          <AitFeature Name="{a73ce67a-8ab1-44f1-8d43-d2fcbf6b1cd0}" />
          <AitFeature Name="{a7aba9c1-8983-11cf-8f20-00805f2cd064}" />
          <AitFeature Name="{a88826f8-186f-4987-aade-ea0cef8fbfe8}" />
          <AitFeature Name="{a9521922-0812-4d44-9ec3-7fd38c726f3d}" />
          <AitFeature Name="{a99400f4-3d84-4557-94ba-1242fb2cc9a6}" />
          <AitFeature Name="{a9d758a0-4617-11cf-95fc-00aa00680db4}" />
          <AitFeature Name="{aa9198bb-ccec-472d-beed-19a4f6733f7a}" />
          <AitFeature Name="{aaa74ef9-8ee7-4659-88d9-f8c504da73cc}" />
          <AitFeature Name="{ace52d03-e5cd-4b20-82ff-e71b11beae1d}" />
          <AitFeature Name="{add36aa8-751a-4579-a266-d66f5202ccbb}" />
          <AitFeature Name="{add8ba80-002b-11d0-8f0f-00c04fd7d062}" />
          <AitFeature Name="{ae054212-3535-4430-83ed-d501aa6680e6}" />
          <AitFeature Name="{ae8c987d-8797-4ed3-be72-2a47dd938db0}" />
          <AitFeature Name="{af0ff408-129d-4b20-91f0-02bd23d88352}" />
          <AitFeature Name="{af86e2e0-b12d-4c6a-9c5a-d7aa65101e90}" />
          <AitFeature Name="{b0a8f3cf-4333-4bab-8873-1ccb1cada48b}" />
          <AitFeature Name="{b15b8dc1-c7e1-11d0-8680-00aa00bdcb71}" />
          <AitFeature Name="{b196b283-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b284-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b285-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b286-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b287-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b288-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b289-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28b-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28c-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28d-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b196b28f-bab4-101a-b69c-00aa00341d07}" />
          <AitFeature Name="{b1aec16f-2383-4852-b0e9-8f0b1dc66b4d}" />
          <AitFeature Name="{b3a4b685-b685-4805-99d9-5dead2873236}" />
          <AitFeature Name="{b3e7c340-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{b4cd448a-9c86-4466-9201-2e62105b87ae}" />
          <AitFeature Name="{b4db1657-70d7-485e-8e3e-6fcb5a5c1802}" />
          <AitFeature Name="{b5607793-24ac-44c7-82e2-831726aa6cb7}" />
          <AitFeature Name="{b63ea76d-1f85-456f-a19c-48159efa858b}" />
          <AitFeature Name="{b722bcc5-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc6-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc7-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc8-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcc9-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bcca-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b722bccb-4e68-101b-a2bc-00aa00404770}" />
          <AitFeature Name="{b7d14566-0509-4cce-a71f-0a554233bd9b}" />
          <AitFeature Name="{b824b49d-22ac-4161-ac8a-9916e8fa3f7f}" />
          <AitFeature Name="{b8967f85-58ae-4f46-9fb2-5d7904798f4b}" />
          <AitFeature Name="{b9075c7c-d48e-403f-ab99-d6c77a1084ac}" />
          <AitFeature Name="{b92b56a9-8b55-4e14-9a89-0199bbb6f93b}" />
          <AitFeature Name="{b9c76b9b-1056-4e69-8330-162619956f9b}" />
          <AitFeature Name="{ba9711ba-5893-4787-a7e1-41277151550b}" />
          <AitFeature Name="{bb2e617c-0920-11d1-9a0b-00c04fc2d6c1}" />
          <AitFeature Name="{bc0bf6ae-8878-11d1-83e9-00c04fc2c6d4}" />
          <AitFeature Name="{bc110b6d-57e8-4148-a9c6-91015ab2f3a5}" />
          <AitFeature Name="{bc5038f7-23e0-4960-96da-33abaf5935ec}" />
          <AitFeature Name="{bcc18b79-ba16-442f-80c4-8a59c30c463b}" />
          <AitFeature Name="{bcfce0a0-ec17-11d0-8d10-00a0c90f2719}" />
          <AitFeature Name="{bd1ae5e0-a6ae-11ce-bd37-504200c10000}" />
          <AitFeature Name="{bddacb60-7657-47ae-8445-d23e1acf82ae}" />
          <AitFeature Name="{bef6e002-a874-101a-8bba-00aa00300cab}" />
          <AitFeature Name="{bef6e003-a874-101a-8bba-00aa00300cab}" />
          <AitFeature Name="{c02ea696-86cc-491e-9b23-74394a0444a8}" />
          <AitFeature Name="{c0a651f5-b48b-11d2-b5ed-006097c686f6}" />
          <AitFeature Name="{c0b4e2f3-ba21-4773-8dba-335ec946eb8b}" />
          <AitFeature Name="{c1646bc4-f298-4f91-a204-eb2dd1709d1a}" />
          <AitFeature Name="{c1fb73d0-ec3a-4ba2-b512-8cdb9187b6d1}" />
          <AitFeature Name="{c2cf3110-460e-4fc1-b9d0-8a1c0c9cc4bd}" />
          <AitFeature Name="{c3da6fb7-b744-4b45-b0b8-223a0938d0dc}" />
          <AitFeature Name="{c3e12eb5-7d8d-44f8-b6dd-0e77b34d6de4}" />
          <AitFeature Name="{c43dc798-95d1-4bea-9030-bb99e2983a1a}" />
          <AitFeature Name="{c5aefd1e-f467-40ba-8566-ab640a441e1d}" />
          <AitFeature Name="{c63382be-7933-48d0-9ac8-85fb46be2fdd}" />
          <AitFeature Name="{c6fd5997-9f6b-4888-8703-94e80e8cde3f}" />
          <AitFeature Name="{c7a98e66-1010-492c-a1c8-c809e1f75905}" />
          <AitFeature Name="{c7b236ce-ee80-11d0-985f-006008059382}" />
          <AitFeature Name="{c827f149-55c1-4d28-935e-57e47caed973}" />
          <AitFeature Name="{c8ad25a1-3294-41ee-8165-71174bd01c57}" />
          <AitFeature Name="{c8e2d566-186e-4d49-bf41-6909ead56acc}" />
          <AitFeature Name="{ca724e8a-c3e6-442b-88a4-6fb0db8035a3}" />
          <AitFeature Name="{cb728b20-f786-11ce-92ad-00aa00a74cd0}" />
          <AitFeature Name="{cc6eeffb-43f6-46c5-9619-51d571967f7d}" />
          <AitFeature Name="{cd45f185-1b21-48e2-967b-ead743a8914e}" />
          <AitFeature Name="{cde725b0-ccc9-4519-917e-325d72fab4ce}" />
          <AitFeature Name="{cef04fdf-fe72-11d2-87a5-00c04f6837cf}" />
          <AitFeature Name="{cf51ed10-62fe-11cf-bf86-00a0c9034836}" />
          <AitFeature Name="{cfcc809f-295d-42e8-9ffc-424b33c487e6}" />
          <AitFeature Name="{d001f200-ef97-11ce-9bc9-00aa00608e01}" />
          <AitFeature Name="{d0191542-7954-4908-bc06-b2360bbe45ba}" />
          <AitFeature Name="{d11ad862-66de-4df4-bf6c-1f5621996af1}" />
          <AitFeature Name="{d197380a-0a79-4dc8-a033-ed882c2fa14b}" />
          <AitFeature Name="{d1e7afeb-6a2e-11d0-8c78-00c04fd918b4}" />
          <AitFeature Name="{d2b57227-3d23-4b95-93c0-492bd454c356}" />
          <AitFeature Name="{d2bc4c84-3f72-4a52-a604-7bcbf3982cbb}" />
          <AitFeature Name="{d5120aa3-46ba-44c5-822d-ca8092c1fc72}" />
          <AitFeature Name="{d57c7288-d4ad-4768-be02-9d969532d960}" />
          <AitFeature Name="{d594d0d8-8da7-457b-b3b4-ce5dbaac0b88}" />
          <AitFeature Name="{d5f569d0-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56a34-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56afc-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d5f56b60-593b-101a-b569-08002b2dbf7a}" />
          <AitFeature Name="{d6277990-4c6a-11cf-8d87-00aa0060f5bf}" />
          <AitFeature Name="{d81f90a3-8156-44f7-ad28-5abb87003274}" />
          <AitFeature Name="{d8ec27bb-3f3b-4042-b10a-4acfd924d453}" />
          <AitFeature Name="{d8edeb9b-95cf-4f95-a73c-b061973693c8}" />
          <AitFeature Name="{d8f2f5e6-6102-4863-9f26-389a4676efde}" />
          <AitFeature Name="{d912f8cf-0396-4915-884e-fb425d32943b}" />
          <AitFeature Name="{d92995f8-cf5e-4a76-bf59-ead39ea2b97e}" />
          <AitFeature Name="{d9b3211d-e57f-4426-aaef-30a806add397}" />
          <AitFeature Name="{db2f3aca-2f86-11d1-8e04-00c04fb9989a}" />
          <AitFeature Name="{db2f3acc-2f86-11d1-8e04-00c04fb9989a}" />
          <AitFeature Name="{db2f3ace-2f86-11d1-8e04-00c04fb9989a}" />
          <AitFeature Name="{dc1c5a9c-e88a-4dde-a5a1-60f82a20aef7}" />
          <AitFeature Name="{dc2601d7-059e-42fc-a09d-2afd21b6d5f7}" />
          <AitFeature Name="{dcb07fdc-3bb5-451c-90be-966644fed7b0}" />
          <AitFeature Name="{dd1ec3b3-8391-4fdb-a9e6-347c3caaa7dd}" />
          <AitFeature Name="{ddefe873-6997-4e68-be26-39b633adbe12}" />
          <AitFeature Name="{de5bf786-477a-11d2-839d-00c04fd918d0}" />
          <AitFeature Name="{de77ba04-3c92-4d11-a1a5-42352a53e0e3}" />
          <AitFeature Name="{df0b3d60-548f-101b-8e65-08002b2bd119}" />
          <AitFeature Name="{dfd10d17-d5eb-45dd-877a-9a34ddd15c82}" />
          <AitFeature Name="{dfd3b6b5-c10c-4be9-85f6-a66969f402f6}" />
          <AitFeature Name="{e0007330-f589-42ed-a401-5ddb10e785d3}" />
          <AitFeature Name="{e07010ec-bc17-44c0-97b0-46c7c95b9edc}" />
          <AitFeature Name="{e318ad57-0aa0-450f-aca5-6fab7103d917}" />
          <AitFeature Name="{e35b4b2e-00da-4bc1-9f13-38bc11f5d417}" />
          <AitFeature Name="{e44e9428-bdbc-4987-a099-40dc8fd255e7}" />
          <AitFeature Name="{e6442437-6c68-4f52-94dd-2cfed267efb9}" />
          <AitFeature Name="{e693cf68-d967-4112-8763-99172aee5e5a}" />
          <AitFeature Name="{e6fdd21a-163f-4975-9c8c-a69f1ba37034}" />
          <AitFeature Name="{e9701183-e6b3-4ff2-8568-813615fec7be}" />
          <AitFeature Name="{e982ce48-0b96-440c-bc37-0c869b27a29e}" />
          <AitFeature Name="{ea062031-0e34-4ff1-9b6d-eb1059334028}" />
          <AitFeature Name="{ea1afb91-9e28-4b86-90e9-9e9f8a5eefaf}" />
          <AitFeature Name="{eb0cb9e8-7996-11d2-872e-0000f8080859}" />
          <AitFeature Name="{eb0fe172-1a3a-11d0-89b3-00a0c90a90ac}" />
          <AitFeature Name="{eb0fe173-1a3a-11d0-89b3-00a0c90a90ac}" />
          <AitFeature Name="{ec39fa88-f8af-41c5-8421-38bed28f4673}" />
          <AitFeature Name="{ecc8691b-c1db-4dc0-855e-65f6c551af49}" />
          <AitFeature Name="{edc17559-dd5d-4846-8eef-8becba5a4abf}" />
          <AitFeature Name="{ee1f7637-e138-11d1-8379-00c04fd918d0}" />
          <AitFeature Name="{f02c1a0d-be21-4350-88b0-7367fc96ef3c}" />
          <AitFeature Name="{f04061ac-1659-4a3f-a954-775aa57fc083}" />
          <AitFeature Name="{f0ee7333-e6fc-479b-9f25-a860c234a38e}" />
          <AitFeature Name="{f134c4b7-b1f8-4e75-b886-74b90943becb}" />
          <AitFeature Name="{f164edf1-cc7c-4f0d-9a94-34222625c393}" />
          <AitFeature Name="{f1db8392-7331-11d0-8c99-00a0c92dbfe8}" />
          <AitFeature Name="{f1e50292-a795-4117-8e09-2b560a72ac60}" />
          <AitFeature Name="{f279b885-0ae9-4b85-ac06-ddecf9408941}" />
          <AitFeature Name="{f27c3930-8029-4ad1-94e3-3dba417810c1}" />
          <AitFeature Name="{f286fa56-c1fd-4270-8e67-b3eb790a81e8}" />
          <AitFeature Name="{f29f6bc0-5021-11ce-aa15-00006901293f}" />
          <AitFeature Name="{f3364ba0-65b9-11ce-a9ba-00aa004ae837}" />
          <AitFeature Name="{f5185dd8-2012-4b0b-aad9-f052c6bd482b}" />
          <AitFeature Name="{f5b0bf81-8cb5-4b1b-9449-1a159e0c733c}" />
          <AitFeature Name="{f60ad0a0-e5e1-45cb-b51a-e15b9f8b2934}" />
          <AitFeature Name="{f67104fc-2af9-46fd-b32d-243c1404f3d1}" />
          <AitFeature Name="{f735a673-2066-4f80-a0c5-ddee0cf1bf5d}" />
          <AitFeature Name="{f917bc8a-1bba-4478-a245-1bde03eb9431}" />
          <AitFeature Name="{f9c665d6-c2f2-4c19-bf33-8322d7352f51}" />
          <AitFeature Name="{fa955fd9-38be-4879-a6ce-824cf52d609f}" />
          <AitFeature Name="{fbeb8a05-beee-4442-804e-409d6c4515e9}" />
          <AitFeature Name="{fc0ca0a7-c316-4fd2-9031-3e628e6d4f23}" />
          <AitFeature Name="{fc4801a1-2ba9-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{fc4801a3-2ba9-11cf-a229-00aa003d7352}" />
          <AitFeature Name="{fce4bde0-4b68-4b80-8e9c-7426315a7388}" />
          <AitFeature Name="{fe0b6665-e0ca-49b9-a178-2b5cb48d92a5}" />
          <AitFeature Name="{fec87aaf-35f9-447a-adb7-20234491401a}" />
          <AitFeature Name="{ff5693be-2ce0-4d48-b5c5-40817d1acdb9}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsCreateStringReference" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsDeleteString" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsGetStringRawBuffer" />
          <AitFeature Name="api-ms-win-core-winrt-l1-1-0.dll!RoGetActivationFactory" />
          <AitFeature Name="ole32.dll!CoTaskMemFree" />
          <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!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!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!ReadFile" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <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="user32.dll!GetPropW" />
          <AitFeature Name="user32.dll!RemovePropW" />
          <AitFeature Name="user32.dll!SetPropW" />
          <AitFeature Name="normaliz.dll!IdnToAscii" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!CreateEventW" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreW" />
          <AitFeature Name="kernel32.dll!CreateTimerQueueTimer" />
          <AitFeature Name="kernel32.dll!DeleteTimerQueueTimer" />
          <AitFeature Name="kernel32.dll!GetACP" />
          <AitFeature Name="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <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" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.Storage.ApplicationData" />
          <AitFeature Name="Windows.Security.Cryptography.CryptographicBuffer" />
          <AitFeature Name="Windows.Storage.KnownFolders" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuy2_i422_plugin.dll" Id="00004ee60edde2adf3a1e890393f19f3868c456c62c2">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvc1_plugin.dll" Id="00005031d53d7853cffa56426243c89a97e1338b542e">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblogo_plugin.dll" Id="000051bbe4c0932d1ff2b613b645181f21ab4e7e76c6">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libts_plugin.dll" Id="000057bac315adb71053ad8471878672d1c36f2eb15a">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstats_plugin.dll" Id="000057e8a80b10570b392e6ce2f44890487883aecf40">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsv_plugin.dll" Id="0000587cb9c651bd482afb4bd0d92c0aff51158c964f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_i420_plugin.dll" Id="000058a5f9575d42eb5c33b791b85454a9c71c838718">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudiobargraph_v_plugin.dll" Id="000059e7db5b7a85a4a3fda64918d64aa536b6a4acd6">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtrivial_channel_mixer_plugin.dll" Id="00005ccf4f5e662f8fae93f9316a97a3b2ba863c78d7">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libextract_plugin.dll" Id="00005f59d44d662f8d57c4b8a5d9dab0fa5c4957fcb8">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinteger_mixer_plugin.dll" Id="000063ed7b20fdfebb3a7574fb161af7b67d1c3e9c32">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaes3_plugin.dll" Id="00006513153da5a0ed86269385b216dfbc421916297d">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libVLCX.winmd" Id="000065ed03de1f8da8899261ffbbc361ffd61fc376c0">
        <AitCategory Id="DotNet">
          <AitFeature Name="System.IDisposable" />
          <AitFeature Name="System.IDisposable.Dispose" />
          <AitFeature Name="System.MulticastDelegate" />
          <AitFeature Name="System.Object" />
          <AitFeature Name="System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken" />
          <AitFeature Name="System.Type" />
        </AitCategory>
        <AitCategory Id="DotNetWinRt">
          <AitFeature Name="Windows.Foundation.IAsyncAction" />
          <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.UI.Xaml.Controls.SwapChainBackgroundPanel" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaiff_plugin.dll" Id="0000665266fcc71c6aa85d2f8f52bcb2251ea3249fb5">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libidummy_plugin.dll" Id="000066b994884d571c2d898524fa890100cb316951c6">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdirect2d_winrt_plugin.winmd" Id="0000673e6d8f2e6b872fc1b8c69522c46d1c180f73e1" />
      <AitFile ErrorCode="0" Name="libsepia_plugin.dll" Id="000067802838dc30053c65d06a2742e151336d0f4da2">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmagnify_plugin.dll" Id="0000696c6c59a0693ed86f94dc7e52dc209e19237158">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpng_plugin.dll" Id="00006cde6765c5db6245fd0cd61c6f75b99f6c9cd175">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcvdsub_plugin.dll" Id="00006df5945b55765fb2d976045c04afa0a8f062fd0e">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgaussianblur_plugin.dll" Id="00006f29df980f8c0fa29cbb97e1e7aa8341cf3c3208">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libinvert_plugin.dll" Id="00007007ff49646dddee04598d52b32785261cb1276a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libexport_plugin.dll" Id="00007109728f4024516f3e59f0da087597363b97ebf0">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsvcdsub_plugin.dll" Id="000072890939c7469a434809a4cc2c62a36dc7ab7207">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi422_yuy2_plugin.dll" Id="000073037764b293f6fc4d3ca579339e32631c930f06">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libau_plugin.dll" Id="00007677b8c9eb1f42ed4ce756dd2cd41e4254471f45">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libzip_plugin.dll" Id="000077c0d64769942361a3d00da1ede6179d0705b517">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libplaylist_plugin.dll" Id="00007e9b1dfce6a541a6366d7095a6cb3bf8d9db7881">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcompressor_plugin.dll" Id="00007fc4beb7fb7edfeaf0c25d7260d24ea9f5b0973f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="winrtsock.dll" Id="000080f42496e9384d72b7f9a9ef15b8977e86286ffd">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000036-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000038-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001da-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0a299774-3e4e-fc42-1d9d-72cee105ca57}" />
          <AitFeature Name="{20d6faab-3b8e-5a1f-8397-b01cb219a18d}" />
          <AitFeature Name="{30d5a829-7fa4-4026-83bb-d75bae4ea99e}" />
          <AitFeature Name="{33d00d41-c94f-5a61-9ab7-280dcefa0b08}" />
          <AitFeature Name="{4482e19b-2389-5767-9b0b-8d7a8ef55743}" />
          <AitFeature Name="{5a648006-843a-4da9-865b-9d26e5dfad7b}" />
          <AitFeature Name="{69a22cf3-fc7b-4857-af38-f6e7de6a5b49}" />
          <AitFeature Name="{7fe25bbb-c3bc-4677-8446-ca28a465a3af}" />
          <AitFeature Name="{8780a851-6d48-5006-9288-81f3d7045a96}" />
          <AitFeature Name="{905a0fe6-bc53-11df-8c49-001e4fc686da}" />
          <AitFeature Name="{9343b6e7-e3d2-5e4a-ab2d-2bce4919a6a4}" />
          <AitFeature Name="{94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90}" />
          <AitFeature Name="{a4ed5c81-76c9-40bd-8be6-b1d90fb20ae7}" />
          <AitFeature Name="{af86e2e0-b12d-4c6a-9c5a-d7aa65101e90}" />
          <AitFeature Name="{bcb37f4f-3af4-561c-a9e3-eef1738494d7}" />
          <AitFeature Name="{ff513437-df9f-4df0-bf82-0ec5d7b35aae}" />
        </AitCategory>
        <AitCategory Id="ApiStatic">
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsCompareStringOrdinal" />
          <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!WindowsCreateStringReference" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsDeleteString" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsDuplicateString" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsGetStringLen" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsGetStringRawBuffer" />
          <AitFeature Name="ole32.dll!CoCreateFreeThreadedMarshaler" />
          <AitFeature Name="ole32.dll!CoGetApartmentType" />
          <AitFeature Name="ole32.dll!CoGetInterfaceAndReleaseStream" />
          <AitFeature Name="ole32.dll!CoGetObjectContext" />
          <AitFeature Name="ole32.dll!CoMarshalInterThreadInterfaceInStream" />
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventExW" />
          <AitFeature Name="kernel32.dll!DecodePointer" />
          <AitFeature Name="kernel32.dll!EncodePointer" />
          <AitFeature Name="kernel32.dll!FlsAlloc" />
          <AitFeature Name="kernel32.dll!FlsGetValue" />
          <AitFeature Name="kernel32.dll!FlsSetValue" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!InitializeSRWLock" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange" />
          <AitFeature Name="kernel32.dll!InterlockedCompareExchange64" />
          <AitFeature Name="kernel32.dll!IsDebuggerPresent" />
          <AitFeature Name="kernel32.dll!IsProcessorFeaturePresent" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSRWLockExclusive" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!Sleep" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.Foundation.AsyncOperationCompletedHandler`1" />
          <AitFeature Name="Windows.Foundation.TypedEventHandler`2" />
          <AitFeature Name="Windows.Networking.HostName" />
          <AitFeature Name="Windows.Storage.Streams.DataReader" />
          <AitFeature Name="Windows.Storage.Streams.Buffer" />
          <AitFeature Name="Windows.Foundation.AsyncActionCompletedHandler" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListener" />
          <AitFeature Name="Windows.Storage.Streams.DataWriter" />
          <AitFeature Name="Windows.Networking.EndpointPair" />
          <AitFeature Name="Windows.Networking.Sockets.SocketError" />
          <AitFeature Name="Windows.Networking.Sockets.DatagramSocketMessageReceivedEventArgs" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocketListenerConnectionReceivedEventArgs" />
          <AitFeature Name="Windows.Networking.Sockets.StreamSocket" />
          <AitFeature Name="Windows.Networking.Sockets.DatagramSocket" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libimage_plugin.dll" Id="000081e08767069aa7302e02aa0131f1decd45be8b39">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmjpeg_plugin.dll" Id="00008312dfd02fbdb10bd0e2b9410aad43f54f202eb7">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmono_plugin.dll" Id="000086cdbfeb8509b235823ec6b3a7dcadc7f603eb4c">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcroppadd_plugin.dll" Id="0000880f36d5301f36aff451692c465a6648b2e1b0d1">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libes_plugin.dll" Id="0000881d5e7d1839d81f26b4777ac32ee6f0abfe2354">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscte27_plugin.dll" Id="000088c20e64098da79b9f064e2463b558dc6f478f88">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libps_plugin.dll" Id="0000890bd340137009d26dadc195e008aee20b394528">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libty_plugin.dll" Id="00008a2dad966a4d292ca3dc95112856007398097350">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxaudio2_winrt_plugin.winmd" Id="00008d7d31c296fb9fdb3633c839ba582538ac2b0a50" />
      <AitFile ErrorCode="0" Name="libsubsdec_plugin.dll" Id="00008eaa18d840ede190e71897ba8f44068ac25f48b5">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrey_yuv_plugin.dll" Id="00008f268d2dae45d423e19090f512d2e5d4972f387d">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvisual_plugin.dll" Id="00008f9496068ebe492739aafcabbd854637a139d1a9">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libvoc_plugin.dll" Id="0000924b1f6ca3081ab021d9c5b68260888443d985f6">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libg711_plugin.dll" Id="0000933c21098e615328dd62c81643065de798de5b2f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpuzzle_plugin.dll" Id="0000938b7d9450ba675d59106a669f90ae54c2519017">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libkaraoke_plugin.dll" Id="00009671a31e0543d4653e3309ad5f6d5028ff90223a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libreal_plugin.dll" Id="000096a4559493f3fa0119ae3c64c4db052055736a3e">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotiondetect_plugin.dll" Id="00009f4bf5f855073874d97a1884fd5885cbceab2f2a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libspudec_plugin.dll" Id="00009f7cc44de6783f70c090b7290560f1b7bb581e10">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_rgb_plugin.dll" Id="00009faafc6e0768543ad107a6fabd30c9834ec326c3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libflacsys_plugin.dll" Id="0000a0a8fb37bbf9a4a9999be7245bc3b90aec9b02b0">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_stl_plugin.dll" Id="0000a1dd0c3708f27d40b647fbe6700050eaf830ce59">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsusf_plugin.dll" Id="0000a538ad4adbf753a405a5f338a1a6310c3a8f6fb9">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmosaic_plugin.dll" Id="0000a62ca858241ce9693e85ed7fd7f9f4bd13869d9f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaraw_plugin.dll" Id="0000a7df003f8054e326eb2ec1891e01ce48933d780b">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscaletempo_plugin.dll" Id="0000aa49d5b65b928cb70a1209f971598b2fdbd34982">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libanaglyph_plugin.dll" Id="0000ac2a4f5560513b81b2f198d7323332f952033564">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libfilesystem_plugin.dll" Id="0000ac692c91050607d59c2d5bd6e56336cf8d31692f">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetFileAttributesW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpgv_plugin.dll" Id="0000ae8338f1153d41de47f3f3c34769bea80ec29f5a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librss_plugin.dll" Id="0000af1b98986bc1868f5b3e7dc94a9db91f2a4b6c91">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libnsc_plugin.dll" Id="0000b55312e3ebbc7fe301ec7b5fcb53cbd38a0261bb">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstl_plugin.dll" Id="0000b7e1971643b6b6be545d01fc014ee83b1e188fa5">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libalphamask_plugin.dll" Id="0000b84cc0dfe4bda442cd17230e03a4fdd02662a8ec">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liblpcm_plugin.dll" Id="0000b9aef35b10b0bf005923294b530887327b8ef0b9">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libshm_plugin.dll" Id="0000b9d03fce84224b8d1cdabc575875664fd2e83483">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmpeg_audio_plugin.dll" Id="0000ba0375466282c959d55dcf0478510d42e6b13bdb">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtimecode_plugin.dll" Id="0000ba1dbaf3f463998ebd109bbf38243e0098350cc6">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvid_plugin.dll" Id="0000bba4cd64ae50def9111b3448dca086235b91434a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_winrt_plugin.dll" Id="0000bc30ca1e7e5c554594bad17dc6d61a7c3b7894b5">
        <AitCategory Id="Com">
          <AitFeature Name="{00000000-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000036-0000-0000-c000-000000000046}" />
          <AitFeature Name="{00000038-0000-0000-c000-000000000046}" />
          <AitFeature Name="{000001da-0000-0000-c000-000000000046}" />
          <AitFeature Name="{0a299774-3e4e-fc42-1d9d-72cee105ca57}" />
          <AitFeature Name="{2af22683-3734-56d0-a60e-688cc85d1619}" />
          <AitFeature Name="{30d5a829-7fa4-4026-83bb-d75bae4ea99e}" />
          <AitFeature Name="{398c4183-793d-5b00-819b-4aef92485e94}" />
          <AitFeature Name="{4bd682dd-7554-40e9-9a9b-82654ede7e62}" />
          <AitFeature Name="{905a0fe1-bc53-11df-8c49-001e4fc686da}" />
          <AitFeature Name="{905a0fe2-bc53-11df-8c49-001e4fc686da}" />
          <AitFeature Name="{9343b6e7-e3d2-5e4a-ab2d-2bce4919a6a4}" />
          <AitFeature Name="{94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90}" />
          <AitFeature Name="{af86e2e0-b12d-4c6a-9c5a-d7aa65101e90}" />
          <AitFeature Name="{e521c894-2c26-5946-9e61-2b5e188d01ed}" />
          <AitFeature Name="{fa3f6186-4214-428c-a64c-14c9ac7315ea}" />
        </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!WindowsDeleteString" />
          <AitFeature Name="api-ms-win-core-winrt-string-l1-1-0.dll!WindowsDuplicateString" />
          <AitFeature Name="ole32.dll!CoCreateFreeThreadedMarshaler" />
          <AitFeature Name="ole32.dll!CoGetApartmentType" />
          <AitFeature Name="ole32.dll!CoGetInterfaceAndReleaseStream" />
          <AitFeature Name="ole32.dll!CoGetObjectContext" />
          <AitFeature Name="ole32.dll!CoMarshalInterThreadInterfaceInStream" />
          <AitFeature Name="ole32.dll!CoTaskMemAlloc" />
          <AitFeature Name="ole32.dll!CoTaskMemFree" />
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <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" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.Foundation.AsyncOperationCompletedHandler`1" />
          <AitFeature Name="Windows.Storage.StorageFile" />
          <AitFeature Name="Windows.Storage.Streams.DataReader" />
          <AitFeature Name="Windows.Storage.AccessCache.StorageApplicationPermissions" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librawvideo_plugin.dll" Id="0000bf690b3c541a0a204832ec3e217e5c89ad81d833">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsimple_channel_mixer_plugin.dll" Id="0000bfa1e2e7cddc3659e5426ade4ade457d414060c2">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libequalizer_plugin.dll" Id="0000bfdf6efb62b25beea11f69d800ed132ca0feb1cc">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libxa_plugin.dll" Id="0000bff605f496ef56af71f3549a27ee26a7fcf5168d">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdeinterlace_plugin.dll" Id="0000c0411918ffb994408362fd4426b8b0fc410a05a1">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libchorus_flanger_plugin.dll" Id="0000c379e39b9b734d4d330a9b4c1be1bc87e76f101f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libcolorthres_plugin.dll" Id="0000c4128f0c56c1437356f50551c42256cabfe77fb8">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libyuvp_plugin.dll" Id="0000c5aae4dc6351e2963b411cdca8167af36477d0ce">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="liberase_plugin.dll" Id="0000c66e0996cee4ecd09f7f36ba637b15dd5166f622">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libopus_plugin.dll" Id="0000c706b789ac63214daa2f6072f76f66f5e97fffa3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libheadphone_channel_mixer_plugin.dll" Id="0000c9615096922804c3239aefe7568e4b263be7fa70">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtransform_plugin.dll" Id="0000c98880181b1ec96687b506a9c528d0b2e50028eb">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libball_plugin.dll" Id="0000ca0c49053f461fe435e9246eb791992ee41dd5cf">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdemux_cdg_plugin.dll" Id="0000cd983fb46274e13612e1a28341c49c724e736736">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgrain_plugin.dll" Id="0000d01f0adc21dd88221f48dd0ca09e7f26fee4332e">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtheora_plugin.dll" Id="0000d1512be0a386384fa2348ae7659fce3b72193b09">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libposterize_plugin.dll" Id="0000d452b8e35d79df50d0487426ef24961c3bfb42f1">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsubsdelay_plugin.dll" Id="0000d5d899cdf82349faefa96b70b66bb25cb9077c1f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdash_plugin.dll" Id="0000d6fce386d406503c2384262bd220faeab8a18abd">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateEventA" />
          <AitFeature Name="kernel32.dll!CreateSemaphoreA" />
          <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!GetHandleInformation" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetThreadContext" />
          <AitFeature Name="kernel32.dll!GetThreadPriority" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!ReleaseSemaphore" />
          <AitFeature Name="kernel32.dll!ResetEvent" />
          <AitFeature Name="kernel32.dll!ResumeThread" />
          <AitFeature Name="kernel32.dll!SetCriticalSectionSpinCount" />
          <AitFeature Name="kernel32.dll!SetEvent" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!SetProcessAffinityMask" />
          <AitFeature Name="kernel32.dll!SetThreadContext" />
          <AitFeature Name="kernel32.dll!SetThreadPriority" />
          <AitFeature Name="kernel32.dll!SuspendThread" />
          <AitFeature Name="kernel32.dll!TryEnterCriticalSection" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForMultipleObjects" />
          <AitFeature Name="kernel32.dll!WaitForSingleObject" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
          <AitFeature Name="kernel32.dll!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedDecrement" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!InterlockedExchangeAdd" />
          <AitFeature Name="kernel32.dll!InterlockedIncrement" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libogg_plugin.dll" Id="0000d8b813c6d378e7ae844b722f29522636381e548a">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libantiflicker_plugin.dll" Id="0000d925780067421c209054ac3e58fd34ba5026bd53">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libsdp_plugin.dll" Id="0000d95e84fc5824b96c06f8cad382d2607f3a521363">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgradient_plugin.dll" Id="0000daac5b6943ca22f3c2b5d70cb65bf229285455c9">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libi420_yuy2_plugin.dll" Id="0000dfa5b58d688848387da61ae7bfb86874322914e3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libugly_resampler_plugin.dll" Id="0000e0e5c33f75cd628defaa6c92ed764329c8c9e1b3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaudio_format_plugin.dll" Id="0000e3d3a6f2330e8815465d4edace751be959b434d3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libscale_plugin.dll" Id="0000e638e5782ceb6cdfe2af92e6594f69ededc27bfd">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmotionblur_plugin.dll" Id="0000e64eb82c76e35473bc27926738f84a45cfa21238">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libstereo_widen_plugin.dll" Id="0000ea5287d88583b5ff4dbaa17d121446e073a97265">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libswscale_plugin.dll" Id="0000ebdd0f12f6e71687f24770f2fbbce149171b1a49">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libgestures_plugin.dll" Id="0000ed170b27c66d364c9dede277b30d25800a594f47">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libmirror_plugin.dll" Id="0000ed8b850fbf4b685639df5a99534dac62143095f3">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_mms_plugin.dll" Id="0000ee647e9883486e04cc89c9eabf4455ed05096c72">
        <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="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libddummy_plugin.dll" Id="0000ee96360f66822a487db9328853ec8e3560f9bf1e">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libpva_plugin.dll" Id="0000ef1431aed0d5307de7843f3a10205563b9dbc62a">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librv32_plugin.dll" Id="0000f174edf4c4305b097760cb3ff5f7d72f6ddd0a9f">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libVLCX.dll" Id="0000f284e672d4082eeb0d8fc42d21c19cc371003bba">
        <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="{1d1a8b8b-fa66-414f-9cbd-b65fc99d17fa}" />
          <AitFeature Name="{30d5a829-7fa4-4026-83bb-d75bae4ea99e}" />
          <AitFeature Name="{43bebd4e-add5-4035-8f85-5608d08e9dc9}" />
          <AitFeature Name="{50c83a1c-e072-4c48-87b0-3630fa36a6d0}" />
          <AitFeature Name="{77db970f-6276-48ba-ba28-070143b4392c}" />
          <AitFeature Name="{94ea2b94-e9cc-49e0-c0ff-ee64ca8f5b90}" />
          <AitFeature Name="{a391d09b-4a99-4b7c-9d8d-6fa5d01f6fbf}" />
          <AitFeature Name="{af86e2e0-b12d-4c6a-9c5a-d7aa65101e90}" />
          <AitFeature Name="{cafcb56c-6ac3-4889-bf47-9e23bbd260ec}" />
        </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="d3d11.dll!D3D11CreateDevice" />
          <AitFeature Name="d2d1.dll!7" />
          <AitFeature Name="d2d1.dll!D2D1CreateDevice" />
          <AitFeature Name="ole32.dll!CoCreateFreeThreadedMarshaler" />
          <AitFeature Name="kernel32.dll!AcquireSRWLockExclusive" />
          <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!WideCharToMultiByte" />
        </AitCategory>
        <AitCategory Id="WRTClassFromSearch">
          <AitFeature Name="Windows.System.Threading.ThreadPool" />
          <AitFeature Name="Windows.System.Threading.WorkItemHandler" />
          <AitFeature Name="Windows.Graphics.Display.DisplayProperties" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libaccess_winrt_plugin.winmd" Id="0000f3ad27d67697311c141a78cc62d277929024ac19" />
      <AitFile ErrorCode="0" Name="libxml_plugin.dll" Id="0000f5d934a428fa12a26d0290bf108397212d78d48e">
        <AitCategory Id="ApiStatic">
          <AitFeature Name="kernel32.dll!CloseHandle" />
          <AitFeature Name="kernel32.dll!CreateMutexExW" />
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <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" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!CreateMutexW" />
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libtta_plugin.dll" Id="0000f7e2670ac34242e327362fb4ceeaedee4375a160">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="librotate_plugin.dll" Id="0000fb48802907fbf2ec15384846c20d2ae24eb47a81">
        <AitCategory Id="ApiStatic">
          <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!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!MultiByteToWideChar" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <AitFeature Name="kernel32.dll!IsDBCSLeadByteEx" />
          <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" />
        </AitCategory>
      </AitFile>
      <AitFile ErrorCode="0" Name="libdummy_plugin.dll" Id="0000fc0060635686cbbe6a8b536d625091cb7569e715">
        <AitCategory Id="ApiStatic">
          <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!GetCurrentProcess" />
          <AitFeature Name="kernel32.dll!GetCurrentProcessId" />
          <AitFeature Name="kernel32.dll!GetCurrentThread" />
          <AitFeature Name="kernel32.dll!GetCurrentThreadId" />
          <AitFeature Name="kernel32.dll!GetLastError" />
          <AitFeature Name="kernel32.dll!GetProcAddress" />
          <AitFeature Name="kernel32.dll!GetSystemTimeAsFileTime" />
          <AitFeature Name="kernel32.dll!GetTickCount64" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSectionEx" />
          <AitFeature Name="kernel32.dll!LeaveCriticalSection" />
          <AitFeature Name="kernel32.dll!OutputDebugStringW" />
          <AitFeature Name="kernel32.dll!QueryPerformanceCounter" />
          <AitFeature Name="kernel32.dll!SetLastError" />
          <AitFeature Name="kernel32.dll!VirtualQuery" />
          <AitFeature Name="kernel32.dll!WaitForSingleObjectEx" />
        </AitCategory>
        <AitCategory Id="ApiDynamic">
          <AitFeature Name="kernel32.dll!GetModuleHandleA" />
          <AitFeature Name="kernel32.dll!GetModuleHandleW" />
          <AitFeature Name="kernel32.dll!GetTickCount" />
          <AitFeature Name="kernel32.dll!InitializeCriticalSection" />
          <AitFeature Name="kernel32.dll!InterlockedExchange" />
          <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" />
        </AitCategory>
      </AitFile>
    </AitStaticAnalysis>
  </DEPENDENCY_INFORMATION>
</REPORT>
