source: trunk/essentials/dev-lang/python/PCbuild/_bsddb.vcproj

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_bsddb"
6 SccProjectName="_bsddb"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-debug\_bsddb"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.4.20\build_win32&quot;"
24 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
25 RuntimeLibrary="3"
26 UsePrecompiledHeader="2"
27 WarningLevel="3"
28 SuppressStartupBanner="TRUE"
29 DebugInformationFormat="3"
30 CompileAs="0"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 AdditionalDependencies="..\..\db-4.4.20\build_win32\Debug\libdb44sd.lib"
36 OutputFile="./_bsddb_d.pyd"
37 LinkIncremental="1"
38 SuppressStartupBanner="TRUE"
39 IgnoreDefaultLibraryNames=""
40 GenerateDebugInformation="TRUE"
41 ProgramDatabaseFile=".\./_bsddb_d.pdb"
42 SubSystem="2"
43 BaseAddress="0x1e180000"
44 ImportLibrary=".\./_bsddb_d.lib"
45 TargetMachine="1"/>
46 <Tool
47 Name="VCMIDLTool"/>
48 <Tool
49 Name="VCPostBuildEventTool"/>
50 <Tool
51 Name="VCPreBuildEventTool"/>
52 <Tool
53 Name="VCPreLinkEventTool"/>
54 <Tool
55 Name="VCResourceCompilerTool"/>
56 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCWebDeploymentTool"/>
62 <Tool
63 Name="VCManagedWrapperGeneratorTool"/>