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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72    <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
73    <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
74  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76    <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
77    <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80    <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
81    <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
84    <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
85    <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
86  </PropertyGroup>
87  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
88    <ClCompile>
89      <WarningLevel>Level3</WarningLevel>
90      <Optimization>Disabled</Optimization>
91      <SDLCheck>
92      </SDLCheck>
93      <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
94      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
95      <MultiProcessorCompilation>true</MultiProcessorCompilation>
96      <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
97      <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
98    </ClCompile>
99  </ItemDefinitionGroup>
100  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101    <ClCompile>
102      <WarningLevel>Level3</WarningLevel>
103      <Optimization>Disabled</Optimization>
104      <SDLCheck>
105      </SDLCheck>
106      <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
107      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
108      <MultiProcessorCompilation>true</MultiProcessorCompilation>
109      <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
110      <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
111    </ClCompile>
112  </ItemDefinitionGroup>
113  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114    <ClCompile>
115      <WarningLevel>Level3</WarningLevel>
116      <Optimization>MaxSpeed</Optimization>
117      <FunctionLevelLinking>true</FunctionLevelLinking>
118      <IntrinsicFunctions>true</IntrinsicFunctions>
119      <SDLCheck>
120      </SDLCheck>
121      <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
122      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
123      <MultiProcessorCompilation>true</MultiProcessorCompilation>
124      <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
125      <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
126    </ClCompile>
127    <Link>
128      <EnableCOMDATFolding>true</EnableCOMDATFolding>
129      <OptimizeReferences>true</OptimizeReferences>
130    </Link>
131  </ItemDefinitionGroup>
132  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
133    <ClCompile>
134      <WarningLevel>Level3</WarningLevel>
135      <Optimization>MaxSpeed</Optimization>
136      <FunctionLevelLinking>true</FunctionLevelLinking>
137      <IntrinsicFunctions>true</IntrinsicFunctions>
138      <SDLCheck>
139      </SDLCheck>
140      <AdditionalIncludeDirectories>$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include</AdditionalIncludeDirectories>
141      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
142      <MultiProcessorCompilation>true</MultiProcessorCompilation>
143      <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
144      <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
145    </ClCompile>
146    <Link>
147      <EnableCOMDATFolding>true</EnableCOMDATFolding>
148      <OptimizeReferences>true</OptimizeReferences>
149    </Link>
150  </ItemDefinitionGroup>
151  <ItemGroup>
152    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\APInt.cpp" />
153    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Atomic.cpp" />
154    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\circular_raw_ostream.cpp" />
155    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\CommandLine.cpp" />
156    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ConvertUTF.cpp" />
157    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ConvertUTFWrapper.cpp" />
158    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Debug.cpp" />
159    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ErrorHandling.cpp" />
160    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\FoldingSet.cpp" />
161    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Hashing.cpp" />
162    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Host.cpp" />
163    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\ManagedStatic.cpp" />
164    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\MemoryBuffer.cpp" />
165    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Mutex.cpp" />
166    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\NativeFormatting.cpp" />
167    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Path.cpp" />
168    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Process.cpp" />
169    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Program.cpp" />
170    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\raw_ostream.cpp" />
171    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\raw_os_ostream.cpp" />
172    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regcomp.c" />
173    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regerror.c" />
174    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Regex.cpp" />
175    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regexec.c" />
176    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regfree.c" />
177    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\regstrlcpy.c" />
178    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Signals.cpp" />
179    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\SmallPtrSet.cpp" />
180    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\SmallVector.cpp" />
181    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringExtras.cpp" />
182    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringMap.cpp" />
183    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringRef.cpp" />
184    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\StringSaver.cpp" />
185    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\TargetParser.cpp" />
186    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Threading.cpp" />
187    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Timer.cpp" />
188    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Triple.cpp" />
189    <ClCompile Include="..\..\third_party\llvm-subzero\lib\Support\Twine.cpp" />
190  </ItemGroup>
191  <ItemGroup>
192    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\ErrorHandling.h" />
193    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\Support.h" />
194    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm-c\Types.h" />
195    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\APFloat.h" />
196    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\APInt.h" />
197    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ArrayRef.h" />
198    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\BitVector.h" />
199    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\DenseMap.h" />
200    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\DenseMapInfo.h" />
201    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\edit_distance.h" />
202    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\EpochTracker.h" />
203    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\FoldingSet.h" />
204    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Hashing.h" />
205    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist.h" />
206    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_base.h" />
207    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_iterator.h" />
208    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_node.h" />
209    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\ilist_node_base.h" />
210    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\IntrusiveRefCntPtr.h" />
211    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\iterator.h" />
212    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\iterator_range.h" />
213    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\None.h" />
214    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Optional.h" />
215    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\PointerIntPair.h" />
216    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\PointerUnion.h" />
217    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\simple_ilist.h" />
218    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallPtrSet.h" />
219    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallString.h" />
220    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\SmallVector.h" />
221    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Statistic.h" />
222    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\STLExtras.h" />
223    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringExtras.h" />
224    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringMap.h" />
225    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringRef.h" />
226    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\StringSwitch.h" />
227    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Triple.h" />
228    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\ADT\Twine.h" />
229    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Config\config.h" />
230    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Config\llvm-config.h" />
231    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IRReader\IRReader.h" />
232    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Argument.h" />
233    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Attributes.h" />
234    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\BasicBlock.h" />
235    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\CallingConv.h" />
236    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Constant.h" />
237    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\DebugLoc.h" />
238    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\DerivedTypes.h" />
239    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Function.h" />
240    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\GlobalObject.h" />
241    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\GlobalValue.h" />
242    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Instruction.h" />
243    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\LLVMContext.h" />
244    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Metadata.h" />
245    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\OperandTraits.h" />
246    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\SymbolTableListTraits.h" />
247    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\TrackingMDRef.h" />
248    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Type.h" />
249    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Use.h" />
250    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\User.h" />
251    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\IR\Value.h" />
252    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\AlignOf.h" />
253    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Allocator.h" />
254    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ARMBuildAttributes.h" />
255    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Atomic.h" />
256    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Casting.h" />
257    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\CBindingWrapping.h" />
258    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\circular_raw_ostream.h" />
259    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\COFF.h" />
260    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\CommandLine.h" />
261    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Compiler.h" />
262    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ConvertUTF.h" />
263    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\DataStream.h" />
264    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\DataTypes.h" />
265    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Debug.h" />
266    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELF.h" />
267    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Endian.h" />
268    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Errc.h" />
269    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Errno.h" />
270    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Error.h" />
271    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ErrorHandling.h" />
272    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ErrorOr.h" />
273    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\FileSystem.h" />
274    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\FileUtilities.h" />
275    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Format.h" />
276    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Host.h" />
277    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MachO.h" />
278    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\ManagedStatic.h" />
279    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MathExtras.h" />
280    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MD5.h" />
281    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Memory.h" />
282    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MemoryBuffer.h" />
283    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MemoryObject.h" />
284    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Mutex.h" />
285    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\MutexGuard.h" />
286    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Options.h" />
287    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Path.h" />
288    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\PointerLikeTypeTraits.h" />
289    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Process.h" />
290    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Program.h" />
291    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\raw_ostream.h" />
292    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\raw_os_ostream.h" />
293    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Signals.h" />
294    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\StreamingMemoryObject.h" />
295    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\StringSaver.h" />
296    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\SwapByteOrder.h" />
297    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\TargetParser.h" />
298    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\thread.h" />
299    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Threading.h" />
300    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Timer.h" />
301    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\TimeValue.h" />
302    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\type_traits.h" />
303    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\Valgrind.h" />
304    <ClInclude Include="..\..\third_party\llvm-subzero\include\llvm\Support\WindowsError.h" />
305    <ClInclude Include="..\..\third_party\llvm-subzero\lib\Support\Windows\WindowsSupport.h" />
306  </ItemGroup>
307  <ItemGroup>
308    <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Attributes.inc" />
309    <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Instruction.def" />
310    <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Metadata.def" />
311    <None Include="..\..\third_party\llvm-subzero\include\llvm\IR\Value.def" />
312    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\AArch64TargetParser.def" />
313    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ARMTargetParser.def" />
314    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AArch64.def" />
315    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AMDGPU.def" />
316    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\ARM.def" />
317    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\AVR.def" />
318    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\BPF.def" />
319    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Hexagon.def" />
320    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\i386.def" />
321    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Lanai.def" />
322    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Mips.def" />
323    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\PowerPC.def" />
324    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\PowerPC64.def" />
325    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\Sparc.def" />
326    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\SystemZ.def" />
327    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\WebAssembly.def" />
328    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\ELFRelocs\x86_64.def" />
329    <None Include="..\..\third_party\llvm-subzero\include\llvm\Support\MachO.def" />
330    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Host.inc" />
331    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Mutex.inc" />
332    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Path.inc" />
333    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Process.inc" />
334    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Program.inc" />
335    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\Signals.inc" />
336    <None Include="..\..\third_party\llvm-subzero\lib\Support\Windows\TimeValue.inc" />
337  </ItemGroup>
338  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
339  <ImportGroup Label="ExtensionTargets">
340  </ImportGroup>
341</Project>