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