<!--

    Sample.xml

    This file represents the simplest instance of an application compatibility database.
    It simply identifies an executable (via two side-step matching files) and applies the
    SampleShim API hook DLL.

    XML files like this can be automatically generated with the XMLWiz tool.

    To compile this file, use the following command line:

        ShimDBC Sample.xml systest.sdb

    The resulting database (systest.sdb) must be placed in the %windir%\AppPatch directory,
    along with SampleShim.dll. 

-->

<DATABASE>
    
   <EXE NAME="MyApp.exe" SIZE="543401" CHECKSUM="0x59A0B933">

        <MATCHING_FILE NAME="MyApp.ini" SIZE="234" CHECKSUM="0x234AD044"/>
        <MATCHING_FILE NAME="Data\MyApp.cab" SIZE="230734" CHECKSUM="0x4F944A0F"/>

        <DLL NAME="SampleShim.dll"/>

   </EXE>

</DATABASE>