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