1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/angle/src/compiler/preprocessor/preprocessor.vcxproj Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,172 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <PropertyGroup Label="Globals"> 1.25 + <ProjectGuid>{FBE32DF3-0FB0-4F2F-A424-2C21BD7BC325}</ProjectGuid> 1.26 + <RootNamespace>preprocessor</RootNamespace> 1.27 + <Keyword>Win32Proj</Keyword> 1.28 + </PropertyGroup> 1.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.31 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.32 + <CharacterSet>Unicode</CharacterSet> 1.33 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.34 + </PropertyGroup> 1.35 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.36 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.37 + <CharacterSet>Unicode</CharacterSet> 1.38 + </PropertyGroup> 1.39 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.40 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.41 + <CharacterSet>Unicode</CharacterSet> 1.42 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.43 + </PropertyGroup> 1.44 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.45 + <ConfigurationType>StaticLibrary</ConfigurationType> 1.46 + <CharacterSet>Unicode</CharacterSet> 1.47 + </PropertyGroup> 1.48 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.49 + <ImportGroup Label="ExtensionSettings"> 1.50 + </ImportGroup> 1.51 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 1.52 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.53 + </ImportGroup> 1.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 1.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.56 + </ImportGroup> 1.57 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.58 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.59 + </ImportGroup> 1.60 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.61 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.62 + </ImportGroup> 1.63 + <PropertyGroup Label="UserMacros" /> 1.64 + <PropertyGroup> 1.65 + <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 1.66 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> 1.67 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> 1.68 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 1.69 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> 1.70 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> 1.71 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> 1.72 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> 1.73 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> 1.74 + </PropertyGroup> 1.75 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.76 + <ClCompile> 1.77 + <Optimization>Disabled</Optimization> 1.78 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.79 + <MinimalRebuild>true</MinimalRebuild> 1.80 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.81 + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 1.82 + <PrecompiledHeader> 1.83 + </PrecompiledHeader> 1.84 + <WarningLevel>Level4</WarningLevel> 1.85 + <TreatWarningAsError>true</TreatWarningAsError> 1.86 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.87 + <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4512;4702;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.88 + </ClCompile> 1.89 + </ItemDefinitionGroup> 1.90 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.91 + <Midl> 1.92 + <TargetEnvironment>X64</TargetEnvironment> 1.93 + </Midl> 1.94 + <ClCompile> 1.95 + <Optimization>Disabled</Optimization> 1.96 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.97 + <MinimalRebuild>true</MinimalRebuild> 1.98 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.99 + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 1.100 + <PrecompiledHeader> 1.101 + </PrecompiledHeader> 1.102 + <WarningLevel>Level4</WarningLevel> 1.103 + <TreatWarningAsError>true</TreatWarningAsError> 1.104 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.105 + <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4512;4702;4718;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.106 + </ClCompile> 1.107 + </ItemDefinitionGroup> 1.108 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.109 + <ClCompile> 1.110 + <Optimization>MaxSpeed</Optimization> 1.111 + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 1.112 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.113 + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 1.114 + <PrecompiledHeader> 1.115 + </PrecompiledHeader> 1.116 + <WarningLevel>Level4</WarningLevel> 1.117 + <TreatWarningAsError>true</TreatWarningAsError> 1.118 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.119 + <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4512;4702;4718;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.120 + </ClCompile> 1.121 + </ItemDefinitionGroup> 1.122 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.123 + <Midl> 1.124 + <TargetEnvironment>X64</TargetEnvironment> 1.125 + </Midl> 1.126 + <ClCompile> 1.127 + <Optimization>MaxSpeed</Optimization> 1.128 + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 1.129 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.130 + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 1.131 + <PrecompiledHeader> 1.132 + </PrecompiledHeader> 1.133 + <WarningLevel>Level4</WarningLevel> 1.134 + <TreatWarningAsError>true</TreatWarningAsError> 1.135 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.136 + <DisableSpecificWarnings>4100;4127;4189;4239;4244;4245;4512;4702;4718;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 1.137 + </ClCompile> 1.138 + </ItemDefinitionGroup> 1.139 + <ItemGroup> 1.140 + <ClCompile Include="DiagnosticsBase.cpp" /> 1.141 + <ClCompile Include="DirectiveHandlerBase.cpp" /> 1.142 + <ClCompile Include="DirectiveParser.cpp" /> 1.143 + <ClCompile Include="ExpressionParser.cpp" /> 1.144 + <ClCompile Include="Input.cpp" /> 1.145 + <ClCompile Include="Lexer.cpp" /> 1.146 + <ClCompile Include="Macro.cpp" /> 1.147 + <ClCompile Include="MacroExpander.cpp" /> 1.148 + <ClCompile Include="Preprocessor.cpp" /> 1.149 + <ClCompile Include="Token.cpp" /> 1.150 + <ClCompile Include="Tokenizer.cpp" /> 1.151 + </ItemGroup> 1.152 + <ItemGroup> 1.153 + <ClInclude Include="length_limits.h" /> 1.154 + <ClInclude Include="DiagnosticsBase.h" /> 1.155 + <ClInclude Include="DirectiveHandlerBase.h" /> 1.156 + <ClInclude Include="DirectiveParser.h" /> 1.157 + <ClInclude Include="ExpressionParser.h" /> 1.158 + <ClInclude Include="Input.h" /> 1.159 + <ClInclude Include="Lexer.h" /> 1.160 + <ClInclude Include="Macro.h" /> 1.161 + <ClInclude Include="MacroExpander.h" /> 1.162 + <ClInclude Include="numeric_lex.h" /> 1.163 + <ClInclude Include="pp_utils.h" /> 1.164 + <ClInclude Include="Preprocessor.h" /> 1.165 + <ClInclude Include="SourceLocation.h" /> 1.166 + <ClInclude Include="Token.h" /> 1.167 + <ClInclude Include="Tokenizer.h" /> 1.168 + </ItemGroup> 1.169 + <ItemGroup> 1.170 + <None Include="Tokenizer.l" /> 1.171 + </ItemGroup> 1.172 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.173 + <ImportGroup Label="ExtensionTargets"> 1.174 + </ImportGroup> 1.175 +</Project> 1.176 \ No newline at end of file