<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32"> <Configuration>Release</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\tre\tre-config.h" /> <ClInclude Include="..\include\tre\tre.h" /> <ClInclude Include="..\lib\regex.h" /> <ClInclude Include="..\lib\tre-ast.h" /> <ClInclude Include="..\lib\tre-compile.h" /> <ClInclude Include="..\lib\tre-internal.h" /> <ClInclude Include="..\lib\tre-match-utils.h" /> <ClInclude Include="..\lib\tre-mem.h" /> <ClInclude Include="..\lib\tre-parse.h" /> <ClInclude Include="..\lib\tre-stack.h" /> <ClInclude Include="..\lib\xmalloc.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\lib\regcomp.c" /> <ClCompile Include="..\lib\regerror.c" /> <ClCompile Include="..\lib\regexec.c" /> <ClCompile Include="..\lib\tre-ast.c" /> <ClCompile Include="..\lib\tre-compile.c" /> <ClCompile Include="..\lib\tre-match-approx.c" /> <ClCompile Include="..\lib\tre-match-backtrack.c" /> <ClCompile Include="..\lib\tre-match-parallel.c" /> <ClCompile Include="..\lib\tre-mem.c" /> <ClCompile Include="..\lib\tre-parse.c" /> <ClCompile Include="..\lib\tre-stack.c" /> <ClCompile Include="..\lib\xmalloc.c" /> </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{7AC78BF5-037C-4CFA-929D-C64AED9B6597}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>pcre</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> <WholeProgramOptimization>true</WholeProgramOptimization> <PlatformToolset>v110</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 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> <PropertyGroup Label="UserMacros" /> <PropertyGroup /> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <WarningLevel>Level4</WarningLevel> <Optimization>Disabled</Optimization> <BrowseInformation>true</BrowseInformation> <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H</PreprocessorDefinitions> <AdditionalIncludeDirectories>../win32;../include/tre</AdditionalIncludeDirectories> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> </Link> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level4</WarningLevel> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <StringPooling>true</StringPooling> <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H</PreprocessorDefinitions> <AdditionalIncludeDirectories>../win32;../include/tre</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> </Project> |