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>{F513CBEF-B281-4B76-9CB5-7D31CECC739A}</ProjectGUID> 31 <Keyword>Win32Proj</Keyword> 32 <Platform>Win32</Platform> 33 <ProjectName>LLVMX86CodeGen</ProjectName> 34 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 35 </PropertyGroup> 36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 38 <ConfigurationType>StaticLibrary</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <CharacterSet>MultiByte</CharacterSet> 41 <PlatformToolset>v141</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 44 <ConfigurationType>StaticLibrary</ConfigurationType> 45 <UseOfMfc>false</UseOfMfc> 46 <CharacterSet>NotSet</CharacterSet> 47 <PlatformToolset>v141</PlatformToolset> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 50 <ConfigurationType>StaticLibrary</ConfigurationType> 51 <UseOfMfc>false</UseOfMfc> 52 <CharacterSet>NotSet</CharacterSet> 53 <WholeProgramOptimization>true</WholeProgramOptimization> 54 <PlatformToolset>v141</PlatformToolset> 55 </PropertyGroup> 56 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> 57 <ConfigurationType>StaticLibrary</ConfigurationType> 58 <UseOfMfc>false</UseOfMfc> 59 <CharacterSet>NotSet</CharacterSet> 60 <WholeProgramOptimization>true</WholeProgramOptimization> 61 <PlatformToolset>v141</PlatformToolset> 62 </PropertyGroup> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 64 <ConfigurationType>StaticLibrary</ConfigurationType> 65 <UseOfMfc>false</UseOfMfc> 66 <CharacterSet>NotSet</CharacterSet> 67 <WholeProgramOptimization>true</WholeProgramOptimization> 68 <PlatformToolset>v141</PlatformToolset> 69 </PropertyGroup> 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration"> 71 <ConfigurationType>StaticLibrary</ConfigurationType> 72 <UseOfMfc>false</UseOfMfc> 73 <CharacterSet>NotSet</CharacterSet> 74 <WholeProgramOptimization>true</WholeProgramOptimization> 75 <PlatformToolset>v141</PlatformToolset> 76 </PropertyGroup> 77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 78 <ImportGroup Label="ExtensionSettings"> 79 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" /> 80 </ImportGroup> 81 <ImportGroup Label="PropertySheets"> 82 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 83 </ImportGroup> 84 <PropertyGroup Label="UserMacros" /> 85 <PropertyGroup> 86 <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion> 87 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 88 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 89 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 90 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 91 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)</TargetName> 92 <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)</TargetName> 93 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.lib</TargetExt> 94 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt> 95 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 96 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 97 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 98 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 99 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 100 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 101 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 102 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 103 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)</TargetName> 104 <TargetName Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(ProjectName)</TargetName> 105 <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)</TargetName> 106 <TargetName Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(ProjectName)</TargetName> 107 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.lib</TargetExt> 108 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">.lib</TargetExt> 109 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt> 110 <TargetExt Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">.lib</TargetExt> 111 </PropertyGroup> 112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 113 <ClCompile> 114 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 115 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 116 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 117 <CompileAs>CompileAsCpp</CompileAs> 118 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 119 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 120 <ExceptionHandling> 121 </ExceptionHandling> 122 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 123 <MultiProcessorCompilation>true</MultiProcessorCompilation> 124 <Optimization>Disabled</Optimization> 125 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 126 <RuntimeTypeInfo>false</RuntimeTypeInfo> 127 <WarningLevel>Level3</WarningLevel> 128 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <AssemblerListingLocation>Debug</AssemblerListingLocation> 130 <ObjectFileName>$(IntDir)</ObjectFileName> 131 <ProgramDataBaseFileName>..\..\Debug/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 132 </ClCompile> 133 <ResourceCompile> 134 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 135 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 136 </ResourceCompile> 137 <Midl> 138 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 139 <OutputDirectory>$(IntDir)</OutputDirectory> 140 <HeaderFileName>%(Filename).h</HeaderFileName> 141 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 142 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 143 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 144 </Midl> 145 </ItemDefinitionGroup> 146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 147 <ClCompile> 148 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 149 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 150 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 151 <CompileAs>CompileAsCpp</CompileAs> 152 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 153 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 154 <ExceptionHandling> 155 </ExceptionHandling> 156 <InlineFunctionExpansion>Disabled</InlineFunctionExpansion> 157 <MultiProcessorCompilation>true</MultiProcessorCompilation> 158 <Optimization>Disabled</Optimization> 159 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 160 <RuntimeTypeInfo>false</RuntimeTypeInfo> 161 <WarningLevel>Level3</WarningLevel> 162 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions> 163 <AssemblerListingLocation>Debug</AssemblerListingLocation> 164 <ObjectFileName>$(IntDir)</ObjectFileName> 165 <ProgramDataBaseFileName>..\..\Debug/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 166 <OmitFramePointers>false</OmitFramePointers> 167 </ClCompile> 168 <ResourceCompile> 169 <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 170 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 171 </ResourceCompile> 172 <Midl> 173 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 174 <OutputDirectory>$(IntDir)</OutputDirectory> 175 <HeaderFileName>%(Filename).h</HeaderFileName> 176 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 177 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 178 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 179 </Midl> 180 <Lib> 181 <AdditionalDependencies> 182 </AdditionalDependencies> 183 </Lib> 184 </ItemDefinitionGroup> 185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 186 <ClCompile> 187 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 188 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 189 <CompileAs>CompileAsCpp</CompileAs> 190 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 191 <ExceptionHandling>false</ExceptionHandling> 192 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 193 <MultiProcessorCompilation>true</MultiProcessorCompilation> 194 <Optimization>Full</Optimization> 195 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 196 <RuntimeTypeInfo>false</RuntimeTypeInfo> 197 <WarningLevel>Level3</WarningLevel> 198 <DebugInformationFormat> 199 </DebugInformationFormat> 200 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> 201 <AssemblerListingLocation>Release</AssemblerListingLocation> 202 <ObjectFileName>$(IntDir)</ObjectFileName> 203 <ProgramDataBaseFileName>..\..\Release/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 204 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 205 <OmitFramePointers>true</OmitFramePointers> 206 <WholeProgramOptimization>true</WholeProgramOptimization> 207 <StringPooling>true</StringPooling> 208 <BufferSecurityCheck>false</BufferSecurityCheck> 209 <FunctionLevelLinking>false</FunctionLevelLinking> 210 <FloatingPointExceptions>false</FloatingPointExceptions> 211 <CreateHotpatchableImage>false</CreateHotpatchableImage> 212 </ClCompile> 213 <ResourceCompile> 214 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 215 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 216 </ResourceCompile> 217 <Midl> 218 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 219 <OutputDirectory>$(IntDir)</OutputDirectory> 220 <HeaderFileName>%(Filename).h</HeaderFileName> 221 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 222 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 223 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 224 </Midl> 225 <Lib> 226 <AdditionalDependencies> 227 </AdditionalDependencies> 228 </Lib> 229 </ItemDefinitionGroup> 230 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> 231 <ClCompile> 232 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 233 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 234 <CompileAs>CompileAsCpp</CompileAs> 235 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 236 <ExceptionHandling>false</ExceptionHandling> 237 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 238 <MultiProcessorCompilation>true</MultiProcessorCompilation> 239 <Optimization>Full</Optimization> 240 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 241 <RuntimeTypeInfo>false</RuntimeTypeInfo> 242 <WarningLevel>Level3</WarningLevel> 243 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 244 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> 245 <AssemblerListingLocation>Release</AssemblerListingLocation> 246 <ObjectFileName>$(IntDir)</ObjectFileName> 247 <ProgramDataBaseFileName>..\..\Release/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 248 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 249 <OmitFramePointers>false</OmitFramePointers> 250 <WholeProgramOptimization>true</WholeProgramOptimization> 251 <StringPooling>true</StringPooling> 252 <BufferSecurityCheck>false</BufferSecurityCheck> 253 <FunctionLevelLinking>false</FunctionLevelLinking> 254 <FloatingPointExceptions>false</FloatingPointExceptions> 255 <CreateHotpatchableImage>false</CreateHotpatchableImage> 256 </ClCompile> 257 <ResourceCompile> 258 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 259 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 260 </ResourceCompile> 261 <Midl> 262 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 263 <OutputDirectory>$(IntDir)</OutputDirectory> 264 <HeaderFileName>%(Filename).h</HeaderFileName> 265 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 266 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 267 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 268 </Midl> 269 <Lib> 270 <AdditionalDependencies> 271 </AdditionalDependencies> 272 </Lib> 273 </ItemDefinitionGroup> 274 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 275 <ClCompile> 276 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 277 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 278 <CompileAs>CompileAsCpp</CompileAs> 279 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 280 <ExceptionHandling>false</ExceptionHandling> 281 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 282 <MultiProcessorCompilation>true</MultiProcessorCompilation> 283 <Optimization>Full</Optimization> 284 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 285 <RuntimeTypeInfo>false</RuntimeTypeInfo> 286 <WarningLevel>Level3</WarningLevel> 287 <DebugInformationFormat> 288 </DebugInformationFormat> 289 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> 290 <AssemblerListingLocation>Release</AssemblerListingLocation> 291 <ObjectFileName>$(IntDir)</ObjectFileName> 292 <ProgramDataBaseFileName>..\..\Release/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 293 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 294 <OmitFramePointers>true</OmitFramePointers> 295 <WholeProgramOptimization>true</WholeProgramOptimization> 296 <StringPooling>true</StringPooling> 297 <BufferSecurityCheck>false</BufferSecurityCheck> 298 <FunctionLevelLinking>false</FunctionLevelLinking> 299 <FloatingPointExceptions>false</FloatingPointExceptions> 300 <CreateHotpatchableImage>false</CreateHotpatchableImage> 301 </ClCompile> 302 <ResourceCompile> 303 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 304 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 305 </ResourceCompile> 306 <Midl> 307 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 308 <OutputDirectory>$(IntDir)</OutputDirectory> 309 <HeaderFileName>%(Filename).h</HeaderFileName> 310 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 311 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 312 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 313 </Midl> 314 <Lib> 315 <AdditionalDependencies> 316 </AdditionalDependencies> 317 </Lib> 318 </ItemDefinitionGroup> 319 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'"> 320 <ClCompile> 321 <AdditionalOptions> /Zm1000 /EHs-c- -w14062 %(AdditionalOptions)</AdditionalOptions> 322 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 323 <CompileAs>CompileAsCpp</CompileAs> 324 <DisableSpecificWarnings>4146;4180;4224;4244;4267;4275;4291;4345;4351;4355;4503;4551;4624;4715;4800;4065;4181</DisableSpecificWarnings> 325 <ExceptionHandling>false</ExceptionHandling> 326 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 327 <MultiProcessorCompilation>true</MultiProcessorCompilation> 328 <Optimization>Full</Optimization> 329 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 330 <RuntimeTypeInfo>false</RuntimeTypeInfo> 331 <WarningLevel>Level3</WarningLevel> 332 <DebugInformationFormat> 333 </DebugInformationFormat> 334 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions> 335 <AssemblerListingLocation>Release</AssemblerListingLocation> 336 <ObjectFileName>$(IntDir)</ObjectFileName> 337 <ProgramDataBaseFileName>..\..\Release/LLVMX86CodeGen.pdb</ProgramDataBaseFileName> 338 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 339 <OmitFramePointers>false</OmitFramePointers> 340 <WholeProgramOptimization>true</WholeProgramOptimization> 341 <StringPooling>true</StringPooling> 342 <BufferSecurityCheck>false</BufferSecurityCheck> 343 <FunctionLevelLinking>false</FunctionLevelLinking> 344 <FloatingPointExceptions>false</FloatingPointExceptions> 345 <CreateHotpatchableImage>false</CreateHotpatchableImage> 346 </ClCompile> 347 <ResourceCompile> 348 <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;__STDC_CONSTANT_MACROS;__STDC_FORMAT_MACROS;__STDC_LIMIT_MACROS;_HAS_EXCEPTIONS=0;_HAS_EXCEPTIONS=0;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions> 349 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 350 </ResourceCompile> 351 <Midl> 352 <AdditionalIncludeDirectories>..\X86;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 353 <OutputDirectory>$(IntDir)</OutputDirectory> 354 <HeaderFileName>%(Filename).h</HeaderFileName> 355 <TypeLibraryName>%(Filename).tlb</TypeLibraryName> 356 <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName> 357 <ProxyFileName>%(Filename)_p.c</ProxyFileName> 358 </Midl> 359 <Lib> 360 <AdditionalDependencies> 361 </AdditionalDependencies> 362 </Lib> 363 </ItemDefinitionGroup> 364 <ItemGroup> 365 <ClCompile Include="X86CodeEmitter.cpp" /> 366 <ClCompile Include="X86ELFWriterInfo.cpp" /> 367 <ClCompile Include="X86FastISel.cpp" /> 368 <ClCompile Include="X86FloatingPoint.cpp" /> 369 <ClCompile Include="X86FrameLowering.cpp" /> 370 <ClCompile Include="X86ISelDAGToDAG.cpp" /> 371 <ClCompile Include="X86ISelLowering.cpp" /> 372 <ClCompile Include="X86InstrInfo.cpp" /> 373 <ClCompile Include="X86JITInfo.cpp" /> 374 <ClCompile Include="X86RegisterInfo.cpp" /> 375 <ClCompile Include="X86SelectionDAGInfo.cpp" /> 376 <ClCompile Include="X86Subtarget.cpp" /> 377 <ClCompile Include="X86TargetMachine.cpp" /> 378 <ClCompile Include="X86TargetObjectFile.cpp" /> 379 <ClCompile Include="X86VZeroUpper.cpp" /> 380 <ClInclude Include="X86.h" /> 381 <ClInclude Include="X86AsmPrinter.h" /> 382 <ClInclude Include="X86COFFMachineModuleInfo.h" /> 383 <ClInclude Include="X86ELFWriterInfo.h" /> 384 <ClInclude Include="X86FrameLowering.h" /> 385 <ClInclude Include="X86InstrBuilder.h" /> 386 <ClInclude Include="X86InstrInfo.h" /> 387 <ClInclude Include="X86ISelLowering.h" /> 388 <ClInclude Include="X86JITInfo.h" /> 389 <ClInclude Include="X86MachineFunctionInfo.h" /> 390 <ClInclude Include="X86MCInstLower.h" /> 391 <ClInclude Include="X86RegisterInfo.h" /> 392 <ClInclude Include="X86Relocations.h" /> 393 <ClInclude Include="X86SelectionDAGInfo.h" /> 394 <ClInclude Include="X86Subtarget.h" /> 395 <ClInclude Include="X86TargetMachine.h" /> 396 <ClInclude Include="X86TargetObjectFile.h" /> 397 </ItemGroup> 398 <ItemGroup> 399 <ProjectReference Include="..\..\Analysis/LLVMAnalysis.vcxproj"> 400 <Project>97EDF19C-6360-4770-9255-EBA2F1A13E9B</Project> 401 </ProjectReference> 402 <ProjectReference Include="..\..\CodeGen/LLVMCodeGen.vcxproj"> 403 <Project>7BE5F26F-0525-42BB-AAED-56C5B4582B99</Project> 404 </ProjectReference> 405 <ProjectReference Include="..\..\VMCore/LLVMCore.vcxproj"> 406 <Project>00F3295C-F7A0-43D3-BD0B-1BC0515B30E1</Project> 407 </ProjectReference> 408 <ProjectReference Include="..\..\MC/LLVMMC.vcxproj"> 409 <Project>8AB70E5D-2814-4682-AF9F-3062758BAEAB</Project> 410 </ProjectReference> 411 <ProjectReference Include="..\..\CodeGen/SelectionDAG/LLVMSelectionDAG.vcxproj"> 412 <Project>CDC80E5C-954B-4BCB-8C81-58645F5103A5</Project> 413 </ProjectReference> 414 <ProjectReference Include="..\..\Support/LLVMSupport.vcxproj"> 415 <Project>C688DD59-C6CB-4B33-B56F-A7D6F3761524</Project> 416 </ProjectReference> 417 <ProjectReference Include="..\LLVMTarget.vcxproj"> 418 <Project>76F7B8C2-C825-40DC-BB68-9D987275E320</Project> 419 </ProjectReference> 420 <ProjectReference Include="InstPrinter/LLVMX86AsmPrinter.vcxproj"> 421 <Project>80FE41DF-5232-4FC1-8697-461026A708CF</Project> 422 </ProjectReference> 423 <ProjectReference Include="MCTargetDesc/LLVMX86Desc.vcxproj"> 424 <Project>5C3DAD88-8163-499D-BB6C-6F44174F87B6</Project> 425 </ProjectReference> 426 <ProjectReference Include="..\..\..\include/llvm/intrinsics_gen.vcxproj"> 427 <Project>E9B87B46-1EB0-4D95-9049-41B148FBADCD</Project> 428 </ProjectReference> 429 <ProjectReference Include="..\..\..\utils/TableGen/llvm-tblgen.vcxproj"> 430 <Project>1F8587CB-0779-44BB-AFA4-03DD8A036D75</Project> 431 </ProjectReference> 432 <ProjectReference Include="X86CommonTableGen.vcxproj"> 433 <Project>{531b1d71-5ee6-4576-971e-9cc28b0b3868}</Project> 434 </ProjectReference> 435 </ItemGroup> 436 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 437 <ImportGroup Label="ExtensionTargets"> 438 <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" /> 439 </ImportGroup> 440</Project>