Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / build_windows / VS10 / php_db4.vcxproj
1 <?xml version="1.0" encoding="utf-8" ?>
2 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
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>{44AFD8B5-687F-4B9D-B163-1F381CC11794}</ProjectGuid>
23   </PropertyGroup>
24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>DynamicLibrary</ConfigurationType>
27     <UseOfMfc>false</UseOfMfc>
28     <CharacterSet>MultiByte</CharacterSet>
29   </PropertyGroup>
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31     <ConfigurationType>DynamicLibrary</ConfigurationType>
32     <UseOfMfc>false</UseOfMfc>
33     <CharacterSet>MultiByte</CharacterSet>
34   </PropertyGroup>
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
36     <ConfigurationType>DynamicLibrary</ConfigurationType>
37     <UseOfMfc>false</UseOfMfc>
38     <CharacterSet>MultiByte</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41     <ConfigurationType>DynamicLibrary</ConfigurationType>
42     <UseOfMfc>false</UseOfMfc>
43     <CharacterSet>MultiByte</CharacterSet>
44   </PropertyGroup>
45   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
46   <ImportGroup Label="ExtensionSettings">
47   </ImportGroup>
48   <ImportGroup>
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform"/>
50     </ImportGroup>
51   <ImportGroup>
52     <Import Project="library.props"/>
53   </ImportGroup>
54   <PropertyGroup Label="UserMacros"/>
55   <PropertyGroup>
56     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
57   </PropertyGroup>
58   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59     <ClCompile>
60       <PreprocessorDefinitions>COMPILE_DL_DB4;DB4_EXPORTS;HAVE_DB_H=1;ZEND_WIN32=1;PHP_WIN32=1;ZEND_WIN32_FORCE_INLINE;ZTS=1;ZEND_DEBUG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61     </ClCompile>
62     <Link>
63       <AdditionalDependencies>libdb53d.lib;.lib;%(AdditionalDependencies)</AdditionalDependencies>
64     </Link>
65   </ItemDefinitionGroup>
66   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <ClCompile>
68       <PreprocessorDefinitions>COMPILE_DL_DB4;DB4_EXPORTS;HAVE_DB_H=1;ZEND_WIN32=1;PHP_WIN32=1;ZEND_WIN32_FORCE_INLINE;ZTS=1;ZEND_DEBUG=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69     </ClCompile>
70     <Link>
71       <AdditionalDependencies>libdb53.lib;.lib;%(AdditionalDependencies)</AdditionalDependencies>
72     </Link>
73   </ItemDefinitionGroup>
74   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75     <ClCompile>
76       <PreprocessorDefinitions>COMPILE_DL_DB4;DB4_EXPORTS;HAVE_DB_H=1;ZEND_WIN32=1;PHP_WIN32=1;ZEND_WIN32_FORCE_INLINE;ZTS=1;ZEND_DEBUG=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77     </ClCompile>
78     <Link>
79       <AdditionalDependencies>libdb53d.lib;.lib;%(AdditionalDependencies)</AdditionalDependencies>
80     </Link>
81   </ItemDefinitionGroup>
82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83     <ClCompile>
84       <PreprocessorDefinitions>COMPILE_DL_DB4;DB4_EXPORTS;HAVE_DB_H=1;ZEND_WIN32=1;PHP_WIN32=1;ZEND_WIN32_FORCE_INLINE;ZTS=1;ZEND_DEBUG=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85     </ClCompile>
86     <Link>
87       <AdditionalDependencies>libdb53.lib;.lib;%(AdditionalDependencies)</AdditionalDependencies>
88     </Link>
89   </ItemDefinitionGroup>
90   <ItemGroup>
91     <ClCompile Include="..\..\lang\php_db4\db4.cpp"/>
92   </ItemGroup>
93   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
94   <ImportGroup Label="ExtensionTargets">
95   </ImportGroup>
96   <ItemGroup>
97   </ItemGroup>
98 </Project>