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</TreatSpecificWarningsAsErrors> 94 </ClCompile> 95 <Link> 96 <GenerateDebugInformation>true</GenerateDebugInformation> 97 </Link> 98 </ItemDefinitionGroup> 99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 100 <ClCompile> 101 <WarningLevel>Level3</WarningLevel> 102 <Optimization>Disabled</Optimization> 103 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 104 <TreatWarningAsError>true</TreatWarningAsError> 105 <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 106 <MultiProcessorCompilation>true</MultiProcessorCompilation> 107 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 108 </ClCompile> 109 <Link> 110 <GenerateDebugInformation>true</GenerateDebugInformation> 111 </Link> 112 </ItemDefinitionGroup> 113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 114 <ClCompile> 115 <WarningLevel>Level3</WarningLevel> 116 <Optimization>MaxSpeed</Optimization> 117 <FunctionLevelLinking>true</FunctionLevelLinking> 118 <IntrinsicFunctions>true</IntrinsicFunctions> 119 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 120 <TreatWarningAsError>true</TreatWarningAsError> 121 <DisableSpecificWarnings>4005;</DisableSpecificWarnings> 122 <MultiProcessorCompilation>true</MultiProcessorCompilation> 123 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 124 </ClCompile> 125 <Link> 126 <GenerateDebugInformation>true</GenerateDebugInformation> 127 <EnableCOMDATFolding>true</EnableCOMDATFolding> 128 <OptimizeReferences>true</OptimizeReferences> 129 </Link> 130 </ItemDefinitionGroup> 131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 132 <ClCompile> 133 <WarningLevel>Level3</WarningLevel> 134 <Optimization>MaxSpeed</Optimization> 135 <FunctionLevelLinking>true</FunctionLevelLinking> 136 <IntrinsicFunctions>true</IntrinsicFunctions> 137 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 138 <TreatWarningAsError>true</TreatWarningAsError> 139 <DisableSpecificWarnings>4005;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> 140 <MultiProcessorCompilation>true</MultiProcessorCompilation> 141 <TreatSpecificWarningsAsErrors>4018;5038</TreatSpecificWarningsAsErrors> 142 </ClCompile> 143 <Link> 144 <GenerateDebugInformation>true</GenerateDebugInformation> 145 <EnableCOMDATFolding>true</EnableCOMDATFolding> 146 <OptimizeReferences>true</OptimizeReferences> 147 </Link> 148 </ItemDefinitionGroup> 149 <ItemGroup> 150 <ClInclude Include="DiagnosticsBase.h" /> 151 <ClInclude Include="DirectiveHandlerBase.h" /> 152 <ClInclude Include="DirectiveParser.h" /> 153 <ClInclude Include="ExpressionParser.h" /> 154 <ClInclude Include="Input.h" /> 155 <ClInclude Include="length_limits.h" /> 156 <ClInclude Include="Lexer.h" /> 157 <ClInclude Include="Macro.h" /> 158 <ClInclude Include="MacroExpander.h" /> 159 <ClInclude Include="numeric_lex.h" /> 160 <ClInclude Include="pp_utils.h" /> 161 <ClInclude Include="Preprocessor.h" /> 162 <ClInclude Include="SourceLocation.h" /> 163 <ClInclude Include="Token.h" /> 164 <ClInclude Include="Tokenizer.h" /> 165 </ItemGroup> 166 <ItemGroup> 167 <ClCompile Include="DiagnosticsBase.cpp" /> 168 <ClCompile Include="DirectiveHandlerBase.cpp" /> 169 <ClCompile Include="DirectiveParser.cpp" /> 170 <ClCompile Include="ExpressionParser.cpp" /> 171 <ClCompile Include="Input.cpp" /> 172 <ClCompile Include="Lexer.cpp" /> 173 <ClCompile Include="Macro.cpp" /> 174 <ClCompile Include="MacroExpander.cpp" /> 175 <ClCompile Include="Preprocessor.cpp" /> 176 <ClCompile Include="Token.cpp" /> 177 <ClCompile Include="Tokenizer.cpp" /> 178 </ItemGroup> 179 <ItemGroup> 180 <None Include="ExpressionParser.y" /> 181 <None Include="Tokenizer.l" /> 182 </ItemGroup> 183 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 184 <ImportGroup Label="ExtensionTargets"> 185 </ImportGroup> 186 </Project>