Home | History | Annotate | Line # | Download | only in vcbuild
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12   </ItemGroup>
     13   <ItemGroup>
     14     <ClInclude Include="..\include\tre\tre-config.h" />
     15     <ClInclude Include="..\include\tre\tre.h" />
     16     <ClInclude Include="..\lib\regex.h" />
     17     <ClInclude Include="..\lib\tre-ast.h" />
     18     <ClInclude Include="..\lib\tre-compile.h" />
     19     <ClInclude Include="..\lib\tre-internal.h" />
     20     <ClInclude Include="..\lib\tre-match-utils.h" />
     21     <ClInclude Include="..\lib\tre-mem.h" />
     22     <ClInclude Include="..\lib\tre-parse.h" />
     23     <ClInclude Include="..\lib\tre-stack.h" />
     24     <ClInclude Include="..\lib\xmalloc.h" />
     25   </ItemGroup>
     26   <ItemGroup>
     27     <ClCompile Include="..\lib\regcomp.c" />
     28     <ClCompile Include="..\lib\regerror.c" />
     29     <ClCompile Include="..\lib\regexec.c" />
     30     <ClCompile Include="..\lib\tre-ast.c" />
     31     <ClCompile Include="..\lib\tre-compile.c" />
     32     <ClCompile Include="..\lib\tre-match-approx.c" />
     33     <ClCompile Include="..\lib\tre-match-backtrack.c" />
     34     <ClCompile Include="..\lib\tre-match-parallel.c" />
     35     <ClCompile Include="..\lib\tre-mem.c" />
     36     <ClCompile Include="..\lib\tre-parse.c" />
     37     <ClCompile Include="..\lib\tre-stack.c" />
     38     <ClCompile Include="..\lib\xmalloc.c" />
     39   </ItemGroup>
     40   <PropertyGroup Label="Globals">
     41     <ProjectGuid>{7AC78BF5-037C-4CFA-929D-C64AED9B6597}</ProjectGuid>
     42     <Keyword>Win32Proj</Keyword>
     43     <RootNamespace>pcre</RootNamespace>
     44   </PropertyGroup>
     45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     47     <ConfigurationType>StaticLibrary</ConfigurationType>
     48     <UseDebugLibraries>true</UseDebugLibraries>
     49     <PlatformToolset>v110</PlatformToolset>
     50   </PropertyGroup>
     51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     52     <ConfigurationType>StaticLibrary</ConfigurationType>
     53     <UseDebugLibraries>false</UseDebugLibraries>
     54     <WholeProgramOptimization>true</WholeProgramOptimization>
     55     <PlatformToolset>v110</PlatformToolset>
     56   </PropertyGroup>
     57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     58   <ImportGroup Label="ExtensionSettings">
     59   </ImportGroup>
     60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     62   </ImportGroup>
     63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     65   </ImportGroup>
     66   <PropertyGroup Label="UserMacros" />
     67   <PropertyGroup />
     68   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     69     <ClCompile>
     70       <WarningLevel>Level4</WarningLevel>
     71       <Optimization>Disabled</Optimization>
     72       <BrowseInformation>true</BrowseInformation>
     73       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H</PreprocessorDefinitions>
     74       <AdditionalIncludeDirectories>../win32;../include/tre</AdditionalIncludeDirectories>
     75     </ClCompile>
     76     <Link>
     77       <GenerateDebugInformation>true</GenerateDebugInformation>
     78     </Link>
     79   </ItemDefinitionGroup>
     80   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     81     <ClCompile>
     82       <WarningLevel>Level4</WarningLevel>
     83       <Optimization>MaxSpeed</Optimization>
     84       <FunctionLevelLinking>true</FunctionLevelLinking>
     85       <IntrinsicFunctions>true</IntrinsicFunctions>
     86       <StringPooling>true</StringPooling>
     87       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H</PreprocessorDefinitions>
     88       <AdditionalIncludeDirectories>../win32;../include/tre</AdditionalIncludeDirectories>
     89     </ClCompile>
     90     <Link>
     91       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     92       <OptimizeReferences>true</OptimizeReferences>
     93     </Link>
     94   </ItemDefinitionGroup>
     95   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     96   <ImportGroup Label="ExtensionTargets">
     97   </ImportGroup>
     98 </Project>