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="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Profile|Win32"> 13 <Configuration>Profile</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Profile|x64"> 17 <Configuration>Profile</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="Release|Win32"> 21 <Configuration>Release</Configuration> 22 <Platform>Win32</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="Release|x64"> 25 <Configuration>Release</Configuration> 26 <Platform>x64</Platform> 27 </ProjectConfiguration> 28 </ItemGroup> 29 <PropertyGroup Label="Globals"> 30 <ProjectGuid>{28FD076D-10B5-4BD8-A4CF-F44C7002A803}</ProjectGuid> 31 <RootNamespace>Reactor</RootNamespace> 32 <Keyword>Win32Proj</Keyword> 33 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 34 </PropertyGroup> 35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 37 <ConfigurationType>StaticLibrary</ConfigurationType> 38 <CharacterSet>NotSet</CharacterSet> 39 <WholeProgramOptimization>true</WholeProgramOptimization> 40 <PlatformToolset>v141</PlatformToolset> 41 </PropertyGroup> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> 43 <ConfigurationType>StaticLibrary</ConfigurationType> 44 <CharacterSet>NotSet</CharacterSet> 45 <WholeProgramOptimization>true</WholeProgramOptimization> 46 <PlatformToolset>v141</PlatformToolset> 47 </PropertyGroup> 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 49 <ConfigurationType>StaticLibrary</ConfigurationType> 50 <CharacterSet>NotSet</CharacterSet> 51 <WholeProgramOptimization>false</WholeProgramOptimization> 52 <PlatformToolset>v141</PlatformToolset> 53 </PropertyGroup> 54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 55 <ConfigurationType>StaticLibrary</ConfigurationType> 56 <CharacterSet>NotSet</CharacterSet> 57 <WholeProgramOptimization>true</WholeProgramOptimization> 58 <PlatformToolset>v141</PlatformToolset> 59 </PropertyGroup> 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration"> 61 <ConfigurationType>StaticLibrary</ConfigurationType> 62 <CharacterSet>NotSet</CharacterSet> 63 <WholeProgramOptimization>true</WholeProgramOptimization> 64 <PlatformToolset>v141</PlatformToolset> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 67 <ConfigurationType>StaticLibrary</ConfigurationType> 68 <CharacterSet>NotSet</CharacterSet> 69 <WholeProgramOptimization>false</WholeProgramOptimization> 70 <PlatformToolset>v141</PlatformToolset> 71 </PropertyGroup> 72 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 73 <ImportGroup Label="ExtensionSettings"> 74 </ImportGroup> 75 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 76 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 77 </ImportGroup> 78 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets"> 79 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 80 </ImportGroup> 81 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 83 </ImportGroup> 84 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 86 </ImportGroup> 87 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets"> 88 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 89 </ImportGroup> 90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 92 </ImportGroup> 93 <PropertyGroup Label="UserMacros" /> 94 <PropertyGroup> 95 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 96 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 97 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 98 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 99 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 100 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 101 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 102 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 103 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 104 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 105 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 106 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 107 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 108 </PropertyGroup> 109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 110 <ClCompile> 111 <Optimization>Disabled</Optimization> 112 <IntrinsicFunctions>true</IntrinsicFunctions> 113 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 114 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <MinimalRebuild>true</MinimalRebuild> 116 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 117 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 118 <PrecompiledHeader> 119 </PrecompiledHeader> 120 <WarningLevel>Level3</WarningLevel> 121 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 122 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 123 <TreatWarningAsError>true</TreatWarningAsError> 124 <ExceptionHandling>false</ExceptionHandling> 125 <MultiProcessorCompilation>true</MultiProcessorCompilation> 126 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 127 </ClCompile> 128 <ProjectReference> 129 <LinkLibraryDependencies>false</LinkLibraryDependencies> 130 </ProjectReference> 131 </ItemDefinitionGroup> 132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 133 <Midl> 134 <TargetEnvironment>X64</TargetEnvironment> 135 </Midl> 136 <ClCompile> 137 <Optimization>Disabled</Optimization> 138 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 139 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 140 <MinimalRebuild>true</MinimalRebuild> 141 <ExceptionHandling>false</ExceptionHandling> 142 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 143 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 144 <PrecompiledHeader> 145 </PrecompiledHeader> 146 <WarningLevel>Level3</WarningLevel> 147 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 148 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 149 <OmitFramePointers>false</OmitFramePointers> 150 <TreatWarningAsError>true</TreatWarningAsError> 151 <MultiProcessorCompilation>true</MultiProcessorCompilation> 152 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 153 </ClCompile> 154 <ProjectReference> 155 <LinkLibraryDependencies>false</LinkLibraryDependencies> 156 </ProjectReference> 157 </ItemDefinitionGroup> 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 159 <ClCompile> 160 <Optimization>Full</Optimization> 161 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 162 <IntrinsicFunctions>false</IntrinsicFunctions> 163 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 164 <OmitFramePointers>true</OmitFramePointers> 165 <WholeProgramOptimization>true</WholeProgramOptimization> 166 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 167 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 168 <ExceptionHandling>false</ExceptionHandling> 169 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 170 <BufferSecurityCheck>false</BufferSecurityCheck> 171 <PrecompiledHeader> 172 </PrecompiledHeader> 173 <WarningLevel>Level3</WarningLevel> 174 <DebugInformationFormat> 175 </DebugInformationFormat> 176 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 177 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 178 <StringPooling>true</StringPooling> 179 <FloatingPointExceptions>false</FloatingPointExceptions> 180 <TreatWarningAsError>true</TreatWarningAsError> 181 <MultiProcessorCompilation>true</MultiProcessorCompilation> 182 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 183 </ClCompile> 184 <ProjectReference> 185 <LinkLibraryDependencies>false</LinkLibraryDependencies> 186 </ProjectReference> 187 </ItemDefinitionGroup> 188 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> 189 <ClCompile> 190 <Optimization>Full</Optimization> 191 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 192 <IntrinsicFunctions>false</IntrinsicFunctions> 193 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 194 <OmitFramePointers>false</OmitFramePointers> 195 <WholeProgramOptimization>false</WholeProgramOptimization> 196 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 197 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 198 <ExceptionHandling>false</ExceptionHandling> 199 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 200 <BufferSecurityCheck>false</BufferSecurityCheck> 201 <PrecompiledHeader> 202 </PrecompiledHeader> 203 <WarningLevel>Level3</WarningLevel> 204 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 205 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 206 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 207 <StringPooling>true</StringPooling> 208 <FloatingPointExceptions>false</FloatingPointExceptions> 209 <TreatWarningAsError>true</TreatWarningAsError> 210 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 211 </ClCompile> 212 <ProjectReference> 213 <LinkLibraryDependencies>false</LinkLibraryDependencies> 214 </ProjectReference> 215 </ItemDefinitionGroup> 216 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 217 <Midl> 218 <TargetEnvironment>X64</TargetEnvironment> 219 </Midl> 220 <ClCompile> 221 <Optimization>Full</Optimization> 222 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 223 <IntrinsicFunctions>false</IntrinsicFunctions> 224 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 225 <OmitFramePointers>true</OmitFramePointers> 226 <WholeProgramOptimization>true</WholeProgramOptimization> 227 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 228 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 229 <ExceptionHandling>false</ExceptionHandling> 230 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 231 <BufferSecurityCheck>false</BufferSecurityCheck> 232 <PrecompiledHeader> 233 </PrecompiledHeader> 234 <WarningLevel>Level3</WarningLevel> 235 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 236 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 237 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 238 <StringPooling>true</StringPooling> 239 <FloatingPointExceptions>false</FloatingPointExceptions> 240 <TreatWarningAsError>true</TreatWarningAsError> 241 <MultiProcessorCompilation>true</MultiProcessorCompilation> 242 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 243 </ClCompile> 244 <ProjectReference> 245 <LinkLibraryDependencies>false</LinkLibraryDependencies> 246 </ProjectReference> 247 </ItemDefinitionGroup> 248 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'"> 249 <Midl> 250 <TargetEnvironment>X64</TargetEnvironment> 251 </Midl> 252 <ClCompile> 253 <Optimization>Full</Optimization> 254 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 255 <IntrinsicFunctions>false</IntrinsicFunctions> 256 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 257 <OmitFramePointers>false</OmitFramePointers> 258 <WholeProgramOptimization>false</WholeProgramOptimization> 259 <AdditionalIncludeDirectories>..\;..\..\third_party\LLVM\include;..\..\third_party\LLVM\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 260 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 261 <ExceptionHandling>false</ExceptionHandling> 262 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 263 <BufferSecurityCheck>false</BufferSecurityCheck> 264 <PrecompiledHeader> 265 </PrecompiledHeader> 266 <WarningLevel>Level3</WarningLevel> 267 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 268 <DisableSpecificWarnings>%(DisableSpecificWarnings)</DisableSpecificWarnings> 269 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 270 <StringPooling>true</StringPooling> 271 <FloatingPointExceptions>false</FloatingPointExceptions> 272 <TreatWarningAsError>true</TreatWarningAsError> 273 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 274 </ClCompile> 275 <ProjectReference> 276 <LinkLibraryDependencies>false</LinkLibraryDependencies> 277 </ProjectReference> 278 </ItemDefinitionGroup> 279 <ItemGroup> 280 <ClCompile Include="LLVMRoutine.cpp" /> 281 <ClCompile Include="LLVMRoutineManager.cpp" /> 282 <ClCompile Include="LLVMReactor.cpp" /> 283 <ClCompile Include="Routine.cpp" /> 284 </ItemGroup> 285 <ItemGroup> 286 <ClInclude Include="LLVMRoutine.hpp" /> 287 <ClInclude Include="LLVMRoutineManager.hpp" /> 288 <ClInclude Include="Nucleus.hpp" /> 289 <ClInclude Include="Reactor.hpp" /> 290 <ClInclude Include="Routine.hpp" /> 291 <ClInclude Include="x86.hpp" /> 292 </ItemGroup> 293 <ItemGroup> 294 <ProjectReference Include="..\..\third_party\LLVM\include\llvm\intrinsics_gen.vcxproj"> 295 <Project>{e9b87b46-1eb0-4d95-9049-41b148fbadcd}</Project> 296 <Private>true</Private> 297 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 298 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 299 <LinkLibraryDependencies>true</LinkLibraryDependencies> 300 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 301 </ProjectReference> 302 <ProjectReference Include="..\..\third_party\LLVM\lib\Analysis\LLVMAnalysis.vcxproj"> 303 <Project>{97edf19c-6360-4770-9255-eba2f1a13e9b}</Project> 304 <Private>true</Private> 305 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 306 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 307 <LinkLibraryDependencies>true</LinkLibraryDependencies> 308 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 309 </ProjectReference> 310 <ProjectReference Include="..\..\third_party\LLVM\lib\CodeGen\LLVMCodeGen.vcxproj"> 311 <Project>{7be5f26f-0525-42bb-aaed-56c5b4582b99}</Project> 312 <Private>true</Private> 313 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 314 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 315 <LinkLibraryDependencies>true</LinkLibraryDependencies> 316 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 317 </ProjectReference> 318 <ProjectReference Include="..\..\third_party\LLVM\lib\CodeGen\SelectionDAG\LLVMSelectionDAG.vcxproj"> 319 <Project>{cdc80e5c-954b-4bcb-8c81-58645f5103a5}</Project> 320 <Private>true</Private> 321 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 322 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 323 <LinkLibraryDependencies>true</LinkLibraryDependencies> 324 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 325 </ProjectReference> 326 <ProjectReference Include="..\..\third_party\LLVM\lib\ExecutionEngine\JIT\LLVMJIT.vcxproj"> 327 <Project>{f03005cf-b4db-46d1-b673-e268c3b0c3f7}</Project> 328 <Private>true</Private> 329 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 330 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 331 <LinkLibraryDependencies>true</LinkLibraryDependencies> 332 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 333 </ProjectReference> 334 <ProjectReference Include="..\..\third_party\LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj"> 335 <Project>{75362c64-1b52-4266-b079-22c8e00f53d5}</Project> 336 <Private>true</Private> 337 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 338 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 339 <LinkLibraryDependencies>true</LinkLibraryDependencies> 340 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 341 </ProjectReference> 342 <ProjectReference Include="..\..\third_party\LLVM\lib\MC\LLVMMC.vcxproj"> 343 <Project>{8ab70e5d-2814-4682-af9f-3062758baeab}</Project> 344 <Private>true</Private> 345 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 346 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 347 <LinkLibraryDependencies>true</LinkLibraryDependencies> 348 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 349 </ProjectReference> 350 <ProjectReference Include="..\..\third_party\LLVM\lib\Support\LLVMSupport.vcxproj"> 351 <Project>{c688dd59-c6cb-4b33-b56f-a7d6f3761524}</Project> 352 <Private>true</Private> 353 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 354 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 355 <LinkLibraryDependencies>true</LinkLibraryDependencies> 356 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 357 </ProjectReference> 358 <ProjectReference Include="..\..\third_party\LLVM\lib\TableGen\LLVMTableGen.vcxproj"> 359 <Project>{bd8ee868-0d68-4a92-b277-3c9ebdc5ec3c}</Project> 360 <Private>true</Private> 361 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 362 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 363 <LinkLibraryDependencies>true</LinkLibraryDependencies> 364 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 365 </ProjectReference> 366 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\LLVMTarget.vcxproj"> 367 <Project>{76f7b8c2-c825-40dc-bb68-9d987275e320}</Project> 368 <Private>true</Private> 369 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 370 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 371 <LinkLibraryDependencies>true</LinkLibraryDependencies> 372 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 373 </ProjectReference> 374 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\InstPrinter\LLVMX86AsmPrinter.vcxproj"> 375 <Project>{80fe41df-5232-4fc1-8697-461026a708cf}</Project> 376 <Private>true</Private> 377 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 378 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 379 <LinkLibraryDependencies>true</LinkLibraryDependencies> 380 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 381 </ProjectReference> 382 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\LLVMX86CodeGen.vcxproj"> 383 <Project>{f513cbef-b281-4b76-9cb5-7d31cecc739a}</Project> 384 <Private>true</Private> 385 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 386 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 387 <LinkLibraryDependencies>true</LinkLibraryDependencies> 388 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 389 </ProjectReference> 390 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\MCTargetDesc\LLVMX86Desc.vcxproj"> 391 <Project>{5c3dad88-8163-499d-bb6c-6f44174f87b6}</Project> 392 <Private>true</Private> 393 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 394 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 395 <LinkLibraryDependencies>true</LinkLibraryDependencies> 396 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 397 </ProjectReference> 398 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\TargetInfo\LLVMX86Info.vcxproj"> 399 <Project>{180da636-1b92-4dd4-af86-db32bbf7bdac}</Project> 400 <Private>true</Private> 401 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 402 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 403 <LinkLibraryDependencies>true</LinkLibraryDependencies> 404 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 405 </ProjectReference> 406 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\Utils\LLVMX86Utils.vcxproj"> 407 <Project>{9deaa5e7-d432-4770-b96d-221b56d74fcc}</Project> 408 <Private>true</Private> 409 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 410 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 411 <LinkLibraryDependencies>true</LinkLibraryDependencies> 412 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 413 </ProjectReference> 414 <ProjectReference Include="..\..\third_party\LLVM\lib\Target\X86\X86CommonTableGen.vcxproj"> 415 <Project>{531b1d71-5ee6-4576-971e-9cc28b0b3868}</Project> 416 <Private>true</Private> 417 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 418 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 419 <LinkLibraryDependencies>true</LinkLibraryDependencies> 420 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 421 </ProjectReference> 422 <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\InstCombine\LLVMInstCombine.vcxproj"> 423 <Project>{d35c7204-d4e0-4ee5-8b6d-ba1b589f5d36}</Project> 424 <Private>true</Private> 425 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 426 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 427 <LinkLibraryDependencies>true</LinkLibraryDependencies> 428 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 429 </ProjectReference> 430 <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\Scalar\LLVMScalarOpts.vcxproj"> 431 <Project>{a3c67d8f-e19a-46ef-91ab-c7840fe2b97c}</Project> 432 <Private>true</Private> 433 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 434 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 435 <LinkLibraryDependencies>true</LinkLibraryDependencies> 436 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 437 </ProjectReference> 438 <ProjectReference Include="..\..\third_party\LLVM\lib\Transforms\Utils\LLVMTransformUtils.vcxproj"> 439 <Project>{5c514254-58ee-4850-8743-f5d7beaa3e66}</Project> 440 <Private>true</Private> 441 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 442 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 443 <LinkLibraryDependencies>true</LinkLibraryDependencies> 444 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 445 </ProjectReference> 446 <ProjectReference Include="..\..\third_party\LLVM\lib\VMCore\LLVMCore.vcxproj"> 447 <Project>{00f3295c-f7a0-43d3-bd0b-1bc0515b30e1}</Project> 448 <Private>true</Private> 449 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 450 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 451 <LinkLibraryDependencies>true</LinkLibraryDependencies> 452 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 453 </ProjectReference> 454 <ProjectReference Include="..\..\third_party\LLVM\utils\TableGen\llvm-tblgen.vcxproj"> 455 <Project>{1f8587cb-0779-44bb-afa4-03dd8a036d75}</Project> 456 <Private>true</Private> 457 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 458 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 459 <LinkLibraryDependencies>true</LinkLibraryDependencies> 460 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 461 </ProjectReference> 462 </ItemGroup> 463 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 464 <ImportGroup Label="ExtensionTargets"> 465 </ImportGroup> 466 </Project>