John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -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 | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 12 | <ProjectConfiguration Include="Profile|Win32">
|
| 13 | <Configuration>Profile</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 16 | <ProjectConfiguration Include="Profile|x64">
|
| 17 | <Configuration>Profile</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 20 | <ProjectConfiguration Include="Release|Win32">
|
| 21 | <Configuration>Release</Configuration>
|
| 22 | <Platform>Win32</Platform>
|
| 23 | </ProjectConfiguration>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 24 | <ProjectConfiguration Include="Release|x64">
|
| 25 | <Configuration>Release</Configuration>
|
| 26 | <Platform>x64</Platform>
|
| 27 | </ProjectConfiguration>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 28 | </ItemGroup>
|
| 29 | <PropertyGroup Label="Globals">
|
| 30 | <ProjectGuid>{5B3A6DB8-1E7E-40D7-92B9-DA8AAE619FAD}</ProjectGuid>
|
| 31 | <RootNamespace>compiler</RootNamespace>
|
| 32 | <Keyword>Win32Proj</Keyword>
|
| 33 | <ProjectName>Compiler</ProjectName>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 34 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
Nicolas Capens | 0475688 | 2019-03-28 10:54:21 -0400 | [diff] [blame] | 35 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 36 | </PropertyGroup>
|
| 37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 39 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 40 | <CharacterSet>NotSet</CharacterSet>
|
| 41 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 42 | <PlatformToolset>v143</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 43 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 45 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 46 | <CharacterSet>NotSet</CharacterSet>
|
| 47 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 48 | <PlatformToolset>v143</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 49 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
|
| 51 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 52 | <CharacterSet>NotSet</CharacterSet>
|
| 53 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 54 | <PlatformToolset>v143</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 55 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
| 57 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 58 | <CharacterSet>NotSet</CharacterSet>
|
| 59 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 60 | <PlatformToolset>v143</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 61 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 62 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 63 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 64 | <CharacterSet>NotSet</CharacterSet>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 65 | <PlatformToolset>v143</PlatformToolset>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 66 | </PropertyGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 68 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 69 | <CharacterSet>NotSet</CharacterSet>
|
Nicolas Capens | 8bf6acb | 2022-06-20 10:29:33 -0400 | [diff] [blame] | 70 | <PlatformToolset>v143</PlatformToolset>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 71 | </PropertyGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 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>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 78 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 79 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 80 | </ImportGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
|
| 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 83 | </ImportGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
| 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 86 | </ImportGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 89 | </ImportGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 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>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 93 | <PropertyGroup Label="UserMacros" />
|
| 94 | <PropertyGroup>
|
| 95 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
Nicolas Capens | 6f89b65 | 2016-05-12 15:51:10 -0400 | [diff] [blame] | 96 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 97 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 98 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 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)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 102 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 103 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 104 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 105 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 106 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 107 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
Nicolas Capens | b7510aa | 2016-05-16 13:16:32 -0400 | [diff] [blame] | 108 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 109 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 110 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 111 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 112 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
| 113 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)\include;$(IncludePath)</IncludePath>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 114 | </PropertyGroup>
|
| 115 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 116 | <ClCompile>
|
| 117 | <Optimization>Disabled</Optimization>
|
| 118 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 119 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 120 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 121 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 122 | <PrecompiledHeader>
|
| 123 | </PrecompiledHeader>
|
| 124 | <WarningLevel>Level3</WarningLevel>
|
| 125 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 126 | <BrowseInformation>true</BrowseInformation>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 127 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 128 | <DisableSpecificWarnings>4267;5030;4005;</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 129 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 130 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 131 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 132 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 133 | </ClCompile>
|
| 134 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 135 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 136 | <ClCompile>
|
| 137 | <Optimization>Disabled</Optimization>
|
| 138 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 139 | <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 140 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 141 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 142 | <PrecompiledHeader>
|
| 143 | </PrecompiledHeader>
|
| 144 | <WarningLevel>Level3</WarningLevel>
|
| 145 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 146 | <BrowseInformation>true</BrowseInformation>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 147 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 148 | <DisableSpecificWarnings>4267;5030;4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 149 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 150 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 151 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 152 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 153 | </ClCompile>
|
| 154 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 156 | <ClCompile>
|
| 157 | <Optimization>MaxSpeed</Optimization>
|
| 158 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 159 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 160 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 161 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 162 | <PrecompiledHeader>
|
| 163 | </PrecompiledHeader>
|
| 164 | <WarningLevel>Level3</WarningLevel>
|
| 165 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 166 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 167 | <DisableSpecificWarnings>4267;5030;4005;</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 168 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 169 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 170 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 171 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 172 | </ClCompile>
|
| 173 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 174 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 175 | <ClCompile>
|
| 176 | <Optimization>MaxSpeed</Optimization>
|
| 177 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 178 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 179 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 180 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 181 | <PrecompiledHeader>
|
| 182 | </PrecompiledHeader>
|
| 183 | <WarningLevel>Level3</WarningLevel>
|
| 184 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 185 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 186 | <DisableSpecificWarnings>4267;5030;4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 187 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 188 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 189 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 190 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 191 | </ClCompile>
|
| 192 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 193 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 194 | <ClCompile>
|
| 195 | <Optimization>MaxSpeed</Optimization>
|
| 196 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 197 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 198 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 199 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 200 | <PrecompiledHeader>
|
| 201 | </PrecompiledHeader>
|
| 202 | <WarningLevel>Level3</WarningLevel>
|
| 203 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 204 | <OmitFramePointers>false</OmitFramePointers>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 205 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 206 | <DisableSpecificWarnings>4267;5030;4005;</DisableSpecificWarnings>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 207 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 208 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 209 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 210 | </ClCompile>
|
| 211 | </ItemDefinitionGroup>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 212 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 213 | <ClCompile>
|
| 214 | <Optimization>MaxSpeed</Optimization>
|
| 215 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 216 | <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)../;$(ProjectDir)../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
| 217 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 218 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 219 | <PrecompiledHeader>
|
| 220 | </PrecompiledHeader>
|
| 221 | <WarningLevel>Level3</WarningLevel>
|
| 222 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 223 | <OmitFramePointers>false</OmitFramePointers>
|
Alexis Hetu | b34591a | 2016-06-28 15:48:35 -0400 | [diff] [blame] | 224 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | ab67c12 | 2019-07-11 13:24:10 -0400 | [diff] [blame] | 225 | <DisableSpecificWarnings>4267;5030;4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 226 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Nicolas Capens | da5320a | 2018-02-08 10:26:10 -0500 | [diff] [blame] | 227 | <ErrorReporting>Queue</ErrorReporting>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 228 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 229 | </ClCompile>
|
| 230 | </ItemDefinitionGroup>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 231 | <ItemGroup>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 232 | <ClCompile Include="AnalyzeCallDepth.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 233 | <ClCompile Include="Compiler.cpp" />
|
| 234 | <ClCompile Include="debug.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 235 | <ClCompile Include="Diagnostics.cpp" />
|
| 236 | <ClCompile Include="DirectiveHandler.cpp" />
|
| 237 | <ClCompile Include="InfoSink.cpp" />
|
| 238 | <ClCompile Include="Initialize.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 239 | <ClCompile Include="InitializeParseContext.cpp" />
|
| 240 | <ClCompile Include="Intermediate.cpp" />
|
| 241 | <ClCompile Include="intermOut.cpp" />
|
| 242 | <ClCompile Include="IntermTraverse.cpp" />
|
| 243 | <ClCompile Include="ossource_win.cpp" />
|
| 244 | <ClCompile Include="OutputASM.cpp" />
|
| 245 | <ClCompile Include="parseConst.cpp" />
|
| 246 | <ClCompile Include="ParseHelper.cpp" />
|
| 247 | <ClCompile Include="PoolAlloc.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 248 | <ClCompile Include="SymbolTable.cpp" />
|
| 249 | <ClCompile Include="TranslatorASM.cpp" />
|
| 250 | <ClCompile Include="util.cpp" />
|
| 251 | <ClCompile Include="ValidateLimitations.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 252 | <ClCompile Include="glslang_lex.cpp" />
|
| 253 | <ClCompile Include="glslang_tab.cpp" />
|
Alexis Hetu | 76a343a | 2015-06-04 17:21:22 -0400 | [diff] [blame] | 254 | <ClCompile Include="ValidateSwitch.cpp" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 255 | </ItemGroup>
|
| 256 | <ItemGroup>
|
| 257 | <CustomBuild Include="glslang.l">
|
| 258 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 259 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 260 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 261 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 262 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 263 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 264 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 265 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 266 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 267 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 268 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 269 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 270 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 271 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 272 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 273 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 274 | <Message Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 275 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 276 | <Message Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 277 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 278 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 279 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 280 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 281 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 282 | <Command Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 283 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 284 | <Command Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 285 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 286 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 287 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 288 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 289 | <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">%(AdditionalInputs)</AdditionalInputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 290 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 291 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 292 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 293 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 294 | </CustomBuild>
|
| 295 | <CustomBuild Include="glslang.y">
|
| 296 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 297 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 298 | <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 299 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 300 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 301 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 302 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 303 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 304 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 305 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 306 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 307 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 308 | <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 309 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 310 | <Message Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 311 | </Message>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 312 | <Message Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 313 | </Message>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 314 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 315 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 316 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 317 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 318 | <Command Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 319 | </Command>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 320 | <Command Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
| 321 | </Command>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 322 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 323 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 324 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">%(Outputs)</Outputs>
|
Alexis Hetu | b36a4c5 | 2014-11-10 14:01:27 -0500 | [diff] [blame] | 325 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">%(Outputs)</Outputs>
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 326 | </CustomBuild>
|
| 327 | </ItemGroup>
|
| 328 | <ItemGroup>
|
John Bauman | d4ae863 | 2014-05-06 16:18:33 -0400 | [diff] [blame] | 329 | <ClInclude Include="AnalyzeCallDepth.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 330 | <ClInclude Include="BaseTypes.h" />
|
| 331 | <ClInclude Include="Common.h" />
|
Nicolas Capens | d8cbf39 | 2015-02-10 15:35:11 -0500 | [diff] [blame] | 332 | <ClInclude Include="Compiler.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 333 | <ClInclude Include="ConstantUnion.h" />
|
| 334 | <ClInclude Include="debug.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 335 | <ClInclude Include="Diagnostics.h" />
|
Nicolas Capens | c684185 | 2015-02-15 14:25:37 -0500 | [diff] [blame] | 336 | <ClInclude Include="DirectiveHandler.h" />
|
| 337 | <ClInclude Include="ExtensionBehavior.h" />
|
| 338 | <ClInclude Include="glslang.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 339 | <ClInclude Include="InfoSink.h" />
|
| 340 | <ClInclude Include="Initialize.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 341 | <ClInclude Include="InitializeGlobals.h" />
|
| 342 | <ClInclude Include="InitializeParseContext.h" />
|
| 343 | <ClInclude Include="intermediate.h" />
|
| 344 | <ClInclude Include="localintermediate.h" />
|
| 345 | <ClInclude Include="MMap.h" />
|
| 346 | <ClInclude Include="osinclude.h" />
|
| 347 | <ClInclude Include="OutputASM.h" />
|
| 348 | <ClInclude Include="ParseHelper.h" />
|
| 349 | <ClInclude Include="PoolAlloc.h" />
|
| 350 | <ClInclude Include="Pragma.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 351 | <ClInclude Include="SymbolTable.h" />
|
| 352 | <ClInclude Include="TranslatorASM.h" />
|
| 353 | <ClInclude Include="Types.h" />
|
| 354 | <ClInclude Include="util.h" />
|
| 355 | <ClInclude Include="ValidateLimitations.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 356 | <ClInclude Include="glslang_tab.h" />
|
Alexis Hetu | 76a343a | 2015-06-04 17:21:22 -0400 | [diff] [blame] | 357 | <ClInclude Include="ValidateSwitch.h" />
|
John Bauman | 66b8ab2 | 2014-05-06 15:57:45 -0400 | [diff] [blame] | 358 | </ItemGroup>
|
| 359 | <ItemGroup>
|
| 360 | <ProjectReference Include="preprocessor\preprocessor.vcxproj">
|
| 361 | <Project>{92940255-ab4b-42fb-a2c4-0fab19c3c48a}</Project>
|
| 362 | <Private>true</Private>
|
| 363 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
| 364 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
| 365 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
| 366 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
| 367 | </ProjectReference>
|
| 368 | </ItemGroup>
|
| 369 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 370 | <ImportGroup Label="ExtensionTargets">
|
| 371 | </ImportGroup>
|
| 372 | </Project> |