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