Home | History | Annotate | Download | only in preprocessor
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="12.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>v120</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>v120</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>v120</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>v120</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     </ClCompile>
     90     <Link>
     91       <GenerateDebugInformation>true</GenerateDebugInformation>
     92     </Link>
     93   </ItemDefinitionGroup>
     94   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     95     <ClCompile>
     96       <WarningLevel>Level3</WarningLevel>
     97       <Optimization>Disabled</Optimization>
     98       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
     99     </ClCompile>
    100     <Link>
    101       <GenerateDebugInformation>true</GenerateDebugInformation>
    102     </Link>
    103   </ItemDefinitionGroup>
    104   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    105     <ClCompile>
    106       <WarningLevel>Level3</WarningLevel>
    107       <Optimization>MaxSpeed</Optimization>
    108       <FunctionLevelLinking>true</FunctionLevelLinking>
    109       <IntrinsicFunctions>true</IntrinsicFunctions>
    110       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    111     </ClCompile>
    112     <Link>
    113       <GenerateDebugInformation>true</GenerateDebugInformation>
    114       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    115       <OptimizeReferences>true</OptimizeReferences>
    116     </Link>
    117   </ItemDefinitionGroup>
    118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    119     <ClCompile>
    120       <WarningLevel>Level3</WarningLevel>
    121       <Optimization>MaxSpeed</Optimization>
    122       <FunctionLevelLinking>true</FunctionLevelLinking>
    123       <IntrinsicFunctions>true</IntrinsicFunctions>
    124       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    125     </ClCompile>
    126     <Link>
    127       <GenerateDebugInformation>true</GenerateDebugInformation>
    128       <EnableCOMDATFolding>true</EnableCOMDATFolding>
    129       <OptimizeReferences>true</OptimizeReferences>
    130     </Link>
    131   </ItemDefinitionGroup>
    132   <ItemGroup>
    133     <ClInclude Include="Diagnostics.h" />
    134     <ClInclude Include="DirectiveHandler.h" />
    135     <ClInclude Include="DirectiveParser.h" />
    136     <ClInclude Include="ExpressionParser.h" />
    137     <ClInclude Include="Input.h" />
    138     <ClInclude Include="length_limits.h" />
    139     <ClInclude Include="Lexer.h" />
    140     <ClInclude Include="Macro.h" />
    141     <ClInclude Include="MacroExpander.h" />
    142     <ClInclude Include="numeric_lex.h" />
    143     <ClInclude Include="pp_utils.h" />
    144     <ClInclude Include="Preprocessor.h" />
    145     <ClInclude Include="SourceLocation.h" />
    146     <ClInclude Include="Token.h" />
    147     <ClInclude Include="Tokenizer.h" />
    148   </ItemGroup>
    149   <ItemGroup>
    150     <ClCompile Include="Diagnostics.cpp" />
    151     <ClCompile Include="DirectiveHandler.cpp" />
    152     <ClCompile Include="DirectiveParser.cpp" />
    153     <ClCompile Include="ExpressionParser.cpp" />
    154     <ClCompile Include="Input.cpp" />
    155     <ClCompile Include="Lexer.cpp" />
    156     <ClCompile Include="Macro.cpp" />
    157     <ClCompile Include="MacroExpander.cpp" />
    158     <ClCompile Include="Preprocessor.cpp" />
    159     <ClCompile Include="Token.cpp" />
    160     <ClCompile Include="Tokenizer.cpp" />
    161   </ItemGroup>
    162   <ItemGroup>
    163     <None Include="ExpressionParser.y" />
    164     <None Include="Tokenizer.l" />
    165   </ItemGroup>
    166   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    167   <ImportGroup Label="ExtensionTargets">
    168   </ImportGroup>
    169 </Project>