CloverBootloader/CloverVC.vcxproj

7056 lines
535 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<ProjectGuid>{0E2BE62E-9349-45B6-8D78-8F9BD2BE1E9A}</ProjectGuid>
<Keyword>ManagedCProj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Makefile</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<NMakeBuildCommandLine>cbuild.bat</NMakeBuildCommandLine>
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<NMakeBuildCommandLine>cbuild.bat</NMakeBuildCommandLine>
<NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
</PropertyGroup>
<ItemDefinitionGroup>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="basetools\BaseTools.cpp" />
<ClCompile Include="basetools\source\c\brotlicompress\common\dictionary.c" />
<ClCompile Include="basetools\source\c\brotlicompress\common\transform.c" />
<ClCompile Include="basetools\source\c\brotlicompress\dec\bit_reader.c" />
<ClCompile Include="basetools\source\c\brotlicompress\dec\decode.c" />
<ClCompile Include="basetools\source\c\brotlicompress\dec\huffman.c" />
<ClCompile Include="basetools\source\c\brotlicompress\dec\state.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\backward_references.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\backward_references_hq.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\bit_cost.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\block_splitter.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\brotli_bit_stream.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\cluster.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\compress_fragment.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\compress_fragment_two_pass.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\dictionary_hash.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\encode.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\encoder_dict.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\entropy_encode.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\histogram.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\literal_cost.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\memory.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\metablock.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\static_dict.c" />
<ClCompile Include="basetools\source\c\brotlicompress\enc\utf8_util.c" />
<ClCompile Include="basetools\source\c\brotlicompress\tools\brotli.c" />
<ClCompile Include="basetools\source\c\common\BasePeCoff.c" />
<ClCompile Include="basetools\source\c\common\BinderFuncs.c" />
<ClCompile Include="basetools\source\c\common\CommonLib.c" />
<ClCompile Include="basetools\source\c\common\Crc32.c" />
<ClCompile Include="basetools\source\c\common\Decompress.c" />
<ClCompile Include="basetools\source\c\common\EfiCompress.c" />
<ClCompile Include="basetools\source\c\common\EfiUtilityMsgs.c" />
<ClCompile Include="basetools\source\c\common\FirmwareVolumeBuffer.c" />
<ClCompile Include="basetools\source\c\common\FvLib.c" />
<ClCompile Include="basetools\source\c\common\MemoryFile.c" />
<ClCompile Include="basetools\source\c\common\MyAlloc.c" />
<ClCompile Include="basetools\source\c\common\OsPath.c" />
<ClCompile Include="basetools\source\c\common\ParseGuidedSectionTools.c" />
<ClCompile Include="basetools\source\c\common\ParseInf.c" />
<ClCompile Include="basetools\source\c\common\PcdValueCommon.c" />
<ClCompile Include="basetools\source\c\common\PeCoffLoaderEx.c" />
<ClCompile Include="basetools\source\c\common\SimpleFileParsing.c" />
<ClCompile Include="basetools\source\c\common\StringFuncs.c" />
<ClCompile Include="basetools\source\c\common\TianoCompress.c" />
<ClCompile Include="basetools\source\c\devicepath\DevicePath.c" />
<ClCompile Include="basetools\source\c\devicepath\DevicePathFromText.c" />
<ClCompile Include="basetools\source\c\devicepath\DevicePathUtilities.c" />
<ClCompile Include="basetools\source\c\devicepath\UefiDevicePathLib.c" />
<ClCompile Include="basetools\source\c\efildrimage\EfiLdrImage.c" />
<ClCompile Include="basetools\source\c\efirom\EfiRom.c" />
<ClCompile Include="basetools\source\c\gencrc32\GenCrc32.c" />
<ClCompile Include="basetools\source\c\genffs\GenFfs.c" />
<ClCompile Include="basetools\source\c\genfv\GenFv.c" />
<ClCompile Include="basetools\source\c\genfv\GenFvInternalLib.c" />
<ClCompile Include="basetools\source\c\genfw\Elf32Convert.c" />
<ClCompile Include="basetools\source\c\genfw\Elf64Convert.c" />
<ClCompile Include="basetools\source\c\genfw\ElfConvert.c" />
<ClCompile Include="basetools\source\c\genfw\GenFw.c" />
<ClCompile Include="basetools\source\c\genpage\GenPage.c" />
<ClCompile Include="basetools\source\c\gensec\GenSec.c" />
<ClCompile Include="basetools\source\c\lzmacompress\LzmaCompress.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\7zFile.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\7zStream.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\Alloc.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\Bra86.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\LzFind.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\LzFindMt.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\LzmaDec.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\LzmaEnc.c" />
<ClCompile Include="basetools\source\c\lzmacompress\sdk\c\Threads.c" />
<ClCompile Include="basetools\source\c\mtoc\mtoc-v921_jief.c" />
<ClCompile Include="basetools\source\c\pyeficompressor\EfiCompressor.c" />
<ClCompile Include="basetools\source\c\split\Split.c" />
<ClCompile Include="basetools\source\c\tianocompress\TianoCompress.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\antlr.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\bits.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\build.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\dumpcycles.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\dumpnode.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\egman.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\err.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\fcache.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\fset.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\fset2.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\gen.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\globals.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\hash.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\lex.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\main.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\misc.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\mrhoist.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\pred.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\antlr\scan.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\automata.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\dlg_a.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\dlg_p.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\err.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\main.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\output.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\relabel.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\dlg\support.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\AParser.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\ast.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\ASTBase.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\ATokenBuffer.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\BufFileInput.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\charptr.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\DLexerBase.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\PCCTSAST.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\h\slist.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\genmk\genmk.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\genmk\genmk_old.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\rexpr\rexpr.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\rexpr\test.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\set\set.c" />
<ClCompile Include="basetools\source\c\vfrcompile\pccts\support\sym\sym.c" />
<ClCompile Include="basetools\source\c\vfrcompile\VfrCompiler.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\VfrError.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\VfrFormPkg.cpp" />
<ClCompile Include="basetools\source\c\vfrcompile\VfrUtilityLib.cpp" />
<ClCompile Include="basetools\source\c\volinfo\VolInfo.c" />
<ClCompile Include="bdmesg_efi\bdmesg.c" />
<ClCompile Include="build\clover\release_vs2017\x64\bdmesg_efi\bdmesg\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\acpireset\reset\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\bioskeyboard\keyboarddxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\biosvideo\biosvideo\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\cpudxe\cpu\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\graphicsconsoledxe\graphicsconsoledxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxacpitabledxe\acpitabledxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxbdsdxe\bdsdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxdxecore\dxemain\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxdxeipl\dxeipl\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxefildr\efildr\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxpcibusnoenumerationdxe\pcibusnoenumeration\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\osxsmbiosgendxe\smbiosgen\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\pcatrealtimeclockruntimedxe\pcatrealtimeclockruntimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\pcirootbridgedxe\pcirootbridge\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\cloverefi\ueficpupkg\cpuio2dxe\cpuio2dxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\ataatapi\ataatapipassthru\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\atabus\atabusdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\audiodxe\audiodxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\dvdbus\scsibusdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\dvddisk\scsidiskdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\isa\isabusdxe\isabusdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\isa\ps2keyboarddxe\ps2keyboarddxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\isa\ps2mouseabsolutepointerdxe\ps2mouseabsolutepointerdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\isa\ps2mousedxe\ps2mousedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\ohcidxe\ohcidxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\partitiondxe\partitiondxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\satacontrollerdxe\satacontrollerdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\usbbusdxe\usbbusdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\usbkbdxe\usbkbdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\drivers\xhcidxe\xhcidxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\apfsdriverloader\apfsdriverloader\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\fatpkg\enhancedfatdxe\fat\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxext2\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxext4\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxhfs\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxiso9660\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxreiserfs\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\fsinject\fsinject\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\legacybios\region2dxe\legacyregion2dxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\legacybios\videodxe\videodxe2\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\legacybios\videodxe\videodxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\library\genericbdslib\genericbdslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\ehcidxe\ehcidxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\nvmexpressdxe\nvmexpressdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\uhcidxe\uhcidxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\usb\usbmassstoragedxe\usbmassstoragedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\usb\usbmousedxe\usbmousedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\core\runtimedxe\runtimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\library\customizeddisplaylib\customizeddisplaylib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\capsuleruntimedxe\capsuleruntimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\console\conplatformdxe\conplatformdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\console\consplitterdxe\consplitterdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\devicepathdxe\devicepathdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\disk\diskiodxe\diskiodxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\disk\unicodecollation\englishdxe\englishdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\displayenginedxe\displayenginedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\ebcdxe\ebcdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\hiidatabasedxe\hiidatabasedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\memorytest\nullmemorytestdxe\nullmemorytestdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\metronome\metronome\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\monotoniccounterruntimedxe\monotoniccounterruntimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\pcd\dxe\pcd\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\securitystubdxe\securitystubdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\setupbrowserdxe\setupbrowserdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\smbiosdxe\smbiosdxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\variable\runtimedxe\variableruntimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\watchdogtimerdxe\watchdogtimer\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\opencorepkg\platform\openruntime\openruntime\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\pcatchipsetpkg\8254timerdxe\8254timer\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\pcatchipsetpkg\8259interruptcontrollerdxe\8259\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\pcatchipsetpkg\isaacpidxe\isaacpi\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\appleimagecodec\appleimagecodec\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\applekeyaggregator\applekeyaggregator\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\applekeyfeeder\applekeyfeeder\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\appleuitheme\appleuitheme\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\aptioinputfix\aptioinputfix\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\driveroverride\driveroverride\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\dumpueficalls\dumpueficalls\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\emuvariableuefi\emuvariableruntimedxe\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\firmwarevolume\firmwarevolume\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\hashservicefix\hashservicefix\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\msglog\msglog\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\osxfatbinarydrv\osxfatbinarydrv\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\protocols\smchelper\smchelper\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\refit_uefi\refit\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\application\shell\shell\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefihandleparsinglib\uefihandleparsinglib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellbcfgcommandlib\uefishellbcfgcommandlib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldebug1commandslib\uefishelldebug1commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldriver1commandslib\uefishelldriver1commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel1commandslib\uefishelllevel1commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel2commandslib\uefishelllevel2commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel3commandslib\uefishelllevel3commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork1commandslib\uefishellnetwork1commandslib\debug\AutoGen.c" />
<ClCompile Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork2commandslib\uefishellnetwork2commandslib\debug\AutoGen.c" />
<ClCompile Include="cloverapp\clover\gfxutil\efidevp.c" />
<ClCompile Include="cloverapp\clover\gfxutil\gfxutil.c" />
<ClCompile Include="cloverapp\clover\gfxutil\utils.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\blur.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\example.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\kmeans.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\libimagequant.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\lodepng.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\mediancut.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\mempool.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\nearest.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\org\pngquant\PngQuant.c" />
<ClCompile Include="cloverapp\clover\thememanager\libimagequant\pam.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\blur.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\example.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\kmeans.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\libimagequant.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\mediancut.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\mempool.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\nearest.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\org\pngquant\PngQuant.c" />
<ClCompile Include="cloverapp\libimagequant-2.12.6\pam.c" />
<ClCompile Include="cloverefi\acpireset\Reset.c" />
<ClCompile Include="cloverefi\bioskeyboard\AppleKey.c" />
<ClCompile Include="cloverefi\bioskeyboard\BiosKeyboard.c" />
<ClCompile Include="cloverefi\bioskeyboard\ComponentName.c" />
<ClCompile Include="cloverefi\bioskeyboard\LegacyBiosThunk.c" />
<ClCompile Include="cloverefi\biosvideo\BiosVideo.c" />
<ClCompile Include="cloverefi\biosvideo\BiosVideoNew.c" />
<ClCompile Include="cloverefi\biosvideo\ComponentName.c" />
<ClCompile Include="cloverefi\biosvideo\LegacyBiosThunk.c" />
<ClCompile Include="cloverefi\cpudxe\Cpu.c" />
<ClCompile Include="cloverefi\graphicsconsoledxe\ComponentName.c" />
<ClCompile Include="cloverefi\graphicsconsoledxe\GraphicsConsole.c" />
<ClCompile Include="cloverefi\graphicsconsoledxe\LaffStd.c" />
<ClCompile Include="cloverefi\osxacpiplatformdxe\AcpiPlatform.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AcpiSdt.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AcpiTable.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AcpiTableProtocol.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\Aml.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AmlChild.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AmlNamespace.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AmlOption.c" />
<ClCompile Include="cloverefi\osxacpitabledxe\AmlString.c" />
<ClCompile Include="cloverefi\osxbdsdxe\BdsEntry.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\BBSsupport.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\BmLib.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\BootMaint.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\BootOption.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\ConsoleOption.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\Data.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\FileExplorer.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\UpdatePage.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmaint\Variable.c" />
<ClCompile Include="cloverefi\osxbdsdxe\bootmngr\BootManager.c" />
<ClCompile Include="cloverefi\osxbdsdxe\Capsules.c" />
<ClCompile Include="cloverefi\osxbdsdxe\devicemngr\DeviceManager.c" />
<ClCompile Include="cloverefi\osxbdsdxe\FrontPage.c" />
<ClCompile Include="cloverefi\osxbdsdxe\Hotkey.c" />
<ClCompile Include="cloverefi\osxbdsdxe\HwErrRecSupport.c" />
<ClCompile Include="cloverefi\osxbdsdxe\Language.c" />
<ClCompile Include="cloverefi\osxbdsdxe\MemoryTest.c" />
<ClCompile Include="cloverefi\osxbdsdxe\String.c" />
<ClCompile Include="cloverefi\osxdxecore\dispatcher\Dependency.c" />
<ClCompile Include="cloverefi\osxdxecore\dispatcher\Dispatcher.c" />
<ClCompile Include="cloverefi\osxdxecore\dxemain\DxeMain.c" />
<ClCompile Include="cloverefi\osxdxecore\dxemain\DxeProtocolNotify.c" />
<ClCompile Include="cloverefi\osxdxecore\event\Event.c" />
<ClCompile Include="cloverefi\osxdxecore\event\Timer.c" />
<ClCompile Include="cloverefi\osxdxecore\event\Tpl.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvolblock\FwVolBlock.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvol\Ffs.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvol\FwVol.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvol\FwVolAttrib.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvol\FwVolRead.c" />
<ClCompile Include="cloverefi\osxdxecore\fwvol\FwVolWrite.c" />
<ClCompile Include="cloverefi\osxdxecore\gcd\Gcd.c" />
<ClCompile Include="cloverefi\osxdxecore\hand\DriverSupport.c" />
<ClCompile Include="cloverefi\osxdxecore\hand\Handle.c" />
<ClCompile Include="cloverefi\osxdxecore\hand\Locate.c" />
<ClCompile Include="cloverefi\osxdxecore\hand\Notify.c" />
<ClCompile Include="cloverefi\osxdxecore\image\Image.c" />
<ClCompile Include="cloverefi\osxdxecore\library\Library.c" />
<ClCompile Include="cloverefi\osxdxecore\mem\MemData.c" />
<ClCompile Include="cloverefi\osxdxecore\mem\Page.c" />
<ClCompile Include="cloverefi\osxdxecore\mem\Pool.c" />
<ClCompile Include="cloverefi\osxdxecore\misc\DebugImageInfo.c" />
<ClCompile Include="cloverefi\osxdxecore\misc\InstallConfigurationTable.c" />
<ClCompile Include="cloverefi\osxdxecore\misc\SetWatchdogTimer.c" />
<ClCompile Include="cloverefi\osxdxecore\misc\Stall.c" />
<ClCompile Include="cloverefi\osxdxecore\sectionextraction\CoreSectionExtraction.c" />
<ClCompile Include="cloverefi\osxdxeipl\Debug.c" />
<ClCompile Include="cloverefi\osxdxeipl\DxeInit.c" />
<ClCompile Include="cloverefi\osxdxeipl\HobGeneration.c" />
<ClCompile Include="cloverefi\osxdxeipl\ia32\EnterDxeCore.c" />
<ClCompile Include="cloverefi\osxdxeipl\ia32\Paging.c" />
<ClCompile Include="cloverefi\osxdxeipl\LegacyTable.c" />
<ClCompile Include="cloverefi\osxdxeipl\PpisNeededByDxeCore.c" />
<ClCompile Include="cloverefi\osxdxeipl\SerialStatusCode.c" />
<ClCompile Include="cloverefi\osxdxeipl\x64\EnterDxeCore.c" />
<ClCompile Include="cloverefi\osxdxeipl\x64\Paging.c" />
<ClCompile Include="cloverefi\osxefildr\Debug.c" />
<ClCompile Include="cloverefi\osxefildr\efildr.c" />
<ClCompile Include="cloverefi\osxefildr\EfiLoader.c" />
<ClCompile Include="cloverefi\osxefildr\PeLoader.c" />
<ClCompile Include="cloverefi\osxefildr\Support.c" />
<ClCompile Include="cloverefi\osxefildr\TianoDecompress.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\ComponentName.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciBus.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciCommand.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciDeviceSupport.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciDriverOverride.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciEnumerator.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciEnumeratorSupport.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciIo.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciOptionRomSupport.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciPowerManagement.c" />
<ClCompile Include="cloverefi\osxpcibusnoenumerationdxe\PciRomTable.c" />
<ClCompile Include="cloverefi\osxsmbiosgendxe\SmbiosGen.c" />
<ClCompile Include="cloverefi\pcatrealtimeclockruntimedxe\PcRtc.c" />
<ClCompile Include="cloverefi\pcatrealtimeclockruntimedxe\PcRtcEntry.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\DeviceIo.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\ia32\PcatIo.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\PcatIo.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\PcatPciRootBridge.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\PcatPciRootBridgeDevicePath.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\PcatPciRootBridgeIo.c" />
<ClCompile Include="cloverefi\pcirootbridgedxe\x64\PcatIo.c" />
<ClCompile Include="cloverefi\ueficpupkg\cpudxe\CpuDxe.c" />
<ClCompile Include="cloverefi\ueficpupkg\cpudxe\CpuGdt.c" />
<ClCompile Include="cloverefi\ueficpupkg\cpuio2dxe\CpuIo2Dxe.c" />
<ClCompile Include="cloverefi\ueficpupkg\cpuio2smm\CpuIo2Smm.c" />
<ClCompile Include="cloverefi\ueficpupkg\cpuiopei\CpuIoPei.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\basexapiclib\BaseXApicLib.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\basexapicx2apiclib\BaseXApicX2ApicLib.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\CpuExceptionCommon.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\DxeException.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\DxeSmmCpuException.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\ia32\ArchExceptionHandler.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\SecPeiCpuException.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\SmmException.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\x64\ArchExceptionHandler.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\mtrrlib\MtrrLib.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\secpeidxetimerlibueficpu\IpfTimerLib.c" />
<ClCompile Include="cloverefi\ueficpupkg\library\secpeidxetimerlibueficpu\X86TimerLib.c" />
<ClCompile Include="cloverefi\ueficpupkg\universal\acpi\s3resume2pei\S3Resume.c" />
<ClCompile Include="cloverpackage\utils\bdmesg\bdmesg\main.c" />
<ClCompile Include="cloverpackage\utils\boot1-install\boot1-install.c" />
<ClCompile Include="cloverpackage\utils\partutil\partutil.c" />
<ClCompile Include="drivers\ataatapi\AhciMode.c" />
<ClCompile Include="drivers\ataatapi\AtaAtapiPassThru.c" />
<ClCompile Include="drivers\ataatapi\ComponentName.c" />
<ClCompile Include="drivers\ataatapi\IdeMode.c" />
<ClCompile Include="drivers\atabus\AtaBus.c" />
<ClCompile Include="drivers\atabus\AtaPassThruExecute.c" />
<ClCompile Include="drivers\atabus\ComponentName.c" />
<ClCompile Include="drivers\audiodxe\AudioDxe.c" />
<ClCompile Include="drivers\audiodxe\hdacodec\HdaCodec.c" />
<ClCompile Include="drivers\audiodxe\hdacodec\HdaCodecAudioIo.c" />
<ClCompile Include="drivers\audiodxe\hdacodec\HdaCodecComponentName.c" />
<ClCompile Include="drivers\audiodxe\hdacodec\HdaCodecInfo.c" />
<ClCompile Include="drivers\audiodxe\hdacontroller\HdaController.c" />
<ClCompile Include="drivers\audiodxe\hdacontroller\HdaControllerComponentName.c" />
<ClCompile Include="drivers\audiodxe\hdacontroller\HdaControllerHdaIo.c" />
<ClCompile Include="drivers\audiodxe\hdacontroller\HdaControllerInfo.c" />
<ClCompile Include="drivers\audiodxe\hdacontroller\HdaControllerMem.c" />
<ClCompile Include="drivers\dvdbus\ComponentName.c" />
<ClCompile Include="drivers\dvdbus\ScsiBus.c" />
<ClCompile Include="drivers\dvddisk\ComponentName.c" />
<ClCompile Include="drivers\dvddisk\ScsiDisk.c" />
<ClCompile Include="drivers\isa\isabusdxe\ComponentName.c" />
<ClCompile Include="drivers\isa\isabusdxe\IsaBus.c" />
<ClCompile Include="drivers\isa\isabusdxe\IsaIo.c" />
<ClCompile Include="drivers\isa\isaiodxe\ComponentName.c" />
<ClCompile Include="drivers\isa\isaiodxe\IsaDriver.c" />
<ClCompile Include="drivers\isa\isaiodxe\IsaIo.c" />
<ClCompile Include="drivers\isa\isaserialdxe\ComponentName.c" />
<ClCompile Include="drivers\isa\isaserialdxe\Serial.c" />
<ClCompile Include="drivers\isa\ps2keyboarddxe\ComponentName.c" />
<ClCompile Include="drivers\isa\ps2keyboarddxe\Ps2KbdCtrller.c" />
<ClCompile Include="drivers\isa\ps2keyboarddxe\Ps2KbdTextIn.c" />
<ClCompile Include="drivers\isa\ps2keyboarddxe\Ps2Keyboard.c" />
<ClCompile Include="drivers\isa\ps2mouseabsolutepointerdxe\CommPs2.c" />
<ClCompile Include="drivers\isa\ps2mouseabsolutepointerdxe\ComponentName.c" />
<ClCompile Include="drivers\isa\ps2mouseabsolutepointerdxe\Ps2MouseAbsolutePointer.c" />
<ClCompile Include="drivers\isa\ps2mousedxe\CommPs2.c" />
<ClCompile Include="drivers\isa\ps2mousedxe\ComponentName.c" />
<ClCompile Include="drivers\isa\ps2mousedxe\Ps2Mouse.c" />
<ClCompile Include="drivers\ohcidxe\ComponentName.c" />
<ClCompile Include="drivers\ohcidxe\Ohci.c" />
<ClCompile Include="drivers\ohcidxe\OhciDebug.c" />
<ClCompile Include="drivers\ohcidxe\OhciReg.c" />
<ClCompile Include="drivers\ohcidxe\OhciSched.c" />
<ClCompile Include="drivers\ohcidxe\OhciUrb.c" />
<ClCompile Include="drivers\ohcidxe\UsbHcMem.c" />
<ClCompile Include="drivers\partitiondxe\Apple.c" />
<ClCompile Include="drivers\partitiondxe\ComponentName.c" />
<ClCompile Include="drivers\partitiondxe\ElTorito.c" />
<ClCompile Include="drivers\partitiondxe\Gpt.c" />
<ClCompile Include="drivers\partitiondxe\Mbr.c" />
<ClCompile Include="drivers\partitiondxe\Partition.c" />
<ClCompile Include="drivers\satacontrollerdxe\ComponentName.c" />
<ClCompile Include="drivers\satacontrollerdxe\SataController.c" />
<ClCompile Include="drivers\usbbusdxe\ComponentName.c" />
<ClCompile Include="drivers\usbbusdxe\UsbBus.c" />
<ClCompile Include="drivers\usbbusdxe\UsbDesc.c" />
<ClCompile Include="drivers\usbbusdxe\UsbEnumer.c" />
<ClCompile Include="drivers\usbbusdxe\UsbHub.c" />
<ClCompile Include="drivers\usbbusdxe\UsbUtility.c" />
<ClCompile Include="drivers\usbkbdxe\AppleKey.c" />
<ClCompile Include="drivers\usbkbdxe\ComponentName.c" />
<ClCompile Include="drivers\usbkbdxe\EfiKey.c" />
<ClCompile Include="drivers\usbkbdxe\KeyBoard.c" />
<ClCompile Include="drivers\usbmousedxe\ComponentName.c" />
<ClCompile Include="drivers\usbmousedxe\MouseHid.c" />
<ClCompile Include="drivers\usbmousedxe\UsbMouse.c" />
<ClCompile Include="drivers\xhcidxe\ComponentName.c" />
<ClCompile Include="drivers\xhcidxe\UsbHcMem.c" />
<ClCompile Include="drivers\xhcidxe\Xhci.c" />
<ClCompile Include="drivers\xhcidxe\XhciReg.c" />
<ClCompile Include="drivers\xhcidxe\XhciSched.c" />
<ClCompile Include="filesystems\apfsdriverloader\ApfsDriverLoader.c" />
<ClCompile Include="filesystems\apfsdriverloader\EfiComponentName.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\ComponentName.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Data.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Debug.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Delete.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\DirectoryCache.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\DirectoryManage.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\DiskCache.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Fat.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\FileName.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\FileSpace.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Flush.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Hash.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Info.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Init.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Misc.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\Open.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\OpenVolume.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\ReadWrite.c" />
<ClCompile Include="filesystems\fatpkg\enhancedfatdxe\UnicodeCollation.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\i386\coredetect.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\i386\loadcore32.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\i386\loadcore64.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\i386\nocfgtables.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\i386\pc\cfgtables.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\loadcore.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\loadcore32.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\loadcore64.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\loadcore_common.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\main.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\mm.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\pnvram.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\prepare.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\prepare32.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\prepare64.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\runtime\efiemu.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\efiemu\symbols.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\affs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\afs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\archelp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\bfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\btrfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\cbfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\cpio.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\cpio_be.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\cpio_common.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\exfat.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ext2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\fat.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\fshelp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\hfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\hfsplus.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\hfspluscomp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\iso9660.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\jfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix2_be.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix3.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix3_be.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\minix_be.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\newc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\nilfs2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ntfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ntfscomp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\odc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\proc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\reiserfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\romfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\sfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\squash4.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\tar.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\udf.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ufs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ufs2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\ufs_be.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\xfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfscrypt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfsinfo.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfs_fletcher.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfs_lz4.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfs_lzjb.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\fs\zfs\zfs_sha256.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\io\bufio.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\io\gzio.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\io\lzopio.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\io\offset.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\io\xzio.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\command.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\corecmd.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\device.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\disk.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\disk_common.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\dl.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\efi\efi.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\efi\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\efi\mm.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\elf.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\elfXX.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\argp_common.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\cache.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\full.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\hostdisk.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\hostfs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\lite.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\main.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\misc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\mm.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\emu\time.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\env.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\err.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\file.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\fs.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\generic\millisleep.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\generic\rtc_get_time_ms.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\coreboot\cbtable.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\coreboot\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\coreboot\mmap.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\dl.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\efi\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\multiboot_mmap.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\pc\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\pc\mmap.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\qemu\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\qemu\mmap.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\i386\tsc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\list.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\main.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\misc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\mm.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\parser.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\partition.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\rescue_parser.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\rescue_reader.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\term.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\time.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\uboot\hw.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\uboot\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\uboot\uboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\vga_init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\x86_64\dl.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\kern\xen\init.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\adler32.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\arc\datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\arg.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\backtrace.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\cmdline.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\cmos_datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\crc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\crc64.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\crypto.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\disk.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\efi\datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\efi\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\efi\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\efi\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\emu\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\envblk.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\fake_module.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\fdt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\getline.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\hexdump.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\backtrace.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\pc\biosnum.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\pc\vesa_modes_table.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\i386\relocator_common_c.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\ieee1275\cmos.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\ieee1275\datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\ieee1275\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\ieee1275\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\ieee1275\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\legacy_parse.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\ac.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\arcfour.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\blowfish.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\camellia-glue.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\camellia.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\cast5.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\cipher.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\crc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\des.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\dsa.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\ecc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\elgamal.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\hash-common.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\hmac-tests.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\idea.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\kdf.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\md.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\md4.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\md5.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\primegen.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\pubkey.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rfc2268.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rijndael.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rmd160.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rsa.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\seed.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\serpent.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\sha1.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\sha256.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\sha512.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\test-getrusage.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\tiger.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\twofish.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\whirlpool.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\ec.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-add1.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-lshift.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-mul1.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-mul2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-mul3.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-rshift.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpih-sub1.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\udiv-w-sdiv.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-add.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-bit.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-cmp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-div.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-gcd.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-inline.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-inv.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-mod.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-mpow.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-mul.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-pow.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-scan.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpicoder.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpih-div.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpih-mul.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpiutil.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\ath.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\dumpsexp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\fips.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\gcryptrnd.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\getrandom.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\global.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\hmac256.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\hwfeatures.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\misc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\missing-string.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\module.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\secmem.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\sexp.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\stdmem.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\visibility.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt_wrap\mem.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\LzFind.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\LzmaDec.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\LzmaEnc.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\minilzo\minilzo.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\mips\arc\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\mips\loongson\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\mips\qemu_mips\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\mips\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\pbkdf2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\powerpc\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\priority_queue.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\progress.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\reed_solomon.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\syslinux_parse.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\uboot\datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\uboot\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\uboot\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xen\datetime.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xen\halt.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xen\reboot.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xen\relocator.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_dec_bcj.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_dec_lzma2.c" />
<ClCompile Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_dec_stream.c" />
<ClCompile Include="filesystems\grubfs\src\driver.c" />
<ClCompile Include="filesystems\grubfs\src\file.c" />
<ClCompile Include="filesystems\grubfs\src\grub.c" />
<ClCompile Include="filesystems\grubfs\src\grub_driver.c" />
<ClCompile Include="filesystems\grubfs\src\grub_file.c" />
<ClCompile Include="filesystems\grubfs\src\logging.c" />
<ClCompile Include="filesystems\grubfs\src\missing.c" />
<ClCompile Include="filesystems\grubfs\src\path.c" />
<ClCompile Include="filesystems\grubfs\src\utf8.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_core.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_efi.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_efi_lib.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_ext2.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_ext4.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_hfs.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_iso9660.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_lib.c" />
<ClCompile Include="filesystems\vboxfsdxe\fsw_reiserfs.c" />
<ClCompile Include="filesystems\vboxfsdxe\test\fsw_posix.c" />
<ClCompile Include="filesystems\vboxfsdxe\test\lslr.c" />
<ClCompile Include="filesystems\vboxfsdxe\test\lsroot.c" />
<ClCompile Include="filesystems\vboxfsdxe\VBoxFsDxe.c" />
<ClCompile Include="fsinject\FSInject.c" />
<ClCompile Include="fsinject\Test.c" />
<ClCompile Include="gptsync\gptsync.c" />
<ClCompile Include="gptsync\lib.c" />
<ClCompile Include="gptsync\os_efi.c" />
<ClCompile Include="gptsync\showpart.c" />
<ClCompile Include="legacybios\blockiodxe\BiosBlkIo.c" />
<ClCompile Include="legacybios\blockiodxe\BiosInt13.c" />
<ClCompile Include="legacybios\blockiodxe\ComponentName.c" />
<ClCompile Include="legacybios\blockiodxe\LegacyBiosThunk.c" />
<ClCompile Include="legacybios\keyboarddxe\AppleKey.c" />
<ClCompile Include="legacybios\keyboarddxe\BiosKeyboard.c" />
<ClCompile Include="legacybios\keyboarddxe\ComponentName.c" />
<ClCompile Include="legacybios\LegacyBios.c" />
<ClCompile Include="legacybios\platform\BiosSupportLib.c" />
<ClCompile Include="legacybios\platform\LegacyInterrupt.c" />
<ClCompile Include="legacybios\platform\LegacyPlatform.c" />
<ClCompile Include="legacybios\platform\LegacyRegion.c" />
<ClCompile Include="legacybios\region2dxe\LegacyRegion2.c" />
<ClCompile Include="legacybios\thunk\Thunk.c" />
<ClCompile Include="legacybios\videodxe\BiosVideo.c" />
<ClCompile Include="legacybios\videodxe\BiosVideo2.c" />
<ClCompile Include="legacybios\videodxe\ComponentName.c" />
<ClCompile Include="library\cppmemlib\memory.cpp" />
<ClCompile Include="library\duettimerlib\X86TimerLib.c" />
<ClCompile Include="library\genericbdslib\BdsBoot.c" />
<ClCompile Include="library\genericbdslib\BdsConnect.c" />
<ClCompile Include="library\genericbdslib\BdsConsole.c" />
<ClCompile Include="library\genericbdslib\BdsMisc.c" />
<ClCompile Include="library\genericbdslib\DevicePath.c" />
<ClCompile Include="library\genericbdslib\Performance.c" />
<ClCompile Include="library\genericbdslib\String.c" />
<ClCompile Include="library\hdadeviceslib\HdaDevicesLib.c" />
<ClCompile Include="library\intrinsiclib\CopyMem.c" />
<ClCompile Include="library\intrinsiclib\MemoryIntrinsics.c" />
<ClCompile Include="library\lzmacustomdecompresslib\GuidedSectionExtraction.c" />
<ClCompile Include="library\lzmacustomdecompresslib\LzmaDecompress.c" />
<ClCompile Include="library\lzmacustomdecompresslib\sdk\c\LzFind.c" />
<ClCompile Include="library\lzmacustomdecompresslib\sdk\c\LzmaDec.c" />
<ClCompile Include="library\memloglibdefault\MemLogLib.c" />
<ClCompile Include="library\memloglibdefault\printf_lite.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_cfb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_core.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_ctr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_ige.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_misc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_ofb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_wrap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_x86core.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\armcap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\ameth_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_gen.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_par.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn_mime.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn_moid.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn_pack.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_bitstr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_bool.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_bytes.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_d2i_fp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_digest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_dup.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_enum.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_gentm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_i2d_fp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_int.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_mbstr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_object.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_octet.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_set.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_strex.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_strnid.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_time.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_type.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_utctm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_utf8.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\a_verify.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\bio_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\bio_ndef.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\d2i_pr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\d2i_pu.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\evp_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\f_enum.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\f_int.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\f_string.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\i2d_pr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\i2d_pu.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\nsseq.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\n_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\p5_pbe.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\p5_pbev2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\p8_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_dec.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_fre.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_new.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_typ.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\tasn_utl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_bitst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_crl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_req.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_spki.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_x509.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\t_x509a.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_algor.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_attrib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_bignum.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_crl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_exten.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_info.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_long.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_name.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_nx509.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_pubkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_req.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_sig.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_spki.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_val.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_x509.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\asn1\x_x509a.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bfs.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bfspeed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bftest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_cfb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_ofb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_opts.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bf_buff.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bf_lbuf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bf_nbio.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bf_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bio_cb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bio_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bio_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_acpt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_bio.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_conn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_dgram.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_fd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_file.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_log.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_mem.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_rtcp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\bss_sock.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\b_dump.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\b_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bio\b_sock.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\asm\x86_64-gcc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bnspeed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bntest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_add.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_asm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_blind.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_const.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_ctx.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_depr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_div.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_exp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_exp2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_gcd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_gf2m.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_kron.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_mod.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_mont.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_mpi.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_mul.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_nist.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_prime.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_rand.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_recp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_shift.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_sqr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_sqrt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_word.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_x931p.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\divtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\exp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\expspeed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\exptest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\bn\vms-helper.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\buffer\buffer.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\buffer\buf_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\buffer\buf_str.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\camellia.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_cfb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_ctr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_misc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_ofb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_utl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\castopts.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\casts.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\casttest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\cast_spd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\c_cfb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\c_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\c_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\c_ofb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cast\c_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cmac\cmac.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cmac\cm_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cmac\cm_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_att.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_cd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_dd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_env.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_ess.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_io.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_pwri.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_sd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_smime.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\comp\comp_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\comp\comp_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\comp\c_rle.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\comp\c_zlib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\cnf_save.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_api.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_def.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_mall.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_mod.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_sap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\conf\test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cpt_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cryptlib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\cversion.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cbc3_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cbc_cksm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cbc_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cfb64ede.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cfb64enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\cfb_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des3s.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\dess.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\destest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des_old.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des_old2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\des_opts.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ecb3_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ecb_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ede_cbcm_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\enc_read.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\enc_writ.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\fcrypt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\fcrypt_b.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ncbc_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ofb64ede.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ofb64enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\ofb_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\pcbc_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\qud_cksm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\rand_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\read2pwd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\read_pwd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\rpc_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\rpw.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\set_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\speed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\str2key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\times\aix.cc" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\times\alpha.cc" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\times\hpux.cc" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\times\usparc.cc" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\des\xcbc_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dhtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_check.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_depr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_gen.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\p1024.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\p192.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dh\p512.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsagen.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsatest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_depr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_gen.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_ossl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_vrf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_beos.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_dl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_dlfcn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_openssl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_vms.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso_win32.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ebcdic.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ecdhtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ech_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ech_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ech_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ech_ossl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecdsatest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_ossl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_vrf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec2_mult.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec2_oct.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec2_smpl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\eck_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_mont.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_nist.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_nistp224.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_nistp256.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_nistp521.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_nistputil.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_oct.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ecp_smpl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ectest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_check.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_curve.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_cvt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_mult.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_oct.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\enginetest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_all.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_cnf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_cryptodev.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_ctrl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_dyn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_fat.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_init.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_list.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_openssl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_rdrand.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_rsax.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_table.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_asnmth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_cipher.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_dh.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_digest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_dsa.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_ecdh.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_ecdsa.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_pkmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_rand.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_rsa.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\engine\tb_store.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\err\err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\err\err_all.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\err\err_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\bio_b64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\bio_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\bio_md.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\bio_ok.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\c_all.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\c_allc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\c_alld.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\digest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\encode.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_acnf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_cnf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_fips.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_pbe.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_aes.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_aes_cbc_hmac_sha1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_bf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_camellia.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_cast.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_des.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_des3.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_dsa.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_idea.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_old.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_rc2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_rc4.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_rc4_hmac_md5.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_rc5.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_seed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\e_xcbc_d.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_dss.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_dss1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_ecdsa.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_md2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_md4.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_md5.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_mdc2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_ripemd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_sha.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_sha1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_sigver.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\m_wp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\names.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\openbsd_hw.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p5_crpt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p5_crpt2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\pmeth_fn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\pmeth_gn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\pmeth_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_dec.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_open.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_seal.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\evp\p_verify.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ex_data.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\fips_ers.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\hmac\hmac.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\hmac\hmactest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\hmac\hm_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\hmac\hm_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\ideatest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\idea_spd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\i_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\i_cfb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\i_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\i_ofb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\idea\i_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\jpake\jpake.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\jpake\jpaketest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\jpake\jpake_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\krb5\krb5_asn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\lhash\lhash.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\lhash\lh_stats.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\lhash\lh_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_nyi.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_unix.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_vms.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_win.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_win32.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\LPdir_wince.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md2\md2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md2\md2test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md2\md2_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md2\md2_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4s.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5s.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mdc2\mdc2dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mdc2\mdc2test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mdc2\mdc2_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mem.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mem_clr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\mem_dbg.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\cbc128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\ccm128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\cfb128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\ctr128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\cts128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\gcm128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\ofb128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\modes\xts128.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_dat.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_xref.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\objects\o_names.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_asn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_cl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_ext.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_ht.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_srv.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp_vfy.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_dir.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_dir_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_fips.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_init.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_str.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\o_time.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_all.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_info.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_oth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_pk8.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_pkey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_seal.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_x509.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem_xaux.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pem\pvkfmt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_add.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_asn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_attr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_crpt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_crt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_decr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_init.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_key.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_kiss.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_mutl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_npas.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_p8d.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_p8e.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\p12_utl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\pk12err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\bio_ber.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\bio_pk7.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\dec.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\example.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_attr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_doit.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_mime.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pk7_smime.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pkcs7err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\verify.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ppccap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pqueue\pqueue.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\pqueue\pq_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\md_rand.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\randfile.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\randtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_egd.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_nw.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_os2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_unix.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_vms.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_win.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2cfb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2ofb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2speed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc2\tab.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4s.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4speed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4_utl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5cfb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5ofb64.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5s.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5speed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5_enc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\asm\rips.cpp" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmd160.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmdtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmd_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmd_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_ameth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_chk.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_crpt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_depr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_eay.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_gen.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_none.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_null.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_oaep.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_pk1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_pmeth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_pss.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_saos.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_ssl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_x931.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\s390xcap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed_cbc.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed_cfb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed_ecb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed_ofb.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha1dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha1test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha1_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha256.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha256t.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha512.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha512t.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\shatest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha_one.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\sparcv9cap.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\srp\srptest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\srp\srp_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\srp\srp_vfy.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\stack\stack.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\store\str_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\store\str_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\store\str_mem.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\store\str_meth.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\threads\mttest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\threads\th-lock.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_asn1.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_conf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_req_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_req_utils.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_rsp_print.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_rsp_sign.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_rsp_utils.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_rsp_verify.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts_verify_ctx.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\txt_db\txt_db.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\uid.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_compat.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_openssl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_util.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\whrlpool\wp_block.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\whrlpool\wp_dgst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\whrlpool\wp_test.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_cache.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_data.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_map.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_node.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_tree.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\tabtest.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3conf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3prin.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_addr.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_akey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_akeya.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_alt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_asid.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_bcons.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_bitst.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_conf.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_cpols.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_crld.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_enum.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_extku.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_genn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_ia5.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_info.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_int.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_lib.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_ncons.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_ocsp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_pci.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_pcia.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_pcons.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_pku.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_pmaps.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_prn.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_purp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_skey.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_sxnet.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\v3_utl.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\by_dir.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\by_file.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509cset.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509name.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509rset.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509spki.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509type.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_att.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_cmp.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_d2.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_def.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_err.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_ext.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_lu.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_obj.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_r2x.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_req.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_set.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_trs.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_txt.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_v3.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_vfy.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_vpm.c" />
<ClCompile Include="library\openssllib\openssl-1.0.1e\crypto\x509\x_all.c" />
<ClCompile Include="library\openssllib\OpensslLibNull.c" />
<ClCompile Include="library\openssllib\syscall\BaseMemAllocation.c" />
<ClCompile Include="library\openssllib\syscall\CrtWrapper.c" />
<ClCompile Include="library\openssllib\syscall\ia32\MathDivU64x64.c" />
<ClCompile Include="library\openssllib\syscall\ia32\MathLShiftS64.c" />
<ClCompile Include="library\openssllib\syscall\ia32\MathMultS64x64.c" />
<ClCompile Include="library\openssllib\syscall\ia32\MathReminderU64x64.c" />
<ClCompile Include="library\openssllib\syscall\ia32\MathRShiftU64.c" />
<ClCompile Include="library\openssllib\syscall\TimerWrapper.c" />
<ClCompile Include="library\osxbdsplatformlib\BdsPlatform.c" />
<ClCompile Include="library\osxbdsplatformlib\PlatformData.c" />
<ClCompile Include="library\uefihiiserviceslib\UefiHiiServicesLib.c" />
<ClCompile Include="library\vboxpecofflib\BasePeCoff.c" />
<ClCompile Include="library\vboxpecofflib\PeCoffLoaderEx.c" />
<ClCompile Include="library\videobiospatchlib\915resolution.c" />
<ClCompile Include="library\videobiospatchlib\edid.c" />
<ClCompile Include="library\videobiospatchlib\VideoBiosPatchLib.c" />
<ClCompile Include="library\wavelib\WaveLib.c" />
<ClCompile Include="mdemodulepkg\application\bootmanagermenuapp\BootManagerMenu.c" />
<ClCompile Include="mdemodulepkg\application\capsuleapp\AppSupport.c" />
<ClCompile Include="mdemodulepkg\application\capsuleapp\CapsuleApp.c" />
<ClCompile Include="mdemodulepkg\application\capsuleapp\CapsuleDump.c" />
<ClCompile Include="mdemodulepkg\application\capsuleapp\CapsuleOnDisk.c" />
<ClCompile Include="mdemodulepkg\application\dumpdynpcd\DumpDynPcd.c" />
<ClCompile Include="mdemodulepkg\application\helloworld\HelloWorld.c" />
<ClCompile Include="mdemodulepkg\application\memoryprofileinfo\MemoryProfileInfo.c" />
<ClCompile Include="mdemodulepkg\application\smihandlerprofileinfo\SmiHandlerProfileInfo.c" />
<ClCompile Include="mdemodulepkg\application\uiapp\FrontPage.c" />
<ClCompile Include="mdemodulepkg\application\uiapp\FrontPageCustomizedUi.c" />
<ClCompile Include="mdemodulepkg\application\uiapp\FrontPageCustomizedUiSupport.c" />
<ClCompile Include="mdemodulepkg\application\uiapp\String.c" />
<ClCompile Include="mdemodulepkg\application\variableinfo\VariableInfo.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciMode.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciPei.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiBlockIo.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiPassThru.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiS3.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiStorageSecurity.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\DevicePath.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ahcipei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ataatapipassthru\AhciMode.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ataatapipassthru\AtaAtapiPassThru.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ataatapipassthru\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\ata\ataatapipassthru\IdeMode.c" />
<ClCompile Include="mdemodulepkg\bus\ata\atabusdxe\AtaBus.c" />
<ClCompile Include="mdemodulepkg\bus\ata\atabusdxe\AtaPassThruExecute.c" />
<ClCompile Include="mdemodulepkg\bus\ata\atabusdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\i2c\i2cdxe\I2cBus.c" />
<ClCompile Include="mdemodulepkg\bus\i2c\i2cdxe\I2cDxe.c" />
<ClCompile Include="mdemodulepkg\bus\i2c\i2cdxe\I2cHost.c" />
<ClCompile Include="mdemodulepkg\bus\isa\isabusdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\isa\isabusdxe\IsaBusDxe.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2keyboarddxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2keyboarddxe\Ps2KbdCtrller.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2keyboarddxe\Ps2KbdTextIn.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2keyboarddxe\Ps2Keyboard.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2mousedxe\CommPs2.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2mousedxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\isa\ps2mousedxe\Ps2Mouse.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\Ehci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\EhciDebug.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\EhciReg.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\EhciSched.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\EhciUrb.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcidxe\UsbHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcipei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcipei\EhciSched.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcipei\EhciUrb.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcipei\EhcPeim.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ehcipei\UsbHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\idebuspei\AtapiPeim.c" />
<ClCompile Include="mdemodulepkg\bus\pci\incompatiblepcidevicesupportdxe\IncompatiblePciDeviceSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nondiscoverablepcidevicedxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nondiscoverablepcidevicedxe\NonDiscoverablePciDeviceDxe.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nondiscoverablepcidevicedxe\NonDiscoverablePciDeviceIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpress.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressBlockIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressDiskInfo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressHci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressPassthru.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\DevicePath.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPei.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiBlockIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiHci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiPassThru.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiS3.c" />
<ClCompile Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiStorageSecurity.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciBus.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciCommand.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciDeviceSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciDriverOverride.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciEnumerator.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciEnumeratorSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciHotPlugSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciLib.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciOptionRomSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciPowerManagement.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciResourceSupport.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcibusdxe\PciRomTable.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcihostbridgedxe\PciHostBridge.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcihostbridgedxe\PciRootBridgeIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcisioserialdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcisioserialdxe\Serial.c" />
<ClCompile Include="mdemodulepkg\bus\pci\pcisioserialdxe\SerialIo.c" />
<ClCompile Include="mdemodulepkg\bus\pci\satacontrollerdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\satacontrollerdxe\SataController.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\EmmcDevice.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\SdDevice.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\SdMmcPciHcDxe.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\SdMmcPciHci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\sdmmcpcihcpei\SdMmcPciHcPei.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ufspcihcdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ufspcihcdxe\UfsPciHcDxe.c" />
<ClCompile Include="mdemodulepkg\bus\pci\ufspcihcpei\UfsPciHcPei.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\Uhci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\UhciDebug.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\UhciQueue.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\UhciReg.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\UhciSched.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcidxe\UsbHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcipei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\uhcipei\UhcPeim.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcidxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcidxe\UsbHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcidxe\Xhci.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcidxe\XhciReg.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcidxe\XhciSched.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcipei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcipei\UsbHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcipei\XhciSched.c" />
<ClCompile Include="mdemodulepkg\bus\pci\xhcipei\XhcPeim.c" />
<ClCompile Include="mdemodulepkg\bus\scsi\scsibusdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\scsi\scsibusdxe\ScsiBus.c" />
<ClCompile Include="mdemodulepkg\bus\scsi\scsidiskdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\scsi\scsidiskdxe\ScsiDisk.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcblockiopei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcBlockIoPei.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcHci.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcdxe\EmmcBlockIo.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcdxe\EmmcDiskInfo.c" />
<ClCompile Include="mdemodulepkg\bus\sd\emmcdxe\EmmcDxe.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sdblockiopei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sdblockiopei\SdBlockIoPei.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sdblockiopei\SdHci.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sdblockiopei\SdHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sddxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sddxe\SdBlockIo.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sddxe\SdDiskInfo.c" />
<ClCompile Include="mdemodulepkg\bus\sd\sddxe\SdDxe.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufsblockiopei\DmaMem.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsBlockIoPei.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsHci.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsHcMem.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufspassthrudxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufspassthrudxe\UfsDevConfigProtocol.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufspassthrudxe\UfsPassThru.c" />
<ClCompile Include="mdemodulepkg\bus\ufs\ufspassthrudxe\UfsPassThruHci.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbotpei\BotPeim.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbotpei\PeiAtapi.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbotpei\PeiUsbLib.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbotpei\UsbBotPeim.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\UsbBus.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\UsbDesc.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\UsbEnumer.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\UsbHub.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbusdxe\UsbUtility.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbuspei\HubPeim.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbuspei\PeiUsbLib.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbuspei\UsbIoPeim.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbbuspei\UsbPeim.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbkbdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbkbdxe\EfiKey.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbkbdxe\KeyBoard.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassBoot.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassBot.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassCbi.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassDiskInfo.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassImpl.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmouseabsolutepointerdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmouseabsolutepointerdxe\MouseHid.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmouseabsolutepointerdxe\UsbMouseAbsolutePointer.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmousedxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmousedxe\MouseHid.c" />
<ClCompile Include="mdemodulepkg\bus\usb\usbmousedxe\UsbMouse.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\arm\DxeLoadFunc.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\DxeLoad.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\ebc\DxeLoadFunc.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\ia32\DxeLoadFunc.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\x64\DxeLoadFunc.c" />
<ClCompile Include="mdemodulepkg\core\dxeiplpeim\x64\VirtualMemory.c" />
<ClCompile Include="mdemodulepkg\core\dxe\dispatcher\Dependency.c" />
<ClCompile Include="mdemodulepkg\core\dxe\dispatcher\Dispatcher.c" />
<ClCompile Include="mdemodulepkg\core\dxe\dxemain\DxeMain.c" />
<ClCompile Include="mdemodulepkg\core\dxe\dxemain\DxeProtocolNotify.c" />
<ClCompile Include="mdemodulepkg\core\dxe\event\Event.c" />
<ClCompile Include="mdemodulepkg\core\dxe\event\Timer.c" />
<ClCompile Include="mdemodulepkg\core\dxe\event\Tpl.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvolblock\FwVolBlock.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvol\Ffs.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvol\FwVol.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvol\FwVolAttrib.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvol\FwVolRead.c" />
<ClCompile Include="mdemodulepkg\core\dxe\fwvol\FwVolWrite.c" />
<ClCompile Include="mdemodulepkg\core\dxe\gcd\Gcd.c" />
<ClCompile Include="mdemodulepkg\core\dxe\hand\DriverSupport.c" />
<ClCompile Include="mdemodulepkg\core\dxe\hand\Handle.c" />
<ClCompile Include="mdemodulepkg\core\dxe\hand\Locate.c" />
<ClCompile Include="mdemodulepkg\core\dxe\hand\Notify.c" />
<ClCompile Include="mdemodulepkg\core\dxe\image\Image.c" />
<ClCompile Include="mdemodulepkg\core\dxe\library\Library.c" />
<ClCompile Include="mdemodulepkg\core\dxe\mem\HeapGuard.c" />
<ClCompile Include="mdemodulepkg\core\dxe\mem\MemData.c" />
<ClCompile Include="mdemodulepkg\core\dxe\mem\MemoryProfileRecord.c" />
<ClCompile Include="mdemodulepkg\core\dxe\mem\Page.c" />
<ClCompile Include="mdemodulepkg\core\dxe\mem\Pool.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\DebugImageInfo.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\InstallConfigurationTable.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\MemoryAttributesTable.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\MemoryProtection.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\PropertiesTable.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\SetWatchdogTimer.c" />
<ClCompile Include="mdemodulepkg\core\dxe\misc\Stall.c" />
<ClCompile Include="mdemodulepkg\core\dxe\sectionextraction\CoreSectionExtraction.c" />
<ClCompile Include="mdemodulepkg\core\pei\bootmode\BootMode.c" />
<ClCompile Include="mdemodulepkg\core\pei\cpuio\CpuIo.c" />
<ClCompile Include="mdemodulepkg\core\pei\dependency\Dependency.c" />
<ClCompile Include="mdemodulepkg\core\pei\dispatcher\Dispatcher.c" />
<ClCompile Include="mdemodulepkg\core\pei\fwvol\FwVol.c" />
<ClCompile Include="mdemodulepkg\core\pei\hob\Hob.c" />
<ClCompile Include="mdemodulepkg\core\pei\image\Image.c" />
<ClCompile Include="mdemodulepkg\core\pei\memory\MemoryServices.c" />
<ClCompile Include="mdemodulepkg\core\pei\pcicfg2\PciCfg2.c" />
<ClCompile Include="mdemodulepkg\core\pei\peimain\PeiMain.c" />
<ClCompile Include="mdemodulepkg\core\pei\ppi\Ppi.c" />
<ClCompile Include="mdemodulepkg\core\pei\reset\Reset.c" />
<ClCompile Include="mdemodulepkg\core\pei\security\Security.c" />
<ClCompile Include="mdemodulepkg\core\pei\statuscode\StatusCode.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Dependency.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Dispatcher.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Handle.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\HeapGuard.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\InstallConfigurationTable.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Locate.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\MemoryAttributesTable.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Notify.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Page.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\PiSmmCore.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\PiSmmIpl.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Pool.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\Smi.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\SmiHandlerProfile.c" />
<ClCompile Include="mdemodulepkg\core\pismmcore\SmramProfileRecord.c" />
<ClCompile Include="mdemodulepkg\core\runtimedxe\Crc32.c" />
<ClCompile Include="mdemodulepkg\core\runtimedxe\Runtime.c" />
<ClCompile Include="mdemodulepkg\library\authvariablelibnull\AuthVariableLibNull.c" />
<ClCompile Include="mdemodulepkg\library\basebmpsupportlib\BmpSupportLib.c" />
<ClCompile Include="mdemodulepkg\library\basehoblibnull\BaseHobLibNull.c" />
<ClCompile Include="mdemodulepkg\library\baseipmilibnull\BaseIpmiLibNull.c" />
<ClCompile Include="mdemodulepkg\library\basememoryallocationlibnull\BaseMemoryAllocationLibNull.c" />
<ClCompile Include="mdemodulepkg\library\baseplatformhooklibnull\BasePlatformHookLibNull.c" />
<ClCompile Include="mdemodulepkg\library\baseresetsystemlibnull\BaseResetSystemLibNull.c" />
<ClCompile Include="mdemodulepkg\library\baseserialportlib16550\BaseSerialPortLib16550.c" />
<ClCompile Include="mdemodulepkg\library\basesortlib\BaseSortLib.c" />
<ClCompile Include="mdemodulepkg\library\bootlogolib\BootLogoLib.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\BmLib.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenance.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenanceManagerCustomizedUi.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenanceManagerCustomizedUiSupport.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootOption.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\ConsoleOption.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\Data.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\UpdatePage.c" />
<ClCompile Include="mdemodulepkg\library\bootmaintenancemanageruilib\Variable.c" />
<ClCompile Include="mdemodulepkg\library\bootmanageruilib\BootManager.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\BrotliDecompress.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\common\dictionary.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\common\transform.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\bit_reader.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\decode.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\huffman.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\state.c" />
<ClCompile Include="mdemodulepkg\library\brotlicustomdecompresslib\GuidedSectionExtraction.c" />
<ClCompile Include="mdemodulepkg\library\cpuexceptionhandlerlibnull\CpuExceptionHandlerLibNull.c" />
<ClCompile Include="mdemodulepkg\library\customizeddisplaylib\CustomizedDisplayLib.c" />
<ClCompile Include="mdemodulepkg\library\customizeddisplaylib\CustomizedDisplayLibInternal.c" />
<ClCompile Include="mdemodulepkg\library\debugagentlibnull\DebugAgentLibNull.c" />
<ClCompile Include="mdemodulepkg\library\devicemanageruilib\DeviceManager.c" />
<ClCompile Include="mdemodulepkg\library\displayupdateprogresslibgraphics\DisplayUpdateProgressLibGraphics.c" />
<ClCompile Include="mdemodulepkg\library\displayupdateprogresslibtext\DisplayUpdateProgressLibText.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\CapsuleOnDisk.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleProcessLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleProcessLibNull.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleReportLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleReportLibNull.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibfmp\DxeCapsuleRuntime.c" />
<ClCompile Include="mdemodulepkg\library\dxecapsulelibnull\DxeCapsuleLibNull.c" />
<ClCompile Include="mdemodulepkg\library\dxecorememoryallocationlib\DxeCoreMemoryProfileLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecorememoryallocationlib\DxeCoreMemoryProfileLibNull.c" />
<ClCompile Include="mdemodulepkg\library\dxecorememoryallocationlib\MemoryAllocationLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecoreperformancelib\DxeCorePerformanceLib.c" />
<ClCompile Include="mdemodulepkg\library\dxecrc32guidedsectionextractlib\DxeCrc32GuidedSectionExtractLib.c" />
<ClCompile Include="mdemodulepkg\library\dxedebugprinterrorlevellib\DxeDebugPrintErrorLevelLib.c" />
<ClCompile Include="mdemodulepkg\library\dxefileexplorerprotocol\DxeFileExplorerProtocol.c" />
<ClCompile Include="mdemodulepkg\library\dxehttplib\DxeHttpLib.c" />
<ClCompile Include="mdemodulepkg\library\dxeipmilibipmiprotocol\DxeIpmiLibIpmiProtocol.c" />
<ClCompile Include="mdemodulepkg\library\dxenetlib\DxeNetLib.c" />
<ClCompile Include="mdemodulepkg\library\dxenetlib\NetBuffer.c" />
<ClCompile Include="mdemodulepkg\library\dxeperformancelib\DxePerformanceLib.c" />
<ClCompile Include="mdemodulepkg\library\dxeprintlibprint2protocol\PrintLib.c" />
<ClCompile Include="mdemodulepkg\library\dxereportstatuscodelib\ReportStatusCodeLib.c" />
<ClCompile Include="mdemodulepkg\library\dxeresetsystemlib\DxeResetSystemLib.c" />
<ClCompile Include="mdemodulepkg\library\dxesecuritymanagementlib\DxeSecurityManagementLib.c" />
<ClCompile Include="mdemodulepkg\library\fileexplorerlib\FileExplorer.c" />
<ClCompile Include="mdemodulepkg\library\fmpauthenticationlibnull\FmpAuthenticationLibNull.c" />
<ClCompile Include="mdemodulepkg\library\framebufferbltlib\FrameBufferBltLib.c" />
<ClCompile Include="mdemodulepkg\library\lockboxnulllib\LockBoxNullLib.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\F86GuidedSectionExtraction.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\GuidedSectionExtraction.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\LzmaDecompress.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\Bra86.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\LzFind.c" />
<ClCompile Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\LzmaDec.c" />
<ClCompile Include="mdemodulepkg\library\nondiscoverabledeviceregistrationlib\NonDiscoverableDeviceRegistrationLib.c" />
<ClCompile Include="mdemodulepkg\library\oemhookstatuscodelibnull\OemHookStatusCodeLibNull.c" />
<ClCompile Include="mdemodulepkg\library\pcihostbridgelibnull\PciHostBridgeLibNull.c" />
<ClCompile Include="mdemodulepkg\library\peicrc32guidedsectionextractlib\PeiCrc32GuidedSectionExtractLib.c" />
<ClCompile Include="mdemodulepkg\library\peidebuglibdebugppi\DebugLib.c" />
<ClCompile Include="mdemodulepkg\library\peidebugprinthoblib\PeiDebugPrintHobLib.c" />
<ClCompile Include="mdemodulepkg\library\peidxedebuglibreportstatuscode\DebugLib.c" />
<ClCompile Include="mdemodulepkg\library\peiipmilibipmippi\PeiIpmiLibIpmiPpi.c" />
<ClCompile Include="mdemodulepkg\library\peiperformancelib\PeiPerformanceLib.c" />
<ClCompile Include="mdemodulepkg\library\peireportstatuscodelib\ReportStatusCodeLib.c" />
<ClCompile Include="mdemodulepkg\library\peiresetsystemlib\PeiResetSystemLib.c" />
<ClCompile Include="mdemodulepkg\library\pidxes3bootscriptlib\BootScriptExecute.c" />
<ClCompile Include="mdemodulepkg\library\pidxes3bootscriptlib\BootScriptSave.c" />
<ClCompile Include="mdemodulepkg\library\pismmcorememoryallocationlib\MemoryAllocationLib.c" />
<ClCompile Include="mdemodulepkg\library\pismmcorememoryallocationlib\PiSmmCoreMemoryProfileLib.c" />
<ClCompile Include="mdemodulepkg\library\pismmcorememoryallocationlib\PiSmmCoreMemoryProfileLibNull.c" />
<ClCompile Include="mdemodulepkg\library\pismmcoresmmservicestablelib\PiSmmCoreSmmServicesTableLib.c" />
<ClCompile Include="mdemodulepkg\library\platformbootmanagerlibnull\PlatformBootManager.c" />
<ClCompile Include="mdemodulepkg\library\platformhooklibserialportppi\PlatformHookLibSerialPortPpi.c" />
<ClCompile Include="mdemodulepkg\library\platformvarcleanuplib\PlatVarCleanupLib.c" />
<ClCompile Include="mdemodulepkg\library\resetutilitylib\ResetUtility.c" />
<ClCompile Include="mdemodulepkg\library\runtimedxereportstatuscodelib\ReportStatusCodeLib.c" />
<ClCompile Include="mdemodulepkg\library\runtimeresetsystemlib\RuntimeResetSystemLib.c" />
<ClCompile Include="mdemodulepkg\library\smmcoreperformancelib\SmmCorePerformanceLib.c" />
<ClCompile Include="mdemodulepkg\library\smmcoreplatformhooklibnull\SmmCorePlatformHookLibNull.c" />
<ClCompile Include="mdemodulepkg\library\smmipmilibsmmipmiprotocol\SmmIpmiLibSmmIpmiProtocol.c" />
<ClCompile Include="mdemodulepkg\library\smmlockboxlib\SmmLockBoxDxeLib.c" />
<ClCompile Include="mdemodulepkg\library\smmlockboxlib\SmmLockBoxPeiLib.c" />
<ClCompile Include="mdemodulepkg\library\smmlockboxlib\SmmLockBoxSmmLib.c" />
<ClCompile Include="mdemodulepkg\library\smmmemoryallocationprofilelib\MemoryAllocationLib.c" />
<ClCompile Include="mdemodulepkg\library\smmmemoryallocationprofilelib\SmmMemoryProfileLib.c" />
<ClCompile Include="mdemodulepkg\library\smmperformancelib\SmmPerformanceLib.c" />
<ClCompile Include="mdemodulepkg\library\smmreportstatuscodelib\ReportStatusCodeLib.c" />
<ClCompile Include="mdemodulepkg\library\smmsmihandlerprofilelib\SmmSmiHandlerProfileLib.c" />
<ClCompile Include="mdemodulepkg\library\tpmmeasurementlibnull\TpmMeasurementLibNull.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmBoot.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmBootDescription.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmConnect.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmConsole.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmDriverHealth.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmHotkey.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmLoadOption.c" />
<ClCompile Include="mdemodulepkg\library\uefibootmanagerlib\BmMisc.c" />
<ClCompile Include="mdemodulepkg\library\uefihiilib\HiiLanguage.c" />
<ClCompile Include="mdemodulepkg\library\uefihiilib\HiiLib.c" />
<ClCompile Include="mdemodulepkg\library\uefihiilib\HiiString.c" />
<ClCompile Include="mdemodulepkg\library\uefihiiserviceslib\UefiHiiServicesLib.c" />
<ClCompile Include="mdemodulepkg\library\uefimemoryallocationprofilelib\DxeMemoryProfileLib.c" />
<ClCompile Include="mdemodulepkg\library\uefimemoryallocationprofilelib\MemoryAllocationLib.c" />
<ClCompile Include="mdemodulepkg\library\uefisortlib\UefiSortLib.c" />
<ClCompile Include="mdemodulepkg\library\varcheckhiilib\VarCheckHiiGen.c" />
<ClCompile Include="mdemodulepkg\library\varcheckhiilib\VarCheckHiiGenFromFv.c" />
<ClCompile Include="mdemodulepkg\library\varcheckhiilib\VarCheckHiiGenFromHii.c" />
<ClCompile Include="mdemodulepkg\library\varcheckhiilib\VarCheckHiiLibNullClass.c" />
<ClCompile Include="mdemodulepkg\library\varchecklib\VarCheckLib.c" />
<ClCompile Include="mdemodulepkg\library\varcheckpcdlib\VarCheckPcdLibNullClass.c" />
<ClCompile Include="mdemodulepkg\library\varcheckuefilib\VarCheckUefiLibNullClass.c" />
<ClCompile Include="mdemodulepkg\logo\Logo.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpiplatformdxe\AcpiPlatform.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AcpiSdt.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AcpiTable.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AcpiTableProtocol.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\Aml.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AmlChild.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AmlNamespace.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AmlOption.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\acpitabledxe\AmlString.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\bootgraphicsresourcetabledxe\BootGraphicsResourceTableDxe.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\bootscriptexecutordxe\ia32\SetIdtEntry.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\bootscriptexecutordxe\ScriptExecute.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\bootscriptexecutordxe\x64\SetIdtEntry.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\firmwareperformancedatatabledxe\FirmwarePerformanceDxe.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\firmwareperformancedatatablepei\FirmwarePerformancePei.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\firmwareperformancedatatablesmm\FirmwarePerformanceSmm.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\s3savestatedxe\AcpiS3ContextSave.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\s3savestatedxe\S3SaveState.c" />
<ClCompile Include="mdemodulepkg\universal\acpi\smms3savestate\SmmS3SaveState.c" />
<ClCompile Include="mdemodulepkg\universal\bdsdxe\BdsEntry.c" />
<ClCompile Include="mdemodulepkg\universal\bdsdxe\HwErrRecSupport.c" />
<ClCompile Include="mdemodulepkg\universal\bdsdxe\Language.c" />
<ClCompile Include="mdemodulepkg\universal\bootmanagerpolicydxe\BootManagerPolicyDxe.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleondiskloadpei\CapsuleOnDiskLoadPei.c" />
<ClCompile Include="mdemodulepkg\universal\capsulepei\common\CapsuleCoalesce.c" />
<ClCompile Include="mdemodulepkg\universal\capsulepei\UefiCapsule.c" />
<ClCompile Include="mdemodulepkg\universal\capsulepei\x64\X64Entry.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\arm\CapsuleReset.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\CapsuleCache.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\CapsuleCacheNull.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\CapsuleReset.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\CapsuleService.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\SaveLongModeContext.c" />
<ClCompile Include="mdemodulepkg\universal\capsuleruntimedxe\x64\SaveLongModeContext.c" />
<ClCompile Include="mdemodulepkg\universal\console\conplatformdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\console\conplatformdxe\ConPlatform.c" />
<ClCompile Include="mdemodulepkg\universal\console\consplitterdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\console\consplitterdxe\ConSplitter.c" />
<ClCompile Include="mdemodulepkg\universal\console\consplitterdxe\ConSplitterGraphics.c" />
<ClCompile Include="mdemodulepkg\universal\console\graphicsconsoledxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\console\graphicsconsoledxe\GraphicsConsole.c" />
<ClCompile Include="mdemodulepkg\universal\console\graphicsconsoledxe\LaffStd.c" />
<ClCompile Include="mdemodulepkg\universal\console\graphicsoutputdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\console\graphicsoutputdxe\GraphicsOutput.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\Ansi.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\Terminal.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\TerminalConIn.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\TerminalConOut.c" />
<ClCompile Include="mdemodulepkg\universal\console\terminaldxe\Vtutf8.c" />
<ClCompile Include="mdemodulepkg\universal\debugportdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\debugportdxe\DebugPort.c" />
<ClCompile Include="mdemodulepkg\universal\debugservicepei\DebugServicePei.c" />
<ClCompile Include="mdemodulepkg\universal\debugsupportdxe\DebugSupport.c" />
<ClCompile Include="mdemodulepkg\universal\debugsupportdxe\ia32\PlDebugSupport.c" />
<ClCompile Include="mdemodulepkg\universal\debugsupportdxe\ia32\PlDebugSupportIa32.c" />
<ClCompile Include="mdemodulepkg\universal\debugsupportdxe\x64\PlDebugSupportX64.c" />
<ClCompile Include="mdemodulepkg\universal\devicepathdxe\DevicePath.c" />
<ClCompile Include="mdemodulepkg\universal\disk\cdexpresspei\PeiCdExpress.c" />
<ClCompile Include="mdemodulepkg\universal\disk\diskiodxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\disk\diskiodxe\DiskIo.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\ElTorito.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\Gpt.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\Mbr.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\Partition.c" />
<ClCompile Include="mdemodulepkg\universal\disk\partitiondxe\Udf.c" />
<ClCompile Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskBlockIo.c" />
<ClCompile Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskDriver.c" />
<ClCompile Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskFileExplorer.c" />
<ClCompile Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskImpl.c" />
<ClCompile Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskProtocol.c" />
<ClCompile Include="mdemodulepkg\universal\disk\udfdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\disk\udfdxe\File.c" />
<ClCompile Include="mdemodulepkg\universal\disk\udfdxe\FileName.c" />
<ClCompile Include="mdemodulepkg\universal\disk\udfdxe\FileSystemOperations.c" />
<ClCompile Include="mdemodulepkg\universal\disk\udfdxe\Udf.c" />
<ClCompile Include="mdemodulepkg\universal\disk\unicodecollation\englishdxe\UnicodeCollationEng.c" />
<ClCompile Include="mdemodulepkg\universal\displayenginedxe\FormDisplay.c" />
<ClCompile Include="mdemodulepkg\universal\displayenginedxe\InputHandler.c" />
<ClCompile Include="mdemodulepkg\universal\displayenginedxe\Popup.c" />
<ClCompile Include="mdemodulepkg\universal\displayenginedxe\ProcessOptions.c" />
<ClCompile Include="mdemodulepkg\universal\driverhealthmanagerdxe\DriverHealthManagerDxe.c" />
<ClCompile Include="mdemodulepkg\universal\driversampledxe\DriverSample.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\aarch64\EbcSupport.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\EbcDebuggerHook.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EbcDebuggerConfig.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\Edb.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdBranch.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdBreak.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdBreakpoint.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdExtIo.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdExtPci.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdGo.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdHelp.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdMemory.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdQuit.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdRegister.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdScope.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdStep.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCmdSymbol.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCommand.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbDisasm.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbDisasmSupport.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbHook.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSupportFile.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSupportString.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSupportUI.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSymbol.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\EbcExecute.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\EbcInt.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\ia32\EbcSupport.c" />
<ClCompile Include="mdemodulepkg\universal\ebcdxe\x64\EbcSupport.c" />
<ClCompile Include="mdemodulepkg\universal\esrtdxe\EsrtDxe.c" />
<ClCompile Include="mdemodulepkg\universal\esrtdxe\EsrtImpl.c" />
<ClCompile Include="mdemodulepkg\universal\esrtfmpdxe\EsrtFmp.c" />
<ClCompile Include="mdemodulepkg\universal\esrtfmpdxe\EsrtFmpDebugPrint.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWrite.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteDxe.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteSmm.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteSmmDxe.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteStandaloneMm.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteTraditionalMm.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\FtwMisc.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritedxe\UpdateWorkingBlock.c" />
<ClCompile Include="mdemodulepkg\universal\faulttolerantwritepei\FaultTolerantWritePei.c" />
<ClCompile Include="mdemodulepkg\universal\fileexplorerdxe\FileExplorerDxe.c" />
<ClCompile Include="mdemodulepkg\universal\fvsimplefilesystemdxe\ComponentName.c" />
<ClCompile Include="mdemodulepkg\universal\fvsimplefilesystemdxe\FvSimpleFileSystem.c" />
<ClCompile Include="mdemodulepkg\universal\fvsimplefilesystemdxe\FvSimpleFileSystemEntryPoint.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\ConfigKeywordHandler.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\ConfigRouting.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\Database.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\Font.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\HiiDatabaseEntry.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\Image.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\ImageEx.c" />
<ClCompile Include="mdemodulepkg\universal\hiidatabasedxe\String.c" />
<ClCompile Include="mdemodulepkg\universal\hiiresourcessampledxe\HiiResourcesSample.c" />
<ClCompile Include="mdemodulepkg\universal\legacyregion2dxe\LegacyRegion2.c" />
<ClCompile Include="mdemodulepkg\universal\loadfileonfv2\LoadFileOnFv2.c" />
<ClCompile Include="mdemodulepkg\universal\lockbox\smmlockbox\SmmLockBox.c" />
<ClCompile Include="mdemodulepkg\universal\memorytest\genericmemorytestdxe\LightMemoryTest.c" />
<ClCompile Include="mdemodulepkg\universal\memorytest\nullmemorytestdxe\NullMemoryTest.c" />
<ClCompile Include="mdemodulepkg\universal\metronome\Metronome.c" />
<ClCompile Include="mdemodulepkg\universal\monotoniccounterruntimedxe\MonotonicCounter.c" />
<ClCompile Include="mdemodulepkg\universal\pcatsinglesegmentpcicfg2pei\PciCfg2.c" />
<ClCompile Include="mdemodulepkg\universal\pcd\dxe\Pcd.c" />
<ClCompile Include="mdemodulepkg\universal\pcd\dxe\Service.c" />
<ClCompile Include="mdemodulepkg\universal\pcd\pei\Pcd.c" />
<ClCompile Include="mdemodulepkg\universal\pcd\pei\Service.c" />
<ClCompile Include="mdemodulepkg\universal\platformdrioverridedxe\PlatDriOverrideDxe.c" />
<ClCompile Include="mdemodulepkg\universal\platformdrioverridedxe\PlatDriOverrideLib.c" />
<ClCompile Include="mdemodulepkg\universal\printdxe\Print.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\ascii.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\OnigurumaIntrinsics.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\OnigurumaUefiPort.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\onig_init.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regcomp.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regenc.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regerror.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regexec.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\reggnu.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regparse.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regposerr.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regposix.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regsyntax.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regtrav.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regversion.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\st.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_egcb_data.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_fold1_key.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_fold2_key.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_fold3_key.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_fold_data.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_property_data.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_property_data_posix.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_unfold_key.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\unicode_wb_data.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\utf16_le.c" />
<ClCompile Include="mdemodulepkg\universal\regularexpressiondxe\RegularExpressionDxe.c" />
<ClCompile Include="mdemodulepkg\universal\reportstatuscoderouter\pei\ReportStatusCodeRouterPei.c" />
<ClCompile Include="mdemodulepkg\universal\reportstatuscoderouter\runtimedxe\ReportStatusCodeRouterRuntimeDxe.c" />
<ClCompile Include="mdemodulepkg\universal\reportstatuscoderouter\smm\ReportStatusCodeRouterSmm.c" />
<ClCompile Include="mdemodulepkg\universal\resetsystempei\ResetSystem.c" />
<ClCompile Include="mdemodulepkg\universal\resetsystemruntimedxe\ResetSystem.c" />
<ClCompile Include="mdemodulepkg\universal\sectionextractiondxe\SectionExtractionDxe.c" />
<ClCompile Include="mdemodulepkg\universal\sectionextractionpei\SectionExtractionPei.c" />
<ClCompile Include="mdemodulepkg\universal\securitystubdxe\Defer3rdPartyImageLoad.c" />
<ClCompile Include="mdemodulepkg\universal\securitystubdxe\SecurityStub.c" />
<ClCompile Include="mdemodulepkg\universal\serialdxe\SerialIo.c" />
<ClCompile Include="mdemodulepkg\universal\setupbrowserdxe\Expression.c" />
<ClCompile Include="mdemodulepkg\universal\setupbrowserdxe\IfrParse.c" />
<ClCompile Include="mdemodulepkg\universal\setupbrowserdxe\Presentation.c" />
<ClCompile Include="mdemodulepkg\universal\setupbrowserdxe\Setup.c" />
<ClCompile Include="mdemodulepkg\universal\smbiosdxe\SmbiosDxe.c" />
<ClCompile Include="mdemodulepkg\universal\smbiosmeasurementdxe\SmbiosMeasurementDxe.c" />
<ClCompile Include="mdemodulepkg\universal\smmcommunicationbufferdxe\SmmCommunicationBufferDxe.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\pei\MemoryStausCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\pei\SerialStatusCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\pei\StatusCodeHandlerPei.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\runtimedxe\MemoryStatusCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\runtimedxe\SerialStatusCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\runtimedxe\StatusCodeHandlerRuntimeDxe.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\smm\MemoryStatusCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\smm\SerialStatusCodeWorker.c" />
<ClCompile Include="mdemodulepkg\universal\statuscodehandler\smm\StatusCodeHandlerSmm.c" />
<ClCompile Include="mdemodulepkg\universal\timestampdxe\TimestampDxe.c" />
<ClCompile Include="mdemodulepkg\universal\variable\pei\Variable.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\Measurement.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\Reclaim.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\SpeculationBarrierDxe.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\SpeculationBarrierSmm.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\TcgMorLockDxe.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\TcgMorLockSmm.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VarCheck.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\Variable.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableDxe.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableExLib.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableSmm.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableSmmRuntimeDxe.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableStandaloneMm.c" />
<ClCompile Include="mdemodulepkg\universal\variable\runtimedxe\VariableTraditionalMm.c" />
<ClCompile Include="mdemodulepkg\universal\watchdogtimerdxe\WatchdogTimer.c" />
<ClCompile Include="mdepkg\library\basecachemaintenancelib\ArmCache.c" />
<ClCompile Include="mdepkg\library\basecachemaintenancelib\EbcCache.c" />
<ClCompile Include="mdepkg\library\basecachemaintenancelib\X86Cache.c" />
<ClCompile Include="mdepkg\library\basecpulib\ebc\CpuSleepFlushTlb.c" />
<ClCompile Include="mdepkg\library\basecpulib\ia32\CpuFlushTlb.c" />
<ClCompile Include="mdepkg\library\basecpulib\ia32\CpuFlushTlbGcc.c" />
<ClCompile Include="mdepkg\library\basecpulib\ia32\CpuSleep.c" />
<ClCompile Include="mdepkg\library\basecpulib\ia32\CpuSleepGcc.c" />
<ClCompile Include="mdepkg\library\basedebuglibnull\DebugLib.c" />
<ClCompile Include="mdepkg\library\basedebuglibserialport\DebugLib.c" />
<ClCompile Include="mdepkg\library\basedebugprinterrorlevellib\BaseDebugPrintErrorLevelLib.c" />
<ClCompile Include="mdepkg\library\baseextractguidedsectionlib\BaseExtractGuidedSectionLib.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoHighLevel.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLib.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibArm.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibArmVirt.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibEbc.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibGcc.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibMmioBuffer.c" />
<ClCompile Include="mdepkg\library\baseiolibintrinsic\IoLibMsc.c" />
<ClCompile Include="mdepkg\library\baselib\arm\InternalSwitchStack.c" />
<ClCompile Include="mdepkg\library\baselib\arm\Unaligned.c" />
<ClCompile Include="mdepkg\library\baselib\ARShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\BitField.c" />
<ClCompile Include="mdepkg\library\baselib\CheckSum.c" />
<ClCompile Include="mdepkg\library\baselib\ChkStkGcc.c" />
<ClCompile Include="mdepkg\library\baselib\Cpu.c" />
<ClCompile Include="mdepkg\library\baselib\CpuDeadLoop.c" />
<ClCompile Include="mdepkg\library\baselib\DivS64x64Remainder.c" />
<ClCompile Include="mdepkg\library\baselib\DivU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\DivU64x32Remainder.c" />
<ClCompile Include="mdepkg\library\baselib\DivU64x64Remainder.c" />
<ClCompile Include="mdepkg\library\baselib\ebc\CpuBreakpoint.c" />
<ClCompile Include="mdepkg\library\baselib\ebc\SetJumpLongJump.c" />
<ClCompile Include="mdepkg\library\baselib\ebc\SpeculationBarrier.c" />
<ClCompile Include="mdepkg\library\baselib\ebc\SwitchStack.c" />
<ClCompile Include="mdepkg\library\baselib\FilePaths.c" />
<ClCompile Include="mdepkg\library\baselib\GetPowerOfTwo32.c" />
<ClCompile Include="mdepkg\library\baselib\GetPowerOfTwo64.c" />
<ClCompile Include="mdepkg\library\baselib\HighBitSet32.c" />
<ClCompile Include="mdepkg\library\baselib\HighBitSet64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ARShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\CpuBreakpoint.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\CpuId.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\CpuIdEx.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\CpuPause.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DisableCache.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DisableInterrupts.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DisablePaging32.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DivS64x64Remainder.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DivU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\DivU64x32Remainder.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\EnableCache.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\EnableDisableInterrupts.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\EnableInterrupts.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\EnablePaging32.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\FlushCacheLine.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\FxRestore.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\FxSave.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\GccInline.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\InternalSwitchStack.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\Invd.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\LRotU64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\LShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ModU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\Monitor.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\MultU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\MultU64x64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\Mwait.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\Non-existing.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadCr0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadCr2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadCr3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadCr4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadCs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr1.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr5.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr6.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDr7.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadDs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadEflags.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadEs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadFs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadGdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadGs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadIdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadLdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm1.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm5.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm6.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMm7.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadMsr64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadPmc.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadSs.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadTr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\ReadTsc.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\RRotU64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\RShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\SwapBytes64.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\Wbinvd.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteCr0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteCr2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteCr3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteCr4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr1.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr5.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr6.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteDr7.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteGdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteIdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteLdtr.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm0.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm1.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm2.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm3.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm4.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm5.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm6.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMm7.c" />
<ClCompile Include="mdepkg\library\baselib\ia32\WriteMsr64.c" />
<ClCompile Include="mdepkg\library\baselib\LinkedList.c" />
<ClCompile Include="mdepkg\library\baselib\LongJump.c" />
<ClCompile Include="mdepkg\library\baselib\LowBitSet32.c" />
<ClCompile Include="mdepkg\library\baselib\LowBitSet64.c" />
<ClCompile Include="mdepkg\library\baselib\LRotU32.c" />
<ClCompile Include="mdepkg\library\baselib\LRotU64.c" />
<ClCompile Include="mdepkg\library\baselib\LShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\Math64.c" />
<ClCompile Include="mdepkg\library\baselib\ModU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\MultS64x64.c" />
<ClCompile Include="mdepkg\library\baselib\MultU64x32.c" />
<ClCompile Include="mdepkg\library\baselib\MultU64x64.c" />
<ClCompile Include="mdepkg\library\baselib\RRotU32.c" />
<ClCompile Include="mdepkg\library\baselib\RRotU64.c" />
<ClCompile Include="mdepkg\library\baselib\RShiftU64.c" />
<ClCompile Include="mdepkg\library\baselib\SafeString.c" />
<ClCompile Include="mdepkg\library\baselib\SetJump.c" />
<ClCompile Include="mdepkg\library\baselib\String.c" />
<ClCompile Include="mdepkg\library\baselib\SwapBytes16.c" />
<ClCompile Include="mdepkg\library\baselib\SwapBytes32.c" />
<ClCompile Include="mdepkg\library\baselib\SwapBytes64.c" />
<ClCompile Include="mdepkg\library\baselib\SwitchStack.c" />
<ClCompile Include="mdepkg\library\baselib\Unaligned.c" />
<ClCompile Include="mdepkg\library\baselib\x64\CpuBreakpoint.c" />
<ClCompile Include="mdepkg\library\baselib\x64\GccInline.c" />
<ClCompile Include="mdepkg\library\baselib\x64\Non-existing.c" />
<ClCompile Include="mdepkg\library\baselib\x64\ReadMsr64.c" />
<ClCompile Include="mdepkg\library\baselib\x64\WriteMsr64.c" />
<ClCompile Include="mdepkg\library\baselib\X86DisablePaging32.c" />
<ClCompile Include="mdepkg\library\baselib\X86DisablePaging64.c" />
<ClCompile Include="mdepkg\library\baselib\X86EnablePaging32.c" />
<ClCompile Include="mdepkg\library\baselib\X86EnablePaging64.c" />
<ClCompile Include="mdepkg\library\baselib\X86FxRestore.c" />
<ClCompile Include="mdepkg\library\baselib\X86FxSave.c" />
<ClCompile Include="mdepkg\library\baselib\X86GetInterruptState.c" />
<ClCompile Include="mdepkg\library\baselib\X86MemoryFence.c" />
<ClCompile Include="mdepkg\library\baselib\X86Msr.c" />
<ClCompile Include="mdepkg\library\baselib\X86PatchInstruction.c" />
<ClCompile Include="mdepkg\library\baselib\X86RdRand.c" />
<ClCompile Include="mdepkg\library\baselib\X86ReadGdtr.c" />
<ClCompile Include="mdepkg\library\baselib\X86ReadIdtr.c" />
<ClCompile Include="mdepkg\library\baselib\X86SpeculationBarrier.c" />
<ClCompile Include="mdepkg\library\baselib\X86Thunk.c" />
<ClCompile Include="mdepkg\library\baselib\X86WriteGdtr.c" />
<ClCompile Include="mdepkg\library\baselib\X86WriteIdtr.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibmmx\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\arm\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\arm\ScanMemGeneric.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptdxe\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememoryliboptpei\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibrepstr\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylibsse2\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\CopyMem.c" />
<ClCompile Include="mdepkg\library\basememorylib\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\MemLibGeneric.c" />
<ClCompile Include="mdepkg\library\basememorylib\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\basememorylib\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\SetMem.c" />
<ClCompile Include="mdepkg\library\basememorylib\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\basememorylib\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\baseorderedcollectionredblacktreelib\BaseOrderedCollectionRedBlackTreeLib.c" />
<ClCompile Include="mdepkg\library\basepcdlibnull\PcdLib.c" />
<ClCompile Include="mdepkg\library\basepcicf8lib\PciCf8Lib.c" />
<ClCompile Include="mdepkg\library\basepciexpresslib\PciExpressLib.c" />
<ClCompile Include="mdepkg\library\basepcilibcf8\PciLib.c" />
<ClCompile Include="mdepkg\library\basepcilibpciexpress\PciLib.c" />
<ClCompile Include="mdepkg\library\basepcisegmentinfolibnull\PciSegmentInfoLib.c" />
<ClCompile Include="mdepkg\library\basepcisegmentlibpci\PciSegmentLib.c" />
<ClCompile Include="mdepkg\library\basepecoffextraactionlibnull\PeCoffExtraActionLib.c" />
<ClCompile Include="mdepkg\library\basepecoffgetentrypointlib\PeCoffGetEntryPoint.c" />
<ClCompile Include="mdepkg\library\basepecofflib\arm\PeCoffLoaderEx.c" />
<ClCompile Include="mdepkg\library\basepecofflib\BasePeCoff.c" />
<ClCompile Include="mdepkg\library\basepecofflib\PeCoffLoaderEx.c" />
<ClCompile Include="mdepkg\library\baseperformancelibnull\PerformanceLib.c" />
<ClCompile Include="mdepkg\library\basepostcodelibdebug\PostCode.c" />
<ClCompile Include="mdepkg\library\basepostcodelibport80\PostCode.c" />
<ClCompile Include="mdepkg\library\baseprintlib\PrintLib.c" />
<ClCompile Include="mdepkg\library\baseprintlib\PrintLibInternal.c" />
<ClCompile Include="mdepkg\library\basereportstatuscodelibnull\BaseReportStatusCodeLib.c" />
<ClCompile Include="mdepkg\library\basernglib\BaseRng.c" />
<ClCompile Include="mdepkg\library\bases3bootscriptlibnull\BootScriptLib.c" />
<ClCompile Include="mdepkg\library\bases3iolib\S3IoLib.c" />
<ClCompile Include="mdepkg\library\bases3pcilib\S3PciLib.c" />
<ClCompile Include="mdepkg\library\bases3pcisegmentlib\S3PciSegmentLib.c" />
<ClCompile Include="mdepkg\library\bases3smbuslib\S3SmbusLib.c" />
<ClCompile Include="mdepkg\library\bases3stalllib\S3StallLib.c" />
<ClCompile Include="mdepkg\library\basesafeintlib\SafeIntLib.c" />
<ClCompile Include="mdepkg\library\basesafeintlib\SafeIntLib32.c" />
<ClCompile Include="mdepkg\library\basesafeintlib\SafeIntLib64.c" />
<ClCompile Include="mdepkg\library\basesafeintlib\SafeIntLibEbc.c" />
<ClCompile Include="mdepkg\library\baseserialportlibnull\BaseSerialPortLibNull.c" />
<ClCompile Include="mdepkg\library\basesmbuslibnull\BaseSmbusLibNull.c" />
<ClCompile Include="mdepkg\library\basestackchecklib\BaseStackCheckGcc.c" />
<ClCompile Include="mdepkg\library\basestackchecklib\BaseStackCheckNull.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ebc\Synchronization.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ia32\GccInline.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ia32\InterlockedCompareExchange16.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ia32\InterlockedCompareExchange32.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ia32\InterlockedCompareExchange64.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\ia32\InternalGetSpinLockProperties.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\InterlockedDecrementMsc.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\InterlockedIncrementMsc.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\Synchronization.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\SynchronizationGcc.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\SynchronizationMsc.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\x64\GccInline.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\x64\InterlockedCompareExchange16.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\x64\InterlockedCompareExchange32.c" />
<ClCompile Include="mdepkg\library\basesynchronizationlib\x64\InterlockedCompareExchange64.c" />
<ClCompile Include="mdepkg\library\basetimerlibnulltemplate\TimerLibNull.c" />
<ClCompile Include="mdepkg\library\baseuefidecompresslib\BaseUefiDecompressLib.c" />
<ClCompile Include="mdepkg\library\baseuefidecompresslib\BaseUefiTianoCustomDecompressLib.c" />
<ClCompile Include="mdepkg\library\dxecoreentrypoint\DxeCoreEntryPoint.c" />
<ClCompile Include="mdepkg\library\dxecorehoblib\HobLib.c" />
<ClCompile Include="mdepkg\library\dxeextractguidedsectionlib\DxeExtractGuidedSectionLib.c" />
<ClCompile Include="mdepkg\library\dxehoblib\HobLib.c" />
<ClCompile Include="mdepkg\library\dxehstilib\HstiAip.c" />
<ClCompile Include="mdepkg\library\dxehstilib\HstiDxe.c" />
<ClCompile Include="mdepkg\library\dxeiolibcpuio2\IoHighLevel.c" />
<ClCompile Include="mdepkg\library\dxeiolibcpuio2\IoLib.c" />
<ClCompile Include="mdepkg\library\dxeiolibcpuio2\IoLibMmioBuffer.c" />
<ClCompile Include="mdepkg\library\dxepcdlib\DxePcdLib.c" />
<ClCompile Include="mdepkg\library\dxeruntimedebuglibserialport\DebugLib.c" />
<ClCompile Include="mdepkg\library\dxeruntimepciexpresslib\PciExpressLib.c" />
<ClCompile Include="mdepkg\library\dxeserviceslib\Allocate.c" />
<ClCompile Include="mdepkg\library\dxeserviceslib\DxeServicesLib.c" />
<ClCompile Include="mdepkg\library\dxeserviceslib\x64\Allocate.c" />
<ClCompile Include="mdepkg\library\dxeservicestablelib\DxeServicesTableLib.c" />
<ClCompile Include="mdepkg\library\dxesmbuslib\DxeSmbusLib.c" />
<ClCompile Include="mdepkg\library\dxesmbuslib\SmbusLib.c" />
<ClCompile Include="mdepkg\library\mmservicestablelib\MmServicesTableLib.c" />
<ClCompile Include="mdepkg\library\pcisegmentlibsegmentinfo\BasePciSegmentLib.c" />
<ClCompile Include="mdepkg\library\pcisegmentlibsegmentinfo\DxeRuntimePciSegmentLib.c" />
<ClCompile Include="mdepkg\library\pcisegmentlibsegmentinfo\PciSegmentLibCommon.c" />
<ClCompile Include="mdepkg\library\peicoreentrypoint\PeiCoreEntryPoint.c" />
<ClCompile Include="mdepkg\library\peidxepostcodelibreportstatuscode\PostCode.c" />
<ClCompile Include="mdepkg\library\peiextractguidedsectionlib\PeiExtractGuidedSectionLib.c" />
<ClCompile Include="mdepkg\library\peihoblib\HobLib.c" />
<ClCompile Include="mdepkg\library\peiiolibcpuio\IoHighLevel.c" />
<ClCompile Include="mdepkg\library\peiiolibcpuio\IoLib.c" />
<ClCompile Include="mdepkg\library\peiiolibcpuio\IoLibMmioBuffer.c" />
<ClCompile Include="mdepkg\library\peimemoryallocationlib\MemoryAllocationLib.c" />
<ClCompile Include="mdepkg\library\peimemorylib\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\MemLib.c" />
<ClCompile Include="mdepkg\library\peimemorylib\MemLibGeneric.c" />
<ClCompile Include="mdepkg\library\peimemorylib\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\peimemorylib\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\peimemorylib\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\peimentrypoint\PeimEntryPoint.c" />
<ClCompile Include="mdepkg\library\peipcdlib\PeiPcdLib.c" />
<ClCompile Include="mdepkg\library\peipcilibpcicfg2\PciLib.c" />
<ClCompile Include="mdepkg\library\peipcisegmentlibpcicfg2\PciSegmentLib.c" />
<ClCompile Include="mdepkg\library\peiresourcepublicationlib\PeiResourcePublicationLib.c" />
<ClCompile Include="mdepkg\library\peiserviceslib\PeiServicesLib.c" />
<ClCompile Include="mdepkg\library\peiservicestablepointerlibidt\PeiServicesTablePointer.c" />
<ClCompile Include="mdepkg\library\peiservicestablepointerlib\PeiServicesTablePointer.c" />
<ClCompile Include="mdepkg\library\peismbuslibsmbus2ppi\PeiSmbusLib.c" />
<ClCompile Include="mdepkg\library\peismbuslibsmbus2ppi\SmbusLib.c" />
<ClCompile Include="mdepkg\library\registerfilterlibnull\RegisterFilterLibNull.c" />
<ClCompile Include="mdepkg\library\secpeidxetimerlibcpu\X86TimerLib.c" />
<ClCompile Include="mdepkg\library\smihandlerprofilelibnull\SmiHandlerProfileLibNull.c" />
<ClCompile Include="mdepkg\library\smmiolibsmmcpuio2\IoHighLevel.c" />
<ClCompile Include="mdepkg\library\smmiolibsmmcpuio2\IoLib.c" />
<ClCompile Include="mdepkg\library\smmiolibsmmcpuio2\IoLibMmioBuffer.c" />
<ClCompile Include="mdepkg\library\smmiolib\SmmIoLib.c" />
<ClCompile Include="mdepkg\library\smmlibnull\SmmLibNull.c" />
<ClCompile Include="mdepkg\library\smmmemlib\SmmMemLib.c" />
<ClCompile Include="mdepkg\library\smmmemoryallocationlib\MemoryAllocationLib.c" />
<ClCompile Include="mdepkg\library\smmpciexpresslib\PciExpressLib.c" />
<ClCompile Include="mdepkg\library\smmpcilibpcirootbridgeio\PciLib.c" />
<ClCompile Include="mdepkg\library\smmperiodicsmilib\SmmPeriodicSmiLib.c" />
<ClCompile Include="mdepkg\library\smmservicestablelib\SmmServicesTableLib.c" />
<ClCompile Include="mdepkg\library\standalonemmdriverentrypoint\StandaloneMmDriverEntryPoint.c" />
<ClCompile Include="mdepkg\library\standalonemmservicestablelib\StandaloneMmServicesTableLib.c" />
<ClCompile Include="mdepkg\library\uefiapplicationentrypoint\ApplicationEntryPoint.c" />
<ClCompile Include="mdepkg\library\uefibootservicestablelib\UefiBootServicesTableLib.c" />
<ClCompile Include="mdepkg\library\uefidebuglibconout\DebugLib.c" />
<ClCompile Include="mdepkg\library\uefidebuglibconout\DebugLibConstructor.c" />
<ClCompile Include="mdepkg\library\uefidebuglibdebugportprotocol\DebugLib.c" />
<ClCompile Include="mdepkg\library\uefidebuglibdebugportprotocol\DebugLibConstructor.c" />
<ClCompile Include="mdepkg\library\uefidebuglibstderr\DebugLib.c" />
<ClCompile Include="mdepkg\library\uefidebuglibstderr\DebugLibConstructor.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlibdevicepathprotocol\UefiDevicePathLib.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlib\DevicePathFromText.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlib\DevicePathToText.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlib\DevicePathUtilities.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlib\UefiDevicePathLib.c" />
<ClCompile Include="mdepkg\library\uefidevicepathlib\UefiDevicePathLibOptionalDevicePathProtocol.c" />
<ClCompile Include="mdepkg\library\uefidriverentrypoint\DriverEntryPoint.c" />
<ClCompile Include="mdepkg\library\uefifilehandlelib\UefiFileHandleLib.c" />
<ClCompile Include="mdepkg\library\uefilib\Acpi.c" />
<ClCompile Include="mdepkg\library\uefilib\Console.c" />
<ClCompile Include="mdepkg\library\uefilib\UefiDriverModel.c" />
<ClCompile Include="mdepkg\library\uefilib\UefiLib.c" />
<ClCompile Include="mdepkg\library\uefilib\UefiLibPrint.c" />
<ClCompile Include="mdepkg\library\uefilib\UefiNotTiano.c" />
<ClCompile Include="mdepkg\library\uefimemoryallocationlib\MemoryAllocationLib.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\CompareMemWrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\CopyMemWrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\IsZeroBufferWrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\MemLib.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\MemLibGeneric.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\MemLibGuid.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\ScanMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\ScanMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\ScanMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\ScanMem8Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\SetMem16Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\SetMem32Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\SetMem64Wrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\SetMemWrapper.c" />
<ClCompile Include="mdepkg\library\uefimemorylib\ZeroMemWrapper.c" />
<ClCompile Include="mdepkg\library\uefipcilibpcirootbridgeio\PciLib.c" />
<ClCompile Include="mdepkg\library\uefipcisegmentlibpcirootbridgeio\PciSegmentLib.c" />
<ClCompile Include="mdepkg\library\uefiruntimelib\RuntimeLib.c" />
<ClCompile Include="mdepkg\library\uefiruntimeservicestablelib\UefiRuntimeServicesTableLib.c" />
<ClCompile Include="mdepkg\library\uefiscsilib\UefiScsiLib.c" />
<ClCompile Include="mdepkg\library\uefiusblib\Hid.c" />
<ClCompile Include="mdepkg\library\uefiusblib\UsbDxeLib.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\AptioMemoryFix.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\BootArgs.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\BootFixes.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\CustomSlide.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\MemoryMap.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\RtShims.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\ServiceOverrides.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\ummmalloc\UmmMalloc.c" />
<ClCompile Include="memoryfix\aptiomemoryfix\VMem.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\BootArgs.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\BootFixes.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\BootFixes3.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\DecodedKernelCheck.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\flatdevtree\device_tree.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\Lib.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\mach-o\Mach-O.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\NVRAMDebug.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\OsxAptioFix2Drv.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\OsxAptioFix3Drv.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\OsxAptioFixDrv.c" />
<ClCompile Include="memoryfix\osxaptiofixdrv\VMem.c" />
<ClCompile Include="memoryfix\osxlowmemfixdrv\Lib.c" />
<ClCompile Include="memoryfix\osxlowmemfixdrv\NVRAMDebug.c" />
<ClCompile Include="memoryfix\osxlowmemfixdrv\OsxLowMemFixDrv.c" />
<ClCompile Include="networkpkg\application\vconfig\VConfig.c" />
<ClCompile Include="networkpkg\arpdxe\ArpDriver.c" />
<ClCompile Include="networkpkg\arpdxe\ArpImpl.c" />
<ClCompile Include="networkpkg\arpdxe\ArpMain.c" />
<ClCompile Include="networkpkg\arpdxe\ComponentName.c" />
<ClCompile Include="networkpkg\dhcp4dxe\ComponentName.c" />
<ClCompile Include="networkpkg\dhcp4dxe\Dhcp4Driver.c" />
<ClCompile Include="networkpkg\dhcp4dxe\Dhcp4Impl.c" />
<ClCompile Include="networkpkg\dhcp4dxe\Dhcp4Io.c" />
<ClCompile Include="networkpkg\dhcp4dxe\Dhcp4Option.c" />
<ClCompile Include="networkpkg\dhcp6dxe\ComponentName.c" />
<ClCompile Include="networkpkg\dhcp6dxe\Dhcp6Driver.c" />
<ClCompile Include="networkpkg\dhcp6dxe\Dhcp6Impl.c" />
<ClCompile Include="networkpkg\dhcp6dxe\Dhcp6Io.c" />
<ClCompile Include="networkpkg\dhcp6dxe\Dhcp6Utility.c" />
<ClCompile Include="networkpkg\dnsdxe\ComponentName.c" />
<ClCompile Include="networkpkg\dnsdxe\DnsDhcp.c" />
<ClCompile Include="networkpkg\dnsdxe\DnsDriver.c" />
<ClCompile Include="networkpkg\dnsdxe\DnsImpl.c" />
<ClCompile Include="networkpkg\dnsdxe\DnsProtocol.c" />
<ClCompile Include="networkpkg\dpcdxe\Dpc.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootClient.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootComponentName.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootConfig.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootDhcp4.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootDhcp6.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootDxe.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootImpl.c" />
<ClCompile Include="networkpkg\httpbootdxe\HttpBootSupport.c" />
<ClCompile Include="networkpkg\httpdxe\ComponentName.c" />
<ClCompile Include="networkpkg\httpdxe\HttpDns.c" />
<ClCompile Include="networkpkg\httpdxe\HttpDriver.c" />
<ClCompile Include="networkpkg\httpdxe\HttpImpl.c" />
<ClCompile Include="networkpkg\httpdxe\HttpProto.c" />
<ClCompile Include="networkpkg\httpdxe\HttpsSupport.c" />
<ClCompile Include="networkpkg\httputilitiesdxe\HttpUtilitiesDxe.c" />
<ClCompile Include="networkpkg\httputilitiesdxe\HttpUtilitiesProtocol.c" />
<ClCompile Include="networkpkg\ip4dxe\ComponentName.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Common.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Config2Impl.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Config2Nv.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Driver.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Icmp.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4If.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Igmp.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Impl.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Input.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Option.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Output.c" />
<ClCompile Include="networkpkg\ip4dxe\Ip4Route.c" />
<ClCompile Include="networkpkg\ip6dxe\ComponentName.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Common.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6ConfigImpl.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6ConfigNv.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Driver.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Icmp.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6If.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Impl.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Input.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Mld.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Nd.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Option.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Output.c" />
<ClCompile Include="networkpkg\ip6dxe\Ip6Route.c" />
<ClCompile Include="networkpkg\iscsidxe\ComponentName.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiAuthenticationInfo.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiCHAP.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiConfig.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiDhcp.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiDhcp6.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiDns.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiDriver.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiExtScsiPassThru.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiIbft.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiInitiatorName.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiMisc.c" />
<ClCompile Include="networkpkg\iscsidxe\IScsiProto.c" />
<ClCompile Include="networkpkg\library\dxedpclib\DpcLib.c" />
<ClCompile Include="networkpkg\library\dxehttplib\DxeHttpLib.c" />
<ClCompile Include="networkpkg\library\dxeipiolib\DxeIpIoLib.c" />
<ClCompile Include="networkpkg\library\dxenetlib\DxeNetLib.c" />
<ClCompile Include="networkpkg\library\dxenetlib\NetBuffer.c" />
<ClCompile Include="networkpkg\library\dxetcpiolib\DxeTcpIoLib.c" />
<ClCompile Include="networkpkg\library\dxeudpiolib\DxeUdpIoLib.c" />
<ClCompile Include="networkpkg\mnpdxe\ComponentName.c" />
<ClCompile Include="networkpkg\mnpdxe\MnpConfig.c" />
<ClCompile Include="networkpkg\mnpdxe\MnpDriver.c" />
<ClCompile Include="networkpkg\mnpdxe\MnpIo.c" />
<ClCompile Include="networkpkg\mnpdxe\MnpMain.c" />
<ClCompile Include="networkpkg\mnpdxe\MnpVlan.c" />
<ClCompile Include="networkpkg\mtftp4dxe\ComponentName.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Driver.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Impl.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Option.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Rrq.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Support.c" />
<ClCompile Include="networkpkg\mtftp4dxe\Mtftp4Wrq.c" />
<ClCompile Include="networkpkg\mtftp6dxe\ComponentName.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Driver.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Impl.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Option.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Rrq.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Support.c" />
<ClCompile Include="networkpkg\mtftp6dxe\Mtftp6Wrq.c" />
<ClCompile Include="networkpkg\snpdxe\Callback.c" />
<ClCompile Include="networkpkg\snpdxe\ComponentName.c" />
<ClCompile Include="networkpkg\snpdxe\Get_status.c" />
<ClCompile Include="networkpkg\snpdxe\Initialize.c" />
<ClCompile Include="networkpkg\snpdxe\Mcast_ip_to_mac.c" />
<ClCompile Include="networkpkg\snpdxe\Nvdata.c" />
<ClCompile Include="networkpkg\snpdxe\Receive.c" />
<ClCompile Include="networkpkg\snpdxe\Receive_filters.c" />
<ClCompile Include="networkpkg\snpdxe\Reset.c" />
<ClCompile Include="networkpkg\snpdxe\Shutdown.c" />
<ClCompile Include="networkpkg\snpdxe\Snp.c" />
<ClCompile Include="networkpkg\snpdxe\Start.c" />
<ClCompile Include="networkpkg\snpdxe\Station_address.c" />
<ClCompile Include="networkpkg\snpdxe\Statistics.c" />
<ClCompile Include="networkpkg\snpdxe\Stop.c" />
<ClCompile Include="networkpkg\snpdxe\Transmit.c" />
<ClCompile Include="networkpkg\snpdxe\WaitForPacket.c" />
<ClCompile Include="networkpkg\tcpdxe\ComponentName.c" />
<ClCompile Include="networkpkg\tcpdxe\SockImpl.c" />
<ClCompile Include="networkpkg\tcpdxe\SockInterface.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpDispatcher.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpDriver.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpInput.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpIo.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpMain.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpMisc.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpOption.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpOutput.c" />
<ClCompile Include="networkpkg\tcpdxe\TcpTimer.c" />
<ClCompile Include="networkpkg\tlsauthconfigdxe\TlsAuthConfigDxe.c" />
<ClCompile Include="networkpkg\tlsauthconfigdxe\TlsAuthConfigImpl.c" />
<ClCompile Include="networkpkg\tlsdxe\TlsConfigProtocol.c" />
<ClCompile Include="networkpkg\tlsdxe\TlsDriver.c" />
<ClCompile Include="networkpkg\tlsdxe\TlsImpl.c" />
<ClCompile Include="networkpkg\tlsdxe\TlsProtocol.c" />
<ClCompile Include="networkpkg\udp4dxe\ComponentName.c" />
<ClCompile Include="networkpkg\udp4dxe\Udp4Driver.c" />
<ClCompile Include="networkpkg\udp4dxe\Udp4Impl.c" />
<ClCompile Include="networkpkg\udp4dxe\Udp4Main.c" />
<ClCompile Include="networkpkg\udp6dxe\ComponentName.c" />
<ClCompile Include="networkpkg\udp6dxe\Udp6Driver.c" />
<ClCompile Include="networkpkg\udp6dxe\Udp6Impl.c" />
<ClCompile Include="networkpkg\udp6dxe\Udp6Main.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\ComponentName.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcBoot.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcDhcp4.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcDhcp6.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcDriver.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcImpl.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcMtftp.c" />
<ClCompile Include="networkpkg\uefipxebcdxe\PxeBcSupport.c" />
<ClCompile Include="networkpkg\vlanconfigdxe\ComponentName.c" />
<ClCompile Include="networkpkg\vlanconfigdxe\VlanConfigDriver.c" />
<ClCompile Include="networkpkg\vlanconfigdxe\VlanConfigImpl.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrComponentName.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrDriver.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrFileUtil.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrHiiConfigAccess.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrImpl.c" />
<ClCompile Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrMisc.c" />
<ClCompile Include="opencorepkg\application\bootkicker\BootKicker.c" />
<ClCompile Include="opencorepkg\application\bootstrap\Bootstrap.c" />
<ClCompile Include="opencorepkg\application\chiptune\ChipTune.c" />
<ClCompile Include="opencorepkg\application\cleannvram\CleanNvram.c" />
<ClCompile Include="opencorepkg\application\gopstop\GopStop.c" />
<ClCompile Include="opencorepkg\application\hdacodecdump\HdaCodecDump.c" />
<ClCompile Include="opencorepkg\application\keytester\KeyTester.c" />
<ClCompile Include="opencorepkg\application\mmapdump\MmapDump.c" />
<ClCompile Include="opencorepkg\application\opencontrol\OpenControl.c" />
<ClCompile Include="opencorepkg\application\pavpprovision\PavpProvision.c" />
<ClCompile Include="opencorepkg\application\pavpprovision\PavpProvisionData.c" />
<ClCompile Include="opencorepkg\application\resetsystem\ResetSystem.c" />
<ClCompile Include="opencorepkg\application\rtcrw\RtcRw.c" />
<ClCompile Include="opencorepkg\application\verifymemopt\VerifyMemOpt.c" />
<ClCompile Include="opencorepkg\application\verifymsre2\VerifyMsrE2.c" />
<ClCompile Include="opencorepkg\debug\gdbsyms\GdbSyms.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\acpiresetdxe\Reset.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\bdsdxe\BdsEntry.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\biosvideo\BiosVideo.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\biosvideo\ComponentName.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\biosvideo\LegacyBiosThunk.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\cpudxe\CpuDxe.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\DxeInit.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\HobGeneration.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\ia32\EnterDxeCore.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\ia32\Paging.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\LegacyTable.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\x64\EnterDxeCore.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\dxeipl\x64\Paging.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\efildr\EfiLoader.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\efildr\PeLoader.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\efildr\Support.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\legacyregion2dxe\LegacyRegion2.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\ComponentName.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciBus.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciCommand.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciDeviceSupport.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciEnumerator.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciEnumeratorSupport.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciIo.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciPowerManagement.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\DeviceIo.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\PcatIo.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\PcatPciRootBridge.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\PcatPciRootBridgeDevicePath.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\PcatPciRootBridgeIo.c" />
<ClCompile Include="opencorepkg\legacy\bootplatform\smbiosgendxe\SmbiosGen.c" />
<ClCompile Include="opencorepkg\library\duetbdslib\BdsConnect.c" />
<ClCompile Include="opencorepkg\library\duetbdslib\BdsConsole.c" />
<ClCompile Include="opencorepkg\library\duetbdslib\BdsMisc.c" />
<ClCompile Include="opencorepkg\library\duetbdslib\BdsPlatform.c" />
<ClCompile Include="opencorepkg\library\duetbdslib\PlatformData.c" />
<ClCompile Include="opencorepkg\library\duettimerlib\X86TimerLib.c" />
<ClCompile Include="opencorepkg\library\ocacpilib\AcpiDump.c" />
<ClCompile Include="opencorepkg\library\ocacpilib\OcAcpiLib.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\CustomSlide.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\ia32\ContextSwitchSupport.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\KernelSupport.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\OcAfterBootCompatLib.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\ServiceOverrides.c" />
<ClCompile Include="opencorepkg\library\ocafterbootcompatlib\x64\ContextSwitchSupport.c" />
<ClCompile Include="opencorepkg\library\ocapfslib\OcApfsConnect.c" />
<ClCompile Include="opencorepkg\library\ocapfslib\OcApfsFusion.c" />
<ClCompile Include="opencorepkg\library\ocapfslib\OcApfsIo.c" />
<ClCompile Include="opencorepkg\library\ocapfslib\OcApfsLib.c" />
<ClCompile Include="opencorepkg\library\ocapplebootpolicylib\OcAppleBootPolicyLib.c" />
<ClCompile Include="opencorepkg\library\ocapplechunklistlib\OcAppleChunklistLib.c" />
<ClCompile Include="opencorepkg\library\ocapplediskimagelib\OcAppleDiskImageBlockIo.c" />
<ClCompile Include="opencorepkg\library\ocapplediskimagelib\OcAppleDiskImageLib.c" />
<ClCompile Include="opencorepkg\library\ocapplediskimagelib\OcAppleDiskImageLibInternal.c" />
<ClCompile Include="opencorepkg\library\ocappleeventlib\AppleKeyMap.c" />
<ClCompile Include="opencorepkg\library\ocappleeventlib\EventQueue.c" />
<ClCompile Include="opencorepkg\library\ocappleeventlib\KeyHandler.c" />
<ClCompile Include="opencorepkg\library\ocappleeventlib\OcAppleEventLib.c" />
<ClCompile Include="opencorepkg\library\ocappleeventlib\PointerHandler.c" />
<ClCompile Include="opencorepkg\library\ocappleimageconversionlib\OcAppleImageConversionLib.c" />
<ClCompile Include="opencorepkg\library\ocappleimageverificationlib\OcAppleImageVerification.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libderimg4\DER_Img4Manifest.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libderimg4\Img4oids.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\DER_CertCrl.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\DER_Decode.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\DER_Digest.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\DER_Encode.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\DER_Keys.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\libder\oids.c" />
<ClCompile Include="opencorepkg\library\ocappleimg4lib\OcAppleImg4Lib.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\CachelessContext.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\CommonPatches.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\KernelCollection.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\KernelReader.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\KernelVersion.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\KextPatcher.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\KxldState.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\Link.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\MkextContext.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\PrelinkedContext.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\PrelinkedKext.c" />
<ClCompile Include="opencorepkg\library\ocapplekernellib\Vtables.c" />
<ClCompile Include="opencorepkg\library\ocapplekeymaplib\OcAppleKeyMapLib.c" />
<ClCompile Include="opencorepkg\library\ocapplekeyslib\OcAppleKeysLib.c" />
<ClCompile Include="opencorepkg\library\ocappleramdisklib\OcAppleRamDiskLib.c" />
<ClCompile Include="opencorepkg\library\ocapplesecurebootlib\OcAppleSecureBootLib.c" />
<ClCompile Include="opencorepkg\library\ocappleuserinterfacethemelib\OcAppleUserInterfaceThemeLib.c" />
<ClCompile Include="opencorepkg\library\ocaudiolib\OcAudio.c" />
<ClCompile Include="opencorepkg\library\ocaudiolib\OcAudioGenBeep.c" />
<ClCompile Include="opencorepkg\library\ocaudiolib\OcAudioLib.c" />
<ClCompile Include="opencorepkg\library\ocaudiolib\OcAudioVoiceOver.c" />
<ClCompile Include="opencorepkg\library\ocaudiolib\OcAudioWave.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\AppleHibernate.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\ApplePanic.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\AppleRecovery.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\BootArguments.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\BootAudio.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\BootEntryInfo.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\BootEntryManagement.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\DefaultEntryChoice.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\DmgBootSupport.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\HotKeySupport.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\ImageLoader.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\OcBootManagementLib.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\PolicyManagement.c" />
<ClCompile Include="opencorepkg\library\ocbootmanagementlib\VariableManagement.c" />
<ClCompile Include="opencorepkg\library\ocbootservicestablelib\OcBootServicesTableLib.c" />
<ClCompile Include="opencorepkg\library\ocbootservicestablelib\UefiBootServicesTableLib.c" />
<ClCompile Include="opencorepkg\library\occompilerintrinsicslib\MsvcMath32.c" />
<ClCompile Include="opencorepkg\library\occompilerintrinsicslib\OcCompilerIntrinsicsLib.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\lzss\lzss.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\lzvn\lzvn.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\OcCompressionLib.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\adler32.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\compress.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\crc32.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\deflate.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\infback.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\inffast.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\inflate.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\inftrees.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\trees.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\uncompr.c" />
<ClCompile Include="opencorepkg\library\occompressionlib\zlib\zlib_uefi.c" />
<ClCompile Include="opencorepkg\library\occonfigurationlib\OcConfigurationLib.c" />
<ClCompile Include="opencorepkg\library\occonsolecontrolentrymodelib\OcConsoleControlEntryModeLib.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\ConsoleControl.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\ConsoleGop.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\FramebufferInfo.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\OcConsoleLib.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\ResolutionParsing.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\TextOutputBuiltin.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\TextOutputNull.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\TextOutputSystem.c" />
<ClCompile Include="opencorepkg\library\occonsolelib\UgaPassThrough.c" />
<ClCompile Include="opencorepkg\library\occpulib\AppleCpuSupport.c" />
<ClCompile Include="opencorepkg\library\occpulib\FrequencyDetect.c" />
<ClCompile Include="opencorepkg\library\occpulib\OcCpuLib.c" />
<ClCompile Include="opencorepkg\library\occryptolib\Aes.c" />
<ClCompile Include="opencorepkg\library\occryptolib\BigNumMontgomery.c" />
<ClCompile Include="opencorepkg\library\occryptolib\BigNumPrimitives.c" />
<ClCompile Include="opencorepkg\library\occryptolib\ChaCha.c" />
<ClCompile Include="opencorepkg\library\occryptolib\ia32\BigNumWordMul64.c" />
<ClCompile Include="opencorepkg\library\occryptolib\Md5.c" />
<ClCompile Include="opencorepkg\library\occryptolib\PasswordHash.c" />
<ClCompile Include="opencorepkg\library\occryptolib\RsaDigitalSign.c" />
<ClCompile Include="opencorepkg\library\occryptolib\SecureMem.c" />
<ClCompile Include="opencorepkg\library\occryptolib\Sha1.c" />
<ClCompile Include="opencorepkg\library\occryptolib\Sha2.c" />
<ClCompile Include="opencorepkg\library\occryptolib\x64\BigNumWordMul64.c" />
<ClCompile Include="opencorepkg\library\ocdatahublib\DataHub.c" />
<ClCompile Include="opencorepkg\library\ocdatahublib\OcDataHubLib.c" />
<ClCompile Include="opencorepkg\library\ocdebuglogliboc2clover\DebugHelp.c" />
<ClCompile Include="opencorepkg\library\ocdebuglogliboc2clover\DebugPrint.c" />
<ClCompile Include="opencorepkg\library\ocdebuglogliboc2clover\OcAppleLog.c" />
<ClCompile Include="opencorepkg\library\ocdebuglogliboc2clover\OcLog.c" />
<ClCompile Include="opencorepkg\library\ocdebugloglib\DebugHelp.c" />
<ClCompile Include="opencorepkg\library\ocdebugloglib\DebugPrint.c" />
<ClCompile Include="opencorepkg\library\ocdebugloglib\OcAppleLog.c" />
<ClCompile Include="opencorepkg\library\ocdebugloglib\OcDebugLogLib.c" />
<ClCompile Include="opencorepkg\library\ocdebugloglib\OcLog.c" />
<ClCompile Include="opencorepkg\library\ocdevicepathlib\ExpandDevicePath.c" />
<ClCompile Include="opencorepkg\library\ocdevicepathlib\OcDevicePathLib.c" />
<ClCompile Include="opencorepkg\library\ocdevicepropertylib\OcDevicePropertyLib.c" />
<ClCompile Include="opencorepkg\library\ocdevicetreelib\OcDeviceTreeLib.c" />
<ClCompile Include="opencorepkg\library\ocdriverconnectionlib\OcDriverConnectionLib.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\FileProtocol.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\FirmwareFile.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\FsConnectQuirk.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\GetFileInfo.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\GetVolumeLabel.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\GptPartitionEntry.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\LocateFileSystem.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\OpenFile.c" />
<ClCompile Include="opencorepkg\library\ocfilelib\ReadFile.c" />
<ClCompile Include="opencorepkg\library\ocfirmwarepasswordlib\OcFirmwarePasswordLib.c" />
<ClCompile Include="opencorepkg\library\ocfirmwarevolumelib\FvOnFv2Thunk.c" />
<ClCompile Include="opencorepkg\library\ocfirmwarevolumelib\OcFirmwareVolumeLib.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\Alignment.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\BitOverflow.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\Canary.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\NativeOverflow.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\TripleOverflow.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\Ubsan.c" />
<ClCompile Include="opencorepkg\library\ocguardlib\UbsanPrintf.c" />
<ClCompile Include="opencorepkg\library\ochashserviceslib\OcHashServicesLib.c" />
<ClCompile Include="opencorepkg\library\ochdadeviceslib\OcHdaDevicesLib.c" />
<ClCompile Include="opencorepkg\library\ochecilib\OcHeciLib.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\ConfigKeywordHandler.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\ConfigRouting.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\Database.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\Font.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\HiiDatabaseEntry.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\Image.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\ImageEx.c" />
<ClCompile Include="opencorepkg\library\ochiidatabaselib\String.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIK.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKData.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKMap.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKShim.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKSource.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKTarget.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\keycode\AIKTranslate.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\pointer\AIM.c" />
<ClCompile Include="opencorepkg\library\ocinputlib\timer\AIT.c" />
<ClCompile Include="opencorepkg\library\ocmacholib\CxxSymbols.c" />
<ClCompile Include="opencorepkg\library\ocmacholib\Fat.c" />
<ClCompile Include="opencorepkg\library\ocmacholib\Header.c" />
<ClCompile Include="opencorepkg\library\ocmacholib\Relocations.c" />
<ClCompile Include="opencorepkg\library\ocmacholib\Symbols.c" />
<ClCompile Include="opencorepkg\library\ocmacinfolib\AutoGenerated.c" />
<ClCompile Include="opencorepkg\library\ocmacinfolib\OcMacInfoLib.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\LegacyRegionLock.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\LegacyRegionUnLock.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\MemoryAlloc.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\MemoryAttributes.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\MemoryDebug.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\MemoryMap.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\UmmMalloc.c" />
<ClCompile Include="opencorepkg\library\ocmemorylib\VirtualMemory.c" />
<ClCompile Include="opencorepkg\library\ocmisclib\DataPatcher.c" />
<ClCompile Include="opencorepkg\library\ocmisclib\DirectReset.c" />
<ClCompile Include="opencorepkg\library\ocmisclib\Math.c" />
<ClCompile Include="opencorepkg\library\ocmisclib\ProtocolSupport.c" />
<ClCompile Include="opencorepkg\library\ocmisclib\ReleaseUsbOwnership.c" />
<ClCompile Include="opencorepkg\library\ocosinfolib\OcOSInfoLib.c" />
<ClCompile Include="opencorepkg\library\ocpecofflib\OcPeCoffLib.c" />
<ClCompile Include="opencorepkg\library\ocpnglib\lodepng.c" />
<ClCompile Include="opencorepkg\library\ocpnglib\OcPng.c" />
<ClCompile Include="opencorepkg\library\ocrnglib\OcRngLib.c" />
<ClCompile Include="opencorepkg\library\ocrtclib\AppleRtcRam.c" />
<ClCompile Include="opencorepkg\library\ocrtclib\OcRtcLib.c" />
<ClCompile Include="opencorepkg\library\ocserializelib\OcSerializeLib.c" />
<ClCompile Include="opencorepkg\library\ocsmbioslib\DebugSmbios.c" />
<ClCompile Include="opencorepkg\library\ocsmbioslib\SmbiosDump.c" />
<ClCompile Include="opencorepkg\library\ocsmbioslib\SmbiosInternal.c" />
<ClCompile Include="opencorepkg\library\ocsmbioslib\SmbiosPatch.c" />
<ClCompile Include="opencorepkg\library\ocsmclib\OcSmcLib.c" />
<ClCompile Include="opencorepkg\library\ocstoragelib\OcStorageLib.c" />
<ClCompile Include="opencorepkg\library\ocstringlib\OcAsciiLib.c" />
<ClCompile Include="opencorepkg\library\ocstringlib\OcUnicodeLib.c" />
<ClCompile Include="opencorepkg\library\octemplatelib\OcTemplateLib.c" />
<ClCompile Include="opencorepkg\library\octimerlib\OcTimerLib.c" />
<ClCompile Include="opencorepkg\library\ocunicodecollationenglib\OcUnicodeCollationEngCommon.c" />
<ClCompile Include="opencorepkg\library\ocunicodecollationenglib\OcUnicodeCollationEngGeneric.c" />
<ClCompile Include="opencorepkg\library\ocunicodecollationenglib\OcUnicodeCollationEngLocal.c" />
<ClCompile Include="opencorepkg\library\ocvirtualfslib\VirtualDir.c" />
<ClCompile Include="opencorepkg\library\ocvirtualfslib\VirtualFile.c" />
<ClCompile Include="opencorepkg\library\ocvirtualfslib\VirtualFs.c" />
<ClCompile Include="opencorepkg\library\ocvirtualfslib\VirtualVolume.c" />
<ClCompile Include="opencorepkg\library\ocxmllib\OcXmlLib.c" />
<ClCompile Include="opencorepkg\platform\crscreenshotdxe\CrScreenshotDxe.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\BitmapFont.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\GuiApp.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\input\InputSimAbsPtr.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\input\InputSimTextIn.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\OcBootstrap.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\OpenCanopy.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\output\OutputStGop.c" />
<ClCompile Include="opencorepkg\platform\opencanopy\views\BootPicker.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCore.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreAcpi.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreDevProps.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreKernel.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreKernelPatch.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreMisc.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreNvram.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCorePlatform.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreUefi.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreUefiAudio.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreUefiInOut.c" />
<ClCompile Include="opencorepkg\platform\opencore\OpenCoreVault.c" />
<ClCompile Include="opencorepkg\platform\openruntime\OpenRuntime.c" />
<ClCompile Include="opencorepkg\platform\openruntime\UefiRuntimeServices.c" />
<ClCompile Include="opencorepkg\platform\openusbkbdxe\AppleKey.c" />
<ClCompile Include="opencorepkg\platform\openusbkbdxe\ComponentName.c" />
<ClCompile Include="opencorepkg\platform\openusbkbdxe\EfiKey.c" />
<ClCompile Include="opencorepkg\platform\openusbkbdxe\KeyBoard.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\AudioDxe.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodec.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodecAudioIo.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodecComponentName.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodecInfo.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacontroller\HdaController.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacontroller\HdaControllerComponentName.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacontroller\HdaControllerHdaIo.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacontroller\HdaControllerInfo.c" />
<ClCompile Include="opencorepkg\staging\audiodxe\hdacontroller\HdaControllerMem.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\devstuff\src\fsw_posix.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\devstuff\src\tstmain.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\fsw_core.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\fsw_efi.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\fsw_efi_lib.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\fsw_hfs.c" />
<ClCompile Include="opencorepkg\staging\vboxhfs\fsw_lib.c" />
<ClCompile Include="opencorepkg\tests\acpitest\AcpiTest.c" />
<ClCompile Include="opencorepkg\tests\cryptotest\CryptoTest.c" />
<ClCompile Include="opencorepkg\tests\datahubtest\DataHubTest.c" />
<ClCompile Include="opencorepkg\tests\propertytest\PropertyTest.c" />
<ClCompile Include="opencorepkg\tests\smbiostest\SmbiosTest.c" />
<ClCompile Include="opencorepkg\user\library\BaseMemoryLib.c" />
<ClCompile Include="opencorepkg\user\library\BootServices.c" />
<ClCompile Include="opencorepkg\user\library\File.c" />
<ClCompile Include="opencorepkg\user\library\GlobalVar.c" />
<ClCompile Include="opencorepkg\user\library\OcDummy.c" />
<ClCompile Include="opencorepkg\user\library\Pcd.c" />
<ClCompile Include="opencorepkg\user\library\UserMath.c" />
<ClCompile Include="opencorepkg\user\library\UserMisc.c" />
<ClCompile Include="opencorepkg\utilities\appleefisigntool\AppleEfiBinary.c" />
<ClCompile Include="opencorepkg\utilities\appleefisigntool\AppleEfiSignTool.c" />
<ClCompile Include="opencorepkg\utilities\basetools\EfiLdrImage.c" />
<ClCompile Include="opencorepkg\utilities\basetools\GenPage.c" />
<ClCompile Include="opencorepkg\utilities\disklabel\disklabel.c" />
<ClCompile Include="opencorepkg\utilities\efirestool\EfiResTool.c" />
<ClCompile Include="opencorepkg\utilities\icnspack\icnspack.c" />
<ClCompile Include="opencorepkg\utilities\macserial\macserial.c" />
<ClCompile Include="opencorepkg\utilities\ocvalidate\ocvalidate.c" />
<ClCompile Include="opencorepkg\utilities\rsatool\RsaTool.c" />
<ClCompile Include="opencorepkg\utilities\testbmf\Bmf.c" />
<ClCompile Include="opencorepkg\utilities\testdiskimage\DiskImage.c" />
<ClCompile Include="opencorepkg\utilities\testdiskimage\FileDummy.c" />
<ClCompile Include="opencorepkg\utilities\testhelloworld\HelloWorld.c" />
<ClCompile Include="opencorepkg\utilities\testimg4\Img4.c" />
<ClCompile Include="opencorepkg\utilities\testkextinject\KextInject.c" />
<ClCompile Include="opencorepkg\utilities\testmacho\Macho.c" />
<ClCompile Include="opencorepkg\utilities\testpecoff\PeCoff.c" />
<ClCompile Include="opencorepkg\utilities\testrsapreprocess\RsaPreprocess.c" />
<ClCompile Include="opencorepkg\utilities\testsmbios\Smbios.c" />
<ClCompile Include="opencorepkg\utilities\winnvram\nvram.c" />
<ClCompile Include="pcatchipsetpkg\8254timerdxe\Timer.c" />
<ClCompile Include="pcatchipsetpkg\8259interruptcontrollerdxe\8259.c" />
<ClCompile Include="pcatchipsetpkg\bus\pci\idecontrollerdxe\ComponentName.c" />
<ClCompile Include="pcatchipsetpkg\bus\pci\idecontrollerdxe\IdeController.c" />
<ClCompile Include="pcatchipsetpkg\hpettimerdxe\HpetTimer.c" />
<ClCompile Include="pcatchipsetpkg\isaacpidxe\ComponentName.c" />
<ClCompile Include="pcatchipsetpkg\isaacpidxe\IsaAcpi.c" />
<ClCompile Include="pcatchipsetpkg\isaacpidxe\PcatIsaAcpi.c" />
<ClCompile Include="pcatchipsetpkg\library\acpitimerlib\AcpiTimerLib.c" />
<ClCompile Include="pcatchipsetpkg\library\acpitimerlib\BaseAcpiTimerLib.c" />
<ClCompile Include="pcatchipsetpkg\library\acpitimerlib\DxeAcpiTimerLib.c" />
<ClCompile Include="pcatchipsetpkg\library\acpitimerlib\PeiAcpiTimerLib.c" />
<ClCompile Include="pcatchipsetpkg\library\baseioapiclib\IoApicLib.c" />
<ClCompile Include="pcatchipsetpkg\library\resetsystemlib\ResetSystemLib.c" />
<ClCompile Include="pcatchipsetpkg\library\serialiolib\SerialPortLib.c" />
<ClCompile Include="pcatchipsetpkg\pcatrealtimeclockruntimedxe\PcRtc.c" />
<ClCompile Include="pcatchipsetpkg\pcatrealtimeclockruntimedxe\PcRtcEntry.c" />
<ClCompile Include="posixcompilation\clovermock\library\memloglibdefault\MemLogLib.c" />
<ClCompile Include="posixcompilation\debuglibs\autogen\AutoGen.c" />
<ClCompile Include="posixcompilation\releaselibs\autogen\AutoGen.c" />
<ClCompile Include="posixcompilation\uefimock\Globals.cpp" />
<ClCompile Include="posixcompilation\uefimock\library\BaseMemoryLib.c" />
<ClCompile Include="posixcompilation\uefimock\library\DebugLib.c" />
<ClCompile Include="posixcompilation\uefimock\library\MemoryAllocationLib.c" />
<ClCompile Include="posixcompilation\uefimock\library\PrintLib.c" />
<ClCompile Include="posixcompilation\xcode_utf_fixed.cpp" />
<ClCompile Include="protocols\appleimagecodec\AppleImageCodec.c" />
<ClCompile Include="protocols\appleimagecodec\load_bmp.c" />
<ClCompile Include="protocols\appleimagecodec\load_icns.c" />
<ClCompile Include="protocols\appleimagecodec\picopng.c" />
<ClCompile Include="protocols\applekeyaggregator\AppleKeyAggregator.c" />
<ClCompile Include="protocols\applekeyfeeder\AppleKeyFeeder.c" />
<ClCompile Include="protocols\applekeyfeeder\AppleKeyMapUtils.c" />
<ClCompile Include="protocols\applekeyfeeder\SimpleTextExProxy.c" />
<ClCompile Include="protocols\applekeyfeeder\SimpleTextProxy.c" />
<ClCompile Include="protocols\appleuitheme\AppleUITheme.c" />
<ClCompile Include="protocols\aptioinputfix\AptioInput.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIK.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKData.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKMap.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKShim.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKSource.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKTarget.c" />
<ClCompile Include="protocols\aptioinputfix\keycode\AIKTranslate.c" />
<ClCompile Include="protocols\aptioinputfix\pointer\AIM.c" />
<ClCompile Include="protocols\aptioinputfix\timer\AIT.c" />
<ClCompile Include="protocols\datahubdxe\DataHub.c" />
<ClCompile Include="protocols\datahubstderrdxe\DataHubStdErr.c" />
<ClCompile Include="protocols\driveroverride\DriverOverride.c" />
<ClCompile Include="protocols\dumpueficalls\AppleProtocols.c" />
<ClCompile Include="protocols\dumpueficalls\BootServices.c" />
<ClCompile Include="protocols\dumpueficalls\DataHub.c" />
<ClCompile Include="protocols\dumpueficalls\DumpUefiCalls.c" />
<ClCompile Include="protocols\dumpueficalls\FileLib.c" />
<ClCompile Include="protocols\dumpueficalls\Fs.c" />
<ClCompile Include="protocols\dumpueficalls\Lib.c" />
<ClCompile Include="protocols\dumpueficalls\Log.c" />
<ClCompile Include="protocols\dumpueficalls\MemLog.c" />
<ClCompile Include="protocols\dumpueficalls\RuntimeServices.c" />
<ClCompile Include="protocols\emuvariableuefi\EmuVariable.c" />
<ClCompile Include="protocols\emuvariableuefi\InitVariable.c" />
<ClCompile Include="protocols\firmwarevolume\FirmwareVolume.c" />
<ClCompile Include="protocols\firmwarevolume\FirmwareVolumePNG.c" />
<ClCompile Include="protocols\hashservicefix\HashServiceFix.c" />
<ClCompile Include="protocols\hashservicefix\sha1.c" />
<ClCompile Include="protocols\msglog\MsgLog.c" />
<ClCompile Include="protocols\osxfatbinarydrv\OsxFatBinaryDrv.c" />
<ClCompile Include="protocols\smchelper\SMCHelper.c" />
<ClCompile Include="refit_uefi\cpp_foundation\shared_ptr.cpp" />
<ClCompile Include="refit_uefi\cpp_foundation\unicode_conversions.cpp" />
<ClCompile Include="refit_uefi\cpp_foundation\XBuffer.cpp" />
<ClCompile Include="refit_uefi\cpp_foundation\XRBuffer.cpp" />
<ClCompile Include="refit_uefi\cpp_foundation\XString.cpp" />
<ClCompile Include="refit_uefi\cpp_foundation\XStringArray.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteArrayTypes.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteCompositeTypes.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteDictTypes.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteParser.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteSimpleTypes.cpp" />
<ClCompile Include="refit_uefi\cpp_lib\XmlLiteUnionTypes.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\all_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\config-test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\find_replace_mask_Clover_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\find_replace_mask_OC_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\global_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\LoadOptions_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\MacOsVersion_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\plist_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\printf_lite-test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\printlib-test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\strcasecmp_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\strcmp_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\strlen_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\strncmp_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XArray_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XBuffer_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\xml_lite-reapeatingdict-test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\xml_lite-test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XObjArray_tests.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XStringArray_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XString_test.cpp" />
<ClCompile Include="refit_uefi\cpp_unit_test\XToolsCommon_test.cpp" />
<ClCompile Include="refit_uefi\entry_scan\bootscreen.cpp" />
<ClCompile Include="refit_uefi\entry_scan\common.cpp" />
<ClCompile Include="refit_uefi\entry_scan\legacy.cpp" />
<ClCompile Include="refit_uefi\entry_scan\loader.cpp" />
<ClCompile Include="refit_uefi\entry_scan\lockedgraphics.cpp" />
<ClCompile Include="refit_uefi\entry_scan\secureboot.cpp" />
<ClCompile Include="refit_uefi\entry_scan\securehash.cpp" />
<ClCompile Include="refit_uefi\entry_scan\securemenu.cpp" />
<ClCompile Include="refit_uefi\entry_scan\securevars.cpp" />
<ClCompile Include="refit_uefi\entry_scan\tool.cpp" />
<ClCompile Include="refit_uefi\gui\menu_items\menu_items.cpp" />
<ClCompile Include="refit_uefi\gui\REFIT_MAINMENU_SCREEN.cpp" />
<ClCompile Include="refit_uefi\gui\REFIT_MENU_SCREEN.cpp" />
<ClCompile Include="refit_uefi\gui\shared_with_menu.cpp" />
<ClCompile Include="refit_uefi\libeg\BmLib.cpp" />
<ClCompile Include="refit_uefi\libeg\egemb_font.cpp" />
<ClCompile Include="refit_uefi\libeg\egemb_icons.cpp" />
<ClCompile Include="refit_uefi\libeg\egemb_icons_dark.cpp" />
<ClCompile Include="refit_uefi\libeg\FloatLib.cpp" />
<ClCompile Include="refit_uefi\libeg\image.cpp" />
<ClCompile Include="refit_uefi\libeg\libscreen.cpp" />
<ClCompile Include="refit_uefi\libeg\load_icns.cpp" />
<ClCompile Include="refit_uefi\libeg\lodepng.cpp" />
<ClCompile Include="refit_uefi\libeg\nanosvg.cpp" />
<ClCompile Include="refit_uefi\libeg\nanosvgrast.cpp" />
<ClCompile Include="refit_uefi\libeg\scroll_images.cpp" />
<ClCompile Include="refit_uefi\libeg\text.cpp" />
<ClCompile Include="refit_uefi\libeg\VectorGraphics.cpp" />
<ClCompile Include="refit_uefi\libeg\XCinema.cpp" />
<ClCompile Include="refit_uefi\libeg\XIcon.cpp" />
<ClCompile Include="refit_uefi\libeg\XImage.cpp" />
<ClCompile Include="refit_uefi\libeg\XPointer.cpp" />
<ClCompile Include="refit_uefi\libeg\XTheme.cpp" />
<ClCompile Include="refit_uefi\platformefi\BasicIO.cpp" />
<ClCompile Include="refit_uefi\platformefi\BootLog.cpp" />
<ClCompile Include="refit_uefi\platformefi\cpp_util\globals_ctor.cpp" />
<ClCompile Include="refit_uefi\platformefi\cpp_util\globals_dtor.cpp" />
<ClCompile Include="refit_uefi\platformefi\cpp_util\operatorNewDelete.cpp" />
<ClCompile Include="refit_uefi\platformefi\cpp_util\pure_virtual.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\abort.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\posix_additions.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\stdio.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\string.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\strings.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\strlen.cpp" />
<ClCompile Include="refit_uefi\platformefi\posix\wchar.cpp" />
<ClCompile Include="refit_uefi\platformposix+efi\BasicIO.cpp" />
<ClCompile Include="refit_uefi\platformposix+efi\BootLog.cpp" />
<ClCompile Include="refit_uefi\platformposix+efi\posix\abort.cpp" />
<ClCompile Include="refit_uefi\platformposix+efi\posix\clover_strlen.cpp" />
<ClCompile Include="refit_uefi\platformposix+efi\posix\posix_additions.cpp" />
<ClCompile Include="refit_uefi\platformposix\BasicIO.cpp" />
<ClCompile Include="refit_uefi\platformposix\BootLog.cpp" />
<ClCompile Include="refit_uefi\platformposix\posix\abort.cpp" />
<ClCompile Include="refit_uefi\platformposix\posix\clover_strlen.cpp" />
<ClCompile Include="refit_uefi\platform\AcpiPatcher.cpp" />
<ClCompile Include="refit_uefi\platform\AmlGenerator.cpp" />
<ClCompile Include="refit_uefi\platform\APFS.cpp" />
<ClCompile Include="refit_uefi\platform\ati.cpp" />
<ClCompile Include="refit_uefi\platform\b64cdecode.cpp" />
<ClCompile Include="refit_uefi\platform\BdsConnect.cpp" />
<ClCompile Include="refit_uefi\platform\BootOptions.cpp" />
<ClCompile Include="refit_uefi\platform\card_vlist.cpp" />
<ClCompile Include="refit_uefi\platform\CloverVersion.cpp" />
<ClCompile Include="refit_uefi\platform\Console.cpp" />
<ClCompile Include="refit_uefi\platform\cpu.cpp" />
<ClCompile Include="refit_uefi\platform\DataHub.cpp" />
<ClCompile Include="refit_uefi\platform\DataHubCpu.cpp" />
<ClCompile Include="refit_uefi\platform\device_inject.cpp" />
<ClCompile Include="refit_uefi\platform\Edid.cpp" />
<ClCompile Include="refit_uefi\platform\Events.cpp" />
<ClCompile Include="refit_uefi\platform\FixBiosDsdt.cpp" />
<ClCompile Include="refit_uefi\platform\gma.cpp" />
<ClCompile Include="refit_uefi\platform\guid.cpp" />
<ClCompile Include="refit_uefi\platform\hda.cpp" />
<ClCompile Include="refit_uefi\platform\HdaCodecDump.cpp" />
<ClCompile Include="refit_uefi\platform\Hibernate.cpp" />
<ClCompile Include="refit_uefi\platform\Injectors.cpp" />
<ClCompile Include="refit_uefi\platform\KERNEL_AND_KEXT_PATCHES.cpp" />
<ClCompile Include="refit_uefi\platform\kernel_patcher.cpp" />
<ClCompile Include="refit_uefi\platform\KextList.cpp" />
<ClCompile Include="refit_uefi\platform\kext_inject.cpp" />
<ClCompile Include="refit_uefi\platform\kext_patcher.cpp" />
<ClCompile Include="refit_uefi\platform\LegacyBiosThunk.cpp" />
<ClCompile Include="refit_uefi\platform\LegacyBoot.cpp" />
<ClCompile Include="refit_uefi\platform\MacOsVersion.cpp" />
<ClCompile Include="refit_uefi\platform\MemoryOperation.c" />
<ClCompile Include="refit_uefi\platform\nvidia.cpp" />
<ClCompile Include="refit_uefi\platform\Nvram.cpp" />
<ClCompile Include="refit_uefi\platform\platformdata.cpp" />
<ClCompile Include="refit_uefi\platform\PlatformDriverOverride.cpp" />
<ClCompile Include="refit_uefi\platform\plist\base64.cpp" />
<ClCompile Include="refit_uefi\platform\plist\plist.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagArray.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagBool.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagData.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagDate.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagDict.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagFloat.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagInt64.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagKey.cpp" />
<ClCompile Include="refit_uefi\platform\plist\TagString8.cpp" />
<ClCompile Include="refit_uefi\platform\plist\xml.cpp" />
<ClCompile Include="refit_uefi\platform\Settings.cpp" />
<ClCompile Include="refit_uefi\platform\SettingsUtils.cpp" />
<ClCompile Include="refit_uefi\platform\smbios.cpp" />
<ClCompile Include="refit_uefi\platform\SmbiosFillPatchingValues.cpp" />
<ClCompile Include="refit_uefi\platform\sound.cpp" />
<ClCompile Include="refit_uefi\platform\spd.cpp" />
<ClCompile Include="refit_uefi\platform\StartupSound.cpp" />
<ClCompile Include="refit_uefi\platform\StateGenerator.cpp" />
<ClCompile Include="refit_uefi\platform\usbfix.cpp" />
<ClCompile Include="refit_uefi\platform\Utils.cpp" />
<ClCompile Include="refit_uefi\platform\VersionString.cpp" />
<ClCompile Include="refit_uefi\platform\Volume.cpp" />
<ClCompile Include="refit_uefi\platform\Volumes.cpp" />
<ClCompile Include="refit_uefi\refit\icns.cpp" />
<ClCompile Include="refit_uefi\refit\lib.cpp" />
<ClCompile Include="refit_uefi\refit\main.cpp" />
<ClCompile Include="refit_uefi\refit\menu.cpp" />
<ClCompile Include="refit_uefi\refit\screen.cpp" />
<ClCompile Include="refit_uefi\settings\ConfigManager.cpp" />
<ClCompile Include="refit_uefi\settings\configplist\ConfigPlistAbstract.cpp" />
<ClCompile Include="refit_uefi\settings\configplist\Config_ACPI_DSDT.cpp" />
<ClCompile Include="refit_uefi\settings\configplist\Config_GUI.cpp" />
<ClCompile Include="refit_uefi\settings\configplist\Config_Quirks.cpp" />
<ClCompile Include="refit_uefi\settings\configplist\SMBIOSPlist.cpp" />
<ClCompile Include="refit_uefi\settings\Self.cpp" />
<ClCompile Include="refit_uefi\settings\SelfOem.cpp" />
<ClCompile Include="shellpkg\application\shellctestapp\ShellCTestApp.c" />
<ClCompile Include="shellpkg\application\shellexectestapp\SA.c" />
<ClCompile Include="shellpkg\application\shellsorttestapp\ShellSortTestApp.c" />
<ClCompile Include="shellpkg\application\shell\ConsoleLogger.c" />
<ClCompile Include="shellpkg\application\shell\ConsoleWrappers.c" />
<ClCompile Include="shellpkg\application\shell\FileHandleWrappers.c" />
<ClCompile Include="shellpkg\application\shell\Shell.c" />
<ClCompile Include="shellpkg\application\shell\ShellEnvVar.c" />
<ClCompile Include="shellpkg\application\shell\ShellManParser.c" />
<ClCompile Include="shellpkg\application\shell\ShellParametersProtocol.c" />
<ClCompile Include="shellpkg\application\shell\ShellProtocol.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\Dp.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\DpApp.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\DpDynamicCommand.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\DpProfile.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\DpTrace.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\DpUtilities.c" />
<ClCompile Include="shellpkg\dynamiccommand\dpdynamiccommand\Literals.c" />
<ClCompile Include="shellpkg\dynamiccommand\tftpdynamiccommand\Tftp.c" />
<ClCompile Include="shellpkg\dynamiccommand\tftpdynamiccommand\TftpApp.c" />
<ClCompile Include="shellpkg\dynamiccommand\tftpdynamiccommand\TftpDynamicCommand.c" />
<ClCompile Include="shellpkg\library\uefihandleparsinglib\UefiHandleParsingLib.c" />
<ClCompile Include="shellpkg\library\uefishellbcfgcommandlib\UefiShellBcfgCommandLib.c" />
<ClCompile Include="shellpkg\library\uefishellcentrylib\UefiShellCEntryLib.c" />
<ClCompile Include="shellpkg\library\uefishellcommandlib\ConsistMapping.c" />
<ClCompile Include="shellpkg\library\uefishellcommandlib\UefiShellCommandLib.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Comp.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Compress.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Dblk.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Dmem.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\DmpStore.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EditInputBar.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EditMenuBar.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EditStatusBar.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EditTitleBar.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\edit\Edit.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\edit\FileBuffer.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\edit\MainTextEditor.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\edit\Misc.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EfiCompress.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\EfiDecompress.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\BufferImage.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\Clipboard.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\DiskImage.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\FileImage.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\HexEdit.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\MainHexEditor.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\MemImage.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\hexedit\Misc.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\LoadPciRom.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\MemMap.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Mm.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Mode.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\Pci.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\SerMode.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\SetSize.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\SetVar.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\EventLogInfo.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\LibSmbiosView.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\PrintInfo.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\QueryTable.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\SmbiosView.c" />
<ClCompile Include="shellpkg\library\uefishelldebug1commandslib\UefiShellDebug1CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Connect.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Devices.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\DevTree.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Dh.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Disconnect.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Drivers.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\DrvCfg.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\DrvDiag.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\OpenInfo.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Reconnect.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\UefiShellDriver1CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelldriver1commandslib\Unload.c" />
<ClCompile Include="shellpkg\library\uefishellinstall1commandslib\Bcfg.c" />
<ClCompile Include="shellpkg\library\uefishellinstall1commandslib\UefiShellInstall1CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\Exit.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\For.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\Goto.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\If.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\Shift.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\Stall.c" />
<ClCompile Include="shellpkg\library\uefishelllevel1commandslib\UefiShellLevel1CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Attrib.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Cd.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Cp.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Load.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Ls.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Map.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\MkDir.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Mv.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Parse.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Reset.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Rm.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Set.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\TimeDate.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\UefiShellLevel2CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelllevel2commandslib\Vol.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Alias.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Cls.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Echo.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\GetMtc.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Help.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Pause.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Touch.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Type.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\UefiShellLevel3CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishelllevel3commandslib\Ver.c" />
<ClCompile Include="shellpkg\library\uefishelllib\UefiShellLib.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork1commandslib\Ifconfig.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork1commandslib\Ping.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork1commandslib\UefiShellNetwork1CommandsLib.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork2commandslib\Ifconfig6.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork2commandslib\Ping6.c" />
<ClCompile Include="shellpkg\library\uefishellnetwork2commandslib\UefiShellNetwork2CommandsLib.c" />
<ClCompile Include="signtool\SignTool.c" />
<ClCompile Include="trash\biosvideoauto\915resolution.c" />
<ClCompile Include="trash\biosvideoauto\autoresolution\libsaio\ati_resolution.c" />
<ClCompile Include="trash\biosvideoauto\autoresolution\libsaio\autoresolution.c" />
<ClCompile Include="trash\biosvideoauto\autoresolution\libsaio\edid.c" />
<ClCompile Include="trash\biosvideoauto\autoresolution\libsaio\gma_resolution.c" />
<ClCompile Include="trash\biosvideoauto\autoresolution\libsaio\nvidia_resolution.c" />
<ClCompile Include="trash\biosvideoauto\BiosVideo.c" />
<ClCompile Include="trash\biosvideoauto\BiosVideoNew.c" />
<ClCompile Include="trash\biosvideoauto\ComponentName.c" />
<ClCompile Include="trash\biosvideoauto\edid.c" />
<ClCompile Include="trash\biosvideoauto\LegacyBiosThunk.c" />
<ClCompile Include="trash\biosvideoauto\MsgLog.c" />
<ClCompile Include="trash\biosvideoauto\Resolution.c" />
<ClCompile Include="trash\biosvideoauto\resolution\915resolution.c" />
<ClCompile Include="trash\biosvideoauto\resolution\915resolution___.c" />
<ClCompile Include="trash\biosvideoauto\resolution\edid.c" />
<ClCompile Include="trash\biosvideoauto\resolution\Resolution.c" />
<ClCompile Include="trash\clover-genconfig\clover-genconfig.c" />
<ClCompile Include="trash\clover-genconfig\efidevp.c" />
<ClCompile Include="trash\clover-genconfig\gfxutil.c" />
<ClCompile Include="trash\clover-genconfig\utils.c" />
<ClCompile Include="trash\intelgmadxe\ComponentName.c" />
<ClCompile Include="trash\intelgmadxe\EDID.c" />
<ClCompile Include="trash\intelgmadxe\Gop.c" />
<ClCompile Include="trash\intelgmadxe\GraphicsOutput.c" />
<ClCompile Include="trash\intelgmadxe\ia32\CpuSupport.c" />
<ClCompile Include="trash\intelgmadxe\VideoModes.c" />
<ClCompile Include="trash\oemsmbiosgendxe\SmbiosGen.c" />
<ClCompile Include="trash\osxmmcdxe\ComponentName.c" />
<ClCompile Include="trash\osxmmcdxe\Diagnostics.c" />
<ClCompile Include="trash\osxmmcdxe\Mmc.c" />
<ClCompile Include="trash\osxmmcdxe\MmcBlockIo.c" />
<ClCompile Include="trash\osxsmbiosdxe\SmbiosDxe.c" />
<ClCompile Include="trash\pci.c" />
<ClCompile Include="trash\pcibusdxe\ComponentName.c" />
<ClCompile Include="trash\pcibusdxe\PciBus.c" />
<ClCompile Include="trash\pcibusdxe\PciCommand.c" />
<ClCompile Include="trash\pcibusdxe\PciDeviceSupport.c" />
<ClCompile Include="trash\pcibusdxe\PciDriverOverride.c" />
<ClCompile Include="trash\pcibusdxe\PciEnumerator.c" />
<ClCompile Include="trash\pcibusdxe\PciEnumeratorSupport.c" />
<ClCompile Include="trash\pcibusdxe\PciHotPlugSupport.c" />
<ClCompile Include="trash\pcibusdxe\PciIo.c" />
<ClCompile Include="trash\pcibusdxe\PciLib.c" />
<ClCompile Include="trash\pcibusdxe\PciOptionRomSupport.c" />
<ClCompile Include="trash\pcibusdxe\PciPowerManagement.c" />
<ClCompile Include="trash\pcibusdxe\PciResourceSupport.c" />
<ClCompile Include="trash\pcibusdxe\PciRomTable.c" />
<ClCompile Include="trash\Resolutions.c" />
<ClCompile Include="trash\stringTable.c" />
<ClCompile Include="trash\vboxidebusdxe\Ata.c" />
<ClCompile Include="trash\vboxidebusdxe\Atapi.c" />
<ClCompile Include="trash\vboxidebusdxe\ComponentName.c" />
<ClCompile Include="trash\vboxidebusdxe\DriverConfiguration.c" />
<ClCompile Include="trash\vboxidebusdxe\DriverDiagnostics.c" />
<ClCompile Include="trash\vboxidebusdxe\Ide.c" />
<ClCompile Include="trash\vboxidebusdxe\IdeBus.c" />
<ClCompile Include="trash\vboxidecontrollerdxe\ComponentName.c" />
<ClCompile Include="trash\vboxidecontrollerdxe\IdeController.c" />
<ClCompile Include="ueficpupkg\application\cpuid\Cpuid.c" />
<ClCompile Include="ueficpupkg\cpudxe\CpuDxe.c" />
<ClCompile Include="ueficpupkg\cpudxe\CpuGdt.c" />
<ClCompile Include="ueficpupkg\cpudxe\CpuMp.c" />
<ClCompile Include="ueficpupkg\cpudxe\CpuPageTable.c" />
<ClCompile Include="ueficpupkg\cpudxe\ia32\PagingAttribute.c" />
<ClCompile Include="ueficpupkg\cpudxe\x64\PagingAttribute.c" />
<ClCompile Include="ueficpupkg\cpufeatures\CpuFeaturesDxe.c" />
<ClCompile Include="ueficpupkg\cpufeatures\CpuFeaturesPei.c" />
<ClCompile Include="ueficpupkg\cpuio2dxe\CpuIo2Dxe.c" />
<ClCompile Include="ueficpupkg\cpuio2smm\CpuIo2Smm.c" />
<ClCompile Include="ueficpupkg\cpuiopei\CpuIoPei.c" />
<ClCompile Include="ueficpupkg\cpumppei\CpuBist.c" />
<ClCompile Include="ueficpupkg\cpumppei\CpuMp2Pei.c" />
<ClCompile Include="ueficpupkg\cpumppei\CpuMpPei.c" />
<ClCompile Include="ueficpupkg\cpumppei\CpuPaging.c" />
<ClCompile Include="ueficpupkg\cpus3datadxe\CpuS3Data.c" />
<ClCompile Include="ueficpupkg\library\basexapiclib\BaseXApicLib.c" />
<ClCompile Include="ueficpupkg\library\basexapicx2apiclib\BaseXApicX2ApicLib.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\Aesni.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\C1e.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\ClockModulation.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\CpuCommonFeaturesLib.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\Eist.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\FastStrings.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\FeatureControl.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\LimitCpuIdMaxval.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\MachineCheck.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\MonitorMwait.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\PendingBreak.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\Ppin.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\ProcTrace.c" />
<ClCompile Include="ueficpupkg\library\cpucommonfeatureslib\X2Apic.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\CpuExceptionCommon.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\DxeException.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\ia32\ArchExceptionHandler.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\PeiCpuException.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\PeiDxeSmmCpuException.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\SecPeiCpuException.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\SmmException.c" />
<ClCompile Include="ueficpupkg\library\cpuexceptionhandlerlib\x64\ArchExceptionHandler.c" />
<ClCompile Include="ueficpupkg\library\cputimerlib\BaseCpuTimerLib.c" />
<ClCompile Include="ueficpupkg\library\cputimerlib\CpuTimerLib.c" />
<ClCompile Include="ueficpupkg\library\cputimerlib\DxeCpuTimerLib.c" />
<ClCompile Include="ueficpupkg\library\cputimerlib\PeiCpuTimerLib.c" />
<ClCompile Include="ueficpupkg\library\mpinitlibup\MpInitLibUp.c" />
<ClCompile Include="ueficpupkg\library\mpinitlib\DxeMpLib.c" />
<ClCompile Include="ueficpupkg\library\mpinitlib\Microcode.c" />
<ClCompile Include="ueficpupkg\library\mpinitlib\MpLib.c" />
<ClCompile Include="ueficpupkg\library\mpinitlib\PeiMpLib.c" />
<ClCompile Include="ueficpupkg\library\mtrrlib\MtrrLib.c" />
<ClCompile Include="ueficpupkg\library\platformseclibnull\PlatformSecLibNull.c" />
<ClCompile Include="ueficpupkg\library\registercpufeatureslib\CpuFeaturesInitialize.c" />
<ClCompile Include="ueficpupkg\library\registercpufeatureslib\DxeRegisterCpuFeaturesLib.c" />
<ClCompile Include="ueficpupkg\library\registercpufeatureslib\PeiRegisterCpuFeaturesLib.c" />
<ClCompile Include="ueficpupkg\library\registercpufeatureslib\RegisterCpuFeaturesLib.c" />
<ClCompile Include="ueficpupkg\library\secpeidxetimerlibueficpu\X86TimerLib.c" />
<ClCompile Include="ueficpupkg\library\smmcpufeatureslib\ia32\SmmStmSupport.c" />
<ClCompile Include="ueficpupkg\library\smmcpufeatureslib\SmmCpuFeaturesLib.c" />
<ClCompile Include="ueficpupkg\library\smmcpufeatureslib\SmmCpuFeaturesLibNoStm.c" />
<ClCompile Include="ueficpupkg\library\smmcpufeatureslib\SmmStm.c" />
<ClCompile Include="ueficpupkg\library\smmcpufeatureslib\x64\SmmStmSupport.c" />
<ClCompile Include="ueficpupkg\library\smmcpuplatformhooklibnull\SmmCpuPlatformHookLibNull.c" />
<ClCompile Include="ueficpupkg\pismmcommunication\PiSmmCommunicationPei.c" />
<ClCompile Include="ueficpupkg\pismmcommunication\PiSmmCommunicationSmm.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\CpuS3.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\CpuService.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\ia32\PageTbl.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\ia32\Semaphore.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\ia32\SmmFuncsArch.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\ia32\SmmProfileArch.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\MpService.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\PiSmmCpuDxeSmm.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\SmmCpuMemoryManagement.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\SmmMp.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\SmmProfile.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\SmramSaveState.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\SyncTimer.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\x64\PageTbl.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\x64\Semaphore.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\x64\SmmFuncsArch.c" />
<ClCompile Include="ueficpupkg\pismmcpudxesmm\x64\SmmProfileArch.c" />
<ClCompile Include="ueficpupkg\seccore\FindPeiCore.c" />
<ClCompile Include="ueficpupkg\seccore\SecBist.c" />
<ClCompile Include="ueficpupkg\seccore\SecMain.c" />
<ClCompile Include="ueficpupkg\universal\acpi\s3resume2pei\S3Resume.c" />
<ClCompile Include="vc\cpp_tests\cpp_tests.cpp" />
<ClCompile Include="vc\cpp_tests\pch.cpp" />
<ClCompile Include="xcode\cloverconfigplistvalidator\old\poolprintfloat-test.cpp" />
<ClCompile Include="xcode\cloverconfigplistvalidator\src\main.cpp" />
<ClCompile Include="xcode\cloverconfigplistvalidator\src\Platform.cpp" />
<ClCompile Include="xcode\configvalidator\configvalidator\ConfigValidator.c" />
<ClCompile Include="xcode\cpp_tests\old\poolprintfloat-test.cpp" />
<ClCompile Include="xcode\cpp_tests\src\BaseLib.c" />
<ClCompile Include="xcode\cpp_tests\src\main.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="basetools\source\python\pkcs7sign\TestRoot.cer.gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer.inc" />
<None Include="basetools\source\python\pkcs7sign\TestRoot.cer.gFmpDevicePkgTokenSpaceGuid.PcdFmpDevicePkcs7CertBufferXdr.inc" />
<None Include="basetools\source\python\rsa2048sha256sign\TestSigningPublicKey.bin" />
<None Include="build\clover\release_vs2017\GlobalVar_199E24E0-0989-42aa-87F2-611A8C397E72_X64.bin" />
<None Include="cloverefi\cpudxe\ia32\CpuInterrupt.asm" />
<None Include="cloverefi\cpudxe\x64\CpuInterrupt.asm" />
<None Include="cloverefi\ueficpupkg\cpudxe\ia32\CpuAsm.asm" />
<None Include="cloverefi\ueficpupkg\cpudxe\ia32\IvtAsm.asm" />
<None Include="cloverefi\ueficpupkg\cpudxe\x64\CpuAsm.asm" />
<None Include="cloverefi\ueficpupkg\library\baseueficpulib\ia32\InitializeFpu.asm" />
<None Include="cloverefi\ueficpupkg\library\baseueficpulib\x64\InitializeFpu.asm" />
<None Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\ia32\ExceptionHandlerAsm.asm" />
<None Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\x64\ExceptionHandlerAsm.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\CommonMacros.inc" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\DebugDisabled.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia16\Init16.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia16\Real16ToFlat32.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia16\ResetVectorVtf0.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia32\Flat32ToFlat64.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia32\SearchForBfvBase.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ia32\SearchForSecEntry.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\Main.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\Port80Debug.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\PostCodes.inc" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\ResetVectorCode.asm" />
<None Include="cloverefi\ueficpupkg\resetvector\vtf0\SerialDebug.asm" />
<None Include="cloverpackage\cloverv2\bootsectors\usbs32.bin" />
<None Include="cloverpackage\package\resources\templates\Conclusion.html" />
<None Include="cloverpackage\package\resources\templates\Description.html" />
<None Include="cloverpackage\package\resources\templates\Welcome.html" />
<None Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\libgcrypt.def" />
<None Include="filesystems\vboxfsdxe\OverrideFunctions-kabyl.edk2.c.include" />
<None Include="legacybios\ia32\InterruptTable.asm" />
<None Include="legacybios\x64\InterruptTable.asm" />
<None Include="mdepkg\include\x64\Nasm.inc" />
<None Include="mdepkg\library\basecpulib\aarch64\CpuFlushTlb.asm" />
<None Include="mdepkg\library\basecpulib\aarch64\CpuSleep.asm" />
<None Include="mdepkg\library\basecpulib\arm\CpuFlushTlb.asm" />
<None Include="mdepkg\library\basecpulib\arm\CpuSleep.asm" />
<None Include="mdepkg\library\baseiolibintrinsic\aarch64\ArmVirtMmio.asm" />
<None Include="mdepkg\library\baseiolibintrinsic\arm\ArmVirtMmio.asm" />
<None Include="mdepkg\library\baselib\aarch64\CpuBreakpoint.asm" />
<None Include="mdepkg\library\baselib\aarch64\DisableInterrupts.asm" />
<None Include="mdepkg\library\baselib\aarch64\EnableInterrupts.asm" />
<None Include="mdepkg\library\baselib\aarch64\GetInterruptsState.asm" />
<None Include="mdepkg\library\baselib\aarch64\MemoryFence.asm" />
<None Include="mdepkg\library\baselib\aarch64\SetJumpLongJump.asm" />
<None Include="mdepkg\library\baselib\aarch64\SpeculationBarrier.asm" />
<None Include="mdepkg\library\baselib\aarch64\SwitchStack.asm" />
<None Include="mdepkg\library\baselib\arm\CpuBreakpoint.asm" />
<None Include="mdepkg\library\baselib\arm\CpuPause.asm" />
<None Include="mdepkg\library\baselib\arm\DisableInterrupts.asm" />
<None Include="mdepkg\library\baselib\arm\EnableInterrupts.asm" />
<None Include="mdepkg\library\baselib\arm\GetInterruptsState.asm" />
<None Include="mdepkg\library\baselib\arm\MemoryFence.asm" />
<None Include="mdepkg\library\baselib\arm\SetJumpLongJump.asm" />
<None Include="mdepkg\library\baselib\arm\SpeculationBarrier.asm" />
<None Include="mdepkg\library\baselib\arm\SwitchStack.asm" />
<None Include="mdepkg\library\baselib\x64\Nasm.inc" />
<None Include="mdepkg\library\basememoryliboptdxe\arm\CompareGuid.asm" />
<None Include="mdepkg\library\basememoryliboptdxe\arm\CompareMem.asm" />
<None Include="mdepkg\library\basememoryliboptdxe\arm\CopyMem.asm" />
<None Include="mdepkg\library\basememoryliboptdxe\arm\ScanMem.asm" />
<None Include="mdepkg\library\basememoryliboptdxe\arm\SetMem.asm" />
<None Include="mdepkg\library\basesynchronizationlib\aarch64\Synchronization.asm" />
<None Include="mdepkg\library\basesynchronizationlib\arm\Synchronization.asm" />
<None Include="mdepkg\MdeLibs.dsc.inc" />
<None Include="memoryfix\osxaptiofixdrv\x64\AsmFuncsX64.asm" />
<None Include="memoryfix\osxaptiofixdrv\x64\TestAsm32.asm" />
<None Include="Nasm.inc" />
<None Include="networkpkg\Network.dsc.inc" />
<None Include="networkpkg\Network.fdf.inc" />
<None Include="networkpkg\NetworkComponents.dsc.inc" />
<None Include="networkpkg\NetworkDefines.dsc.inc" />
<None Include="networkpkg\NetworkLibs.dsc.inc" />
<None Include="networkpkg\NetworkPcds.dsc.inc" />
<None Include="opencorepkg\library\ocbootmanagementlib\BootSignature.bin" />
<None Include="opencorepkg\utilities\testsmbios\Smbios.bin" />
<None Include="qemu\qemu_portable-v4.2.0\kvmvapic.bin" />
<None Include="qemu\qemu_portable-v4.2.0\vgabios-stdvga.bin" />
<None Include="qemu\qemu_portable-v5.2.0\bios-256k.bin" />
<None Include="qemu\qemu_portable-v5.2.0\kvmvapic.bin" />
<None Include="qemu\qemu_portable-v5.2.0\vgabios-stdvga.bin" />
<None Include="refit_uefi\platformia32\ftol.asm" />
<None Include="ueficpupkg\include\StuffRsbNasm.inc" />
<None Include="ueficpupkg\library\mpinitlib\ia32\MpEqu.inc" />
<None Include="ueficpupkg\library\mpinitlib\x64\MpEqu.inc" />
<None Include="ueficpupkg\resetvector\vtf0\CommonMacros.inc" />
<None Include="ueficpupkg\resetvector\vtf0\DebugDisabled.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia16\Init16.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia16\Real16ToFlat32.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia16\ResetVectorVtf0.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia32\Flat32ToFlat64.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia32\PageTables64.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia32\SearchForBfvBase.asm" />
<None Include="ueficpupkg\resetvector\vtf0\ia32\SearchForSecEntry.asm" />
<None Include="ueficpupkg\resetvector\vtf0\Main.asm" />
<None Include="ueficpupkg\resetvector\vtf0\Port80Debug.asm" />
<None Include="ueficpupkg\resetvector\vtf0\PostCodes.inc" />
<None Include="ueficpupkg\resetvector\vtf0\SerialDebug.asm" />
<None Include="ueficpupkg\resetvector\vtf0\x64\PageTables.asm" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="basetools\source\c\brotlicompress\common\constants.h" />
<ClInclude Include="basetools\source\c\brotlicompress\common\context.h" />
<ClInclude Include="basetools\source\c\brotlicompress\common\dictionary.h" />
<ClInclude Include="basetools\source\c\brotlicompress\common\platform.h" />
<ClInclude Include="basetools\source\c\brotlicompress\common\transform.h" />
<ClInclude Include="basetools\source\c\brotlicompress\common\version.h" />
<ClInclude Include="basetools\source\c\brotlicompress\dec\bit_reader.h" />
<ClInclude Include="basetools\source\c\brotlicompress\dec\huffman.h" />
<ClInclude Include="basetools\source\c\brotlicompress\dec\prefix.h" />
<ClInclude Include="basetools\source\c\brotlicompress\dec\state.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\backward_references.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\backward_references_hq.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\backward_references_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\bit_cost.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\bit_cost_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\block_encoder_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\block_splitter.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\block_splitter_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\brotli_bit_stream.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\cluster.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\cluster_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\command.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\compress_fragment.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\compress_fragment_two_pass.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\dictionary_hash.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\encoder_dict.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\entropy_encode.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\entropy_encode_static.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\fast_log.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\find_match_length.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_composite_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_forgetful_chain_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_longest_match64_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_longest_match_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_longest_match_quickly_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_rolling_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\hash_to_binary_tree_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\histogram.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\histogram_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\literal_cost.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\memory.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\metablock.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\metablock_inc.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\params.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\prefix.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\quality.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\ringbuffer.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\static_dict.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\static_dict_lut.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\utf8_util.h" />
<ClInclude Include="basetools\source\c\brotlicompress\enc\write_bits.h" />
<ClInclude Include="basetools\source\c\brotlicompress\include\brotli\decode.h" />
<ClInclude Include="basetools\source\c\brotlicompress\include\brotli\encode.h" />
<ClInclude Include="basetools\source\c\brotlicompress\include\brotli\port.h" />
<ClInclude Include="basetools\source\c\brotlicompress\include\brotli\types.h" />
<ClInclude Include="basetools\source\c\common\BinderFuncs.h" />
<ClInclude Include="basetools\source\c\common\CommonLib.h" />
<ClInclude Include="basetools\source\c\common\Compress.h" />
<ClInclude Include="basetools\source\c\common\Crc32.h" />
<ClInclude Include="basetools\source\c\common\Decompress.h" />
<ClInclude Include="basetools\source\c\common\EfiUtilityMsgs.h" />
<ClInclude Include="basetools\source\c\common\FirmwareVolumeBufferLib.h" />
<ClInclude Include="basetools\source\c\common\FvLib.h" />
<ClInclude Include="basetools\source\c\common\MemoryFile.h" />
<ClInclude Include="basetools\source\c\common\MyAlloc.h" />
<ClInclude Include="basetools\source\c\common\OsPath.h" />
<ClInclude Include="basetools\source\c\common\ParseGuidedSectionTools.h" />
<ClInclude Include="basetools\source\c\common\ParseInf.h" />
<ClInclude Include="basetools\source\c\common\PcdValueCommon.h" />
<ClInclude Include="basetools\source\c\common\PeCoffLib.h" />
<ClInclude Include="basetools\source\c\common\SimpleFileParsing.h" />
<ClInclude Include="basetools\source\c\common\StringFuncs.h" />
<ClInclude Include="basetools\source\c\common\WinNtInclude.h" />
<ClInclude Include="basetools\source\c\devicepath\UefiDevicePathLib.h" />
<ClInclude Include="basetools\source\c\efirom\EfiRom.h" />
<ClInclude Include="basetools\source\c\genfv\GenFvInternalLib.h" />
<ClInclude Include="basetools\source\c\genfw\elf32.h" />
<ClInclude Include="basetools\source\c\genfw\Elf32Convert.h" />
<ClInclude Include="basetools\source\c\genfw\elf64.h" />
<ClInclude Include="basetools\source\c\genfw\Elf64Convert.h" />
<ClInclude Include="basetools\source\c\genfw\ElfConvert.h" />
<ClInclude Include="basetools\source\c\genfw\elf_common.h" />
<ClInclude Include="basetools\source\c\genfw\GenFw.h" />
<ClInclude Include="basetools\source\c\genpage\VirtualMemory.h" />
<ClInclude Include="basetools\source\c\include\aarch64\ProcessorBind.h" />
<ClInclude Include="basetools\source\c\include\arm\ProcessorBind.h" />
<ClInclude Include="basetools\source\c\include\common\BaseTypes.h" />
<ClInclude Include="basetools\source\c\include\common\BuildVersion.h" />
<ClInclude Include="basetools\source\c\include\common\MdeModuleHii.h" />
<ClInclude Include="basetools\source\c\include\common\PiFirmwareFile.h" />
<ClInclude Include="basetools\source\c\include\common\PiFirmwareVolume.h" />
<ClInclude Include="basetools\source\c\include\common\UefiBaseTypes.h" />
<ClInclude Include="basetools\source\c\include\common\UefiCapsule.h" />
<ClInclude Include="basetools\source\c\include\common\UefiInternalFormRepresentation.h" />
<ClInclude Include="basetools\source\c\include\common\UefiMultiPhase.h" />
<ClInclude Include="basetools\source\c\include\common\VariableFormat.h" />
<ClInclude Include="basetools\source\c\include\common\WorkingBlockHeader.h" />
<ClInclude Include="basetools\source\c\include\guid\FfsSectionAlignmentPadding.h" />
<ClInclude Include="basetools\source\c\include\guid\PcAnsi.h" />
<ClInclude Include="basetools\source\c\include\guid\PiFirmwareFileSystem.h" />
<ClInclude Include="basetools\source\c\include\ia32\ProcessorBind.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\Acpi.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\Acpi1_0.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\Acpi2_0.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\Acpi3_0.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\Bluetooth.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\EfiPci.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\MemoryMappedConfigurationSpaceAccessTable.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\pci22.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\pci23.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\pci30.h" />
<ClInclude Include="basetools\source\c\include\industrystandard\PeImage.h" />
<ClInclude Include="basetools\source\c\include\protocol\DevicePath.h" />
<ClInclude Include="basetools\source\c\include\protocol\DevicePathUtilities.h" />
<ClInclude Include="basetools\source\c\include\protocol\GraphicsOutput.h" />
<ClInclude Include="basetools\source\c\include\protocol\GuidedSectionExtraction.h" />
<ClInclude Include="basetools\source\c\include\protocol\HiiFramework.h" />
<ClInclude Include="basetools\source\c\include\protocol\UgaDraw.h" />
<ClInclude Include="basetools\source\c\include\x64\ProcessorBind.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\7zFile.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\7zTypes.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\7zVersion.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\Alloc.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\Bra.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\Compiler.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\CpuArch.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\LzFind.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\LzFindMt.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\LzHash.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\LzmaDec.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\LzmaEnc.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\Precomp.h" />
<ClInclude Include="basetools\source\c\lzmacompress\sdk\c\Threads.h" />
<ClInclude Include="basetools\source\c\tianocompress\TianoCompress.h" />
<ClInclude Include="basetools\source\c\vfrcompile\EfiVfr.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\generic.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\hash.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\mode.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\proto.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\stdpccts.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\syn.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\antlr\tokens.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\dlg\dlg.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\dlg\mode.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\dlg\stdpccts.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\dlg\tokens.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\antlr.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\AParser.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ast.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ASTBase.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\AToken.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ATokenBuffer.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ATokenStream.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ATokPtr.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\ATokPtrImpl.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\BufFileInput.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\charbuf.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\charptr.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\config.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\DLexer.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\DLexerBase.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\dlgauto.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\dlgdef.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\DLG_stream_input.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\err.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\int.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\PBlackBox.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\PCCTSAST.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pcctscfg.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_assert.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_iostream.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_istream.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_setjmp.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_stdarg.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_stdio.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_stdlib.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\pccts_string.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\h\SList.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\support\rexpr\rexpr.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\support\set\set.h" />
<ClInclude Include="basetools\source\c\vfrcompile\pccts\support\sym\template.h" />
<ClInclude Include="basetools\source\c\vfrcompile\VfrCompiler.h" />
<ClInclude Include="basetools\source\c\vfrcompile\VfrError.h" />
<ClInclude Include="basetools\source\c\vfrcompile\VfrFormPkg.h" />
<ClInclude Include="basetools\source\c\vfrcompile\VfrUtilityLib.h" />
<ClInclude Include="basetools\source\c\volinfo\VolInfo.h" />
<ClInclude Include="build\clover\release_vs2017\x64\bdmesg_efi\bdmesg\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\acpireset\reset\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\bioskeyboard\keyboarddxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\biosvideo\biosvideo\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\cpudxe\cpu\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\graphicsconsoledxe\graphicsconsoledxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxacpitabledxe\acpitabledxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxbdsdxe\bdsdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxbdsdxe\bdsdxe\debug\BdsDxeStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxdxecore\dxemain\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxdxeipl\dxeipl\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxefildr\efildr\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxpcibusnoenumerationdxe\pcibusnoenumeration\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxsmbiosgendxe\smbiosgen\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\osxsmbiosgendxe\smbiosgen\debug\SmbiosGenDxeStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\pcatrealtimeclockruntimedxe\pcatrealtimeclockruntimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\pcirootbridgedxe\pcirootbridge\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\ueficpupkg\cpuio2dxe\cpuio2dxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\cloverefi\ueficpupkg\library\mtrrlib\mtrrlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\ataatapi\ataatapipassthru\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\atabus\atabusdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\audiodxe\audiodxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\dvdbus\scsibusdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\dvddisk\scsidiskdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\isa\isabusdxe\isabusdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\isa\ps2keyboarddxe\ps2keyboarddxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\isa\ps2mouseabsolutepointerdxe\ps2mouseabsolutepointerdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\isa\ps2mousedxe\ps2mousedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\ohcidxe\ohcidxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\partitiondxe\partitiondxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\satacontrollerdxe\satacontrollerdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\usbbusdxe\usbbusdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\usbkbdxe\usbkbdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\drivers\xhcidxe\xhcidxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\apfsdriverloader\apfsdriverloader\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\fatpkg\enhancedfatdxe\fat\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxext2\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxext4\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxhfs\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxiso9660\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\filesystems\vboxfsdxe\vboxreiserfs\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\fsinject\fsinject\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\legacybios\region2dxe\legacyregion2dxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\legacybios\videodxe\videodxe2\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\legacybios\videodxe\videodxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\cppmemlib\cppmemlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\duettimerlib\duettimerlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\genericbdslib\genericbdslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\genericbdslib\genericbdslib\debug\GenericBdsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\hdadeviceslib\hdadeviceslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\lzmacustomdecompresslib\lzmacustomdecompresslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\memloglibdefault\memloglibdefault\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\openssllib\openssllibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\osxbdsplatformlib\platformbds\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\uefihiiserviceslib\uefihiiserviceslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\vboxpecofflib\vboxpecofflib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\videobiospatchlib\videobiospatchlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\library\wavelib\wavelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\ehcidxe\ehcidxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\nvmexpressdxe\nvmexpressdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\pci\uhcidxe\uhcidxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\usb\usbmassstoragedxe\usbmassstoragedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\bus\usb\usbmousedxe\usbmousedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\core\runtimedxe\runtimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\authvariablelibnull\authvariablelibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\cpuexceptionhandlerlibnull\cpuexceptionhandlerlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\customizeddisplaylib\customizeddisplaylib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\customizeddisplaylib\customizeddisplaylib\debug\CustomizedDisplayLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\debugagentlibnull\debugagentlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\dxecapsulelibnull\dxecapsulelibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\dxecorememoryallocationlib\dxecorememoryallocationlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\dxesecuritymanagementlib\dxesecuritymanagementlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\framebufferbltlib\framebufferbltlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\tpmmeasurementlibnull\tpmmeasurementlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\uefibootmanagerlib\uefibootmanagerlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\uefihiilib\uefihiilib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\uefihiiserviceslib\uefihiiserviceslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\uefisortlib\uefisortlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\library\varchecklib\varchecklib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\capsuleruntimedxe\capsuleruntimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\console\conplatformdxe\conplatformdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\console\consplitterdxe\consplitterdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\devicepathdxe\devicepathdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\disk\diskiodxe\diskiodxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\disk\unicodecollation\englishdxe\englishdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\displayenginedxe\displayenginedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\displayenginedxe\displayenginedxe\debug\DisplayEngineStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\ebcdxe\ebcdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\hiidatabasedxe\hiidatabasedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\memorytest\nullmemorytestdxe\nullmemorytestdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\metronome\metronome\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\monotoniccounterruntimedxe\monotoniccounterruntimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\pcd\dxe\pcd\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\securitystubdxe\securitystubdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\setupbrowserdxe\setupbrowserdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\smbiosdxe\smbiosdxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\variable\runtimedxe\variableruntimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdemodulepkg\universal\watchdogtimerdxe\watchdogtimer\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basecachemaintenancelib\basecachemaintenancelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basecpulib\basecpulib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basedebuglibnull\basedebuglibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basedebugprinterrorlevellib\basedebugprinterrorlevellib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baseiolibintrinsic\baseiolibintrinsic\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baselib\baselib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basememorylib\basememorylib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basepcdlibnull\basepcdlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basepcicf8lib\basepcicf8lib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basepcilibcf8\basepcilibcf8\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basepecoffextraactionlibnull\basepecoffextraactionlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basepecoffgetentrypointlib\basepecoffgetentrypointlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baseperformancelibnull\baseperformancelibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baseprintlib\baseprintlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basereportstatuscodelibnull\basereportstatuscodelibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baseserialportlibnull\baseserialportlibnull\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\basesynchronizationlib\basesynchronizationlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\baseuefidecompresslib\baseuefidecompresslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxecoreentrypoint\dxecoreentrypoint\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxecorehoblib\dxecorehoblib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxeextractguidedsectionlib\dxeextractguidedsectionlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxehoblib\dxehoblib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxepcdlib\dxepcdlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxeserviceslib\dxeserviceslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\dxeservicestablelib\dxeservicestablelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefiapplicationentrypoint\uefiapplicationentrypoint\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefibootservicestablelib\uefibootservicestablelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefidevicepathlib\uefidevicepathlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefidriverentrypoint\uefidriverentrypoint\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefifilehandlelib\uefifilehandlelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefilib\uefilib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefimemoryallocationlib\uefimemoryallocationlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefiruntimelib\uefiruntimelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefiruntimeservicestablelib\uefiruntimeservicestablelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefiscsilib\uefiscsilib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\mdepkg\library\uefiusblib\uefiusblib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\networkpkg\library\dxenetlib\dxenetlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocacpilib\ocacpilib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocafterbootcompatlib\ocafterbootcompatlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapfslib\ocapfslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplebootpolicylib\ocapplebootpolicylib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplechunklistlib\ocapplechunklistlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplediskimagelib\ocapplediskimagelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocappleeventlib\ocappleeventlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocappleimageverificationlib\ocappleimageverificationlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocappleimg4lib\ocappleimg4lib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplekernellib\ocapplekernellib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplekeymaplib\ocapplekeymaplib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplekeyslib\ocapplekeyslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocappleramdisklib\ocappleramdisklib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocapplesecurebootlib\ocapplesecurebootlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocappleuserinterfacethemelib\ocappleuserinterfacethemelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocaudiolib\ocaudiolib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocbootmanagementlib\ocbootmanagementlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\occompressionlib\occompressionlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\occonfigurationlib\occonfigurationlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\occonsolelib\occonsolelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\occpulib\occpulib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\occryptolib\occryptolib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdatahublib\ocdatahublib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdebuglogliboc2clover\ocdebuglogliboc2clover\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdevicepathlib\ocdevicepathlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdevicepropertylib\ocdevicepropertylib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdevicetreelib\ocdevicetreelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocdriverconnectionlib\ocdriverconnectionlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocfilelib\ocfilelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocfirmwarevolumelib\ocfirmwarevolumelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocguardlib\ocguardlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ochashserviceslib\ochashserviceslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocinputlib\ocinputlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocmacholib\ocmacholib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocmacinfolib\ocmacinfolib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocmemorylib\ocmemorylib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocmisclib\ocmisclib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocosinfolib\ocosinfolib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocpecofflib\ocpecofflib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocrnglib\ocrnglib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocrtclib\ocrtclib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocserializelib\ocserializelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocsmbioslib\ocsmbioslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocsmclib\ocsmclib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocstoragelib\ocstoragelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocstringlib\ocstringlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\octemplatelib\octemplatelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocunicodecollationenglib\ocunicodecollationenggenericlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocvirtualfslib\ocvirtualfslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\library\ocxmllib\ocxmllib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\platform\opencore\opencorelib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\opencorepkg\platform\openruntime\openruntime\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\pcatchipsetpkg\8254timerdxe\8254timer\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\pcatchipsetpkg\8259interruptcontrollerdxe\8259\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\pcatchipsetpkg\isaacpidxe\isaacpi\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\appleimagecodec\appleimagecodec\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\applekeyaggregator\applekeyaggregator\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\applekeyfeeder\applekeyfeeder\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\appleuitheme\appleuitheme\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\aptioinputfix\aptioinputfix\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\driveroverride\driveroverride\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\dumpueficalls\dumpueficalls\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\emuvariableuefi\emuvariableruntimedxe\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\firmwarevolume\firmwarevolume\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\hashservicefix\hashservicefix\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\msglog\msglog\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\osxfatbinarydrv\osxfatbinarydrv\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\protocols\smchelper\smchelper\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\refit_uefi\refit\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\application\shell\shell\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\application\shell\shell\debug\ShellStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefihandleparsinglib\uefihandleparsinglib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefihandleparsinglib\uefihandleparsinglib\debug\UefiHandleParsingLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellbcfgcommandlib\uefishellbcfgcommandlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellbcfgcommandlib\uefishellbcfgcommandlib\debug\UefiShellBcfgCommandLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellcommandlib\uefishellcommandlib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldebug1commandslib\uefishelldebug1commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldebug1commandslib\uefishelldebug1commandslib\debug\UefiShellDebug1CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldriver1commandslib\uefishelldriver1commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelldriver1commandslib\uefishelldriver1commandslib\debug\UefiShellDriver1CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellinstall1commandslib\uefishellinstall1commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel1commandslib\uefishelllevel1commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel1commandslib\uefishelllevel1commandslib\debug\UefiShellLevel1CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel2commandslib\uefishelllevel2commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel2commandslib\uefishelllevel2commandslib\debug\UefiShellLevel2CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel3commandslib\uefishelllevel3commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllevel3commandslib\uefishelllevel3commandslib\debug\UefiShellLevel3CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishelllib\uefishelllib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork1commandslib\uefishellnetwork1commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork1commandslib\uefishellnetwork1commandslib\debug\UefiShellNetwork1CommandsLibStrDefs.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork2commandslib\uefishellnetwork2commandslib\debug\AutoGen.h" />
<ClInclude Include="build\clover\release_vs2017\x64\shellpkg\library\uefishellnetwork2commandslib\uefishellnetwork2commandslib\debug\UefiShellNetwork2CommandsLibStrDefs.h" />
<ClInclude Include="cloverapp\cloverrunatlogin\cloverrunatlogin\AppDelegate.h" />
<ClInclude Include="cloverapp\clover\Clover-Bridging-Header.h" />
<ClInclude Include="cloverapp\clover\CloverOldHeaders.h" />
<ClInclude Include="cloverapp\clover\gfxutil\efidevp.h" />
<ClInclude Include="cloverapp\clover\gfxutil\gfxutil.h" />
<ClInclude Include="cloverapp\clover\gfxutil\utils.h" />
<ClInclude Include="cloverapp\clover\NSWindowFix.h" />
<ClInclude Include="cloverapp\clover\ThemeImage.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\blur.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\kmeans.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\libimagequant.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\lodepng.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\mediancut.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\mempool.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\nearest.h" />
<ClInclude Include="cloverapp\clover\thememanager\libimagequant\pam.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\blur.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\kmeans.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\libimagequant.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\mediancut.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\mempool.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\nearest.h" />
<ClInclude Include="cloverapp\libimagequant-2.12.6\pam.h" />
<ClInclude Include="cloverefi\bioskeyboard\AppleKey.h" />
<ClInclude Include="cloverefi\bioskeyboard\BiosKeyboard.h" />
<ClInclude Include="cloverefi\bioskeyboard\ComponentName.h" />
<ClInclude Include="cloverefi\biosvideo\BiosVideo.h" />
<ClInclude Include="cloverefi\cpudxe\CpuDxe.h" />
<ClInclude Include="cloverefi\graphicsconsoledxe\GraphicsConsole.h" />
<ClInclude Include="cloverefi\osxacpiplatformdxe\AcpiTable.h" />
<ClInclude Include="cloverefi\osxacpitabledxe\AcpiSdt.h" />
<ClInclude Include="cloverefi\osxacpitabledxe\AcpiTable.h" />
<ClInclude Include="cloverefi\osxbdsdxe\Bds.h" />
<ClInclude Include="cloverefi\osxbdsdxe\bootmaint\BBSsupport.h" />
<ClInclude Include="cloverefi\osxbdsdxe\bootmaint\BootMaint.h" />
<ClInclude Include="cloverefi\osxbdsdxe\bootmaint\FormGuid.h" />
<ClInclude Include="cloverefi\osxbdsdxe\bootmngr\BootManager.h" />
<ClInclude Include="cloverefi\osxbdsdxe\devicemngr\DeviceManager.h" />
<ClInclude Include="cloverefi\osxbdsdxe\devicemngr\DeviceManagerVfr.h" />
<ClInclude Include="cloverefi\osxbdsdxe\FrontPage.h" />
<ClInclude Include="cloverefi\osxbdsdxe\Hotkey.h" />
<ClInclude Include="cloverefi\osxbdsdxe\HwErrRecSupport.h" />
<ClInclude Include="cloverefi\osxbdsdxe\Language.h" />
<ClInclude Include="cloverefi\osxbdsdxe\String.h" />
<ClInclude Include="cloverefi\osxdxecore\DxeMain.h" />
<ClInclude Include="cloverefi\osxdxecore\event\Event.h" />
<ClInclude Include="cloverefi\osxdxecore\fwvolblock\FwVolBlock.h" />
<ClInclude Include="cloverefi\osxdxecore\fwvol\FwVolDriver.h" />
<ClInclude Include="cloverefi\osxdxecore\gcd\Gcd.h" />
<ClInclude Include="cloverefi\osxdxecore\hand\Handle.h" />
<ClInclude Include="cloverefi\osxdxecore\image\Image.h" />
<ClInclude Include="cloverefi\osxdxecore\mem\Imem.h" />
<ClInclude Include="cloverefi\osxdxeipl\Debug.h" />
<ClInclude Include="cloverefi\osxdxeipl\DxeIpl.h" />
<ClInclude Include="cloverefi\osxdxeipl\HobGeneration.h" />
<ClInclude Include="cloverefi\osxdxeipl\ia32\VirtualMemory.h" />
<ClInclude Include="cloverefi\osxdxeipl\LegacyTable.h" />
<ClInclude Include="cloverefi\osxdxeipl\PpisNeededByDxeCore.h" />
<ClInclude Include="cloverefi\osxdxeipl\SerialStatusCode.h" />
<ClInclude Include="cloverefi\osxdxeipl\x64\VirtualMemory.h" />
<ClInclude Include="cloverefi\osxefildr\Debug.h" />
<ClInclude Include="cloverefi\osxefildr\EfiLdr.h" />
<ClInclude Include="cloverefi\osxefildr\EfiLdrHandoff.h" />
<ClInclude Include="cloverefi\osxefildr\LzmaDecompress.h" />
<ClInclude Include="cloverefi\osxefildr\PeLoader.h" />
<ClInclude Include="cloverefi\osxefildr\Support.h" />
<ClInclude Include="cloverefi\osxefildr\TianoDecompress.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciBus.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciCommand.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciDeviceSupport.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciDriverOverride.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciEnumerator.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciEnumeratorSupport.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciIo.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciOptionRomSupport.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciPowerManagement.h" />
<ClInclude Include="cloverefi\osxpcibusnoenumerationdxe\PciRomTable.h" />
<ClInclude Include="cloverefi\osxsmbiosgendxe\SmbiosGen.h" />
<ClInclude Include="cloverefi\pcatrealtimeclockruntimedxe\PcRtc.h" />
<ClInclude Include="cloverefi\pcirootbridgedxe\DeviceIo.h" />
<ClInclude Include="cloverefi\pcirootbridgedxe\PcatPciRootBridge.h" />
<ClInclude Include="cloverefi\ueficpupkg\cpudxe\CpuDxe.h" />
<ClInclude Include="cloverefi\ueficpupkg\cpuio2dxe\CpuIo2Dxe.h" />
<ClInclude Include="cloverefi\ueficpupkg\cpuio2smm\CpuIo2Smm.h" />
<ClInclude Include="cloverefi\ueficpupkg\cpuiopei\CpuIoPei.h" />
<ClInclude Include="cloverefi\ueficpupkg\include\library\LocalApicLib.h" />
<ClInclude Include="cloverefi\ueficpupkg\include\library\MtrrLib.h" />
<ClInclude Include="cloverefi\ueficpupkg\include\library\UefiCpuLib.h" />
<ClInclude Include="cloverefi\ueficpupkg\include\register\LocalApic.h" />
<ClInclude Include="cloverefi\ueficpupkg\include\register\Microcode.h" />
<ClInclude Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\CpuExceptionCommon.h" />
<ClInclude Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\ia32\ArchInterruptDefs.h" />
<ClInclude Include="cloverefi\ueficpupkg\library\cpuexceptionhandlerlib\x64\ArchInterruptDefs.h" />
<ClInclude Include="cloverpackage\cloverprefpane\src\CloverPrefpane.h" />
<ClInclude Include="cloverpackage\cloverupdater\src\Arguments.h" />
<ClInclude Include="cloverpackage\cloverupdater\src\CloverUpdaterAppDelegate.h" />
<ClInclude Include="cloverpackage\utils\espfinder\espfinder\Support.h" />
<ClInclude Include="cloverpackage\utils\partutil\partutil.h" />
<ClInclude Include="drivers\ataatapi\AhciMode.h" />
<ClInclude Include="drivers\ataatapi\AtaAtapiPassThru.h" />
<ClInclude Include="drivers\ataatapi\IdeMode.h" />
<ClInclude Include="drivers\atabus\AtaBus.h" />
<ClInclude Include="drivers\audiodxe\AudioDxe.h" />
<ClInclude Include="drivers\audiodxe\hdacodec\HdaCodecComponentName.h" />
<ClInclude Include="drivers\audiodxe\hdacontroller\HdaController.h" />
<ClInclude Include="drivers\audiodxe\hdacontroller\HdaControllerComponentName.h" />
<ClInclude Include="drivers\dvdbus\ScsiBus.h" />
<ClInclude Include="drivers\dvddisk\ScsiDisk.h" />
<ClInclude Include="drivers\isa\isabusdxe\ComponentName.h" />
<ClInclude Include="drivers\isa\isabusdxe\InternalIsaBus.h" />
<ClInclude Include="drivers\isa\isabusdxe\InternalIsaIo.h" />
<ClInclude Include="drivers\isa\isaiodxe\ComponentName.h" />
<ClInclude Include="drivers\isa\isaiodxe\IsaDriver.h" />
<ClInclude Include="drivers\isa\isaiodxe\IsaIo.h" />
<ClInclude Include="drivers\isa\isaserialdxe\Serial.h" />
<ClInclude Include="drivers\isa\ps2keyboarddxe\Ps2Keyboard.h" />
<ClInclude Include="drivers\isa\ps2mouseabsolutepointerdxe\CommPs2.h" />
<ClInclude Include="drivers\isa\ps2mouseabsolutepointerdxe\Ps2MouseAbsolutePointer.h" />
<ClInclude Include="drivers\isa\ps2mousedxe\CommPs2.h" />
<ClInclude Include="drivers\isa\ps2mousedxe\Ps2Mouse.h" />
<ClInclude Include="drivers\ohcidxe\ComponentName.h" />
<ClInclude Include="drivers\ohcidxe\Descriptor.h" />
<ClInclude Include="drivers\ohcidxe\Ohci.h" />
<ClInclude Include="drivers\ohcidxe\OhciDebug.h" />
<ClInclude Include="drivers\ohcidxe\OhciReg.h" />
<ClInclude Include="drivers\ohcidxe\OhciSched.h" />
<ClInclude Include="drivers\ohcidxe\OhciUrb.h" />
<ClInclude Include="drivers\ohcidxe\UsbHcMem.h" />
<ClInclude Include="drivers\partitiondxe\Partition.h" />
<ClInclude Include="drivers\satacontrollerdxe\SataController.h" />
<ClInclude Include="drivers\usbbusdxe\UsbBus.h" />
<ClInclude Include="drivers\usbbusdxe\UsbDesc.h" />
<ClInclude Include="drivers\usbbusdxe\UsbEnumer.h" />
<ClInclude Include="drivers\usbbusdxe\UsbHub.h" />
<ClInclude Include="drivers\usbbusdxe\UsbUtility.h" />
<ClInclude Include="drivers\usbkbdxe\AppleKey.h" />
<ClInclude Include="drivers\usbkbdxe\EfiKey.h" />
<ClInclude Include="drivers\usbkbdxe\KeyBoard.h" />
<ClInclude Include="drivers\usbmousedxe\UsbMouse.h" />
<ClInclude Include="drivers\xhcidxe\ComponentName.h" />
<ClInclude Include="drivers\xhcidxe\UsbHcMem.h" />
<ClInclude Include="drivers\xhcidxe\Xhci.h" />
<ClInclude Include="drivers\xhcidxe\XhciReg.h" />
<ClInclude Include="drivers\xhcidxe\XhciSched.h" />
<ClInclude Include="filesystems\apfsdriverloader\ApfsDriverLoader.h" />
<ClInclude Include="filesystems\apfsdriverloader\EfiComponentName.h" />
<ClInclude Include="filesystems\fatpkg\enhancedfatdxe\Fat.h" />
<ClInclude Include="filesystems\fatpkg\enhancedfatdxe\FatFileSystem.h" />
<ClInclude Include="filesystems\grubfs\grub\config-util.h" />
<ClInclude Include="filesystems\grubfs\grub\config.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\efiemu\runtime\config.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\bithelp.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\camellia.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\hash-common.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rijndael-tables.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\cipher\rmd.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\amd64\mpi-asm-defs.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\generic\mpi-asm-defs.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\i386\syntax.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\longlong.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\m68k\syntax.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mips3\mpi-asm-defs.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-inline.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\mpi-internal.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\mpi\powerpc32\syntax.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\ath.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\cipher-proto.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\cipher.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\g10lib.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\gcrypt-module.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\gcrypt.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\gpg-error.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\hmac256.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\mpi.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\secmem.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\stdmem.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\types.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt\src\visibility.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\libgcrypt_wrap\cipher_wrap.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\minilzo\lzoconf.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\minilzo\lzodefs.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\minilzo\minilzo.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\assert.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\ctype.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\errno.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\inttypes.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\langinfo.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\limits.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\localcharset.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\locale.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\stdint.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\stdio.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\stdlib.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\string.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\sys\types.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\unistd.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\wchar.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\posix_wrap\wctype.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_config.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_lzma2.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_private.h" />
<ClInclude Include="filesystems\grubfs\grub\grub-core\lib\xzembed\xz_stream.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\acorn_filecore.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\acpi.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\aout.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\archelp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\arc\arc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\arc\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ata.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\at_keyboard.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\auth.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\autoefi.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\backtrace.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\bitmap.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\bitmap_scale.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\bsdlabel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\btrfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\bufio.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cache.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cbfs_core.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\charset.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cmos.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\color.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\command.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\compiler.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\at_keyboard.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\efi\loader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\efi\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\efi\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\io.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\linux.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\macho.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\multiboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\pci.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\relocator.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\setjmp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\xen\hypercall.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cpu\xnu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\crypto.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cryptodisk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\cs5536.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\datetime.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\decompressor.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\deflate.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\device.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\disk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\diskfilter.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\dl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efiemu\efiemu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efiemu\runtime.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\api.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\console_control.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\disk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\edid.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\efi.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\graphics_output.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\pci.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\pe32.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\efi\uga_draw.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\elf.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\elfload.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\config.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\exec.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\getroot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\hostdisk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\hostfile.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\misc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\emu\net.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\env.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\env_private.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\err.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\exfat.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\extcmd.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fat.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fbblit.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fbfill.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fbutil.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fdt.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\file.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fileid.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\font.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fontformat.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\fshelp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gcrypt\gpg-error.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gcry\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gdb.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gfxmenu_model.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gfxmenu_view.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gfxterm.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gfxwidgets.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gpt_partition.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gui.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\gui_string_util.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\hfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\hfsplus.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i18n.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\at_keyboard.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\bsd.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\cmos.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\boot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\lbio.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\coreboot\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\cpuid.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\efiemu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\efi\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\efi\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\floppy.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\freebsd_linker.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\freebsd_reboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\gdb.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\ieee1275\ieee1275.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\ieee1275\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\ieee1275\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\io.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\linux.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\macho.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\memory_raw.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\boot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\kernel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\multiboot\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\netbsd_bootinfo.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\netbsd_reboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\openbsd_bootarg.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\openbsd_reboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pci.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\apm.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\biosdisk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\biosnum.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\boot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\chainloader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\int.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\kernel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\pxe.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\vbe.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pc\vesa_modes_table.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\pit.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\boot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\kernel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\qemu\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\reboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\relocator.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\relocator_private.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\setjmp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\tsc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\xen\hypercall.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\i386\xnu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\efi\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\efi\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\kernel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\reloc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\setjmp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ia64\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\icon_manager.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\kernel.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\keyboard_layouts.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\legacy_parse.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\libgcc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\libpciaccess.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\libusb.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\arg.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\cmdline.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\crc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\envblk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\hexdump.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\LzFind.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\LzHash.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\LzmaDec.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\LzmaEnc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lib\LzmaTypes.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\linux.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\list.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\loader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\lvm.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\machine\loader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\machine\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\machine\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\macho.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\machoload.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\menu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\menu_viewer.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\misc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\mm.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\mm_private.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\msdos_partition.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\multiboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\multiboot_loader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\arp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\ethernet.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\ip.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\netbuff.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\tcp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\net\udp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\normal.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ns8250.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\ntfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\offsets.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\osdep\hostfile.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\osdep\hostfile_aros.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\osdep\hostfile_unix.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\osdep\hostfile_windows.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\parser.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\partition.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\parttool.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\pci.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\pciutils.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\priority_queue.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\procfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\pubkey.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\reader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\reed_solomon.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\relocator.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\relocator_private.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\script_sh.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\scsi.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\scsicmd.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\sdl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\search.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\setjmp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\smbus.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\speaker.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\symbol.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\syslinux_parse.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\term.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\terminfo.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\test.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\tparm.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\trig.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\uboot\api_public.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\uboot\console.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\uboot\disk.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\uboot\image.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\uboot\uboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\udf.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\unicode.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\usb.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\usbdesc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\usbserial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\usbtrans.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\install.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\libnvpair.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\libzfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\misc.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\ofpath.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\resolve.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\util\windows.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\vga.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\vgaregs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\video.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\video_fb.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\at_keyboard.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\efi\loader.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\efi\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\efi\serial.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\io.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\linux.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\macho.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\memory.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\multiboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\pci.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\relocator.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\setjmp.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\time.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\types.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\xen\hypercall.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\x86_64\xnu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\xen.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\xen\relocator.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\xen_file.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\xnu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\dmu.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\dmu_objset.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\dnode.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\dsl_dataset.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\dsl_dir.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\sa_impl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\spa.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\uberblock_impl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\vdev_impl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zap_impl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zap_leaf.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zfs.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zfs_acl.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zfs_znode.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zil.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zio.h" />
<ClInclude Include="filesystems\grubfs\grub\include\grub\zfs\zio_checksum.h" />
<ClInclude Include="filesystems\grubfs\grub\include\multiboot.h" />
<ClInclude Include="filesystems\grubfs\grub\include\multiboot2.h" />
<ClInclude Include="filesystems\grubfs\src\driver.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_base.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_core.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_efi.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_efi_base.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_ext2.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_ext2_disk.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_ext4.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_ext4_disk.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_hfs.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_iso9660.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_reiserfs.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_reiserfs_disk.h" />
<ClInclude Include="filesystems\vboxfsdxe\fsw_strfunc.h" />
<ClInclude Include="filesystems\vboxfsdxe\hfs_format.h" />
<ClInclude Include="filesystems\vboxfsdxe\test\fsw_posix.h" />
<ClInclude Include="filesystems\vboxfsdxe\test\fsw_posix_base.h" />
<ClInclude Include="filesystems\vboxfsdxe\VBoxFswParam.h" />
<ClInclude Include="fsinject\FSInject.h" />
<ClInclude Include="fsinject\include\protocol\FSInjectProtocol.h" />
<ClInclude Include="fsinject\Test.h" />
<ClInclude Include="gptsync\clover_boot0ss_mbr.h" />
<ClInclude Include="gptsync\gptsync.h" />
<ClInclude Include="gptsync\syslinux_mbr.h" />
<ClInclude Include="include\AppleMacEfi.h" />
<ClInclude Include="include\applemacefi\AppleMacEfiSpec.h" />
<ClInclude Include="include\EfiFlashMap.h" />
<ClInclude Include="include\EfiImageFormat.h" />
<ClInclude Include="include\EfiLdrHandoff.h" />
<ClInclude Include="include\FlashLayout.h" />
<ClInclude Include="include\guid\AcpiDescription.h" />
<ClInclude Include="include\guid\AppleApfsInfo.h" />
<ClInclude Include="include\guid\ApplePlatformInfo.h" />
<ClInclude Include="include\guid\ConsoleOutConfig.h" />
<ClInclude Include="include\guid\DxeCoreFileName.h" />
<ClInclude Include="include\guid\FlashMapHob.h" />
<ClInclude Include="include\guid\LdrMemoryDescriptor.h" />
<ClInclude Include="include\guid\MicrosoftVariable.h" />
<ClInclude Include="include\guid\PciExpressBaseAddress.h" />
<ClInclude Include="include\guid\PciOptionRomTable.h" />
<ClInclude Include="include\industrystandard\AppleBootArgs.h" />
<ClInclude Include="include\industrystandard\AppleChunklist.h" />
<ClInclude Include="include\industrystandard\AppleCsrConfig.h" />
<ClInclude Include="include\industrystandard\AppleDiskImage.h" />
<ClInclude Include="include\industrystandard\AppleDiskLabel.h" />
<ClInclude Include="include\industrystandard\AppleFatBinaryImage.h" />
<ClInclude Include="include\industrystandard\AppleFeatures.h" />
<ClInclude Include="include\industrystandard\AppleHibernate.h" />
<ClInclude Include="include\industrystandard\AppleIntelCpuInfo.h" />
<ClInclude Include="include\industrystandard\AppleRtc.h" />
<ClInclude Include="include\industrystandard\AppleSmBios.h" />
<ClInclude Include="include\industrystandard\AtomBios.h" />
<ClInclude Include="include\industrystandard\CpuId.h" />
<ClInclude Include="include\industrystandard\GenericIch.h" />
<ClInclude Include="include\industrystandard\HdaCodec.h" />
<ClInclude Include="include\industrystandard\MachO-loader.h" />
<ClInclude Include="include\industrystandard\PciBus.h" />
<ClInclude Include="include\industrystandard\PciCommand.h" />
<ClInclude Include="include\industrystandard\PeImage.h" />
<ClInclude Include="include\industrystandard\PiBootMode.h" />
<ClInclude Include="include\industrystandard\ProcessorInfo.h" />
<ClInclude Include="include\industrystandard\Riff.h" />
<ClInclude Include="include\industrystandard\UsbHid.h" />
<ClInclude Include="include\industrystandard\VesaBiosExtensions.h" />
<ClInclude Include="include\industrystandard\VirtualMemory.h" />
<ClInclude Include="include\library\GenericBdsLib.h" />
<ClInclude Include="include\library\HdaModels.h" />
<ClInclude Include="include\library\HdaRegisters.h" />
<ClInclude Include="include\library\HdaVerbs.h" />
<ClInclude Include="include\library\MachoLib.h" />
<ClInclude Include="include\library\MemLogLib.h" />
<ClInclude Include="include\library\PeCoffLib.h" />
<ClInclude Include="include\library\printf_lite-conf.h" />
<ClInclude Include="include\library\printf_lite.h" />
<ClInclude Include="include\library\UefiHiiServicesLib.h" />
<ClInclude Include="include\library\UsbMass.h" />
<ClInclude Include="include\library\UsbMassBoot.h" />
<ClInclude Include="include\library\VideoBiosPatchLib.h" />
<ClInclude Include="include\library\WaveLib.h" />
<ClInclude Include="include\MicrosoftWindows.h" />
<ClInclude Include="include\protocol\ApfsEfiBootRecordInfo.h" />
<ClInclude Include="include\protocol\AppleDeviceControl.h" />
<ClInclude Include="include\protocol\AppleDiskIo.h" />
<ClInclude Include="include\protocol\AppleGraphConfig.h" />
<ClInclude Include="include\protocol\AppleImageCodecProtocol.h" />
<ClInclude Include="include\protocol\AppleKeyState.h" />
<ClInclude Include="include\protocol\ApplePartitionInfo.h" />
<ClInclude Include="include\protocol\ApplePlatformInfoDatabase.h" />
<ClInclude Include="include\protocol\AppleSMC.h" />
<ClInclude Include="include\protocol\AptioMemoryFix.h" />
<ClInclude Include="include\protocol\AudioIo.h" />
<ClInclude Include="include\protocol\efiConsoleControl.h" />
<ClInclude Include="include\protocol\EmuVariableControl.h" />
<ClInclude Include="include\protocol\FSInjectProtocol.h" />
<ClInclude Include="include\protocol\Hash.h" />
<ClInclude Include="include\protocol\HdaCodecInfo.h" />
<ClInclude Include="include\protocol\HdaControllerInfo.h" />
<ClInclude Include="include\protocol\HdaIo.h" />
<ClInclude Include="include\protocol\KeyboardInfo.h" />
<ClInclude Include="include\protocol\MsgLog.h" />
<ClInclude Include="include\protocol\NullTextOutput.h" />
<ClInclude Include="include\protocol\OcQuirksProtocol4Clover.h" />
<ClInclude Include="include\protocol\PciIoImp.h" />
<ClInclude Include="include\protocol\SimpleAudioOut.h" />
<ClInclude Include="include\protocol\UsbMassImpl.h" />
<ClInclude Include="include\UefiLoader.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\AcpiVariableCompatibility.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\BdsHii.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\BdsLibHii.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\BlockIoVendor.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\CapsuleDataFile.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\DataHubStatusCodeRecord.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\HdBootVariable.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\IntelFrameworkModulePkgTokenSpace.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\LastEnumLang.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\LegacyBios.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\LegacyDevOrder.h" />
<ClInclude Include="intelframeworkmodulepkg\include\guid\TianoDecompress.h" />
<ClInclude Include="intelframeworkmodulepkg\include\library\GenericBdsLib.h" />
<ClInclude Include="intelframeworkmodulepkg\include\library\PlatformBdsLib.h" />
<ClInclude Include="intelframeworkmodulepkg\include\protocol\ExitPmAuth.h" />
<ClInclude Include="intelframeworkmodulepkg\include\protocol\IsaAcpi.h" />
<ClInclude Include="intelframeworkmodulepkg\include\protocol\IsaIo.h" />
<ClInclude Include="intelframeworkmodulepkg\include\protocol\OEMBadging.h" />
<ClInclude Include="intelframeworkmodulepkg\include\protocol\VgaMiniPort.h" />
<ClInclude Include="intelframeworkpkg\include\FrameworkDxe.h" />
<ClInclude Include="intelframeworkpkg\include\FrameworkPei.h" />
<ClInclude Include="intelframeworkpkg\include\FrameworkSmm.h" />
<ClInclude Include="intelframeworkpkg\include\framework\BootScript.h" />
<ClInclude Include="intelframeworkpkg\include\framework\DxeCis.h" />
<ClInclude Include="intelframeworkpkg\include\framework\FirmwareVolumeHeader.h" />
<ClInclude Include="intelframeworkpkg\include\framework\FirmwareVolumeImageFormat.h" />
<ClInclude Include="intelframeworkpkg\include\framework\FrameworkInternalFormRepresentation.h" />
<ClInclude Include="intelframeworkpkg\include\framework\Hob.h" />
<ClInclude Include="intelframeworkpkg\include\framework\PeiCis.h" />
<ClInclude Include="intelframeworkpkg\include\framework\SmmCis.h" />
<ClInclude Include="intelframeworkpkg\include\framework\StatusCode.h" />
<ClInclude Include="intelframeworkpkg\include\guid\BlockIo.h" />
<ClInclude Include="intelframeworkpkg\include\guid\Capsule.h" />
<ClInclude Include="intelframeworkpkg\include\guid\DataHubRecords.h" />
<ClInclude Include="intelframeworkpkg\include\guid\FirmwareFileSystem.h" />
<ClInclude Include="intelframeworkpkg\include\guid\SmmCommunicate.h" />
<ClInclude Include="intelframeworkpkg\include\guid\SmramMemoryReserve.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\BootScriptExecuter.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\FindFv.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\FvLoadFile.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\PciCfg.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\ReadOnlyVariable.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\S3Resume.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\SectionExtraction.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\Security.h" />
<ClInclude Include="intelframeworkpkg\include\ppi\Smbus.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\AcpiS3Save.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\AcpiSupport.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\BootScriptSave.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\CpuIo.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\DataHub.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FirmwareVolume.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FrameworkFirmwareVolumeBlock.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FrameworkFormBrowser.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FrameworkFormCallback.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FrameworkHii.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\FrameworkMpService.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\Legacy8259.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\LegacyBios.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\LegacyBiosPlatform.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\LegacyInterrupt.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\LegacyRegion.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SectionExtraction.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmAccess.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmBase.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmControl.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmCpuIo.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmCpuSaveState.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmGpiDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmIchnDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmPeriodicTimerDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmPowerButtonDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmStandbyButtonDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmSwDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmSxDispatch.h" />
<ClInclude Include="intelframeworkpkg\include\protocol\SmmUsbDispatch.h" />
<ClInclude Include="legacybios\blockiodxe\BiosBlkIo.h" />
<ClInclude Include="legacybios\blockiodxe\Edd.h" />
<ClInclude Include="legacybios\keyboarddxe\AppleKey.h" />
<ClInclude Include="legacybios\keyboarddxe\BiosKeyboard.h" />
<ClInclude Include="legacybios\keyboarddxe\ComponentName.h" />
<ClInclude Include="legacybios\LegacyBiosInterface.h" />
<ClInclude Include="legacybios\platform\BiosSupportLib.h" />
<ClInclude Include="legacybios\platform\LegacyInterrupt.h" />
<ClInclude Include="legacybios\platform\LegacyPlatform.h" />
<ClInclude Include="legacybios\platform\LegacyRegion.h" />
<ClInclude Include="legacybios\region2dxe\LegacyRegion2.h" />
<ClInclude Include="legacybios\videodxe\BiosVideo.h" />
<ClInclude Include="library\cppmemlib\memory.h" />
<ClInclude Include="library\genericbdslib\InternalBdsLib.h" />
<ClInclude Include="library\genericbdslib\String.h" />
<ClInclude Include="library\lzmacustomdecompresslib\LzmaDecompressLibInternal.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\7zVersion.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\CpuArch.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\LzFind.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\LzHash.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\LzmaDec.h" />
<ClInclude Include="library\lzmacustomdecompresslib\sdk\c\Types.h" />
<ClInclude Include="library\lzmacustomdecompresslib\UefiLzma.h" />
<ClInclude Include="library\memloglibdefault\GenericIch.h" />
<ClInclude Include="library\memloglibdefault\printf_lite.h" />
<ClInclude Include="library\openssllib\include\arpa\inet.h" />
<ClInclude Include="library\openssllib\include\assert.h" />
<ClInclude Include="library\openssllib\include\buildinf.h" />
<ClInclude Include="library\openssllib\include\ctype.h" />
<ClInclude Include="library\openssllib\include\dirent.h" />
<ClInclude Include="library\openssllib\include\errno.h" />
<ClInclude Include="library\openssllib\include\limits.h" />
<ClInclude Include="library\openssllib\include\malloc.h" />
<ClInclude Include="library\openssllib\include\math.h" />
<ClInclude Include="library\openssllib\include\netdb.h" />
<ClInclude Include="library\openssllib\include\netinet\in.h" />
<ClInclude Include="library\openssllib\include\OpenSslSupport.h" />
<ClInclude Include="library\openssllib\include\sgtty.h" />
<ClInclude Include="library\openssllib\include\signal.h" />
<ClInclude Include="library\openssllib\include\stdarg.h" />
<ClInclude Include="library\openssllib\include\stddef.h" />
<ClInclude Include="library\openssllib\include\stdio.h" />
<ClInclude Include="library\openssllib\include\stdlib.h" />
<ClInclude Include="library\openssllib\include\string.h" />
<ClInclude Include="library\openssllib\include\strings.h" />
<ClInclude Include="library\openssllib\include\syslog.h" />
<ClInclude Include="library\openssllib\include\sys\ioctl.h" />
<ClInclude Include="library\openssllib\include\sys\param.h" />
<ClInclude Include="library\openssllib\include\sys\socket.h" />
<ClInclude Include="library\openssllib\include\sys\stat.h" />
<ClInclude Include="library\openssllib\include\sys\time.h" />
<ClInclude Include="library\openssllib\include\sys\times.h" />
<ClInclude Include="library\openssllib\include\sys\types.h" />
<ClInclude Include="library\openssllib\include\sys\un.h" />
<ClInclude Include="library\openssllib\include\time.h" />
<ClInclude Include="library\openssllib\include\unistd.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\aes\aes_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\arm_arch.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1t.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\asn1\asn1_mac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\asn1\charmap.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bf\bf_pi.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bf\blowfish.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bio\bio.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bio\bio_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\bn\bn_prime.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\buffer\buffer.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\camellia\camellia.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\camellia\cmll_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cast\cast.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cast\cast_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cast\cast_s.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cmac\cmac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cms\cms_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\comp\comp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_api.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\conf\conf_def.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\cryptlib.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\crypto.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\des.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\des_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\des_old.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\des_ver.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\rpc_des.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\des\spr.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\dh\dh.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\dsa\dsa_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\dso\dso.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ebcdic.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ecdh.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ecdh\ech_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecdsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ecdsa\ecs_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ec\ec_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\engine\engine.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\engine\eng_int.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\err\err.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\evp\evp_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\fips_err.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\hmac\hmac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\idea\idea.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\idea\idea_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\jpake\jpake.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\krb5\krb5_asn.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\lhash\lhash.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md2\md2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md32_common.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md4\md4_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\md5\md5_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\mdc2\mdc2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\modes\modes.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\modes\modes_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\objects\objects.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_dat.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_mac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\objects\obj_xref.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ocsp\ocsp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\opensslconf.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\opensslv.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ossl_typ.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\o_dir.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\o_str.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\o_time.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pem\pem2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pkcs12\pkcs12.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\example.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pkcs7\pkcs7.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\pqueue\pqueue.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rand\rand_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc2\rc2_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc4\rc4_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rc5\rc5_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\ripemd.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmdconst.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ripemd\rmd_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\rsa\rsa_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\seed\seed_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\sha\sha_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\srp\srp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\srp\srp_grps.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\srp\srp_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\stack\safestack.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\stack\stack.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\store\store.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\store\str_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\symhacks.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ts\ts.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\txt_db\txt_db.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_compat.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\ui\ui_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\vms_rms.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\whrlpool\whrlpool.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\whrlpool\wp_locl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\ext_dat.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\pcy_int.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\x509v3\x509v3.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\crypto\x509\x509_vfy.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\e_os.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\e_os2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\modes_lcl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\aes.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\asn1.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\asn1t.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\asn1_mac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\bio.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\blowfish.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\bn.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\buffer.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\camellia.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\cast.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\cmac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\cms.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\comp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\conf.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\conf_api.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\crypto.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\des.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\des_old.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\dh.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\dsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\dso.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\dtls1.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ebcdic.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ec.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ecdh.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ecdsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\engine.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\err.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\evp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\e_os2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\hmac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\idea.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\krb5_asn.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\kssl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\lhash.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\md2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\md4.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\md5.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\mdc2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\modes.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\objects.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\obj_mac.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ocsp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\opensslconf.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\opensslv.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ossl_typ.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\pem.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\pem2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\pkcs12.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\pkcs7.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\pqueue.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\rand.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\rc2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\rc4.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ripemd.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\rsa.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\safestack.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\seed.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\sha.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\srp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\srtp.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ssl.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ssl2.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ssl23.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ssl3.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\stack.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\store.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\symhacks.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\tls1.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ts.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\txt_db.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ui.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\ui_compat.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\whrlpool.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\x509.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\x509v3.h" />
<ClInclude Include="library\openssllib\openssl-1.0.1e\include\openssl\x509_vfy.h" />
<ClInclude Include="library\osxbdsplatformlib\AcpiTable.h" />
<ClInclude Include="library\osxbdsplatformlib\BdsPlatform.h" />
<ClInclude Include="library\vboxpecofflib\BasePeCoffLibInternals.h" />
<ClInclude Include="library\videobiospatchlib\915resolution.h" />
<ClInclude Include="library\videobiospatchlib\edid.h" />
<ClInclude Include="library\videobiospatchlib\VideoBiosPatchLibInternal.h" />
<ClInclude Include="mdemodulepkg\application\bootmanagermenuapp\BootManagerMenu.h" />
<ClInclude Include="mdemodulepkg\application\capsuleapp\CapsuleApp.h" />
<ClInclude Include="mdemodulepkg\application\uiapp\FrontPage.h" />
<ClInclude Include="mdemodulepkg\application\uiapp\FrontPageCustomizedUi.h" />
<ClInclude Include="mdemodulepkg\application\uiapp\FrontPageCustomizedUiSupport.h" />
<ClInclude Include="mdemodulepkg\application\uiapp\String.h" />
<ClInclude Include="mdemodulepkg\application\uiapp\Ui.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ahcipei\AhciPei.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiBlockIo.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiPassThru.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ahcipei\AhciPeiStorageSecurity.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ataatapipassthru\AhciMode.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ataatapipassthru\AtaAtapiPassThru.h" />
<ClInclude Include="mdemodulepkg\bus\ata\ataatapipassthru\IdeMode.h" />
<ClInclude Include="mdemodulepkg\bus\ata\atabusdxe\AtaBus.h" />
<ClInclude Include="mdemodulepkg\bus\i2c\i2cdxe\I2cDxe.h" />
<ClInclude Include="mdemodulepkg\bus\isa\isabusdxe\ComponentName.h" />
<ClInclude Include="mdemodulepkg\bus\isa\isabusdxe\IsaBusDxe.h" />
<ClInclude Include="mdemodulepkg\bus\isa\ps2keyboarddxe\Ps2Keyboard.h" />
<ClInclude Include="mdemodulepkg\bus\isa\ps2mousedxe\CommPs2.h" />
<ClInclude Include="mdemodulepkg\bus\isa\ps2mousedxe\Ps2Mouse.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\ComponentName.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\Ehci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\EhciDebug.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\EhciReg.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\EhciSched.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\EhciUrb.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcidxe\UsbHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcipei\EhciReg.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcipei\EhciSched.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcipei\EhciUrb.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcipei\EhcPeim.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ehcipei\UsbHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\pci\idebuspei\AtapiPeim.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nondiscoverablepcidevicedxe\NonDiscoverablePciDeviceIo.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpress.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressBlockIo.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressDiskInfo.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpressdxe\NvmExpressHci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPei.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiBlockIo.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiHci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiPassThru.h" />
<ClInclude Include="mdemodulepkg\bus\pci\nvmexpresspei\NvmExpressPeiStorageSecurity.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\ComponentName.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciBus.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciCommand.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciDeviceSupport.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciDriverOverride.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciEnumerator.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciEnumeratorSupport.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciHotPlugSupport.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciIo.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciLib.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciOptionRomSupport.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciPowerManagement.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciResourceSupport.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcibusdxe\PciRomTable.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcihostbridgedxe\PciHostBridge.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcihostbridgedxe\PciHostResource.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcihostbridgedxe\PciRootBridge.h" />
<ClInclude Include="mdemodulepkg\bus\pci\pcisioserialdxe\Serial.h" />
<ClInclude Include="mdemodulepkg\bus\pci\satacontrollerdxe\SataController.h" />
<ClInclude Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\SdMmcPciHcDxe.h" />
<ClInclude Include="mdemodulepkg\bus\pci\sdmmcpcihcdxe\SdMmcPciHci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\sdmmcpcihcpei\SdMmcPciHcPei.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ufspcihcdxe\UfsPciHcDxe.h" />
<ClInclude Include="mdemodulepkg\bus\pci\ufspcihcpei\UfsPciHcPei.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\ComponentName.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\Uhci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\UhciDebug.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\UhciQueue.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\UhciReg.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\UhciSched.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcidxe\UsbHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\pci\uhcipei\UhcPeim.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcidxe\ComponentName.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcidxe\UsbHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcidxe\Xhci.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcidxe\XhciReg.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcidxe\XhciSched.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcipei\UsbHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcipei\XhciReg.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcipei\XhciSched.h" />
<ClInclude Include="mdemodulepkg\bus\pci\xhcipei\XhcPeim.h" />
<ClInclude Include="mdemodulepkg\bus\scsi\scsibusdxe\ScsiBus.h" />
<ClInclude Include="mdemodulepkg\bus\scsi\scsidiskdxe\ScsiDisk.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcBlockIoPei.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcHci.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcblockiopei\EmmcHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcdxe\EmmcBlockIo.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcdxe\EmmcDiskInfo.h" />
<ClInclude Include="mdemodulepkg\bus\sd\emmcdxe\EmmcDxe.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sdblockiopei\SdBlockIoPei.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sdblockiopei\SdHci.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sdblockiopei\SdHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sddxe\SdBlockIo.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sddxe\SdDiskInfo.h" />
<ClInclude Include="mdemodulepkg\bus\sd\sddxe\SdDxe.h" />
<ClInclude Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsBlockIoPei.h" />
<ClInclude Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsHci.h" />
<ClInclude Include="mdemodulepkg\bus\ufs\ufsblockiopei\UfsHcMem.h" />
<ClInclude Include="mdemodulepkg\bus\ufs\ufspassthrudxe\UfsPassThru.h" />
<ClInclude Include="mdemodulepkg\bus\ufs\ufspassthrudxe\UfsPassThruHci.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbotpei\BotPeim.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbotpei\PeiUsbLib.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbotpei\UsbBotPeim.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbotpei\UsbPeim.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbusdxe\UsbBus.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbusdxe\UsbDesc.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbusdxe\UsbEnumer.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbusdxe\UsbHub.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbusdxe\UsbUtility.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbuspei\HubPeim.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbuspei\PeiUsbLib.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbbuspei\UsbPeim.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbkbdxe\EfiKey.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbkbdxe\KeyBoard.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMass.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassBoot.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassBot.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassCbi.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassDiskInfo.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmassstoragedxe\UsbMassImpl.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmouseabsolutepointerdxe\UsbMouseAbsolutePointer.h" />
<ClInclude Include="mdemodulepkg\bus\usb\usbmousedxe\UsbMouse.h" />
<ClInclude Include="mdemodulepkg\core\dxeiplpeim\DxeIpl.h" />
<ClInclude Include="mdemodulepkg\core\dxeiplpeim\x64\VirtualMemory.h" />
<ClInclude Include="mdemodulepkg\core\dxe\DxeMain.h" />
<ClInclude Include="mdemodulepkg\core\dxe\event\Event.h" />
<ClInclude Include="mdemodulepkg\core\dxe\fwvolblock\FwVolBlock.h" />
<ClInclude Include="mdemodulepkg\core\dxe\fwvol\FwVolDriver.h" />
<ClInclude Include="mdemodulepkg\core\dxe\gcd\Gcd.h" />
<ClInclude Include="mdemodulepkg\core\dxe\hand\Handle.h" />
<ClInclude Include="mdemodulepkg\core\dxe\image\Image.h" />
<ClInclude Include="mdemodulepkg\core\dxe\mem\HeapGuard.h" />
<ClInclude Include="mdemodulepkg\core\dxe\mem\Imem.h" />
<ClInclude Include="mdemodulepkg\core\pei\dependency\Dependency.h" />
<ClInclude Include="mdemodulepkg\core\pei\fwvol\FwVol.h" />
<ClInclude Include="mdemodulepkg\core\pei\PeiMain.h" />
<ClInclude Include="mdemodulepkg\core\pismmcore\HeapGuard.h" />
<ClInclude Include="mdemodulepkg\core\pismmcore\PiSmmCore.h" />
<ClInclude Include="mdemodulepkg\core\pismmcore\PiSmmCorePrivateData.h" />
<ClInclude Include="mdemodulepkg\core\runtimedxe\Runtime.h" />
<ClInclude Include="mdemodulepkg\include\guid\AcpiS3Context.h" />
<ClInclude Include="mdemodulepkg\include\guid\BootScriptExecutorVariable.h" />
<ClInclude Include="mdemodulepkg\include\guid\CapsuleVendor.h" />
<ClInclude Include="mdemodulepkg\include\guid\ConnectConInEvent.h" />
<ClInclude Include="mdemodulepkg\include\guid\ConsoleInDevice.h" />
<ClInclude Include="mdemodulepkg\include\guid\ConsoleOutDevice.h" />
<ClInclude Include="mdemodulepkg\include\guid\Crc32GuidedSectionExtraction.h" />
<ClInclude Include="mdemodulepkg\include\guid\DebugMask.h" />
<ClInclude Include="mdemodulepkg\include\guid\DriverSampleHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\EndOfS3Resume.h" />
<ClInclude Include="mdemodulepkg\include\guid\EventExitBootServiceFailed.h" />
<ClInclude Include="mdemodulepkg\include\guid\ExtendedFirmwarePerformance.h" />
<ClInclude Include="mdemodulepkg\include\guid\FaultTolerantWrite.h" />
<ClInclude Include="mdemodulepkg\include\guid\FirmwarePerformance.h" />
<ClInclude Include="mdemodulepkg\include\guid\HiiBootMaintenanceFormset.h" />
<ClInclude Include="mdemodulepkg\include\guid\HiiResourceSampleHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\IdleLoopEvent.h" />
<ClInclude Include="mdemodulepkg\include\guid\Ip4Config2Hii.h" />
<ClInclude Include="mdemodulepkg\include\guid\Ip4IScsiConfigHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\LoadModuleAtFixedAddress.h" />
<ClInclude Include="mdemodulepkg\include\guid\LzmaDecompress.h" />
<ClInclude Include="mdemodulepkg\include\guid\MdeModuleHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\MdeModulePkgTokenSpace.h" />
<ClInclude Include="mdemodulepkg\include\guid\MemoryProfile.h" />
<ClInclude Include="mdemodulepkg\include\guid\MemoryStatusCodeRecord.h" />
<ClInclude Include="mdemodulepkg\include\guid\MemoryTypeInformation.h" />
<ClInclude Include="mdemodulepkg\include\guid\MtcVendor.h" />
<ClInclude Include="mdemodulepkg\include\guid\NonDiscoverableDevice.h" />
<ClInclude Include="mdemodulepkg\include\guid\PcdDataBaseHobGuid.h" />
<ClInclude Include="mdemodulepkg\include\guid\PcdDataBaseSignatureGuid.h" />
<ClInclude Include="mdemodulepkg\include\guid\Performance.h" />
<ClInclude Include="mdemodulepkg\include\guid\PerformanceMeasurement.h" />
<ClInclude Include="mdemodulepkg\include\guid\PiSmmCommunicationRegionTable.h" />
<ClInclude Include="mdemodulepkg\include\guid\PiSmmMemoryAttributesTable.h" />
<ClInclude Include="mdemodulepkg\include\guid\PlatDriOverrideHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\PlatformHasAcpi.h" />
<ClInclude Include="mdemodulepkg\include\guid\RamDiskHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\RecoveryDevice.h" />
<ClInclude Include="mdemodulepkg\include\guid\S3SmmInitDone.h" />
<ClInclude Include="mdemodulepkg\include\guid\S3StorageDeviceInitList.h" />
<ClInclude Include="mdemodulepkg\include\guid\SerialPortLibVendor.h" />
<ClInclude Include="mdemodulepkg\include\guid\SmiHandlerProfile.h" />
<ClInclude Include="mdemodulepkg\include\guid\SmmLockBox.h" />
<ClInclude Include="mdemodulepkg\include\guid\SmmVariableCommon.h" />
<ClInclude Include="mdemodulepkg\include\guid\StandardErrorDevice.h" />
<ClInclude Include="mdemodulepkg\include\guid\StatusCodeCallbackGuid.h" />
<ClInclude Include="mdemodulepkg\include\guid\StatusCodeDataTypeDebug.h" />
<ClInclude Include="mdemodulepkg\include\guid\StatusCodeDataTypeVariable.h" />
<ClInclude Include="mdemodulepkg\include\guid\SystemNvDataGuid.h" />
<ClInclude Include="mdemodulepkg\include\guid\TtyTerm.h" />
<ClInclude Include="mdemodulepkg\include\guid\UsbKeyBoardLayout.h" />
<ClInclude Include="mdemodulepkg\include\guid\VarErrorFlag.h" />
<ClInclude Include="mdemodulepkg\include\guid\VariableFormat.h" />
<ClInclude Include="mdemodulepkg\include\guid\VariableIndexTable.h" />
<ClInclude Include="mdemodulepkg\include\guid\VlanConfigHii.h" />
<ClInclude Include="mdemodulepkg\include\guid\ZeroGuid.h" />
<ClInclude Include="mdemodulepkg\include\library\AuthVariableLib.h" />
<ClInclude Include="mdemodulepkg\include\library\BmpSupportLib.h" />
<ClInclude Include="mdemodulepkg\include\library\BootLogoLib.h" />
<ClInclude Include="mdemodulepkg\include\library\CapsuleLib.h" />
<ClInclude Include="mdemodulepkg\include\library\CpuExceptionHandlerLib.h" />
<ClInclude Include="mdemodulepkg\include\library\CustomizedDisplayLib.h" />
<ClInclude Include="mdemodulepkg\include\library\DebugAgentLib.h" />
<ClInclude Include="mdemodulepkg\include\library\DisplayUpdateProgressLib.h" />
<ClInclude Include="mdemodulepkg\include\library\FileExplorerLib.h" />
<ClInclude Include="mdemodulepkg\include\library\FmpAuthenticationLib.h" />
<ClInclude Include="mdemodulepkg\include\library\FrameBufferBltLib.h" />
<ClInclude Include="mdemodulepkg\include\library\HiiLib.h" />
<ClInclude Include="mdemodulepkg\include\library\HttpLib.h" />
<ClInclude Include="mdemodulepkg\include\library\IpmiLib.h" />
<ClInclude Include="mdemodulepkg\include\library\LockBoxLib.h" />
<ClInclude Include="mdemodulepkg\include\library\MemoryProfileLib.h" />
<ClInclude Include="mdemodulepkg\include\library\NetLib.h" />
<ClInclude Include="mdemodulepkg\include\library\NonDiscoverableDeviceRegistrationLib.h" />
<ClInclude Include="mdemodulepkg\include\library\OemHookStatusCodeLib.h" />
<ClInclude Include="mdemodulepkg\include\library\PciHostBridgeLib.h" />
<ClInclude Include="mdemodulepkg\include\library\PlatformBootManagerLib.h" />
<ClInclude Include="mdemodulepkg\include\library\PlatformHookLib.h" />
<ClInclude Include="mdemodulepkg\include\library\PlatformVarCleanupLib.h" />
<ClInclude Include="mdemodulepkg\include\library\RecoveryLib.h" />
<ClInclude Include="mdemodulepkg\include\library\ResetSystemLib.h" />
<ClInclude Include="mdemodulepkg\include\library\ResetUtilityLib.h" />
<ClInclude Include="mdemodulepkg\include\library\S3Lib.h" />
<ClInclude Include="mdemodulepkg\include\library\SecurityManagementLib.h" />
<ClInclude Include="mdemodulepkg\include\library\SmmCorePlatformHookLib.h" />
<ClInclude Include="mdemodulepkg\include\library\SortLib.h" />
<ClInclude Include="mdemodulepkg\include\library\TcpIoLib.h" />
<ClInclude Include="mdemodulepkg\include\library\TpmMeasurementLib.h" />
<ClInclude Include="mdemodulepkg\include\library\UdpIoLib.h" />
<ClInclude Include="mdemodulepkg\include\library\UefiBootManagerLib.h" />
<ClInclude Include="mdemodulepkg\include\library\UefiHiiServicesLib.h" />
<ClInclude Include="mdemodulepkg\include\library\VarCheckLib.h" />
<ClInclude Include="mdemodulepkg\include\ppi\AtaAhciController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\AtaController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\AtaPassThru.h" />
<ClInclude Include="mdemodulepkg\include\ppi\CapsuleOnDisk.h" />
<ClInclude Include="mdemodulepkg\include\ppi\Debug.h" />
<ClInclude Include="mdemodulepkg\include\ppi\IoMmu.h" />
<ClInclude Include="mdemodulepkg\include\ppi\IpmiPpi.h" />
<ClInclude Include="mdemodulepkg\include\ppi\NvmExpressHostController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\NvmExpressPassThru.h" />
<ClInclude Include="mdemodulepkg\include\ppi\PlatformSpecificResetFilter.h" />
<ClInclude Include="mdemodulepkg\include\ppi\PlatformSpecificResetHandler.h" />
<ClInclude Include="mdemodulepkg\include\ppi\PlatformSpecificResetNotification.h" />
<ClInclude Include="mdemodulepkg\include\ppi\PostBootScriptTable.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SdMmcHostController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SecPerformance.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SerialPortPei.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SmmAccess.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SmmCommunication.h" />
<ClInclude Include="mdemodulepkg\include\ppi\SmmControl.h" />
<ClInclude Include="mdemodulepkg\include\ppi\StorageSecurityCommand.h" />
<ClInclude Include="mdemodulepkg\include\ppi\UfsHostController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\Usb2HostController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\UsbController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\UsbHostController.h" />
<ClInclude Include="mdemodulepkg\include\ppi\UsbIo.h" />
<ClInclude Include="mdemodulepkg\include\protocol\AtaAtapiPolicy.h" />
<ClInclude Include="mdemodulepkg\include\protocol\BootLogo.h" />
<ClInclude Include="mdemodulepkg\include\protocol\BootLogo2.h" />
<ClInclude Include="mdemodulepkg\include\protocol\DebuggerConfiguration.h" />
<ClInclude Include="mdemodulepkg\include\protocol\DisplayProtocol.h" />
<ClInclude Include="mdemodulepkg\include\protocol\EbcSimpleDebugger.h" />
<ClInclude Include="mdemodulepkg\include\protocol\EbcVmTest.h" />
<ClInclude Include="mdemodulepkg\include\protocol\EsrtManagement.h" />
<ClInclude Include="mdemodulepkg\include\protocol\FaultTolerantWrite.h" />
<ClInclude Include="mdemodulepkg\include\protocol\FileExplorer.h" />
<ClInclude Include="mdemodulepkg\include\protocol\FirmwareManagementProgress.h" />
<ClInclude Include="mdemodulepkg\include\protocol\FormBrowserEx.h" />
<ClInclude Include="mdemodulepkg\include\protocol\FormBrowserEx2.h" />
<ClInclude Include="mdemodulepkg\include\protocol\GenericMemoryTest.h" />
<ClInclude Include="mdemodulepkg\include\protocol\IoMmu.h" />
<ClInclude Include="mdemodulepkg\include\protocol\IpmiProtocol.h" />
<ClInclude Include="mdemodulepkg\include\protocol\LoadPe32Image.h" />
<ClInclude Include="mdemodulepkg\include\protocol\LockBox.h" />
<ClInclude Include="mdemodulepkg\include\protocol\NonDiscoverableDevice.h" />
<ClInclude Include="mdemodulepkg\include\protocol\PeCoffImageEmulator.h" />
<ClInclude Include="mdemodulepkg\include\protocol\PlatformLogo.h" />
<ClInclude Include="mdemodulepkg\include\protocol\PlatformSpecificResetFilter.h" />
<ClInclude Include="mdemodulepkg\include\protocol\PlatformSpecificResetHandler.h" />
<ClInclude Include="mdemodulepkg\include\protocol\Print2.h" />
<ClInclude Include="mdemodulepkg\include\protocol\Ps2Policy.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SdMmcOverride.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmExitBootServices.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmFaultTolerantWrite.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmFirmwareVolumeBlock.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmLegacyBoot.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmMemoryAttribute.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmReadyToBoot.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmSwapAddressRange.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmVarCheck.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SmmVariable.h" />
<ClInclude Include="mdemodulepkg\include\protocol\SwapAddressRange.h" />
<ClInclude Include="mdemodulepkg\include\protocol\UfsHostController.h" />
<ClInclude Include="mdemodulepkg\include\protocol\UfsHostControllerPlatform.h" />
<ClInclude Include="mdemodulepkg\include\protocol\VarCheck.h" />
<ClInclude Include="mdemodulepkg\include\protocol\VariableLock.h" />
<ClInclude Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenanceManager.h" />
<ClInclude Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenanceManagerCustomizedUi.h" />
<ClInclude Include="mdemodulepkg\library\bootmaintenancemanageruilib\BootMaintenanceManagerCustomizedUiSupport.h" />
<ClInclude Include="mdemodulepkg\library\bootmaintenancemanageruilib\FormGuid.h" />
<ClInclude Include="mdemodulepkg\library\bootmanageruilib\BootManager.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\BrotliDecompressLibInternal.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\brotli\decode.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\brotli\port.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\brotli\types.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\constants.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\context.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\dictionary.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\platform.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\transform.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\common\version.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\bit_reader.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\huffman.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\prefix.h" />
<ClInclude Include="mdemodulepkg\library\brotlicustomdecompresslib\dec\state.h" />
<ClInclude Include="mdemodulepkg\library\customizeddisplaylib\Colors.h" />
<ClInclude Include="mdemodulepkg\library\customizeddisplaylib\CustomizedDisplayLibInternal.h" />
<ClInclude Include="mdemodulepkg\library\devicemanageruilib\DeviceManager.h" />
<ClInclude Include="mdemodulepkg\library\dxecapsulelibfmp\CapsuleOnDisk.h" />
<ClInclude Include="mdemodulepkg\library\dxecorememoryallocationlib\DxeCoreMemoryAllocationServices.h" />
<ClInclude Include="mdemodulepkg\library\dxecorememoryallocationlib\DxeCoreMemoryProfileServices.h" />
<ClInclude Include="mdemodulepkg\library\dxecoreperformancelib\DxeCorePerformanceLibInternal.h" />
<ClInclude Include="mdemodulepkg\library\dxehttplib\DxeHttpLib.h" />
<ClInclude Include="mdemodulepkg\library\fileexplorerlib\FileExplorer.h" />
<ClInclude Include="mdemodulepkg\library\fileexplorerlib\FormGuid.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\LzmaDecompressLibInternal.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\7zTypes.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\7zVersion.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\Bra.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\Compiler.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\CpuArch.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\LzFind.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\LzHash.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\LzmaDec.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\sdk\c\Precomp.h" />
<ClInclude Include="mdemodulepkg\library\lzmacustomdecompresslib\UefiLzma.h" />
<ClInclude Include="mdemodulepkg\library\pidxes3bootscriptlib\BootScriptInternalFormat.h" />
<ClInclude Include="mdemodulepkg\library\pidxes3bootscriptlib\InternalBootScriptLib.h" />
<ClInclude Include="mdemodulepkg\library\pismmcorememoryallocationlib\PiSmmCoreMemoryAllocationServices.h" />
<ClInclude Include="mdemodulepkg\library\pismmcorememoryallocationlib\PiSmmCoreMemoryProfileServices.h" />
<ClInclude Include="mdemodulepkg\library\platformvarcleanuplib\PlatVarCleanup.h" />
<ClInclude Include="mdemodulepkg\library\platformvarcleanuplib\PlatVarCleanupHii.h" />
<ClInclude Include="mdemodulepkg\library\smmcoreperformancelib\SmmCorePerformanceLibInternal.h" />
<ClInclude Include="mdemodulepkg\library\smmlockboxlib\SmmLockBoxLibPrivate.h" />
<ClInclude Include="mdemodulepkg\library\uefibootmanagerlib\InternalBm.h" />
<ClInclude Include="mdemodulepkg\library\uefihiilib\InternalHiiLib.h" />
<ClInclude Include="mdemodulepkg\library\varcheckhiilib\InternalVarCheckStructure.h" />
<ClInclude Include="mdemodulepkg\library\varcheckhiilib\VarCheckHii.h" />
<ClInclude Include="mdemodulepkg\library\varcheckhiilib\VarCheckHiiGen.h" />
<ClInclude Include="mdemodulepkg\library\varcheckpcdlib\VarCheckPcdStructure.h" />
<ClInclude Include="mdemodulepkg\universal\acpi\acpitabledxe\AcpiSdt.h" />
<ClInclude Include="mdemodulepkg\universal\acpi\acpitabledxe\AcpiTable.h" />
<ClInclude Include="mdemodulepkg\universal\acpi\bootscriptexecutordxe\ScriptExecute.h" />
<ClInclude Include="mdemodulepkg\universal\acpi\s3savestatedxe\InternalS3SaveState.h" />
<ClInclude Include="mdemodulepkg\universal\acpi\smms3savestate\InternalSmmSaveState.h" />
<ClInclude Include="mdemodulepkg\universal\bdsdxe\Bds.h" />
<ClInclude Include="mdemodulepkg\universal\bdsdxe\HwErrRecSupport.h" />
<ClInclude Include="mdemodulepkg\universal\bdsdxe\Language.h" />
<ClInclude Include="mdemodulepkg\universal\capsulepei\Capsule.h" />
<ClInclude Include="mdemodulepkg\universal\capsulepei\common\CommonHeader.h" />
<ClInclude Include="mdemodulepkg\universal\capsuleruntimedxe\CapsuleService.h" />
<ClInclude Include="mdemodulepkg\universal\console\conplatformdxe\ConPlatform.h" />
<ClInclude Include="mdemodulepkg\universal\console\consplitterdxe\ConSplitter.h" />
<ClInclude Include="mdemodulepkg\universal\console\graphicsconsoledxe\GraphicsConsole.h" />
<ClInclude Include="mdemodulepkg\universal\console\graphicsoutputdxe\GraphicsOutput.h" />
<ClInclude Include="mdemodulepkg\universal\console\terminaldxe\Terminal.h" />
<ClInclude Include="mdemodulepkg\universal\debugportdxe\DebugPort.h" />
<ClInclude Include="mdemodulepkg\universal\debugservicepei\DebugService.h" />
<ClInclude Include="mdemodulepkg\universal\debugsupportdxe\ia32\DebugSupport.h" />
<ClInclude Include="mdemodulepkg\universal\debugsupportdxe\ia32\PlDebugSupport.h" />
<ClInclude Include="mdemodulepkg\universal\debugsupportdxe\x64\PlDebugSupport.h" />
<ClInclude Include="mdemodulepkg\universal\disk\cdexpresspei\PeiCdExpress.h" />
<ClInclude Include="mdemodulepkg\universal\disk\diskiodxe\DiskIo.h" />
<ClInclude Include="mdemodulepkg\universal\disk\partitiondxe\Partition.h" />
<ClInclude Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskImpl.h" />
<ClInclude Include="mdemodulepkg\universal\disk\ramdiskdxe\RamDiskNVData.h" />
<ClInclude Include="mdemodulepkg\universal\disk\udfdxe\Udf.h" />
<ClInclude Include="mdemodulepkg\universal\disk\unicodecollation\englishdxe\UnicodeCollationEng.h" />
<ClInclude Include="mdemodulepkg\universal\displayenginedxe\FormDisplay.h" />
<ClInclude Include="mdemodulepkg\universal\driverhealthmanagerdxe\DriverHealthManagerDxe.h" />
<ClInclude Include="mdemodulepkg\universal\driverhealthmanagerdxe\DriverHealthManagerVfr.h" />
<ClInclude Include="mdemodulepkg\universal\driversampledxe\DriverSample.h" />
<ClInclude Include="mdemodulepkg\universal\driversampledxe\NVDataStruc.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\EbcDebuggerHook.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\Edb.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCommand.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbCommon.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbDisasm.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbDisasmSupport.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbHook.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSupport.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\ebcdebugger\EdbSymbol.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\EbcExecute.h" />
<ClInclude Include="mdemodulepkg\universal\ebcdxe\EbcInt.h" />
<ClInclude Include="mdemodulepkg\universal\esrtdxe\EsrtImpl.h" />
<ClInclude Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWrite.h" />
<ClInclude Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteSmmCommon.h" />
<ClInclude Include="mdemodulepkg\universal\faulttolerantwritedxe\FaultTolerantWriteSmmDxe.h" />
<ClInclude Include="mdemodulepkg\universal\fvsimplefilesystemdxe\FvSimpleFileSystemInternal.h" />
<ClInclude Include="mdemodulepkg\universal\hiidatabasedxe\HiiDatabase.h" />
<ClInclude Include="mdemodulepkg\universal\legacyregion2dxe\LegacyRegion2.h" />
<ClInclude Include="mdemodulepkg\universal\memorytest\genericmemorytestdxe\LightMemoryTest.h" />
<ClInclude Include="mdemodulepkg\universal\memorytest\nullmemorytestdxe\NullMemoryTest.h" />
<ClInclude Include="mdemodulepkg\universal\metronome\Metronome.h" />
<ClInclude Include="mdemodulepkg\universal\pcd\dxe\Service.h" />
<ClInclude Include="mdemodulepkg\universal\pcd\pei\Service.h" />
<ClInclude Include="mdemodulepkg\universal\platformdrioverridedxe\InternalPlatDriOverrideDxe.h" />
<ClInclude Include="mdemodulepkg\universal\platformdrioverridedxe\PlatOverMngr.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\oniggnu.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\onigposix.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\oniguruma.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\OnigurumaUefiPort.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regenc.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regint.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\regparse.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\oniguruma\st.h" />
<ClInclude Include="mdemodulepkg\universal\regularexpressiondxe\RegularExpressionDxe.h" />
<ClInclude Include="mdemodulepkg\universal\reportstatuscoderouter\pei\ReportStatusCodeRouterPei.h" />
<ClInclude Include="mdemodulepkg\universal\reportstatuscoderouter\runtimedxe\ReportStatusCodeRouterRuntimeDxe.h" />
<ClInclude Include="mdemodulepkg\universal\reportstatuscoderouter\smm\ReportStatusCodeRouterSmm.h" />
<ClInclude Include="mdemodulepkg\universal\resetsystempei\ResetSystem.h" />
<ClInclude Include="mdemodulepkg\universal\resetsystemruntimedxe\ResetSystem.h" />
<ClInclude Include="mdemodulepkg\universal\securitystubdxe\Defer3rdPartyImageLoad.h" />
<ClInclude Include="mdemodulepkg\universal\setupbrowserdxe\Expression.h" />
<ClInclude Include="mdemodulepkg\universal\setupbrowserdxe\Setup.h" />
<ClInclude Include="mdemodulepkg\universal\smbiosdxe\SmbiosDxe.h" />
<ClInclude Include="mdemodulepkg\universal\statuscodehandler\pei\StatusCodeHandlerPei.h" />
<ClInclude Include="mdemodulepkg\universal\statuscodehandler\runtimedxe\StatusCodeHandlerRuntimeDxe.h" />
<ClInclude Include="mdemodulepkg\universal\statuscodehandler\smm\StatusCodeHandlerSmm.h" />
<ClInclude Include="mdemodulepkg\universal\variable\pei\Variable.h" />
<ClInclude Include="mdemodulepkg\universal\variable\runtimedxe\PrivilegePolymorphic.h" />
<ClInclude Include="mdemodulepkg\universal\variable\runtimedxe\Variable.h" />
<ClInclude Include="mdemodulepkg\universal\watchdogtimerdxe\WatchdogTimer.h" />
<ClInclude Include="mdepkg\include\Base.h" />
<ClInclude Include="mdepkg\include\guid\Acpi.h" />
<ClInclude Include="mdepkg\include\guid\Apriori.h" />
<ClInclude Include="mdepkg\include\guid\AprioriFileName.h" />
<ClInclude Include="mdepkg\include\guid\Btt.h" />
<ClInclude Include="mdepkg\include\guid\CapsuleReport.h" />
<ClInclude Include="mdepkg\include\guid\Cper.h" />
<ClInclude Include="mdepkg\include\guid\DebugImageInfoTable.h" />
<ClInclude Include="mdepkg\include\guid\DxeServices.h" />
<ClInclude Include="mdepkg\include\guid\EventGroup.h" />
<ClInclude Include="mdepkg\include\guid\EventLegacyBios.h" />
<ClInclude Include="mdepkg\include\guid\FileInfo.h" />
<ClInclude Include="mdepkg\include\guid\FileSystemInfo.h" />
<ClInclude Include="mdepkg\include\guid\FileSystemVolumeLabelInfo.h" />
<ClInclude Include="mdepkg\include\guid\FirmwareContentsSigned.h" />
<ClInclude Include="mdepkg\include\guid\FirmwareFileSystem2.h" />
<ClInclude Include="mdepkg\include\guid\FirmwareFileSystem3.h" />
<ClInclude Include="mdepkg\include\guid\FmpCapsule.h" />
<ClInclude Include="mdepkg\include\guid\GlobalVariable.h" />
<ClInclude Include="mdepkg\include\guid\Gpt.h" />
<ClInclude Include="mdepkg\include\guid\GraphicsInfoHob.h" />
<ClInclude Include="mdepkg\include\guid\HardwareErrorVariable.h" />
<ClInclude Include="mdepkg\include\guid\HiiFormMapMethodGuid.h" />
<ClInclude Include="mdepkg\include\guid\HiiKeyBoardLayout.h" />
<ClInclude Include="mdepkg\include\guid\HiiPlatformSetupFormset.h" />
<ClInclude Include="mdepkg\include\guid\HobList.h" />
<ClInclude Include="mdepkg\include\guid\ImageAuthentication.h" />
<ClInclude Include="mdepkg\include\guid\MdePkgTokenSpace.h" />
<ClInclude Include="mdepkg\include\guid\MemoryAllocationHob.h" />
<ClInclude Include="mdepkg\include\guid\MemoryAttributesTable.h" />
<ClInclude Include="mdepkg\include\guid\MemoryOverwriteControl.h" />
<ClInclude Include="mdepkg\include\guid\Mps.h" />
<ClInclude Include="mdepkg\include\guid\PcAnsi.h" />
<ClInclude Include="mdepkg\include\guid\PropertiesTable.h" />
<ClInclude Include="mdepkg\include\guid\SmBios.h" />
<ClInclude Include="mdepkg\include\guid\SmramMemoryReserve.h" />
<ClInclude Include="mdepkg\include\guid\StatusCodeDataTypeId.h" />
<ClInclude Include="mdepkg\include\guid\SystemResourceTable.h" />
<ClInclude Include="mdepkg\include\guid\VectorHandoffTable.h" />
<ClInclude Include="mdepkg\include\guid\WinCertificate.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi10.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi20.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi30.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi40.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi50.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi51.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi60.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi61.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi62.h" />
<ClInclude Include="mdepkg\include\industrystandard\Acpi63.h" />
<ClInclude Include="mdepkg\include\industrystandard\AcpiAml.h" />
<ClInclude Include="mdepkg\include\industrystandard\AlertStandardFormatTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\ArmErrorSourceTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\Atapi.h" />
<ClInclude Include="mdepkg\include\industrystandard\Bluetooth.h" />
<ClInclude Include="mdepkg\include\industrystandard\Bmp.h" />
<ClInclude Include="mdepkg\include\industrystandard\DebugPort2Table.h" />
<ClInclude Include="mdepkg\include\industrystandard\DebugPortTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\Dhcp.h" />
<ClInclude Include="mdepkg\include\industrystandard\DmaRemappingReportingTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\ElTorito.h" />
<ClInclude Include="mdepkg\include\industrystandard\Emmc.h" />
<ClInclude Include="mdepkg\include\industrystandard\HighPrecisionEventTimerTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\Hsti.h" />
<ClInclude Include="mdepkg\include\industrystandard\Http11.h" />
<ClInclude Include="mdepkg\include\industrystandard\IoRemappingTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\Ipmi.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiFruInformationStorage.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnApp.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnBridge.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnChassis.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnFirmware.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnGroupExtension.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnSensorEvent.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnStorage.h" />
<ClInclude Include="mdepkg\include\industrystandard\IpmiNetFnTransport.h" />
<ClInclude Include="mdepkg\include\industrystandard\IScsiBootFirmwareTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\LegacyBiosMpTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\LowPowerIdleTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\Mbr.h" />
<ClInclude Include="mdepkg\include\industrystandard\MemoryMappedConfigurationSpaceAccessTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\MemoryOverwriteRequestControlLock.h" />
<ClInclude Include="mdepkg\include\industrystandard\Nvme.h" />
<ClInclude Include="mdepkg\include\industrystandard\Pci.h" />
<ClInclude Include="mdepkg\include\industrystandard\Pci22.h" />
<ClInclude Include="mdepkg\include\industrystandard\Pci23.h" />
<ClInclude Include="mdepkg\include\industrystandard\Pci30.h" />
<ClInclude Include="mdepkg\include\industrystandard\PciCodeId.h" />
<ClInclude Include="mdepkg\include\industrystandard\PciExpress21.h" />
<ClInclude Include="mdepkg\include\industrystandard\PciExpress30.h" />
<ClInclude Include="mdepkg\include\industrystandard\PciExpress31.h" />
<ClInclude Include="mdepkg\include\industrystandard\PciExpress40.h" />
<ClInclude Include="mdepkg\include\industrystandard\PeImage.h" />
<ClInclude Include="mdepkg\include\industrystandard\Scsi.h" />
<ClInclude Include="mdepkg\include\industrystandard\Sd.h" />
<ClInclude Include="mdepkg\include\industrystandard\SdramSpd.h" />
<ClInclude Include="mdepkg\include\industrystandard\SdramSpdDdr3.h" />
<ClInclude Include="mdepkg\include\industrystandard\SdramSpdDdr4.h" />
<ClInclude Include="mdepkg\include\industrystandard\SdramSpdLpDdr.h" />
<ClInclude Include="mdepkg\include\industrystandard\SerialPortConsoleRedirectionTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\ServiceProcessorManagementInterfaceTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\SmBios.h" />
<ClInclude Include="mdepkg\include\industrystandard\SmBus.h" />
<ClInclude Include="mdepkg\include\industrystandard\TcgPhysicalPresence.h" />
<ClInclude Include="mdepkg\include\industrystandard\TcgStorageCore.h" />
<ClInclude Include="mdepkg\include\industrystandard\TcgStorageOpal.h" />
<ClInclude Include="mdepkg\include\industrystandard\TcpaAcpi.h" />
<ClInclude Include="mdepkg\include\industrystandard\Tls1.h" />
<ClInclude Include="mdepkg\include\industrystandard\Tpm12.h" />
<ClInclude Include="mdepkg\include\industrystandard\Tpm20.h" />
<ClInclude Include="mdepkg\include\industrystandard\Tpm2Acpi.h" />
<ClInclude Include="mdepkg\include\industrystandard\TpmPtp.h" />
<ClInclude Include="mdepkg\include\industrystandard\TpmTis.h" />
<ClInclude Include="mdepkg\include\industrystandard\Udf.h" />
<ClInclude Include="mdepkg\include\industrystandard\UefiTcgPlatform.h" />
<ClInclude Include="mdepkg\include\industrystandard\Usb.h" />
<ClInclude Include="mdepkg\include\industrystandard\WatchdogActionTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\WatchdogResourceTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\WindowsSmmSecurityMitigationTable.h" />
<ClInclude Include="mdepkg\include\industrystandard\WindowsUxCapsule.h" />
<ClInclude Include="mdepkg\include\library\BaseLib.h" />
<ClInclude Include="mdepkg\include\library\BaseMemoryLib.h" />
<ClInclude Include="mdepkg\include\library\CacheMaintenanceLib.h" />
<ClInclude Include="mdepkg\include\library\CpuLib.h" />
<ClInclude Include="mdepkg\include\library\DebugLib.h" />
<ClInclude Include="mdepkg\include\library\DebugPrintErrorLevelLib.h" />
<ClInclude Include="mdepkg\include\library\DevicePathLib.h" />
<ClInclude Include="mdepkg\include\library\DxeCoreEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\DxeServicesLib.h" />
<ClInclude Include="mdepkg\include\library\DxeServicesTableLib.h" />
<ClInclude Include="mdepkg\include\library\ExtractGuidedSectionLib.h" />
<ClInclude Include="mdepkg\include\library\FileHandleLib.h" />
<ClInclude Include="mdepkg\include\library\HobLib.h" />
<ClInclude Include="mdepkg\include\library\HstiLib.h" />
<ClInclude Include="mdepkg\include\library\IoLib.h" />
<ClInclude Include="mdepkg\include\library\MemoryAllocationLib.h" />
<ClInclude Include="mdepkg\include\library\MmServicesTableLib.h" />
<ClInclude Include="mdepkg\include\library\OrderedCollectionLib.h" />
<ClInclude Include="mdepkg\include\library\PcdLib.h" />
<ClInclude Include="mdepkg\include\library\PciCf8Lib.h" />
<ClInclude Include="mdepkg\include\library\PciExpressLib.h" />
<ClInclude Include="mdepkg\include\library\PciLib.h" />
<ClInclude Include="mdepkg\include\library\PciSegmentInfoLib.h" />
<ClInclude Include="mdepkg\include\library\PciSegmentLib.h" />
<ClInclude Include="mdepkg\include\library\PeCoffExtraActionLib.h" />
<ClInclude Include="mdepkg\include\library\PeCoffGetEntryPointLib.h" />
<ClInclude Include="mdepkg\include\library\PeCoffLib.h" />
<ClInclude Include="mdepkg\include\library\PeiCoreEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\PeimEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\PeiServicesLib.h" />
<ClInclude Include="mdepkg\include\library\PeiServicesTablePointerLib.h" />
<ClInclude Include="mdepkg\include\library\PerformanceLib.h" />
<ClInclude Include="mdepkg\include\library\PostCodeLib.h" />
<ClInclude Include="mdepkg\include\library\PrintLib.h" />
<ClInclude Include="mdepkg\include\library\ReportStatusCodeLib.h" />
<ClInclude Include="mdepkg\include\library\ResourcePublicationLib.h" />
<ClInclude Include="mdepkg\include\library\RngLib.h" />
<ClInclude Include="mdepkg\include\library\S3BootScriptLib.h" />
<ClInclude Include="mdepkg\include\library\S3IoLib.h" />
<ClInclude Include="mdepkg\include\library\S3PciLib.h" />
<ClInclude Include="mdepkg\include\library\S3PciSegmentLib.h" />
<ClInclude Include="mdepkg\include\library\S3SmbusLib.h" />
<ClInclude Include="mdepkg\include\library\S3StallLib.h" />
<ClInclude Include="mdepkg\include\library\SafeIntLib.h" />
<ClInclude Include="mdepkg\include\library\SerialPortLib.h" />
<ClInclude Include="mdepkg\include\library\SmbusLib.h" />
<ClInclude Include="mdepkg\include\library\SmiHandlerProfileLib.h" />
<ClInclude Include="mdepkg\include\library\SmmIoLib.h" />
<ClInclude Include="mdepkg\include\library\SmmLib.h" />
<ClInclude Include="mdepkg\include\library\SmmMemLib.h" />
<ClInclude Include="mdepkg\include\library\SmmPeriodicSmiLib.h" />
<ClInclude Include="mdepkg\include\library\SmmServicesTableLib.h" />
<ClInclude Include="mdepkg\include\library\StandaloneMmDriverEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\SynchronizationLib.h" />
<ClInclude Include="mdepkg\include\library\TimerLib.h" />
<ClInclude Include="mdepkg\include\library\UefiApplicationEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\UefiBootServicesTableLib.h" />
<ClInclude Include="mdepkg\include\library\UefiDecompressLib.h" />
<ClInclude Include="mdepkg\include\library\UefiDriverEntryPoint.h" />
<ClInclude Include="mdepkg\include\library\UefiLib.h" />
<ClInclude Include="mdepkg\include\library\UefiRuntimeLib.h" />
<ClInclude Include="mdepkg\include\library\UefiRuntimeServicesTableLib.h" />
<ClInclude Include="mdepkg\include\library\UefiScsiLib.h" />
<ClInclude Include="mdepkg\include\library\UefiUsbLib.h" />
<ClInclude Include="mdepkg\include\PiDxe.h" />
<ClInclude Include="mdepkg\include\PiMm.h" />
<ClInclude Include="mdepkg\include\PiPei.h" />
<ClInclude Include="mdepkg\include\PiSmm.h" />
<ClInclude Include="mdepkg\include\pi\PiBootMode.h" />
<ClInclude Include="mdepkg\include\pi\PiDependency.h" />
<ClInclude Include="mdepkg\include\pi\PiDxeCis.h" />
<ClInclude Include="mdepkg\include\pi\PiFirmwareFile.h" />
<ClInclude Include="mdepkg\include\pi\PiFirmwareVolume.h" />
<ClInclude Include="mdepkg\include\pi\PiHob.h" />
<ClInclude Include="mdepkg\include\pi\PiI2c.h" />
<ClInclude Include="mdepkg\include\pi\PiMmCis.h" />
<ClInclude Include="mdepkg\include\pi\PiMultiPhase.h" />
<ClInclude Include="mdepkg\include\pi\PiPeiCis.h" />
<ClInclude Include="mdepkg\include\pi\PiS3BootScript.h" />
<ClInclude Include="mdepkg\include\pi\PiSmmCis.h" />
<ClInclude Include="mdepkg\include\pi\PiStatusCode.h" />
<ClInclude Include="mdepkg\include\ppi\BlockIo.h" />
<ClInclude Include="mdepkg\include\ppi\BlockIo2.h" />
<ClInclude Include="mdepkg\include\ppi\BootInRecoveryMode.h" />
<ClInclude Include="mdepkg\include\ppi\Capsule.h" />
<ClInclude Include="mdepkg\include\ppi\CpuIo.h" />
<ClInclude Include="mdepkg\include\ppi\Decompress.h" />
<ClInclude Include="mdepkg\include\ppi\DeviceRecoveryModule.h" />
<ClInclude Include="mdepkg\include\ppi\DxeIpl.h" />
<ClInclude Include="mdepkg\include\ppi\EndOfPeiPhase.h" />
<ClInclude Include="mdepkg\include\ppi\FirmwareVolume.h" />
<ClInclude Include="mdepkg\include\ppi\FirmwareVolumeInfo.h" />
<ClInclude Include="mdepkg\include\ppi\FirmwareVolumeInfo2.h" />
<ClInclude Include="mdepkg\include\ppi\Graphics.h" />
<ClInclude Include="mdepkg\include\ppi\GuidedSectionExtraction.h" />
<ClInclude Include="mdepkg\include\ppi\I2cMaster.h" />
<ClInclude Include="mdepkg\include\ppi\IsaHc.h" />
<ClInclude Include="mdepkg\include\ppi\LoadFile.h" />
<ClInclude Include="mdepkg\include\ppi\LoadImage.h" />
<ClInclude Include="mdepkg\include\ppi\MasterBootMode.h" />
<ClInclude Include="mdepkg\include\ppi\MemoryDiscovered.h" />
<ClInclude Include="mdepkg\include\ppi\MmAccess.h" />
<ClInclude Include="mdepkg\include\ppi\MmControl.h" />
<ClInclude Include="mdepkg\include\ppi\MpServices.h" />
<ClInclude Include="mdepkg\include\ppi\Pcd.h" />
<ClInclude Include="mdepkg\include\ppi\PcdInfo.h" />
<ClInclude Include="mdepkg\include\ppi\PciCfg2.h" />
<ClInclude Include="mdepkg\include\ppi\PeiCoreFvLocation.h" />
<ClInclude Include="mdepkg\include\ppi\PiPcd.h" />
<ClInclude Include="mdepkg\include\ppi\PiPcdInfo.h" />
<ClInclude Include="mdepkg\include\ppi\ReadOnlyVariable2.h" />
<ClInclude Include="mdepkg\include\ppi\RecoveryModule.h" />
<ClInclude Include="mdepkg\include\ppi\ReportStatusCodeHandler.h" />
<ClInclude Include="mdepkg\include\ppi\Reset.h" />
<ClInclude Include="mdepkg\include\ppi\Reset2.h" />
<ClInclude Include="mdepkg\include\ppi\S3Resume2.h" />
<ClInclude Include="mdepkg\include\ppi\SecHobData.h" />
<ClInclude Include="mdepkg\include\ppi\SecPlatformInformation.h" />
<ClInclude Include="mdepkg\include\ppi\SecPlatformInformation2.h" />
<ClInclude Include="mdepkg\include\ppi\Security2.h" />
<ClInclude Include="mdepkg\include\ppi\Smbus2.h" />
<ClInclude Include="mdepkg\include\ppi\Stall.h" />
<ClInclude Include="mdepkg\include\ppi\StatusCode.h" />
<ClInclude Include="mdepkg\include\ppi\SuperIo.h" />
<ClInclude Include="mdepkg\include\ppi\TemporaryRamDone.h" />
<ClInclude Include="mdepkg\include\ppi\TemporaryRamSupport.h" />
<ClInclude Include="mdepkg\include\ppi\VectorHandoffInfo.h" />
<ClInclude Include="mdepkg\include\protocol\AbsolutePointer.h" />
<ClInclude Include="mdepkg\include\protocol\AcpiSystemDescriptionTable.h" />
<ClInclude Include="mdepkg\include\protocol\AcpiTable.h" />
<ClInclude Include="mdepkg\include\protocol\AdapterInformation.h" />
<ClInclude Include="mdepkg\include\protocol\Arp.h" />
<ClInclude Include="mdepkg\include\protocol\AtaPassThru.h" />
<ClInclude Include="mdepkg\include\protocol\AuthenticationInfo.h" />
<ClInclude Include="mdepkg\include\protocol\Bds.h" />
<ClInclude Include="mdepkg\include\protocol\Bis.h" />
<ClInclude Include="mdepkg\include\protocol\BlockIo.h" />
<ClInclude Include="mdepkg\include\protocol\BlockIo2.h" />
<ClInclude Include="mdepkg\include\protocol\BlockIoCrypto.h" />
<ClInclude Include="mdepkg\include\protocol\BluetoothAttribute.h" />
<ClInclude Include="mdepkg\include\protocol\BluetoothConfig.h" />
<ClInclude Include="mdepkg\include\protocol\BluetoothHc.h" />
<ClInclude Include="mdepkg\include\protocol\BluetoothIo.h" />
<ClInclude Include="mdepkg\include\protocol\BluetoothLeConfig.h" />
<ClInclude Include="mdepkg\include\protocol\BootManagerPolicy.h" />
<ClInclude Include="mdepkg\include\protocol\BusSpecificDriverOverride.h" />
<ClInclude Include="mdepkg\include\protocol\Capsule.h" />
<ClInclude Include="mdepkg\include\protocol\ComponentName.h" />
<ClInclude Include="mdepkg\include\protocol\ComponentName2.h" />
<ClInclude Include="mdepkg\include\protocol\Cpu.h" />
<ClInclude Include="mdepkg\include\protocol\CpuIo2.h" />
<ClInclude Include="mdepkg\include\protocol\DebugPort.h" />
<ClInclude Include="mdepkg\include\protocol\DebugSupport.h" />
<ClInclude Include="mdepkg\include\protocol\Decompress.h" />
<ClInclude Include="mdepkg\include\protocol\DeferredImageLoad.h" />
<ClInclude Include="mdepkg\include\protocol\DeviceIo.h" />
<ClInclude Include="mdepkg\include\protocol\DevicePath.h" />
<ClInclude Include="mdepkg\include\protocol\DevicePathFromText.h" />
<ClInclude Include="mdepkg\include\protocol\DevicePathToText.h" />
<ClInclude Include="mdepkg\include\protocol\DevicePathUtilities.h" />
<ClInclude Include="mdepkg\include\protocol\Dhcp4.h" />
<ClInclude Include="mdepkg\include\protocol\Dhcp6.h" />
<ClInclude Include="mdepkg\include\protocol\DiskInfo.h" />
<ClInclude Include="mdepkg\include\protocol\DiskIo.h" />
<ClInclude Include="mdepkg\include\protocol\DiskIo2.h" />
<ClInclude Include="mdepkg\include\protocol\Dns4.h" />
<ClInclude Include="mdepkg\include\protocol\Dns6.h" />
<ClInclude Include="mdepkg\include\protocol\DriverBinding.h" />
<ClInclude Include="mdepkg\include\protocol\DriverConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\DriverConfiguration2.h" />
<ClInclude Include="mdepkg\include\protocol\DriverDiagnostics.h" />
<ClInclude Include="mdepkg\include\protocol\DriverDiagnostics2.h" />
<ClInclude Include="mdepkg\include\protocol\DriverFamilyOverride.h" />
<ClInclude Include="mdepkg\include\protocol\DriverHealth.h" />
<ClInclude Include="mdepkg\include\protocol\DriverSupportedEfiVersion.h" />
<ClInclude Include="mdepkg\include\protocol\DxeMmReadyToLock.h" />
<ClInclude Include="mdepkg\include\protocol\DxeSmmReadyToLock.h" />
<ClInclude Include="mdepkg\include\protocol\Eap.h" />
<ClInclude Include="mdepkg\include\protocol\EapConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\EapManagement.h" />
<ClInclude Include="mdepkg\include\protocol\EapManagement2.h" />
<ClInclude Include="mdepkg\include\protocol\Ebc.h" />
<ClInclude Include="mdepkg\include\protocol\EdidActive.h" />
<ClInclude Include="mdepkg\include\protocol\EdidDiscovered.h" />
<ClInclude Include="mdepkg\include\protocol\EdidOverride.h" />
<ClInclude Include="mdepkg\include\protocol\EraseBlock.h" />
<ClInclude Include="mdepkg\include\protocol\FirmwareManagement.h" />
<ClInclude Include="mdepkg\include\protocol\FirmwareVolume2.h" />
<ClInclude Include="mdepkg\include\protocol\FirmwareVolumeBlock.h" />
<ClInclude Include="mdepkg\include\protocol\FormBrowser2.h" />
<ClInclude Include="mdepkg\include\protocol\Ftp4.h" />
<ClInclude Include="mdepkg\include\protocol\GraphicsOutput.h" />
<ClInclude Include="mdepkg\include\protocol\GuidedSectionExtraction.h" />
<ClInclude Include="mdepkg\include\protocol\Hash.h" />
<ClInclude Include="mdepkg\include\protocol\Hash2.h" />
<ClInclude Include="mdepkg\include\protocol\HiiConfigAccess.h" />
<ClInclude Include="mdepkg\include\protocol\HiiConfigKeyword.h" />
<ClInclude Include="mdepkg\include\protocol\HiiConfigRouting.h" />
<ClInclude Include="mdepkg\include\protocol\HiiDatabase.h" />
<ClInclude Include="mdepkg\include\protocol\HiiFont.h" />
<ClInclude Include="mdepkg\include\protocol\HiiImage.h" />
<ClInclude Include="mdepkg\include\protocol\HiiImageDecoder.h" />
<ClInclude Include="mdepkg\include\protocol\HiiImageEx.h" />
<ClInclude Include="mdepkg\include\protocol\HiiPackageList.h" />
<ClInclude Include="mdepkg\include\protocol\HiiPopup.h" />
<ClInclude Include="mdepkg\include\protocol\HiiString.h" />
<ClInclude Include="mdepkg\include\protocol\Http.h" />
<ClInclude Include="mdepkg\include\protocol\HttpBootCallback.h" />
<ClInclude Include="mdepkg\include\protocol\HttpUtilities.h" />
<ClInclude Include="mdepkg\include\protocol\I2cBusConfigurationManagement.h" />
<ClInclude Include="mdepkg\include\protocol\I2cEnumerate.h" />
<ClInclude Include="mdepkg\include\protocol\I2cHost.h" />
<ClInclude Include="mdepkg\include\protocol\I2cIo.h" />
<ClInclude Include="mdepkg\include\protocol\I2cMaster.h" />
<ClInclude Include="mdepkg\include\protocol\IdeControllerInit.h" />
<ClInclude Include="mdepkg\include\protocol\IncompatiblePciDeviceSupport.h" />
<ClInclude Include="mdepkg\include\protocol\Ip4.h" />
<ClInclude Include="mdepkg\include\protocol\Ip4Config.h" />
<ClInclude Include="mdepkg\include\protocol\Ip4Config2.h" />
<ClInclude Include="mdepkg\include\protocol\Ip6.h" />
<ClInclude Include="mdepkg\include\protocol\Ip6Config.h" />
<ClInclude Include="mdepkg\include\protocol\IpSec.h" />
<ClInclude Include="mdepkg\include\protocol\IpSecConfig.h" />
<ClInclude Include="mdepkg\include\protocol\IsaHc.h" />
<ClInclude Include="mdepkg\include\protocol\IScsiInitiatorName.h" />
<ClInclude Include="mdepkg\include\protocol\Kms.h" />
<ClInclude Include="mdepkg\include\protocol\LegacyRegion2.h" />
<ClInclude Include="mdepkg\include\protocol\LegacySpiController.h" />
<ClInclude Include="mdepkg\include\protocol\LegacySpiFlash.h" />
<ClInclude Include="mdepkg\include\protocol\LegacySpiSmmController.h" />
<ClInclude Include="mdepkg\include\protocol\LegacySpiSmmFlash.h" />
<ClInclude Include="mdepkg\include\protocol\LoadedImage.h" />
<ClInclude Include="mdepkg\include\protocol\LoadFile.h" />
<ClInclude Include="mdepkg\include\protocol\LoadFile2.h" />
<ClInclude Include="mdepkg\include\protocol\ManagedNetwork.h" />
<ClInclude Include="mdepkg\include\protocol\Metronome.h" />
<ClInclude Include="mdepkg\include\protocol\MmAccess.h" />
<ClInclude Include="mdepkg\include\protocol\MmBase.h" />
<ClInclude Include="mdepkg\include\protocol\MmCommunication.h" />
<ClInclude Include="mdepkg\include\protocol\MmConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\MmControl.h" />
<ClInclude Include="mdepkg\include\protocol\MmCpu.h" />
<ClInclude Include="mdepkg\include\protocol\MmCpuIo.h" />
<ClInclude Include="mdepkg\include\protocol\MmEndOfDxe.h" />
<ClInclude Include="mdepkg\include\protocol\MmGpiDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmIoTrapDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmMp.h" />
<ClInclude Include="mdepkg\include\protocol\MmPciRootBridgeIo.h" />
<ClInclude Include="mdepkg\include\protocol\MmPeriodicTimerDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmPowerButtonDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmReadyToLock.h" />
<ClInclude Include="mdepkg\include\protocol\MmReportStatusCodeHandler.h" />
<ClInclude Include="mdepkg\include\protocol\MmStandbyButtonDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmStatusCode.h" />
<ClInclude Include="mdepkg\include\protocol\MmSwDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmSxDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MmUsbDispatch.h" />
<ClInclude Include="mdepkg\include\protocol\MonotonicCounter.h" />
<ClInclude Include="mdepkg\include\protocol\MpService.h" />
<ClInclude Include="mdepkg\include\protocol\Mtftp4.h" />
<ClInclude Include="mdepkg\include\protocol\Mtftp6.h" />
<ClInclude Include="mdepkg\include\protocol\NetworkInterfaceIdentifier.h" />
<ClInclude Include="mdepkg\include\protocol\NvdimmLabel.h" />
<ClInclude Include="mdepkg\include\protocol\NvmExpressPassthru.h" />
<ClInclude Include="mdepkg\include\protocol\PartitionInfo.h" />
<ClInclude Include="mdepkg\include\protocol\Pcd.h" />
<ClInclude Include="mdepkg\include\protocol\PcdInfo.h" />
<ClInclude Include="mdepkg\include\protocol\PciEnumerationComplete.h" />
<ClInclude Include="mdepkg\include\protocol\PciHostBridgeResourceAllocation.h" />
<ClInclude Include="mdepkg\include\protocol\PciHotPlugInit.h" />
<ClInclude Include="mdepkg\include\protocol\PciHotPlugRequest.h" />
<ClInclude Include="mdepkg\include\protocol\PciIo.h" />
<ClInclude Include="mdepkg\include\protocol\PciOverride.h" />
<ClInclude Include="mdepkg\include\protocol\PciPlatform.h" />
<ClInclude Include="mdepkg\include\protocol\PciRootBridgeIo.h" />
<ClInclude Include="mdepkg\include\protocol\PiPcd.h" />
<ClInclude Include="mdepkg\include\protocol\PiPcdInfo.h" />
<ClInclude Include="mdepkg\include\protocol\Pkcs7Verify.h" />
<ClInclude Include="mdepkg\include\protocol\PlatformDriverOverride.h" />
<ClInclude Include="mdepkg\include\protocol\PlatformToDriverConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\PxeBaseCode.h" />
<ClInclude Include="mdepkg\include\protocol\PxeBaseCodeCallBack.h" />
<ClInclude Include="mdepkg\include\protocol\RamDisk.h" />
<ClInclude Include="mdepkg\include\protocol\RealTimeClock.h" />
<ClInclude Include="mdepkg\include\protocol\RegularExpressionProtocol.h" />
<ClInclude Include="mdepkg\include\protocol\ReportStatusCodeHandler.h" />
<ClInclude Include="mdepkg\include\protocol\Reset.h" />
<ClInclude Include="mdepkg\include\protocol\ResetNotification.h" />
<ClInclude Include="mdepkg\include\protocol\Rest.h" />
<ClInclude Include="mdepkg\include\protocol\Rng.h" />
<ClInclude Include="mdepkg\include\protocol\Runtime.h" />
<ClInclude Include="mdepkg\include\protocol\S3SaveState.h" />
<ClInclude Include="mdepkg\include\protocol\S3SmmSaveState.h" />
<ClInclude Include="mdepkg\include\protocol\ScsiIo.h" />
<ClInclude Include="mdepkg\include\protocol\ScsiPassThru.h" />
<ClInclude Include="mdepkg\include\protocol\ScsiPassThruExt.h" />
<ClInclude Include="mdepkg\include\protocol\SdMmcPassThru.h" />
<ClInclude Include="mdepkg\include\protocol\Security.h" />
<ClInclude Include="mdepkg\include\protocol\Security2.h" />
<ClInclude Include="mdepkg\include\protocol\SecurityPolicy.h" />
<ClInclude Include="mdepkg\include\protocol\SerialIo.h" />
<ClInclude Include="mdepkg\include\protocol\ServiceBinding.h" />
<ClInclude Include="mdepkg\include\protocol\Shell.h" />
<ClInclude Include="mdepkg\include\protocol\ShellDynamicCommand.h" />
<ClInclude Include="mdepkg\include\protocol\ShellParameters.h" />
<ClInclude Include="mdepkg\include\protocol\SimpleFileSystem.h" />
<ClInclude Include="mdepkg\include\protocol\SimpleNetwork.h" />
<ClInclude Include="mdepkg\include\protocol\SimplePointer.h" />
<ClInclude Include="mdepkg\include\protocol\SimpleTextIn.h" />
<ClInclude Include="mdepkg\include\protocol\SimpleTextInEx.h" />
<ClInclude Include="mdepkg\include\protocol\SimpleTextOut.h" />
<ClInclude Include="mdepkg\include\protocol\SmartCardEdge.h" />
<ClInclude Include="mdepkg\include\protocol\SmartCardReader.h" />
<ClInclude Include="mdepkg\include\protocol\Smbios.h" />
<ClInclude Include="mdepkg\include\protocol\SmbusHc.h" />
<ClInclude Include="mdepkg\include\protocol\SmmAccess2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmBase2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmCommunication.h" />
<ClInclude Include="mdepkg\include\protocol\SmmConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\SmmControl2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmCpu.h" />
<ClInclude Include="mdepkg\include\protocol\SmmCpuIo2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmEndOfDxe.h" />
<ClInclude Include="mdepkg\include\protocol\SmmGpiDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmIoTrapDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmPciRootBridgeIo.h" />
<ClInclude Include="mdepkg\include\protocol\SmmPeriodicTimerDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmPowerButtonDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmReadyToLock.h" />
<ClInclude Include="mdepkg\include\protocol\SmmReportStatusCodeHandler.h" />
<ClInclude Include="mdepkg\include\protocol\SmmStandbyButtonDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmStatusCode.h" />
<ClInclude Include="mdepkg\include\protocol\SmmSwDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmSxDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SmmUsbDispatch2.h" />
<ClInclude Include="mdepkg\include\protocol\SpiConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\SpiHc.h" />
<ClInclude Include="mdepkg\include\protocol\SpiIo.h" />
<ClInclude Include="mdepkg\include\protocol\SpiNorFlash.h" />
<ClInclude Include="mdepkg\include\protocol\SpiSmmConfiguration.h" />
<ClInclude Include="mdepkg\include\protocol\SpiSmmHc.h" />
<ClInclude Include="mdepkg\include\protocol\SpiSmmNorFlash.h" />
<ClInclude Include="mdepkg\include\protocol\StatusCode.h" />
<ClInclude Include="mdepkg\include\protocol\StorageSecurityCommand.h" />
<ClInclude Include="mdepkg\include\protocol\SuperIo.h" />
<ClInclude Include="mdepkg\include\protocol\SuperIoControl.h" />
<ClInclude Include="mdepkg\include\protocol\Supplicant.h" />
<ClInclude Include="mdepkg\include\protocol\TapeIo.h" />
<ClInclude Include="mdepkg\include\protocol\Tcg2Protocol.h" />
<ClInclude Include="mdepkg\include\protocol\TcgService.h" />
<ClInclude Include="mdepkg\include\protocol\Tcp4.h" />
<ClInclude Include="mdepkg\include\protocol\Tcp6.h" />
<ClInclude Include="mdepkg\include\protocol\Timer.h" />
<ClInclude Include="mdepkg\include\protocol\Timestamp.h" />
<ClInclude Include="mdepkg\include\protocol\Tls.h" />
<ClInclude Include="mdepkg\include\protocol\TlsConfig.h" />
<ClInclude Include="mdepkg\include\protocol\TrEEProtocol.h" />
<ClInclude Include="mdepkg\include\protocol\Udp4.h" />
<ClInclude Include="mdepkg\include\protocol\Udp6.h" />
<ClInclude Include="mdepkg\include\protocol\UfsDeviceConfig.h" />
<ClInclude Include="mdepkg\include\protocol\UgaDraw.h" />
<ClInclude Include="mdepkg\include\protocol\UgaIo.h" />
<ClInclude Include="mdepkg\include\protocol\UnicodeCollation.h" />
<ClInclude Include="mdepkg\include\protocol\Usb2HostController.h" />
<ClInclude Include="mdepkg\include\protocol\UsbFunctionIo.h" />
<ClInclude Include="mdepkg\include\protocol\UsbHostController.h" />
<ClInclude Include="mdepkg\include\protocol\UsbIo.h" />
<ClInclude Include="mdepkg\include\protocol\UserCredential.h" />
<ClInclude Include="mdepkg\include\protocol\UserCredential2.h" />
<ClInclude Include="mdepkg\include\protocol\UserManager.h" />
<ClInclude Include="mdepkg\include\protocol\Variable.h" />
<ClInclude Include="mdepkg\include\protocol\VariableWrite.h" />
<ClInclude Include="mdepkg\include\protocol\VlanConfig.h" />
<ClInclude Include="mdepkg\include\protocol\WatchdogTimer.h" />
<ClInclude Include="mdepkg\include\protocol\WiFi.h" />
<ClInclude Include="mdepkg\include\protocol\WiFi2.h" />
<ClInclude Include="mdepkg\include\register\amd\Cpuid.h" />
<ClInclude Include="mdepkg\include\register\amd\Fam17Msr.h" />
<ClInclude Include="mdepkg\include\register\amd\Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\ArchitecturalMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\Cpuid.h" />
<ClInclude Include="mdepkg\include\register\intel\LocalApic.h" />
<ClInclude Include="mdepkg\include\register\intel\Microcode.h" />
<ClInclude Include="mdepkg\include\register\intel\Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\AtomMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\BroadwellMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\Core2Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\CoreMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\GoldmontMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\GoldmontPlusMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\HaswellEMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\HaswellMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\IvyBridgeMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\NehalemMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\P6Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\Pentium4Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\PentiumMMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\PentiumMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\SandyBridgeMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\SilvermontMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\SkylakeMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\Xeon5600Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\XeonDMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\XeonE7Msr.h" />
<ClInclude Include="mdepkg\include\register\intel\msr\XeonPhiMsr.h" />
<ClInclude Include="mdepkg\include\register\intel\SmramSaveStateMap.h" />
<ClInclude Include="mdepkg\include\register\intel\StmApi.h" />
<ClInclude Include="mdepkg\include\register\intel\StmResourceDescriptor.h" />
<ClInclude Include="mdepkg\include\register\intel\StmStatusCode.h" />
<ClInclude Include="mdepkg\include\Uefi.h" />
<ClInclude Include="mdepkg\include\uefi\UefiAcpiDataTable.h" />
<ClInclude Include="mdepkg\include\uefi\UefiBaseType.h" />
<ClInclude Include="mdepkg\include\uefi\UefiGpt.h" />
<ClInclude Include="mdepkg\include\uefi\UefiInternalFormRepresentation.h" />
<ClInclude Include="mdepkg\include\uefi\UefiMultiPhase.h" />
<ClInclude Include="mdepkg\include\uefi\UefiPxe.h" />
<ClInclude Include="mdepkg\include\uefi\UefiSpec.h" />
<ClInclude Include="mdepkg\include\x64\ProcessorBind.h" />
<ClInclude Include="mdepkg\library\baseiolibintrinsic\BaseIoLibIntrinsicInternal.h" />
<ClInclude Include="mdepkg\library\baselib\BaseLibInternals.h" />
<ClInclude Include="mdepkg\library\basememorylibmmx\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basememoryliboptdxe\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basememoryliboptpei\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basememorylibrepstr\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basememorylibsse2\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basememorylib\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\basepecofflib\BasePeCoffLibInternals.h" />
<ClInclude Include="mdepkg\library\baseprintlib\PrintLibInternal.h" />
<ClInclude Include="mdepkg\library\basesynchronizationlib\BaseSynchronizationLibInternals.h" />
<ClInclude Include="mdepkg\library\baseuefidecompresslib\BaseUefiDecompressLibInternals.h" />
<ClInclude Include="mdepkg\library\dxehstilib\HstiDxe.h" />
<ClInclude Include="mdepkg\library\dxeiolibcpuio2\DxeCpuIo2LibInternal.h" />
<ClInclude Include="mdepkg\library\dxesmbuslib\InternalSmbusLib.h" />
<ClInclude Include="mdepkg\library\pcisegmentlibsegmentinfo\PciSegmentLibCommon.h" />
<ClInclude Include="mdepkg\library\peimemorylib\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\peismbuslibsmbus2ppi\InternalSmbusLib.h" />
<ClInclude Include="mdepkg\library\smmiolibsmmcpuio2\SmmCpuIoLibInternal.h" />
<ClInclude Include="mdepkg\library\uefidevicepathlib\UefiDevicePathLib.h" />
<ClInclude Include="mdepkg\library\uefilib\UefiLibInternal.h" />
<ClInclude Include="mdepkg\library\uefimemorylib\MemLibInternals.h" />
<ClInclude Include="mdepkg\library\uefipcisegmentlibpcirootbridgeio\PciSegmentLib.h" />
<ClInclude Include="mdepkg\library\uefiusblib\UefiUsbLibInternal.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\AsmFuncs.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\BootArgs.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\BootFixes.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\Config.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\CustomSlide.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\MemoryMap.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\RtShims.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\ServiceOverrides.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\ummmalloc\UmmMalloc.h" />
<ClInclude Include="memoryfix\aptiomemoryfix\VMem.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\AsmFuncs.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\BootArgs.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\BootFixes.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\BootFixes3.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\DecodedKernelCheck.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\flatdevtree\device_tree.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\Hibernate.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\Lib.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\mach-o\Mach-O.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\NVRAMDebug.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\RTShims.h" />
<ClInclude Include="memoryfix\osxaptiofixdrv\VMem.h" />
<ClInclude Include="memoryfix\osxlowmemfixdrv\Lib.h" />
<ClInclude Include="memoryfix\osxlowmemfixdrv\NVRAMDebug.h" />
<ClInclude Include="networkpkg\arpdxe\ArpDriver.h" />
<ClInclude Include="networkpkg\arpdxe\ArpImpl.h" />
<ClInclude Include="networkpkg\dhcp4dxe\Dhcp4Driver.h" />
<ClInclude Include="networkpkg\dhcp4dxe\Dhcp4Impl.h" />
<ClInclude Include="networkpkg\dhcp4dxe\Dhcp4Io.h" />
<ClInclude Include="networkpkg\dhcp4dxe\Dhcp4Option.h" />
<ClInclude Include="networkpkg\dhcp6dxe\Dhcp6Driver.h" />
<ClInclude Include="networkpkg\dhcp6dxe\Dhcp6Impl.h" />
<ClInclude Include="networkpkg\dhcp6dxe\Dhcp6Io.h" />
<ClInclude Include="networkpkg\dhcp6dxe\Dhcp6Utility.h" />
<ClInclude Include="networkpkg\dnsdxe\DnsDhcp.h" />
<ClInclude Include="networkpkg\dnsdxe\DnsDriver.h" />
<ClInclude Include="networkpkg\dnsdxe\DnsImpl.h" />
<ClInclude Include="networkpkg\dpcdxe\Dpc.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootClient.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootComponentName.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootConfig.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootConfigNVDataStruc.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootDhcp4.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootDhcp6.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootDxe.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootImpl.h" />
<ClInclude Include="networkpkg\httpbootdxe\HttpBootSupport.h" />
<ClInclude Include="networkpkg\httpdxe\ComponentName.h" />
<ClInclude Include="networkpkg\httpdxe\HttpDns.h" />
<ClInclude Include="networkpkg\httpdxe\HttpDriver.h" />
<ClInclude Include="networkpkg\httpdxe\HttpImpl.h" />
<ClInclude Include="networkpkg\httpdxe\HttpProto.h" />
<ClInclude Include="networkpkg\httpdxe\HttpsSupport.h" />
<ClInclude Include="networkpkg\httputilitiesdxe\HttpUtilitiesDxe.h" />
<ClInclude Include="networkpkg\include\guid\HttpBootConfigHii.h" />
<ClInclude Include="networkpkg\include\guid\HttpTlsCipherList.h" />
<ClInclude Include="networkpkg\include\guid\Ip6ConfigHii.h" />
<ClInclude Include="networkpkg\include\guid\IScsiConfigHii.h" />
<ClInclude Include="networkpkg\include\guid\TlsAuthConfigHii.h" />
<ClInclude Include="networkpkg\include\guid\TlsAuthentication.h" />
<ClInclude Include="networkpkg\include\guid\WifiConnectionManagerConfigHii.h" />
<ClInclude Include="networkpkg\include\library\DpcLib.h" />
<ClInclude Include="networkpkg\include\library\HttpLib.h" />
<ClInclude Include="networkpkg\include\library\IpIoLib.h" />
<ClInclude Include="networkpkg\include\library\NetLib.h" />
<ClInclude Include="networkpkg\include\library\TcpIoLib.h" />
<ClInclude Include="networkpkg\include\library\UdpIoLib.h" />
<ClInclude Include="networkpkg\include\protocol\Dpc.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Common.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Config2Impl.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Config2Nv.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Driver.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Icmp.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4If.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Igmp.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Impl.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Input.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4NvData.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Option.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Output.h" />
<ClInclude Include="networkpkg\ip4dxe\Ip4Route.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Common.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6ConfigImpl.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6ConfigNv.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Driver.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Icmp.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6If.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Impl.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Input.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Mld.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Nd.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6NvData.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Option.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Output.h" />
<ClInclude Include="networkpkg\ip6dxe\Ip6Route.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiCHAP.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiConfig.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiConfigNVDataStruc.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiDhcp.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiDhcp6.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiDns.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiDriver.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiIbft.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiImpl.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiMisc.h" />
<ClInclude Include="networkpkg\iscsidxe\IScsiProto.h" />
<ClInclude Include="networkpkg\library\dxehttplib\DxeHttpLib.h" />
<ClInclude Include="networkpkg\mnpdxe\ComponentName.h" />
<ClInclude Include="networkpkg\mnpdxe\MnpDriver.h" />
<ClInclude Include="networkpkg\mnpdxe\MnpImpl.h" />
<ClInclude Include="networkpkg\mnpdxe\MnpVlan.h" />
<ClInclude Include="networkpkg\mtftp4dxe\Mtftp4Driver.h" />
<ClInclude Include="networkpkg\mtftp4dxe\Mtftp4Impl.h" />
<ClInclude Include="networkpkg\mtftp4dxe\Mtftp4Option.h" />
<ClInclude Include="networkpkg\mtftp4dxe\Mtftp4Support.h" />
<ClInclude Include="networkpkg\mtftp6dxe\Mtftp6Driver.h" />
<ClInclude Include="networkpkg\mtftp6dxe\Mtftp6Impl.h" />
<ClInclude Include="networkpkg\mtftp6dxe\Mtftp6Option.h" />
<ClInclude Include="networkpkg\mtftp6dxe\Mtftp6Support.h" />
<ClInclude Include="networkpkg\snpdxe\Snp.h" />
<ClInclude Include="networkpkg\tcpdxe\Socket.h" />
<ClInclude Include="networkpkg\tcpdxe\SockImpl.h" />
<ClInclude Include="networkpkg\tcpdxe\TcpDriver.h" />
<ClInclude Include="networkpkg\tcpdxe\TcpFunc.h" />
<ClInclude Include="networkpkg\tcpdxe\TcpMain.h" />
<ClInclude Include="networkpkg\tcpdxe\TcpOption.h" />
<ClInclude Include="networkpkg\tcpdxe\TcpProto.h" />
<ClInclude Include="networkpkg\tlsauthconfigdxe\TlsAuthConfigImpl.h" />
<ClInclude Include="networkpkg\tlsauthconfigdxe\TlsAuthConfigNvData.h" />
<ClInclude Include="networkpkg\tlsdxe\TlsDriver.h" />
<ClInclude Include="networkpkg\tlsdxe\TlsImpl.h" />
<ClInclude Include="networkpkg\udp4dxe\Udp4Driver.h" />
<ClInclude Include="networkpkg\udp4dxe\Udp4Impl.h" />
<ClInclude Include="networkpkg\udp6dxe\Udp6Driver.h" />
<ClInclude Include="networkpkg\udp6dxe\Udp6Impl.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcBoot.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcDhcp4.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcDhcp6.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcDriver.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcImpl.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcMtftp.h" />
<ClInclude Include="networkpkg\uefipxebcdxe\PxeBcSupport.h" />
<ClInclude Include="networkpkg\vlanconfigdxe\VlanConfigImpl.h" />
<ClInclude Include="networkpkg\vlanconfigdxe\VlanConfigNvData.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\EapContext.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrComponentName.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrConfig.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrConfigHii.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrConfigNVDataStruct.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrDriverBinding.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrDxe.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrFileUtil.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrHiiConfigAccess.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrImpl.h" />
<ClInclude Include="networkpkg\wificonnectionmanagerdxe\WifiConnectionMgrMisc.h" />
<ClInclude Include="opencorepkg\application\hdacodecdump\HdaCodecDump.h" />
<ClInclude Include="opencorepkg\include\acidanthera\guid\OcSmBios.h" />
<ClInclude Include="opencorepkg\include\acidanthera\guid\OcVariable.h" />
<ClInclude Include="opencorepkg\include\acidanthera\industrystandard\OcPeImage.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAcpiLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAfterBootCompatLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcApfsLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleBootPolicyLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleChunklistLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleDiskImageLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleEventLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleImageConversionLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleImageVerificationLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleImg4Lib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleKernelLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleKeyMapLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleKeysLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleRamDiskLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleSecureBootLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAppleUserInterfaceThemeLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcAudioLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcBootManagementLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcBootServicesTableLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcCompressionLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcConfigurationLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcConsoleLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcCpuLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcCryptoLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDataHubLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDebugLogLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDevicePathLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDevicePropertyLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDeviceTreeLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcDriverConnectionLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcFileLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcFirmwarePasswordLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcFirmwareVolumeLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcGuardLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcHashServicesLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcHdaDevicesLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcHeciLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcInputLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcMachoLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcMacInfoLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcMemoryLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcMiscLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcOSInfoLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcPeCoffLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcPngLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcRngLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcRtcLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcSerializeLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcSmbiosLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcSmcLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcStorageLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcStringLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcTemplateLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcTimerLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcUnicodeCollationEngGenericLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcVirtualFsLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\library\OcXmlLib.h" />
<ClInclude Include="opencorepkg\include\acidanthera\OpenCore.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\AudioIo.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\HdaCodecInfo.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\HdaControllerInfo.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\HdaIo.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcAfterBootCompat.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcAudio.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcBootstrap.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcFirmwareRuntime.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcInterface.h" />
<ClInclude Include="opencorepkg\include\acidanthera\protocol\OcLog.h" />
<ClInclude Include="opencorepkg\include\ami\protocol\AmiKeycode.h" />
<ClInclude Include="opencorepkg\include\ami\protocol\AmiPointer.h" />
<ClInclude Include="opencorepkg\include\apple\aarch64\AppleCpuType.h" />
<ClInclude Include="opencorepkg\include\apple\AppleMacEfi.h" />
<ClInclude Include="opencorepkg\include\apple\applemacefi\AppleMacEfiSpec.h" />
<ClInclude Include="opencorepkg\include\apple\arm\AppleCpuType.h" />
<ClInclude Include="opencorepkg\include\apple\ebc\AppleCpuType.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleApfsInfo.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleBless.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleCertificate.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleDataHub.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleDevicePath.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleFile.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleFirmwareVolume.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleHfsInfo.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleHob.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleOSLoaded.h" />
<ClInclude Include="opencorepkg\include\apple\guid\ApplePlatformInfo.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleTDMApprovedGuid.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleTscFrequency.h" />
<ClInclude Include="opencorepkg\include\apple\guid\AppleVariable.h" />
<ClInclude Include="opencorepkg\include\apple\guid\BiosId.h" />
<ClInclude Include="opencorepkg\include\apple\ia32\AppleCpuType.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\Apfs.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleBootArgs.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleChunklist.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleCompressedBinaryImage.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleCsrConfig.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleDiskImage.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleDiskLabel.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleFatBinaryImage.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleFeatures.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleHibernate.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleHid.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleIcon.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleIntelCpuInfo.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleKmodInfo.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleKxldState.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleMachoImage.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleMkext.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleNec.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\ApplePerfData.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleProvisioning.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleRtc.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleSmBios.h" />
<ClInclude Include="opencorepkg\include\apple\industrystandard\AppleSmc.h" />
<ClInclude Include="opencorepkg\include\apple\library\AppleCpuExtensionsLib.h" />
<ClInclude Include="opencorepkg\include\apple\library\AppleDataHubLib.h" />
<ClInclude Include="opencorepkg\include\apple\library\AppleEventLib.h" />
<ClInclude Include="opencorepkg\include\apple\library\AppleInterruptLib.h" />
<ClInclude Include="opencorepkg\include\apple\library\AppleSmbiosLib.h" />
<ClInclude Include="opencorepkg\include\apple\library\BiosIdLib.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\ApfsEfiBootRecordInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\ApfsEncryptedPartition.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\ApfsUnsupportedBds.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\Apple80211.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleBeepGen.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleBootPolicy.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleDebugLog.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleDeviceControl.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleDiag.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleDiskImage.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleDmgBoot.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleEvent.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleFirmwarePassword.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleFramebufferInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleGraphicsDriver.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleGraphicsPolicy.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleHda.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleImageConversion.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleImg4Verification.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleKeyMapAggregator.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleKeyMapDatabase.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleLoadImage.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\ApplePartitionInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\ApplePlatformInfoDatabase.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleRamDisk.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleRemovableMedia.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleRtcRam.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleSecureBoot.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleSingleFile.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleSmcIo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleSystemInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\AppleVoiceOver.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\DevicePathPropertyDatabase.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\KeyboardInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\OSInfo.h" />
<ClInclude Include="opencorepkg\include\apple\protocol\UserInterfaceTheme.h" />
<ClInclude Include="opencorepkg\include\apple\x64\AppleCpuType.h" />
<ClInclude Include="opencorepkg\include\duet\EfiFlashMap.h" />
<ClInclude Include="opencorepkg\include\duet\EfiImageFormat.h" />
<ClInclude Include="opencorepkg\include\duet\EfiLdrHandoff.h" />
<ClInclude Include="opencorepkg\include\duet\FlashLayout.h" />
<ClInclude Include="opencorepkg\include\duet\guid\AcpiDescription.h" />
<ClInclude Include="opencorepkg\include\duet\guid\DxeCoreFileName.h" />
<ClInclude Include="opencorepkg\include\duet\guid\FlashMapHob.h" />
<ClInclude Include="opencorepkg\include\duet\guid\LdrMemoryDescriptor.h" />
<ClInclude Include="opencorepkg\include\duet\guid\PciExpressBaseAddress.h" />
<ClInclude Include="opencorepkg\include\duet\guid\PciOptionRomTable.h" />
<ClInclude Include="opencorepkg\include\duet\library\DuetBdsLib.h" />
<ClInclude Include="opencorepkg\include\generic\industrystandard\Riff.h" />
<ClInclude Include="opencorepkg\include\generic\industrystandard\UsbHid.h" />
<ClInclude Include="opencorepkg\include\generic\stdbool.h" />
<ClInclude Include="opencorepkg\include\intel\guid\BlockIoVendor.h" />
<ClInclude Include="opencorepkg\include\intel\guid\DataHubRecords.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\CpuId.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\GenericIch.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\HdaRegisters.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\HdaVerbs.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\HeciClientMsg.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\HeciMsg.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\ProcessorInfo.h" />
<ClInclude Include="opencorepkg\include\intel\industrystandard\VirtualMemory.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\ConsoleControl.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\DataHub.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\FirmwareVolume.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\FrameworkMpService.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\Heci.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\Heci2.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\HotPlugDevice.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\LegacyBios.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\LegacyRegion.h" />
<ClInclude Include="opencorepkg\include\intel\protocol\VgaMiniPort.h" />
<ClInclude Include="opencorepkg\include\microsoft\guid\MicrosoftVariable.h" />
<ClInclude Include="opencorepkg\include\microsoft\MicrosoftWindows.h" />
<ClInclude Include="opencorepkg\include\vmware\protocol\VMwareDebug.h" />
<ClInclude Include="opencorepkg\include\vmware\protocol\VMwareHda.h" />
<ClInclude Include="opencorepkg\include\vmware\protocol\VMwareMac.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\bdsdxe\Bds.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\biosvideo\BiosVideo.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\biosvideo\VesaBiosExtensions.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\cpudxe\CpuDxe.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\dxeipl\DxeIpl.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\dxeipl\HobGeneration.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\dxeipl\ia32\VirtualMemory.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\dxeipl\LegacyTable.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\dxeipl\x64\VirtualMemory.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\efildr\EfiLdr.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\efildr\EfiLdrHandoff.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\efildr\LzmaDecompress.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\efildr\PeLoader.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\efildr\Support.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\legacyregion2dxe\LegacyRegion2.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciBus.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciCommand.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciDeviceSupport.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciEnumerator.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciEnumeratorSupport.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciIo.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcibusnoenumerationdxe\PciPowerManagement.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\DeviceIo.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\pcirootbridgedxe\PcatPciRootBridge.h" />
<ClInclude Include="opencorepkg\legacy\bootplatform\smbiosgendxe\SmbiosGen.h" />
<ClInclude Include="opencorepkg\library\duetbdslib\BdsPlatform.h" />
<ClInclude Include="opencorepkg\library\ocafterbootcompatlib\BootCompatInternal.h" />
<ClInclude Include="opencorepkg\library\ocafterbootcompatlib\ia32\ContextSwitch.h" />
<ClInclude Include="opencorepkg\library\ocafterbootcompatlib\x64\ContextSwitch.h" />
<ClInclude Include="opencorepkg\library\ocapfslib\OcApfsInternal.h" />
<ClInclude Include="opencorepkg\library\ocapplediskimagelib\OcAppleDiskImageLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocappleeventlib\AppleEventInternal.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libderimg4\DER_Img4Manifest.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libderimg4\Img4oids.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libderimg4\libDERImg4.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libderimg4\libDERImg4_config.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\asn1Types.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\DER_CertCrl.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\DER_Decode.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\DER_Digest.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\DER_Encode.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\DER_Keys.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\libDER.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libder\oids.h" />
<ClInclude Include="opencorepkg\library\ocappleimg4lib\libDER_config.h" />
<ClInclude Include="opencorepkg\library\ocapplekernellib\CachelessInternal.h" />
<ClInclude Include="opencorepkg\library\ocapplekernellib\MkextInternal.h" />
<ClInclude Include="opencorepkg\library\ocapplekernellib\PrelinkedInternal.h" />
<ClInclude Include="opencorepkg\library\ocaudiolib\OcAudioInternal.h" />
<ClInclude Include="opencorepkg\library\ocbootmanagementlib\BootManagementInternal.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\lzss\lzss.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\lzvn\lzvn.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\crc32.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\deflate.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\inffast.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\inffixed.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\inflate.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\inftrees.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\trees.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\zconf.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\zlib.h" />
<ClInclude Include="opencorepkg\library\occompressionlib\zlib\zutil.h" />
<ClInclude Include="opencorepkg\library\occonsolelib\OcConsoleLibInternal.h" />
<ClInclude Include="opencorepkg\library\occpulib\OcCpuInternals.h" />
<ClInclude Include="opencorepkg\library\occryptolib\BigNumLib.h" />
<ClInclude Include="opencorepkg\library\occryptolib\BigNumLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocdatahublib\DataHub.h" />
<ClInclude Include="opencorepkg\library\ocdebugloglib\OcLogInternal.h" />
<ClInclude Include="opencorepkg\library\ocfirmwarepasswordlib\AppleFwPasswordInternal.h" />
<ClInclude Include="opencorepkg\library\ocfirmwarevolumelib\OcFirmwareVolumeLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocguardlib\Ubsan.h" />
<ClInclude Include="opencorepkg\library\ochashserviceslib\OcHashServicesLibInternal.h" />
<ClInclude Include="opencorepkg\library\ochdadeviceslib\OcHdaDevicesInternal.h" />
<ClInclude Include="opencorepkg\library\ochiidatabaselib\HiiDatabase.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIK.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIKData.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIKShim.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIKSource.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIKTarget.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\keycode\AIKTranslate.h" />
<ClInclude Include="opencorepkg\library\ocinputlib\pointer\AIM.h" />
<ClInclude Include="opencorepkg\library\ocmacholib\OcMachoLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocmacinfolib\MacInfoInternal.h" />
<ClInclude Include="opencorepkg\library\ocpnglib\lodepng.h" />
<ClInclude Include="opencorepkg\library\ocrnglib\OcRngInternals.h" />
<ClInclude Include="opencorepkg\library\ocrtclib\OcRtcLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocsmbioslib\DebugSmbios.h" />
<ClInclude Include="opencorepkg\library\ocsmbioslib\SmbiosInternal.h" />
<ClInclude Include="opencorepkg\library\ocsmclib\OcSmcLibInternal.h" />
<ClInclude Include="opencorepkg\library\ocunicodecollationenglib\OcUnicodeCollationEngInternal.h" />
<ClInclude Include="opencorepkg\library\ocvirtualfslib\VirtualFsInternal.h" />
<ClInclude Include="opencorepkg\OpenCoreFromClover.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\BmfFile.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\BmfLib.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\GuiApp.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\GuiIo.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\OpenCanopy.h" />
<ClInclude Include="opencorepkg\platform\opencanopy\views\BootPicker.h" />
<ClInclude Include="opencorepkg\platform\openruntime\OpenRuntimePrivate.h" />
<ClInclude Include="opencorepkg\platform\openusbkbdxe\AppleKey.h" />
<ClInclude Include="opencorepkg\platform\openusbkbdxe\EfiKey.h" />
<ClInclude Include="opencorepkg\platform\openusbkbdxe\KeyBoard.h" />
<ClInclude Include="opencorepkg\staging\audiodxe\AudioDxe.h" />
<ClInclude Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodec.h" />
<ClInclude Include="opencorepkg\staging\audiodxe\hdacodec\HdaCodecComponentName.h" />
<ClInclude Include="opencorepkg\staging\audiodxe\hdacontroller\HdaController.h" />
<ClInclude Include="opencorepkg\staging\audiodxe\hdacontroller\HdaControllerComponentName.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\devstuff\mswin\dirent.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\devstuff\src\fsw_posix.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\devstuff\src\fsw_posix_base.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_base.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_core.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_efi.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_efi_base.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_hfs.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\fsw_strfunc.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\hfs_format.h" />
<ClInclude Include="opencorepkg\staging\vboxhfs\hfs_unistr.h" />
<ClInclude Include="opencorepkg\tests\cryptotest\CryptoSamples.h" />
<ClInclude Include="opencorepkg\user\include\BootServices.h" />
<ClInclude Include="opencorepkg\user\include\File.h" />
<ClInclude Include="opencorepkg\user\include\GlobalVar.h" />
<ClInclude Include="opencorepkg\user\include\Pcd.h" />
<ClInclude Include="opencorepkg\utilities\appleefisigntool\AppleEfiFatBinary.h" />
<ClInclude Include="opencorepkg\utilities\appleefisigntool\AppleEfiPeImage.h" />
<ClInclude Include="opencorepkg\utilities\appleefisigntool\Edk2PeImage.h" />
<ClInclude Include="opencorepkg\utilities\basetools\VirtualMemory.h" />
<ClInclude Include="opencorepkg\utilities\macserial\macserial.h" />
<ClInclude Include="opencorepkg\utilities\macserial\modelinfo.h" />
<ClInclude Include="opencorepkg\utilities\macserial\modelinfo_autogen.h" />
<ClInclude Include="opencorepkg\utilities\rsatool\openssl_compat.h" />
<ClInclude Include="pcatchipsetpkg\8254timerdxe\Timer.h" />
<ClInclude Include="pcatchipsetpkg\8259interruptcontrollerdxe\8259.h" />
<ClInclude Include="pcatchipsetpkg\bus\pci\idecontrollerdxe\IdeController.h" />
<ClInclude Include="pcatchipsetpkg\include\guid\PcAtChipsetTokenSpace.h" />
<ClInclude Include="pcatchipsetpkg\include\library\IoApicLib.h" />
<ClInclude Include="pcatchipsetpkg\include\register\Hpet.h" />
<ClInclude Include="pcatchipsetpkg\include\register\IoApic.h" />
<ClInclude Include="pcatchipsetpkg\isaacpidxe\PcatIsaAcpi.h" />
<ClInclude Include="pcatchipsetpkg\pcatrealtimeclockruntimedxe\PcRtc.h" />
<ClInclude Include="posixcompilation\clovermock\include\printf_lite-conf.h" />
<ClInclude Include="posixcompilation\debuglibs\autogen\AutoGen.h" />
<ClInclude Include="posixcompilation\releaselibs\autogen\AutoGen.h" />
<ClInclude Include="posixcompilation\uefimock\Base.h" />
<ClInclude Include="posixcompilation\xcode_utf_fixed.h" />
<ClInclude Include="protocols\appleimagecodec\picopng.h" />
<ClInclude Include="protocols\applekeyaggregator\AppleKeyAggregator.h" />
<ClInclude Include="protocols\applekeyfeeder\AppleKeyMapUtils.h" />
<ClInclude Include="protocols\applekeyfeeder\SimpleTextExProxy.h" />
<ClInclude Include="protocols\applekeyfeeder\SimpleTextProxy.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIK.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIKData.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIKShim.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIKSource.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIKTarget.h" />
<ClInclude Include="protocols\aptioinputfix\keycode\AIKTranslate.h" />
<ClInclude Include="protocols\aptioinputfix\pointer\AIM.h" />
<ClInclude Include="protocols\aptioinputfix\timer\AIT.h" />
<ClInclude Include="protocols\datahubdxe\DataHub.h" />
<ClInclude Include="protocols\dumpueficalls\AppleProtocols.h" />
<ClInclude Include="protocols\dumpueficalls\BootServices.h" />
<ClInclude Include="protocols\dumpueficalls\Common.h" />
<ClInclude Include="protocols\dumpueficalls\DataHub.h" />
<ClInclude Include="protocols\dumpueficalls\FileLib.h" />
<ClInclude Include="protocols\dumpueficalls\Fs.h" />
<ClInclude Include="protocols\dumpueficalls\Lib.h" />
<ClInclude Include="protocols\dumpueficalls\Log.h" />
<ClInclude Include="protocols\dumpueficalls\MemLog.h" />
<ClInclude Include="protocols\dumpueficalls\RuntimeServices.h" />
<ClInclude Include="protocols\emuvariableuefi\Variable.h" />
<ClInclude Include="protocols\hashservicefix\sha1.h" />
<ClInclude Include="protocols\osxfatbinarydrv\OsxFatBinaryDrv.h" />
<ClInclude Include="refit_uefi\cpp_foundation\shared_ptr.h" />
<ClInclude Include="refit_uefi\cpp_foundation\unicode_conversions.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XArray.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XBool.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XBuffer.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XObjArray.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XRBuffer.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XString.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XStringAbstract.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XStringArray.h" />
<ClInclude Include="refit_uefi\cpp_foundation\XToolsCommon.h" />
<ClInclude Include="refit_uefi\cpp_lib\undefinable.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteArrayTypes.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteCompositeTypes.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteDictTypes.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteParser.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteSimpleTypes.h" />
<ClInclude Include="refit_uefi\cpp_lib\XmlLiteUnionTypes.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\all_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\config-test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\find_replace_mask_Clover_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\find_replace_mask_OC_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\global_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\LoadOptions_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\MacOsVersion_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\plist_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\printf_lite-test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\printlib-test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\strcasecmp_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\strcmp_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\strlen_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\strncmp_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XArray_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XBuffer_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\xml_lite-reapeatingdict-test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\xml_lite-test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XObjArray_tests.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XStringArray_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XString_test.h" />
<ClInclude Include="refit_uefi\cpp_unit_test\XToolsCommon_test.h" />
<ClInclude Include="refit_uefi\entry_scan\bootscreen.h" />
<ClInclude Include="refit_uefi\entry_scan\CanonicalDB.h" />
<ClInclude Include="refit_uefi\entry_scan\CloverDB.h" />
<ClInclude Include="refit_uefi\entry_scan\CloverKEK.h" />
<ClInclude Include="refit_uefi\entry_scan\common.h" />
<ClInclude Include="refit_uefi\entry_scan\entry_scan.h" />
<ClInclude Include="refit_uefi\entry_scan\loader.h" />
<ClInclude Include="refit_uefi\entry_scan\MSKEK.h" />
<ClInclude Include="refit_uefi\entry_scan\MSPCADB.h" />
<ClInclude Include="refit_uefi\entry_scan\MSUEFICADB.h" />
<ClInclude Include="refit_uefi\entry_scan\secureboot.h" />
<ClInclude Include="refit_uefi\entry_scan\securebootkeys.h" />
<ClInclude Include="refit_uefi\entry_scan\tool.h" />
<ClInclude Include="refit_uefi\gui\menu_items\menu_globals.h" />
<ClInclude Include="refit_uefi\gui\menu_items\menu_items.h" />
<ClInclude Include="refit_uefi\gui\REFIT_MAINMENU_SCREEN.h" />
<ClInclude Include="refit_uefi\gui\REFIT_MENU_SCREEN.h" />
<ClInclude Include="refit_uefi\gui\shared_with_menu.h" />
<ClInclude Include="refit_uefi\include\BootTypes.h" />
<ClInclude Include="refit_uefi\include\Devices.h" />
<ClInclude Include="refit_uefi\include\DsdtFixList.h" />
<ClInclude Include="refit_uefi\include\Efi.h" />
<ClInclude Include="refit_uefi\include\Handle.h" />
<ClInclude Include="refit_uefi\include\Languages.h" />
<ClInclude Include="refit_uefi\include\Net.h" />
<ClInclude Include="refit_uefi\include\OC.h" />
<ClInclude Include="refit_uefi\include\OneLinerMacros.h" />
<ClInclude Include="refit_uefi\include\OSFlags.h" />
<ClInclude Include="refit_uefi\include\OSTypes.h" />
<ClInclude Include="refit_uefi\include\Pci.h" />
<ClInclude Include="refit_uefi\include\QuirksCodes.h" />
<ClInclude Include="refit_uefi\include\remove_ref.h" />
<ClInclude Include="refit_uefi\include\rename_helper.h" />
<ClInclude Include="refit_uefi\include\syslinux_mbr.h" />
<ClInclude Include="refit_uefi\include\TagTypes.h" />
<ClInclude Include="refit_uefi\include\VolumeTypes.h" />
<ClInclude Include="refit_uefi\libeg\BmLib.h" />
<ClInclude Include="refit_uefi\libeg\EfiFileLib.h" />
<ClInclude Include="refit_uefi\libeg\FloatLib.h" />
<ClInclude Include="refit_uefi\libeg\image.h" />
<ClInclude Include="refit_uefi\libeg\libeg.h" />
<ClInclude Include="refit_uefi\libeg\libegint.h" />
<ClInclude Include="refit_uefi\libeg\lodepng.h" />
<ClInclude Include="refit_uefi\libeg\nanosvg.h" />
<ClInclude Include="refit_uefi\libeg\VectorGraphics.h" />
<ClInclude Include="refit_uefi\libeg\XCinema.h" />
<ClInclude Include="refit_uefi\libeg\XIcon.h" />
<ClInclude Include="refit_uefi\libeg\XImage.h" />
<ClInclude Include="refit_uefi\libeg\XPointer.h" />
<ClInclude Include="refit_uefi\libeg\XTheme.h" />
<ClInclude Include="refit_uefi\platformefi\cpp_util\globals_ctor.h" />
<ClInclude Include="refit_uefi\platformefi\cpp_util\globals_dtor.h" />
<ClInclude Include="refit_uefi\platformefi\cpp_util\operatorNewDelete.h" />
<ClInclude Include="refit_uefi\platformefi\include\Platform.h" />
<ClInclude Include="refit_uefi\platformefi\include\printf_lite-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformefi\include\printlib-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformefi\include\XToolsConf.h" />
<ClInclude Include="refit_uefi\platformefi\posix\abort.h" />
<ClInclude Include="refit_uefi\platformefi\posix\limits.h" />
<ClInclude Include="refit_uefi\platformefi\posix\posix.h" />
<ClInclude Include="refit_uefi\platformefi\posix\posix_additions.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stdarg.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stdbool.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stddef.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stdint.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stdio.h" />
<ClInclude Include="refit_uefi\platformefi\posix\stdlib.h" />
<ClInclude Include="refit_uefi\platformefi\posix\string.h" />
<ClInclude Include="refit_uefi\platformefi\posix\strings.h" />
<ClInclude Include="refit_uefi\platformefi\posix\wchar.h" />
<ClInclude Include="refit_uefi\platformposix+efi\cpp_util\globals_ctor.h" />
<ClInclude Include="refit_uefi\platformposix+efi\cpp_util\globals_dtor.h" />
<ClInclude Include="refit_uefi\platformposix+efi\cpp_util\operatorNewDelete.h" />
<ClInclude Include="refit_uefi\platformposix+efi\include\Platform.h" />
<ClInclude Include="refit_uefi\platformposix+efi\include\printf_lite-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformposix+efi\include\printlib-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformposix+efi\include\XToolsConf.h" />
<ClInclude Include="refit_uefi\platformposix+efi\posix\abort.h" />
<ClInclude Include="refit_uefi\platformposix+efi\posix\posix.h" />
<ClInclude Include="refit_uefi\platformposix+efi\posix\posix_additions.h" />
<ClInclude Include="refit_uefi\platformposix\cpp_util\globals_ctor.h" />
<ClInclude Include="refit_uefi\platformposix\cpp_util\globals_dtor.h" />
<ClInclude Include="refit_uefi\platformposix\cpp_util\operatorNewDelete.h" />
<ClInclude Include="refit_uefi\platformposix\include\Platform.h" />
<ClInclude Include="refit_uefi\platformposix\include\printf_lite-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformposix\include\printlib-test-cpp_conf.h" />
<ClInclude Include="refit_uefi\platformposix\include\XToolsConf.h" />
<ClInclude Include="refit_uefi\platformposix\posix\abort.h" />
<ClInclude Include="refit_uefi\platformposix\posix\posix.h" />
<ClInclude Include="refit_uefi\platform\AcpiPatcher.h" />
<ClInclude Include="refit_uefi\platform\AmlGenerator.h" />
<ClInclude Include="refit_uefi\platform\APFS.h" />
<ClInclude Include="refit_uefi\platform\ati.h" />
<ClInclude Include="refit_uefi\platform\ati2.h" />
<ClInclude Include="refit_uefi\platform\ati_reg.h" />
<ClInclude Include="refit_uefi\platform\b64cdecode.h" />
<ClInclude Include="refit_uefi\platform\BasicIO.h" />
<ClInclude Include="refit_uefi\platform\boot.h" />
<ClInclude Include="refit_uefi\platform\BootLog.h" />
<ClInclude Include="refit_uefi\platform\BootOptions.h" />
<ClInclude Include="refit_uefi\platform\card_vlist.h" />
<ClInclude Include="refit_uefi\platform\CloverVersion.h" />
<ClInclude Include="refit_uefi\platform\Console.h" />
<ClInclude Include="refit_uefi\platform\cpu.h" />
<ClInclude Include="refit_uefi\platform\DataHub.h" />
<ClInclude Include="refit_uefi\platform\DataHubCpu.h" />
<ClInclude Include="refit_uefi\platform\DataHubExt.h" />
<ClInclude Include="refit_uefi\platform\device_inject.h" />
<ClInclude Include="refit_uefi\platform\Edid.h" />
<ClInclude Include="refit_uefi\platform\Events.h" />
<ClInclude Include="refit_uefi\platform\FixBiosDsdt.h" />
<ClInclude Include="refit_uefi\platform\gma.h" />
<ClInclude Include="refit_uefi\platform\guid.h" />
<ClInclude Include="refit_uefi\platform\hda.h" />
<ClInclude Include="refit_uefi\platform\HdaCodecDump.h" />
<ClInclude Include="refit_uefi\platform\Hibernate.h" />
<ClInclude Include="refit_uefi\platform\Injectors.h" />
<ClInclude Include="refit_uefi\platform\KERNEL_AND_KEXT_PATCHES.h" />
<ClInclude Include="refit_uefi\platform\kernel_patcher.h" />
<ClInclude Include="refit_uefi\platform\KextList.h" />
<ClInclude Include="refit_uefi\platform\kext_inject.h" />
<ClInclude Include="refit_uefi\platform\LegacyBiosThunk.h" />
<ClInclude Include="refit_uefi\platform\LegacyBoot.h" />
<ClInclude Include="refit_uefi\platform\MacOsVersion.h" />
<ClInclude Include="refit_uefi\platform\MemoryOperation.h" />
<ClInclude Include="refit_uefi\platform\memvendors.h" />
<ClInclude Include="refit_uefi\platform\nvidia.h" />
<ClInclude Include="refit_uefi\platform\Nvram.h" />
<ClInclude Include="refit_uefi\platform\platformdata.h" />
<ClInclude Include="refit_uefi\platform\PlatformdataModels.h" />
<ClInclude Include="refit_uefi\platform\PlatformDriverOverride.h" />
<ClInclude Include="refit_uefi\platform\plist\base64.h" />
<ClInclude Include="refit_uefi\platform\plist\plist.h" />
<ClInclude Include="refit_uefi\platform\plist\TagArray.h" />
<ClInclude Include="refit_uefi\platform\plist\TagBool.h" />
<ClInclude Include="refit_uefi\platform\plist\TagData.h" />
<ClInclude Include="refit_uefi\platform\plist\TagDate.h" />
<ClInclude Include="refit_uefi\platform\plist\TagDict.h" />
<ClInclude Include="refit_uefi\platform\plist\TagFloat.h" />
<ClInclude Include="refit_uefi\platform\plist\TagInt64.h" />
<ClInclude Include="refit_uefi\platform\plist\TagKey.h" />
<ClInclude Include="refit_uefi\platform\plist\TagString8.h" />
<ClInclude Include="refit_uefi\platform\plist\xml.h" />
<ClInclude Include="refit_uefi\platform\Settings.h" />
<ClInclude Include="refit_uefi\platform\SettingsUtils.h" />
<ClInclude Include="refit_uefi\platform\smbios.h" />
<ClInclude Include="refit_uefi\platform\SmbiosFillPatchingValues.h" />
<ClInclude Include="refit_uefi\platform\spd.h" />
<ClInclude Include="refit_uefi\platform\sse3_5_patcher.h" />
<ClInclude Include="refit_uefi\platform\sse3_patcher.h" />
<ClInclude Include="refit_uefi\platform\StartupSound.h" />
<ClInclude Include="refit_uefi\platform\StateGenerator.h" />
<ClInclude Include="refit_uefi\platform\usbfix.h" />
<ClInclude Include="refit_uefi\platform\Utils.h" />
<ClInclude Include="refit_uefi\platform\VersionString.h" />
<ClInclude Include="refit_uefi\platform\Volume.h" />
<ClInclude Include="refit_uefi\platform\Volumes.h" />
<ClInclude Include="refit_uefi\refit\lib.h" />
<ClInclude Include="refit_uefi\refit\menu.h" />
<ClInclude Include="refit_uefi\refit\screen.h" />
<ClInclude Include="refit_uefi\settings\ConfigManager.h" />
<ClInclude Include="refit_uefi\settings\configplist\ConfigPlistAbstract.h" />
<ClInclude Include="refit_uefi\settings\configplist\ConfigPlistClass.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_ACPI.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_ACPI_DSDT.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_ACPI_SSDT.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Boot.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_BootGraphics.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_CPU.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_AddProperties.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_Arbitrary.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_Audio.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_FakeID.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_Properties.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Devices_USB.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Graphics.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_GUI.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_KernelAndKextPatches.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_Quirks.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_RtVariables.h" />
<ClInclude Include="refit_uefi\settings\configplist\Config_SystemParameters.h" />
<ClInclude Include="refit_uefi\settings\configplist\SMBIOSPlist.h" />
<ClInclude Include="refit_uefi\settings\Self.h" />
<ClInclude Include="refit_uefi\settings\SelfOem.h" />
<ClInclude Include="shellpkg\application\shell\ConsoleLogger.h" />
<ClInclude Include="shellpkg\application\shell\ConsoleWrappers.h" />
<ClInclude Include="shellpkg\application\shell\FileHandleInternal.h" />
<ClInclude Include="shellpkg\application\shell\FileHandleWrappers.h" />
<ClInclude Include="shellpkg\application\shell\Shell.h" />
<ClInclude Include="shellpkg\application\shell\ShellEnvVar.h" />
<ClInclude Include="shellpkg\application\shell\ShellManParser.h" />
<ClInclude Include="shellpkg\application\shell\ShellParametersProtocol.h" />
<ClInclude Include="shellpkg\application\shell\ShellProtocol.h" />
<ClInclude Include="shellpkg\dynamiccommand\dpdynamiccommand\Dp.h" />
<ClInclude Include="shellpkg\dynamiccommand\dpdynamiccommand\DpInternal.h" />
<ClInclude Include="shellpkg\dynamiccommand\dpdynamiccommand\Literals.h" />
<ClInclude Include="shellpkg\dynamiccommand\tftpdynamiccommand\Tftp.h" />
<ClInclude Include="shellpkg\include\guid\ShellAliasGuid.h" />
<ClInclude Include="shellpkg\include\guid\ShellEnvironment2Ext.h" />
<ClInclude Include="shellpkg\include\guid\ShellLibHiiGuid.h" />
<ClInclude Include="shellpkg\include\guid\ShellMapGuid.h" />
<ClInclude Include="shellpkg\include\guid\ShellPkgTokenSpace.h" />
<ClInclude Include="shellpkg\include\guid\ShellVariableGuid.h" />
<ClInclude Include="shellpkg\include\library\BcfgCommandLib.h" />
<ClInclude Include="shellpkg\include\library\HandleParsingLib.h" />
<ClInclude Include="shellpkg\include\library\ShellCEntryLib.h" />
<ClInclude Include="shellpkg\include\library\ShellCommandLib.h" />
<ClInclude Include="shellpkg\include\library\ShellLib.h" />
<ClInclude Include="shellpkg\include\protocol\EfiShell.h" />
<ClInclude Include="shellpkg\include\protocol\EfiShellDynamicCommand.h" />
<ClInclude Include="shellpkg\include\protocol\EfiShellEnvironment2.h" />
<ClInclude Include="shellpkg\include\protocol\EfiShellInterface.h" />
<ClInclude Include="shellpkg\include\protocol\EfiShellParameters.h" />
<ClInclude Include="shellpkg\include\ShellBase.h" />
<ClInclude Include="shellpkg\library\uefihandleparsinglib\UefiHandleParsingLib.h" />
<ClInclude Include="shellpkg\library\uefishellcommandlib\UefiShellCommandLib.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\Compress.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\EditInputBar.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\EditMenuBar.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\EditStatusBar.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\EditTitleBar.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\edit\FileBuffer.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\edit\MainTextEditor.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\edit\Misc.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\edit\TextEditor.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\edit\TextEditorTypes.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\BufferImage.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\Clipboard.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\DiskImage.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\FileImage.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\HexEditor.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\HexEditorTypes.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\MainHexEditor.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\MemImage.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\hexedit\Misc.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\Pci.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\EventLogInfo.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\LibSmbiosView.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\PrintInfo.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\QueryTable.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\smbiosview\SmbiosView.h" />
<ClInclude Include="shellpkg\library\uefishelldebug1commandslib\UefiShellDebug1CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishelldriver1commandslib\UefiShellDriver1CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishelllevel1commandslib\UefiShellLevel1CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishelllevel2commandslib\UefiShellLevel2CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishelllevel3commandslib\UefiShellLevel3CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishelllib\UefiShellLib.h" />
<ClInclude Include="shellpkg\library\uefishellnetwork1commandslib\UefiShellNetwork1CommandsLib.h" />
<ClInclude Include="shellpkg\library\uefishellnetwork2commandslib\UefiShellNetwork2CommandsLib.h" />
<ClInclude Include="trash\biosvideoauto\915resolution.h" />
<ClInclude Include="trash\biosvideoauto\asm-amd64-x86.h" />
<ClInclude Include="trash\biosvideoauto\autoresolution\libsaio\ati_resolution.h" />
<ClInclude Include="trash\biosvideoauto\autoresolution\libsaio\autoresolution.h" />
<ClInclude Include="trash\biosvideoauto\autoresolution\libsaio\edid.h" />
<ClInclude Include="trash\biosvideoauto\autoresolution\libsaio\gma_resolution.h" />
<ClInclude Include="trash\biosvideoauto\autoresolution\libsaio\nvidia_resolution.h" />
<ClInclude Include="trash\biosvideoauto\BiosVideo.h" />
<ClInclude Include="trash\biosvideoauto\edid.h" />
<ClInclude Include="trash\biosvideoauto\resolution\915resolution.h" />
<ClInclude Include="trash\biosvideoauto\resolution\asm-amd64-x86.h" />
<ClInclude Include="trash\biosvideoauto\resolution\edid.h" />
<ClInclude Include="trash\biosvideoauto\resolution\shortatombios.h" />
<ClInclude Include="trash\biosvideoauto\shortatombios.h" />
<ClInclude Include="trash\clover-genconfig\efidevp.h" />
<ClInclude Include="trash\clover-genconfig\gfxutil.h" />
<ClInclude Include="trash\clover-genconfig\utils.h" />
<ClInclude Include="trash\intelgmadxe\CpuSupport.h" />
<ClInclude Include="trash\intelgmadxe\EDID.h" />
<ClInclude Include="trash\intelgmadxe\Gop.h" />
<ClInclude Include="trash\oemsmbiosgendxe\SmBios.h" />
<ClInclude Include="trash\oemsmbiosgendxe\SmbiosGen.h" />
<ClInclude Include="trash\osxmmcdxe\Mmc.h" />
<ClInclude Include="trash\osxsmbiosdxe\SmbiosDxe.h" />
<ClInclude Include="trash\pcibusdxe\ComponentName.h" />
<ClInclude Include="trash\pcibusdxe\PciBus.h" />
<ClInclude Include="trash\pcibusdxe\PciCommand.h" />
<ClInclude Include="trash\pcibusdxe\PciDeviceSupport.h" />
<ClInclude Include="trash\pcibusdxe\PciDriverOverride.h" />
<ClInclude Include="trash\pcibusdxe\PciEnumerator.h" />
<ClInclude Include="trash\pcibusdxe\PciEnumeratorSupport.h" />
<ClInclude Include="trash\pcibusdxe\PciHotPlugSupport.h" />
<ClInclude Include="trash\pcibusdxe\PciIo.h" />
<ClInclude Include="trash\pcibusdxe\PciLib.h" />
<ClInclude Include="trash\pcibusdxe\PciOptionRomSupport.h" />
<ClInclude Include="trash\pcibusdxe\PciPowerManagement.h" />
<ClInclude Include="trash\pcibusdxe\PciResourceSupport.h" />
<ClInclude Include="trash\pcibusdxe\PciRomTable.h" />
<ClInclude Include="trash\Resolutions.h" />
<ClInclude Include="trash\vboxidebusdxe\ComponentName.h" />
<ClInclude Include="trash\vboxidebusdxe\Ide.h" />
<ClInclude Include="trash\vboxidebusdxe\IdeBus.h" />
<ClInclude Include="trash\vboxidebusdxe\IdeData.h" />
<ClInclude Include="trash\vboxidecontrollerdxe\IdeController.h" />
<ClInclude Include="ueficpupkg\cpudxe\CpuDxe.h" />
<ClInclude Include="ueficpupkg\cpudxe\CpuGdt.h" />
<ClInclude Include="ueficpupkg\cpudxe\CpuMp.h" />
<ClInclude Include="ueficpupkg\cpudxe\CpuPageTable.h" />
<ClInclude Include="ueficpupkg\cpuio2dxe\CpuIo2Dxe.h" />
<ClInclude Include="ueficpupkg\cpuio2smm\CpuIo2Smm.h" />
<ClInclude Include="ueficpupkg\cpuiopei\CpuIoPei.h" />
<ClInclude Include="ueficpupkg\cpumppei\CpuMpPei.h" />
<ClInclude Include="ueficpupkg\include\AcpiCpuData.h" />
<ClInclude Include="ueficpupkg\include\CpuHotPlugData.h" />
<ClInclude Include="ueficpupkg\include\guid\CpuFeaturesInitDone.h" />
<ClInclude Include="ueficpupkg\include\guid\CpuFeaturesSetDone.h" />
<ClInclude Include="ueficpupkg\include\guid\MicrocodePatchHob.h" />
<ClInclude Include="ueficpupkg\include\guid\MsegSmram.h" />
<ClInclude Include="ueficpupkg\include\library\LocalApicLib.h" />
<ClInclude Include="ueficpupkg\include\library\MpInitLib.h" />
<ClInclude Include="ueficpupkg\include\library\MtrrLib.h" />
<ClInclude Include="ueficpupkg\include\library\PlatformSecLib.h" />
<ClInclude Include="ueficpupkg\include\library\RegisterCpuFeaturesLib.h" />
<ClInclude Include="ueficpupkg\include\library\SmmCpuFeaturesLib.h" />
<ClInclude Include="ueficpupkg\include\library\SmmCpuPlatformHookLib.h" />
<ClInclude Include="ueficpupkg\include\library\UefiCpuLib.h" />
<ClInclude Include="ueficpupkg\include\ppi\MpServices2.h" />
<ClInclude Include="ueficpupkg\include\ppi\ShadowMicrocode.h" />
<ClInclude Include="ueficpupkg\include\protocol\SmmCpuService.h" />
<ClInclude Include="ueficpupkg\include\protocol\SmMonitorInit.h" />
<ClInclude Include="ueficpupkg\include\register\ArchitecturalMsr.h" />
<ClInclude Include="ueficpupkg\include\register\Cpuid.h" />
<ClInclude Include="ueficpupkg\include\register\LocalApic.h" />
<ClInclude Include="ueficpupkg\include\register\Microcode.h" />
<ClInclude Include="ueficpupkg\include\register\Msr.h" />
<ClInclude Include="ueficpupkg\include\register\SmramSaveStateMap.h" />
<ClInclude Include="ueficpupkg\include\register\StmApi.h" />
<ClInclude Include="ueficpupkg\library\cpucommonfeatureslib\CpuCommonFeatures.h" />
<ClInclude Include="ueficpupkg\library\cpuexceptionhandlerlib\CpuExceptionCommon.h" />
<ClInclude Include="ueficpupkg\library\cpuexceptionhandlerlib\ia32\ArchInterruptDefs.h" />
<ClInclude Include="ueficpupkg\library\cpuexceptionhandlerlib\x64\ArchInterruptDefs.h" />
<ClInclude Include="ueficpupkg\library\mpinitlib\MpLib.h" />
<ClInclude Include="ueficpupkg\library\registercpufeatureslib\RegisterCpuFeatures.h" />
<ClInclude Include="ueficpupkg\library\smmcpufeatureslib\SmmStm.h" />
<ClInclude Include="ueficpupkg\pismmcommunication\PiSmmCommunicationPrivate.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\CpuService.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\ia32\SmmProfileArch.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\PiSmmCpuDxeSmm.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\SmmMp.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\SmmProfile.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\SmmProfileInternal.h" />
<ClInclude Include="ueficpupkg\pismmcpudxesmm\x64\SmmProfileArch.h" />
<ClInclude Include="ueficpupkg\seccore\SecMain.h" />
<ClInclude Include="vc\clover\resource.h" />
<ClInclude Include="vc\cpp_tests\pch.h" />
<ClInclude Include="Version.h" />
<ClInclude Include="xcode\cloverconfigplistvalidator\include\poolprint-test-cpp_conf.h" />
<ClInclude Include="xcode\cloverconfigplistvalidator\include\poolprintfloat-test-cpp_conf.h" />
<ClInclude Include="xcode\cloverconfigplistvalidator\old\poolprintfloat-test-cpp_conf.h" />
<ClInclude Include="xcode\cloverconfigplistvalidator\old\poolprintfloat-test.h" />
<ClInclude Include="xcode\cpp_tests\old\poolprintfloat-test-cpp_conf.h" />
<ClInclude Include="xcode\cpp_tests\old\poolprintfloat-test.h" />
</ItemGroup>
<ItemGroup>
<Xsd Include="basetools\conf\xmlschema\DistributionPackage.xsd" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>