John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 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>
|
Alexis Hetu | 66fff4e | 2017-10-19 14:53:33 -0400 | [diff] [blame] | 33 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
Nicolas Capens | 0475688 | 2019-03-28 10:54:21 -0400 | [diff] [blame] | 34 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 35 | </PropertyGroup>
|
| 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 38 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 39 | <CharacterSet>NotSet</CharacterSet>
|
| 40 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 41 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 42 | </PropertyGroup>
|
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
|
| 44 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 45 | <CharacterSet>NotSet</CharacterSet>
|
| 46 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 47 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 48 | </PropertyGroup>
|
| 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 50 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 51 | <CharacterSet>NotSet</CharacterSet>
|
| 52 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 53 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 54 | </PropertyGroup>
|
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 56 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 57 | <CharacterSet>NotSet</CharacterSet>
|
| 58 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 59 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 60 | </PropertyGroup>
|
| 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
| 62 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 63 | <CharacterSet>NotSet</CharacterSet>
|
| 64 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 65 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 66 | </PropertyGroup>
|
| 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 68 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 69 | <CharacterSet>NotSet</CharacterSet>
|
| 70 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 71 | <PlatformToolset>v141</PlatformToolset>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 72 | </PropertyGroup>
|
| 73 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 74 | <ImportGroup Label="ExtensionSettings">
|
| 75 | </ImportGroup>
|
| 76 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 78 | </ImportGroup>
|
| 79 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
|
| 80 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 81 | </ImportGroup>
|
| 82 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 83 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 84 | </ImportGroup>
|
| 85 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 86 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 87 | </ImportGroup>
|
| 88 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
| 89 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 90 | </ImportGroup>
|
| 91 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 92 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 93 | </ImportGroup>
|
| 94 | <PropertyGroup Label="UserMacros" />
|
| 95 | <PropertyGroup>
|
| 96 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
Nicolas Capens | 6f89b65 | 2016-05-12 15:51:10 -0400 | [diff] [blame] | 97 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 98 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 99 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 100 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 101 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 103 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 104 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 105 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 106 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 108 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 109 | </PropertyGroup>
|
| 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 111 | <ClCompile>
|
| 112 | <Optimization>Disabled</Optimization>
|
| 113 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 114 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 115 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 116 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 117 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 118 | <PrecompiledHeader>
|
| 119 | </PrecompiledHeader>
|
| 120 | <WarningLevel>Level3</WarningLevel>
|
| 121 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 122 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 123 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 9913558 | 2016-07-01 23:12:12 -0400 | [diff] [blame] | 124 | <ExceptionHandling>false</ExceptionHandling>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 125 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 126 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 127 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 128 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 129 | <ProjectReference>
|
| 130 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 131 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 132 | </ItemDefinitionGroup>
|
| 133 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 134 | <Midl>
|
| 135 | <TargetEnvironment>X64</TargetEnvironment>
|
| 136 | </Midl>
|
| 137 | <ClCompile>
|
| 138 | <Optimization>Disabled</Optimization>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 139 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 140 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 9913558 | 2016-07-01 23:12:12 -0400 | [diff] [blame] | 141 | <ExceptionHandling>false</ExceptionHandling>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 142 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 143 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 144 | <PrecompiledHeader>
|
| 145 | </PrecompiledHeader>
|
| 146 | <WarningLevel>Level3</WarningLevel>
|
| 147 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 148 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 149 | <OmitFramePointers>false</OmitFramePointers>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 150 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 151 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 152 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 153 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 154 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 155 | <ProjectReference>
|
| 156 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 157 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 158 | </ItemDefinitionGroup>
|
| 159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 160 | <ClCompile>
|
| 161 | <Optimization>Full</Optimization>
|
| 162 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 163 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 164 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 165 | <OmitFramePointers>true</OmitFramePointers>
|
| 166 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 167 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 168 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 169 | <ExceptionHandling>false</ExceptionHandling>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 170 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 171 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 172 | <PrecompiledHeader>
|
| 173 | </PrecompiledHeader>
|
| 174 | <WarningLevel>Level3</WarningLevel>
|
| 175 | <DebugInformationFormat>
|
| 176 | </DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 177 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 178 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 179 | <StringPooling>true</StringPooling>
|
| 180 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 181 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 182 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 183 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 184 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 185 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 186 | <ProjectReference>
|
| 187 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 188 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 189 | </ItemDefinitionGroup>
|
| 190 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 191 | <ClCompile>
|
| 192 | <Optimization>Full</Optimization>
|
| 193 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 194 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 195 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 196 | <OmitFramePointers>false</OmitFramePointers>
|
| 197 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 198 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 199 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 200 | <ExceptionHandling>false</ExceptionHandling>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 201 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 202 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 203 | <PrecompiledHeader>
|
| 204 | </PrecompiledHeader>
|
| 205 | <WarningLevel>Level3</WarningLevel>
|
| 206 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 207 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 208 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 209 | <StringPooling>true</StringPooling>
|
| 210 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 211 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 212 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 213 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 3f0d3ef | 2019-04-06 00:42:39 -0400 | [diff] [blame] | 214 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 215 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 216 | <ProjectReference>
|
| 217 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 218 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 219 | </ItemDefinitionGroup>
|
| 220 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 221 | <Midl>
|
| 222 | <TargetEnvironment>X64</TargetEnvironment>
|
| 223 | </Midl>
|
| 224 | <ClCompile>
|
| 225 | <Optimization>Full</Optimization>
|
| 226 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 227 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 228 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 229 | <OmitFramePointers>true</OmitFramePointers>
|
| 230 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 231 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 232 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 233 | <ExceptionHandling>false</ExceptionHandling>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 234 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 235 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 236 | <PrecompiledHeader>
|
| 237 | </PrecompiledHeader>
|
| 238 | <WarningLevel>Level3</WarningLevel>
|
| 239 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 240 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 241 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 242 | <StringPooling>true</StringPooling>
|
| 243 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 244 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 245 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 246 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 247 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 248 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 249 | <ProjectReference>
|
| 250 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 251 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 252 | </ItemDefinitionGroup>
|
| 253 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 254 | <Midl>
|
| 255 | <TargetEnvironment>X64</TargetEnvironment>
|
| 256 | </Midl>
|
| 257 | <ClCompile>
|
| 258 | <Optimization>Full</Optimization>
|
| 259 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 260 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 261 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 262 | <OmitFramePointers>false</OmitFramePointers>
|
| 263 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 264 | <AdditionalIncludeDirectories>..\;..\..\third_party\llvm-7.0\configs\windows\include;..\..\third_party\llvm-7.0\llvm\include;..\..\third_party\llvm-7.0\llvm\lib\Target\X86;..\..\third_party\llvm-7.0\configs\common\include;..\..\third_party\llvm-7.0\configs\common\lib\IR;..\..\third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;..\..\third_party\llvm-7.0\configs\common\lib\Target\X86;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Ben Clayton | 5875be5 | 2019-04-11 14:57:40 -0400 | [diff] [blame] | 265 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 266 | <ExceptionHandling>false</ExceptionHandling>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 267 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 268 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 269 | <PrecompiledHeader>
|
| 270 | </PrecompiledHeader>
|
| 271 | <WarningLevel>Level3</WarningLevel>
|
| 272 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 273 | <DisableSpecificWarnings>4624;4244;4141;4146;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 274 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 275 | <StringPooling>true</StringPooling>
|
| 276 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 277 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 278 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 279 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 3f0d3ef | 2019-04-06 00:42:39 -0400 | [diff] [blame] | 280 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 281 | </ClCompile>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 282 | <ProjectReference>
|
| 283 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 284 | </ProjectReference>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 285 | </ItemDefinitionGroup>
|
| 286 | <ItemGroup>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 287 | <ClCompile Include="CPUID.cpp" />
|
| 288 | <ClCompile Include="Debug.cpp" />
|
Nicolas Capens | daa5d91 | 2016-09-28 16:56:36 -0400 | [diff] [blame] | 289 | <ClCompile Include="LLVMRoutine.cpp" />
|
Nicolas Capens | 5763d17 | 2016-09-26 13:44:20 -0400 | [diff] [blame] | 290 | <ClCompile Include="LLVMReactor.cpp" />
|
Ben Clayton | ac07ed8 | 2019-03-26 14:17:41 +0000 | [diff] [blame] | 291 | <ClCompile Include="LLVMReactorDebugInfo.cpp" />
|
Nicolas Capens | 1a3ce87 | 2018-10-10 10:42:36 -0400 | [diff] [blame] | 292 | <ClCompile Include="ExecutableMemory.cpp" />
|
Nicolas Capens | b6d4ce3 | 2019-03-12 23:00:24 -0400 | [diff] [blame] | 293 | <ClCompile Include="Reactor.cpp" />
|
Nicolas Capens | d946e0a | 2014-06-26 11:31:08 -0400 | [diff] [blame] | 294 | <ClCompile Include="Routine.cpp" />
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 295 | <ClCompile Include="Thread.cpp" />
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 296 | </ItemGroup>
|
| 297 | <ItemGroup>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 298 | <ClInclude Include="CPUID.hpp" />
|
| 299 | <ClInclude Include="Debug.hpp" />
|
Ben Clayton | ac07ed8 | 2019-03-26 14:17:41 +0000 | [diff] [blame] | 300 | <ClInclude Include="LLVMReactor.hpp" />
|
| 301 | <ClInclude Include="LLVMReactorDebugInfo.hpp" />
|
Nicolas Capens | daa5d91 | 2016-09-28 16:56:36 -0400 | [diff] [blame] | 302 | <ClInclude Include="LLVMRoutine.hpp" />
|
Nicolas Capens | 1a3ce87 | 2018-10-10 10:42:36 -0400 | [diff] [blame] | 303 | <ClInclude Include="ExecutableMemory.hpp" />
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 304 | <ClInclude Include="MutexLock.hpp" />
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 305 | <ClInclude Include="Nucleus.hpp" />
|
| 306 | <ClInclude Include="Reactor.hpp" />
|
Nicolas Capens | d946e0a | 2014-06-26 11:31:08 -0400 | [diff] [blame] | 307 | <ClInclude Include="Routine.hpp" />
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 308 | <ClInclude Include="Thread.hpp" />
|
Ben Clayton | 1c82c7b | 2019-04-30 12:49:27 +0100 | [diff] [blame] | 309 | <ClInclude Include="Traits.hpp" />
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 310 | <ClInclude Include="x86.hpp" />
|
| 311 | </ItemGroup>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 312 | <ItemGroup>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 313 | <ProjectReference Include="..\..\build\Visual Studio 15 2017 Win64\llvm.vcxproj">
|
Nicolas Capens | 8c7da80 | 2019-04-29 11:52:35 -0400 | [diff] [blame] | 314 | <Project>{2f30a9cf-6135-3db8-a898-cc2638959596}</Project>
|
John Bauman | 19bac1e | 2014-05-06 15:23:49 -0400 | [diff] [blame] | 315 | </ProjectReference>
|
| 316 | </ItemGroup>
|
John Bauman | 8940182 | 2014-05-06 15:04:28 -0400 | [diff] [blame] | 317 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 318 | <ImportGroup Label="ExtensionTargets">
|
| 319 | </ImportGroup>
|
| 320 | </Project> |