blob: 6e7040330a2d82e3b4c671b1b83256dd7708791a [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_socket"
6 SccProjectName="_socket"
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\_socket"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\Include,..\PC"
24 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
25 RuntimeLibrary="3"
26 UsePrecompiledHeader="2"
27 PrecompiledHeaderFile=".\x86-temp-debug\_socket/_socket.pch"
28 AssemblerListingLocation=".\x86-temp-debug\_socket/"
29 ObjectFile=".\x86-temp-debug\_socket/"
30 ProgramDataBaseFileName=".\x86-temp-debug\_socket/"
31 WarningLevel="3"
32 SuppressStartupBanner="TRUE"
33 DebugInformationFormat="3"
34 CompileAs="0"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLinkerTool"
39 AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
40 OutputFile="./_socket_d.pyd"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile=".\./_socket_d.pdb"
45 SubSystem="2"
46 BaseAddress="0x1e1D0000"
47 ImportLibrary=".\./_socket_d.lib"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"
51 PreprocessorDefinitions="_DEBUG"
52 MkTypLibCompatible="TRUE"
53 SuppressStartupBanner="TRUE"
54 TargetEnvironment="1"
55 TypeLibraryName=".\./_socket.tlb"
56 HeaderFileName=""/>
57 <Tool
58 Name="VCPostBuildEventTool"/>
59 <Tool
60 Name="VCPreBuildEventTool"/>
61 <Tool
62 Name="VCPreLinkEventTool"/>
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="_DEBUG"
66 Culture="1033"/>
67 <Tool
68 Name="VCWebServiceProxyGeneratorTool"/>
69 <Tool
70 Name="VCXMLDataGeneratorTool"/>
71 <Tool
72 Name="VCWebDeploymentTool"/>
73 <Tool
74 Name="VCManagedWrapperGeneratorTool"/>
75 <Tool
76 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 OutputDirectory=".\."
81 IntermediateDirectory=".\x86-temp-release\_socket"
82 ConfigurationType="2"
83 UseOfMFC="0"
84 ATLMinimizesCRunTimeLibraryUsage="FALSE">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="2"
88 InlineFunctionExpansion="1"
89 AdditionalIncludeDirectories="..\Include,..\PC"
90 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
91 StringPooling="TRUE"
92 RuntimeLibrary="2"
93 EnableFunctionLevelLinking="TRUE"
94 UsePrecompiledHeader="2"
95 PrecompiledHeaderFile=".\x86-temp-release\_socket/_socket.pch"
96 AssemblerListingLocation=".\x86-temp-release\_socket/"
97 ObjectFile=".\x86-temp-release\_socket/"
98 ProgramDataBaseFileName=".\x86-temp-release\_socket/"
99 WarningLevel="3"
100 SuppressStartupBanner="TRUE"
101 DebugInformationFormat="3"
102 CompileAs="0"/>
103 <Tool
104 Name="VCCustomBuildTool"/>
105 <Tool
106 Name="VCLinkerTool"
107 AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
108 OutputFile="./_socket.pyd"
109 LinkIncremental="1"
110 SuppressStartupBanner="TRUE"
111 GenerateDebugInformation="TRUE"
112 ProgramDatabaseFile=".\./_socket.pdb"
113 SubSystem="2"
114 BaseAddress="0x1e1D0000"
115 ImportLibrary=".\./_socket.lib"
116 TargetMachine="1"/>
117 <Tool
118 Name="VCMIDLTool"
119 PreprocessorDefinitions="NDEBUG"
120 MkTypLibCompatible="TRUE"
121 SuppressStartupBanner="TRUE"
122 TargetEnvironment="1"
123 TypeLibraryName=".\./_socket.tlb"
124 HeaderFileName=""/>
125 <Tool
126 Name="VCPostBuildEventTool"/>
127 <Tool
128 Name="VCPreBuildEventTool"/>
129 <Tool
130 Name="VCPreLinkEventTool"/>
131 <Tool
132 Name="VCResourceCompilerTool"
133 PreprocessorDefinitions="NDEBUG"
134 Culture="1033"/>
135 <Tool
136 Name="VCWebServiceProxyGeneratorTool"/>
137 <Tool
138 Name="VCXMLDataGeneratorTool"/>
139 <Tool
140 Name="VCWebDeploymentTool"/>
141 <Tool
142 Name="VCManagedWrapperGeneratorTool"/>
143 <Tool
144 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
145 </Configuration>
146 </Configurations>
147 <References>
148 </References>
149 <Files>
150 <File
151 RelativePath="..\Modules\socketmodule.c">
152 <FileConfiguration
153 Name="Debug|Win32">
154 <Tool
155 Name="VCCLCompilerTool"
156 Optimization="0"
157 AdditionalIncludeDirectories=""
158 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
159 </FileConfiguration>
160 <FileConfiguration
161 Name="Release|Win32">
162 <Tool
163 Name="VCCLCompilerTool"
164 Optimization="2"
165 AdditionalIncludeDirectories=""
166 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
167 </FileConfiguration>
168 </File>
169 </Files>
170 <Globals>
171 </Globals>
172</VisualStudioProject>