source: trunk/essentials/dev-lang/python/PCbuild/select.vcproj@ 3951

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

Python 2.5

File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="select"
6 SccProjectName="select"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-release\select"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="2"
23 InlineFunctionExpansion="1"
24 AdditionalIncludeDirectories="..\Include,..\PC"
25 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 UsePrecompiledHeader="2"
30 WarningLevel="3"
31 SuppressStartupBanner="TRUE"
32 DebugInformationFormat="3"
33 CompileAs="0"/>
34 <Tool
35 Name="VCCustomBuildTool"/>
36 <Tool
37 Name="VCLinkerTool"
38 AdditionalDependencies="wsock32.lib"
39 OutputFile="./select.pyd"
40 LinkIncremental="1"
41 SuppressStartupBanner="TRUE"
42 IgnoreDefaultLibraryNames="libc"
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile=".\./select.pdb"
45 SubSystem="2"
46 BaseAddress="0x1D110000"
47 ImportLibrary=".\./select.lib"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"/>
51 <Tool
52 Name="VCPostBuildEventTool"/>
53 <Tool
54 Name="VCPreBuildEventTool"/>
55 <Tool
56 Name="VCPreLinkEventTool"/>
57 <Tool
58 Name="VCResourceCompilerTool"/>
59 <Tool
60 Name="VCWebServiceProxyGeneratorTool"/>
61 <Tool
62 Name="VCXMLDataGeneratorTool"/>
63 <Tool
64 Name="VCWebDeploymentTool"/>
65 <Tool
66 Name="VCManagedWrapperGeneratorTool"/>
67 <Tool
68 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69 </Configuration>
70 <Configuration
71 Name="Debug|Win32"
72 OutputDirectory=".\."
73 IntermediateDirectory=".\x86-temp-debug\select"
74 ConfigurationType="2"
75 UseOfMFC="0"
76 ATLMinimizesCRunTimeLibraryUsage="FALSE">
77 <Tool
78 Name="VCCLCompilerTool"
79 Optimization="0"
80 AdditionalIncludeDirectories="..\Include,..\PC"
81 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
82 RuntimeLibrary="3"
83 UsePrecompiledHeader="2"
84 WarningLevel="3"
85 SuppressStartupBanner="TRUE"
86 DebugInformationFormat="3"
87 CompileAs="0"/>
88 <Tool
89 Name="VCCustomBuildTool"/>
90 <Tool
91 Name="VCLinkerTool"
92 AdditionalDependencies="wsock32.lib"
93 OutputFile="./select_d.pyd"
94 LinkIncremental="1"
95 SuppressStartupBanner="TRUE"