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