| <?xml version="1.0" encoding="utf-8"?> | |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <ItemGroup Label="ProjectConfigurations"> | |
| <ProjectConfiguration Include="Debug|Win32"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Debug|x64"> | |
| <Configuration>Debug</Configuration> | |
| <Platform>x64</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|Win32"> | |
| <Configuration>Release</Configuration> | |
| <Platform>Win32</Platform> | |
| </ProjectConfiguration> | |
| <ProjectConfiguration Include="Release|x64"> | |
| <Configuration>Release</Configuration> | |
| <Platform>x64</Platform> | |
| </ProjectConfiguration> | |
| </ItemGroup> | |
| <PropertyGroup Label="Globals"> | |
| <ProjectGuid>{92940255-AB4B-42FB-A2C4-0FAB19C3C48A}</ProjectGuid> | |
| <RootNamespace>preprocessor</RootNamespace> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <CharacterSet>NotSet</CharacterSet> | |
| <PlatformToolset>v140</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>true</UseDebugLibraries> | |
| <CharacterSet>NotSet</CharacterSet> | |
| <PlatformToolset>v140</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>NotSet</CharacterSet> | |
| <PlatformToolset>v140</PlatformToolset> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| <ConfigurationType>StaticLibrary</ConfigurationType> | |
| <UseDebugLibraries>false</UseDebugLibraries> | |
| <WholeProgramOptimization>true</WholeProgramOptimization> | |
| <CharacterSet>NotSet</CharacterSet> | |
| <PlatformToolset>v140</PlatformToolset> | |
| </PropertyGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| <ImportGroup Label="ExtensionSettings"> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| </ImportGroup> | |
| <PropertyGroup Label="UserMacros" /> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> | |
| <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> | |
| <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> | |
| <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> | |
| </PropertyGroup> | |
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> | |
| <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> | |
| </PropertyGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <TreatWarningAsError>true</TreatWarningAsError> | |
| <DisableSpecificWarnings>4005;</DisableSpecificWarnings> | |
| <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>Disabled</Optimization> | |
| <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> | |
| <TreatWarningAsError>true</TreatWarningAsError> | |
| <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
| <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>MaxSpeed</Optimization> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <TreatWarningAsError>true</TreatWarningAsError> | |
| <DisableSpecificWarnings>4005;</DisableSpecificWarnings> | |
| <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| <ClCompile> | |
| <WarningLevel>Level3</WarningLevel> | |
| <Optimization>MaxSpeed</Optimization> | |
| <FunctionLevelLinking>true</FunctionLevelLinking> | |
| <IntrinsicFunctions>true</IntrinsicFunctions> | |
| <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | |
| <TreatWarningAsError>true</TreatWarningAsError> | |
| <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> | |
| <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
| </ClCompile> | |
| <Link> | |
| <GenerateDebugInformation>true</GenerateDebugInformation> | |
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| <OptimizeReferences>true</OptimizeReferences> | |
| </Link> | |
| </ItemDefinitionGroup> | |
| <ItemGroup> | |
| <ClInclude Include="Diagnostics.h" /> | |
| <ClInclude Include="DirectiveHandler.h" /> | |
| <ClInclude Include="DirectiveParser.h" /> | |
| <ClInclude Include="ExpressionParser.h" /> | |
| <ClInclude Include="Input.h" /> | |
| <ClInclude Include="length_limits.h" /> | |
| <ClInclude Include="Lexer.h" /> | |
| <ClInclude Include="Macro.h" /> | |
| <ClInclude Include="MacroExpander.h" /> | |
| <ClInclude Include="numeric_lex.h" /> | |
| <ClInclude Include="pp_utils.h" /> | |
| <ClInclude Include="Preprocessor.h" /> | |
| <ClInclude Include="SourceLocation.h" /> | |
| <ClInclude Include="Token.h" /> | |
| <ClInclude Include="Tokenizer.h" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ClCompile Include="Diagnostics.cpp" /> | |
| <ClCompile Include="DirectiveHandler.cpp" /> | |
| <ClCompile Include="DirectiveParser.cpp" /> | |
| <ClCompile Include="ExpressionParser.cpp" /> | |
| <ClCompile Include="Input.cpp" /> | |
| <ClCompile Include="Lexer.cpp" /> | |
| <ClCompile Include="Macro.cpp" /> | |
| <ClCompile Include="MacroExpander.cpp" /> | |
| <ClCompile Include="Preprocessor.cpp" /> | |
| <ClCompile Include="Token.cpp" /> | |
| <ClCompile Include="Tokenizer.cpp" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <None Include="ExpressionParser.y" /> | |
| <None Include="Tokenizer.l" /> | |
| </ItemGroup> | |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| <ImportGroup Label="ExtensionTargets"> | |
| </ImportGroup> | |
| </Project> |