Home | History | Annotate | Download | only in preprocessor
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{92940255-AB4B-42FB-A2C4-0FAB19C3C48A}</ProjectGuid>
     23     <RootNamespace>preprocessor</RootNamespace>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     27     <ConfigurationType>StaticLibrary</ConfigurationType>
     28     <UseDebugLibraries>true</UseDebugLibraries>
     29     <CharacterSet>NotSet</CharacterSet>
     30     <PlatformToolset>v140</PlatformToolset>
     31   </PropertyGroup>
     32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     33     <ConfigurationType>StaticLibrary</ConfigurationType>
     34     <UseDebugLibraries>true</UseDebugLibraries>
     35     <CharacterSet>NotSet</CharacterSet>
     36     <PlatformToolset>v140</PlatformToolset>
     37   </PropertyGroup>
     38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     39     <ConfigurationType>StaticLibrary</ConfigurationType>
     40     <UseDebugLibraries>false</UseDebugLibraries>
     41     <WholeProgramOptimization>true</WholeProgramOptimization>
     42     <CharacterSet>NotSet</CharacterSet>
     43     <PlatformToolset>v140</PlatformToolset>
     44   </PropertyGroup>
     45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     46     <ConfigurationType>StaticLibrary</ConfigurationType>
     47     <UseDebugLibraries>false</UseDebugLibraries>
     48     <WholeProgramOptimization>true</WholeProgramOptimization>
     49     <CharacterSet>NotSet</CharacterSet>
     50     <PlatformToolset>v140</PlatformToolset>
     51   </PropertyGroup>
     52   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     53   <ImportGroup Label="ExtensionSettings">
     54   </ImportGroup>
     55   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     57   </ImportGroup>
     58   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     60   </ImportGroup>
     61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63   </ImportGroup>
     64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     66   </ImportGroup>
     67   <PropertyGroup Label="UserMacros" />
     68   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     69     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     70     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     71   </PropertyGroup>
     72   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     73     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     74     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     75   </PropertyGroup>
     76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     77     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     78     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     79   </PropertyGroup>
     80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     81     <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
     82     <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
     83   </PropertyGroup>
     84   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     85     <ClCompile>
     86       <WarningLevel>Level3</WarningLevel>
     87       <Optimization>Disabled</Optimization>
     88       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     89       <TreatWarningAsError>true</TreatWarningAsError>
     90       <DisableSpecificWarnings>4005;</DisableSpecificWarnings>
     91       <MultiProcessorCompilation>true</MultiProcessorCompilation>
     92     </ClCompile>
     93     <Link>
     94       <GenerateDebugInformation>true</GenerateDebugInformation>
     95     </Link>
     96   </ItemDefinitionGroup>
     97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     98     <ClCompile>
     99       <WarningLevel>Level3</WarningLevel>
    100       <Optimization>Disabled</Optimization>
    101       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    102       <TreatWarningAsError>true</TreatWarningAsError>
    103       <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    104       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    105     </ClCompile>
    106     <Link>
    107       <GenerateDebugInformation>true</GenerateDebugInformation>
    108     </Link>
    109   </ItemDefinitionGroup>
    110   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    111     <ClCompile>
    112       <WarningLevel>Level3</WarningLevel>
    113       <Optimization>MaxSpeed</Optimization>
    114       <FunctionLevelLinking>true</FunctionLevelLinking>
    115       <IntrinsicFunctions>true</IntrinsicFunctions>
    116       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    117       <TreatWarningAsError>true</TreatWarningAsError>
    118       <DisableSpecificWarnings>4005;</DisableSpecificWarnings>
    119       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    120     </ClCompile>
    121     <Link>
    122       <GenerateDebugInformation>true</GenerateDebugInformation>
    123       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    124       <OptimizeReferences>true</OptimizeReferences>
    125     </Link>
    126   </ItemDefinitionGroup>
    127   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    128     <ClCompile>
    129       <WarningLevel>Level3</WarningLevel>
    130       <Optimization>MaxSpeed</Optimization>
    131       <FunctionLevelLinking>true</FunctionLevelLinking>
    132       <IntrinsicFunctions>true</IntrinsicFunctions>
    133       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    134       <TreatWarningAsError>true</TreatWarningAsError>
    135       <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    136       <MultiProcessorCompilation>true</MultiProcessorCompilation>
    137     </ClCompile>
    138     <Link>
    139       <GenerateDebugInformation>true</GenerateDebugInformation>
    140       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    141       <OptimizeReferences>true</OptimizeReferences>
    142     </Link>
    143   </ItemDefinitionGroup>
    144   <ItemGroup>
    145     <ClInclude Include="Diagnostics.h" />
    146     <ClInclude Include="DirectiveHandler.h" />
    147     <ClInclude Include="DirectiveParser.h" />
    148     <ClInclude Include="ExpressionParser.h" />
    149     <ClInclude Include="Input.h" />
    150     <ClInclude Include="length_limits.h" />
    151     <ClInclude Include="Lexer.h" />
    152     <ClInclude Include="Macro.h" />
    153     <ClInclude Include="MacroExpander.h" />
    154     <ClInclude Include="numeric_lex.h" />
    155     <ClInclude Include="pp_utils.h" />
    156     <ClInclude Include="Preprocessor.h" />
    157     <ClInclude Include="SourceLocation.h" />
    158     <ClInclude Include="Token.h" />
    159     <ClInclude Include="Tokenizer.h" />
    160   </ItemGroup>
    161   <ItemGroup>
    162     <ClCompile Include="Diagnostics.cpp" />
    163     <ClCompile Include="DirectiveHandler.cpp" />
    164     <ClCompile Include="DirectiveParser.cpp" />
    165     <ClCompile Include="ExpressionParser.cpp" />
    166     <ClCompile Include="Input.cpp" />
    167     <ClCompile Include="Lexer.cpp" />
    168     <ClCompile Include="Macro.cpp" />
    169     <ClCompile Include="MacroExpander.cpp" />
    170     <ClCompile Include="Preprocessor.cpp" />
    171     <ClCompile Include="Token.cpp" />
    172     <ClCompile Include="Tokenizer.cpp" />
    173   </ItemGroup>
    174   <ItemGroup>
    175     <None Include="ExpressionParser.y" />
    176     <None Include="Tokenizer.l" />
    177   </ItemGroup>
    178   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    179   <ImportGroup Label="ExtensionTargets">
    180   </ImportGroup>
    181 </Project>