Home | History | Annotate | Download | only in Reactor
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Debug|x64">
     13       <Configuration>Debug</Configuration>
     14       <Platform>x64</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{E3BBD7DA-45C1-43EF-9C87-3F411031BDE4}</ProjectGuid>
     23     <RootNamespace>SubzeroLLVMDependencies</RootNamespace>
     24     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
     25   </PropertyGroup>
     26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     28     <ConfigurationType>StaticLibrary</ConfigurationType>
     29     <UseDebugLibraries>true</UseDebugLibraries>
     30     <PlatformToolset>v141</PlatformToolset>
     31     <CharacterSet>NotSet</CharacterSet>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     34     <ConfigurationType>StaticLibrary</ConfigurationType>
     35     <UseDebugLibraries>false</UseDebugLibraries>
     36     <PlatformToolset>v141</PlatformToolset>
     37     <WholeProgramOptimization>true</WholeProgramOptimization>
     38     <CharacterSet>NotSet</CharacterSet>
     39   </PropertyGroup>
     40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     41     <ConfigurationType>StaticLibrary</ConfigurationType>
     42     <UseDebugLibraries>true</UseDebugLibraries>
     43     <PlatformToolset>v141</PlatformToolset>
     44     <CharacterSet>NotSet</CharacterSet>
     45   </PropertyGroup>
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     47     <ConfigurationType>StaticLibrary</ConfigurationType>
     48     <UseDebugLibraries>false</UseDebugLibraries>
     49     <PlatformToolset>v141</PlatformToolset>
     50     <WholeProgramOptimization>true</WholeProgramOptimization>
     51     <CharacterSet>NotSet</CharacterSet>
     52   </PropertyGroup>
     53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     54   <ImportGroup Label="ExtensionSettings">
     55   </ImportGroup>
     56   <ImportGroup Label="Shared">
     57   </ImportGroup>
     58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60   </ImportGroup>
     61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63   </ImportGroup>
     64   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     66   </ImportGroup>
     67   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     69   </ImportGroup>
     70   <PropertyGroup Label="UserMacros" />
     71   <PropertyGroup />
     72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     73     <ClCompile>
     74       <WarningLevel>Level3</WarningLevel>
     75       <Optimization>Disabled</Optimization>
     76       <SDLCheck>
     77       </SDLCheck>
     78       <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
     79       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     80       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     81       <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors>
     82     </ClCompile>
     83   </ItemDefinitionGroup>
     84   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     85     <ClCompile>
     86       <WarningLevel>Level3</WarningLevel>
     87       <Optimization>Disabled</Optimization>
     88       <SDLCheck>
     89       </SDLCheck>
     90       <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
     91       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     92       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     93       <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors>
     94     </ClCompile>
     95   </ItemDefinitionGroup>
     96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     97     <ClCompile>
     98       <WarningLevel>Level3</WarningLevel>
     99       <Optimization>MaxSpeed</Optimization>
    100       <FunctionLevelLinking>true</FunctionLevelLinking>
    101       <IntrinsicFunctions>true</IntrinsicFunctions>
    102       <SDLCheck>
    103       </SDLCheck>
    104       <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
    105       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    106       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    107       <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors>
    108     </ClCompile>
    109     <Link>
    110       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    111       <OptimizeReferences>true</OptimizeReferences>
    112     </Link>
    113   </ItemDefinitionGroup>
    114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    115     <ClCompile>
    116       <WarningLevel>Level3</WarningLevel>
    117       <Optimization>MaxSpeed</Optimization>
    118       <FunctionLevelLinking>true</FunctionLevelLinking>
    119       <IntrinsicFunctions>true</IntrinsicFunctions>
    120       <SDLCheck>
    121       </SDLCheck>
    122       <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
    123       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    124       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    125       <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors>
    126     </ClCompile>
    127     <Link>
    128       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    129       <OptimizeReferences>true</OptimizeReferences>
    130     </Link>
    131   </ItemDefinitionGroup>
    132   <ItemGroup>
    133     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\APInt.cpp" />
    134     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Atomic.cpp" />
    135     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\circular_raw_ostream.cpp" />
    136     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\CommandLine.cpp" />
    137     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ConvertUTF.cpp" />
    138     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ConvertUTFWrapper.cpp" />
    139     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Debug.cpp" />
    140     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ErrorHandling.cpp" />
    141     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\FoldingSet.cpp" />
    142     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Hashing.cpp" />
    143     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Host.cpp" />
    144     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ManagedStatic.cpp" />
    145     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\MemoryBuffer.cpp" />
    146     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Mutex.cpp" />
    147     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\NativeFormatting.cpp" />
    148     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Path.cpp" />
    149     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Process.cpp" />
    150     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Program.cpp" />
    151     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\raw_ostream.cpp" />
    152     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\raw_os_ostream.cpp" />
    153     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regcomp.c" />
    154     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regerror.c" />
    155     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Regex.cpp" />
    156     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regexec.c" />
    157     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regfree.c" />
    158     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regstrlcpy.c" />
    159     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Signals.cpp" />
    160     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\SmallPtrSet.cpp" />
    161     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\SmallVector.cpp" />
    162     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringExtras.cpp" />
    163     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringMap.cpp" />
    164     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringRef.cpp" />
    165     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringSaver.cpp" />
    166     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\TargetParser.cpp" />
    167     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Threading.cpp" />
    168     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Timer.cpp" />
    169     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Triple.cpp" />
    170     <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Twine.cpp" />
    171   </ItemGroup>
    172   <ItemGroup>
    173     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\ErrorHandling.h" />
    174     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\Support.h" />
    175     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\Types.h" />
    176     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\APFloat.h" />
    177     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\APInt.h" />
    178     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ArrayRef.h" />
    179     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\BitVector.h" />
    180     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\DenseMap.h" />
    181     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\DenseMapInfo.h" />
    182     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\edit_distance.h" />
    183     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\EpochTracker.h" />
    184     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\FoldingSet.h" />
    185     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Hashing.h" />
    186     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist.h" />
    187     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_base.h" />
    188     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_iterator.h" />
    189     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_node.h" />
    190     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_node_base.h" />
    191     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\IntrusiveRefCntPtr.h" />
    192     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\iterator.h" />
    193     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\iterator_range.h" />
    194     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\None.h" />
    195     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Optional.h" />
    196     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\PointerIntPair.h" />
    197     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\PointerUnion.h" />
    198     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\simple_ilist.h" />
    199     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallPtrSet.h" />
    200     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallString.h" />
    201     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallVector.h" />
    202     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Statistic.h" />
    203     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\STLExtras.h" />
    204     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringExtras.h" />
    205     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringMap.h" />
    206     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringRef.h" />
    207     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringSwitch.h" />
    208     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Triple.h" />
    209     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Twine.h" />
    210     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Config\config.h" />
    211     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Config\llvm-config.h" />
    212     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IRReader\IRReader.h" />
    213     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Argument.h" />
    214     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Attributes.h" />
    215     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\BasicBlock.h" />
    216     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\CallingConv.h" />
    217     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Constant.h" />
    218     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\DebugLoc.h" />
    219     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\DerivedTypes.h" />
    220     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Function.h" />
    221     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\GlobalObject.h" />
    222     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\GlobalValue.h" />
    223     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Instruction.h" />
    224     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\LLVMContext.h" />
    225     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Metadata.h" />
    226     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\OperandTraits.h" />
    227     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\SymbolTableListTraits.h" />
    228     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\TrackingMDRef.h" />
    229     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Type.h" />
    230     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Use.h" />
    231     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\User.h" />
    232     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Value.h" />
    233     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\AlignOf.h" />
    234     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Allocator.h" />
    235     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ARMBuildAttributes.h" />
    236     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Atomic.h" />
    237     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Casting.h" />
    238     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\CBindingWrapping.h" />
    239     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\circular_raw_ostream.h" />
    240     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\COFF.h" />
    241     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\CommandLine.h" />
    242     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Compiler.h" />
    243     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ConvertUTF.h" />
    244     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\DataStream.h" />
    245     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\DataTypes.h" />
    246     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Debug.h" />
    247     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELF.h" />
    248     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Endian.h" />
    249     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Errc.h" />
    250     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Errno.h" />
    251     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Error.h" />
    252     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ErrorHandling.h" />
    253     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ErrorOr.h" />
    254     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\FileSystem.h" />
    255     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\FileUtilities.h" />
    256     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Format.h" />
    257     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Host.h" />
    258     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MachO.h" />
    259     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ManagedStatic.h" />
    260     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MathExtras.h" />
    261     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MD5.h" />
    262     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Memory.h" />
    263     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MemoryBuffer.h" />
    264     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MemoryObject.h" />
    265     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Mutex.h" />
    266     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MutexGuard.h" />
    267     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Options.h" />
    268     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Path.h" />
    269     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\PointerLikeTypeTraits.h" />
    270     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Process.h" />
    271     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Program.h" />
    272     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\raw_ostream.h" />
    273     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\raw_os_ostream.h" />
    274     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Signals.h" />
    275     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\StreamingMemoryObject.h" />
    276     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\StringSaver.h" />
    277     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\SwapByteOrder.h" />
    278     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\TargetParser.h" />
    279     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\thread.h" />
    280     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Threading.h" />
    281     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Timer.h" />
    282     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\TimeValue.h" />
    283     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\type_traits.h" />
    284     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Valgrind.h" />
    285     <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\WindowsError.h" />
    286     <ClInclude Include="..\..\third_party\llvm-subzero\lib\Support\Windows\WindowsSupport.h" />
    287   </ItemGroup>
    288   <ItemGroup>
    289     <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Attributes.inc" />
    290     <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Instruction.def" />
    291     <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Metadata.def" />
    292     <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Value.def" />
    293     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\AArch64TargetParser.def" />
    294     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ARMTargetParser.def" />
    295     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AArch64.def" />
    296     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AMDGPU.def" />
    297     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\ARM.def" />
    298     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AVR.def" />
    299     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\BPF.def" />
    300     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Hexagon.def" />
    301     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\i386.def" />
    302     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Lanai.def" />
    303     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Mips.def" />
    304     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\PowerPC.def" />
    305     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\PowerPC64.def" />
    306     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Sparc.def" />
    307     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\SystemZ.def" />
    308     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\WebAssembly.def" />
    309     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\x86_64.def" />
    310     <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\MachO.def" />
    311     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Host.inc" />
    312     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Mutex.inc" />
    313     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Path.inc" />
    314     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Process.inc" />
    315     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Program.inc" />
    316     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Signals.inc" />
    317     <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\TimeValue.inc" />
    318   </ItemGroup>
    319   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    320   <ImportGroup Label="ExtensionTargets">
    321   </ImportGroup>
    322 </Project>