Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="9,00" |
| 5 | Name="python" |
| 6 | ProjectGUID="{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}" |
| 7 | TargetFrameworkVersion="131072" |
| 8 | > |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32" |
| 12 | /> |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 13 | <Platform |
| 14 | Name="x64" |
| 15 | /> |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 16 | </Platforms> |
| 17 | <ToolFiles> |
| 18 | </ToolFiles> |
| 19 | <Configurations> |
| 20 | <Configuration |
| 21 | Name="Release|Win32" |
| 22 | ConfigurationType="1" |
| 23 | InheritedPropertySheets=".\pyproject.vsprops" |
| 24 | UseOfMFC="0" |
| 25 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 26 | CharacterSet="2" |
| 27 | > |
| 28 | <Tool |
| 29 | Name="VCPreBuildEventTool" |
| 30 | /> |
| 31 | <Tool |
| 32 | Name="VCCustomBuildTool" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCXMLDataGeneratorTool" |
| 36 | /> |
| 37 | <Tool |
| 38 | Name="VCWebServiceProxyGeneratorTool" |
| 39 | /> |
| 40 | <Tool |
| 41 | Name="VCMIDLTool" |
| 42 | /> |
| 43 | <Tool |
| 44 | Name="VCCLCompilerTool" |
| 45 | Optimization="2" |
| 46 | InlineFunctionExpansion="1" |
| 47 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame^] | 48 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 49 | StringPooling="true" |
| 50 | RuntimeLibrary="2" |
| 51 | EnableFunctionLevelLinking="true" |
| 52 | UsePrecompiledHeader="0" |
| 53 | CompileAs="0" |
| 54 | /> |
| 55 | <Tool |
| 56 | Name="VCManagedResourceCompilerTool" |
| 57 | /> |
| 58 | <Tool |
| 59 | Name="VCResourceCompilerTool" |
| 60 | PreprocessorDefinitions="NDEBUG" |
| 61 | Culture="1033" |
| 62 | /> |
| 63 | <Tool |
| 64 | Name="VCPreLinkEventTool" |
| 65 | /> |
| 66 | <Tool |
| 67 | Name="VCLinkerTool" |
| 68 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 69 | OutputFile="$(OutDir)\python.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 70 | SubSystem="1" |
| 71 | StackReserveSize="2000000" |
Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 72 | OptimizeReferences="2" |
| 73 | EnableCOMDATFolding="2" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 74 | BaseAddress="0x1d000000" |
| 75 | /> |
| 76 | <Tool |
| 77 | Name="VCALinkTool" |
| 78 | /> |
| 79 | <Tool |
| 80 | Name="VCManifestTool" |
| 81 | /> |
| 82 | <Tool |
| 83 | Name="VCXDCMakeTool" |
| 84 | /> |
| 85 | <Tool |
| 86 | Name="VCBscMakeTool" |
| 87 | /> |
| 88 | <Tool |
| 89 | Name="VCFxCopTool" |
| 90 | /> |
| 91 | <Tool |
| 92 | Name="VCAppVerifierTool" |
| 93 | /> |
| 94 | <Tool |
| 95 | Name="VCPostBuildEventTool" |
| 96 | /> |
| 97 | </Configuration> |
| 98 | <Configuration |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 99 | Name="Release|x64" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 100 | ConfigurationType="1" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 101 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 102 | UseOfMFC="0" |
| 103 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 104 | CharacterSet="2" |
| 105 | > |
| 106 | <Tool |
| 107 | Name="VCPreBuildEventTool" |
| 108 | /> |
| 109 | <Tool |
| 110 | Name="VCCustomBuildTool" |
| 111 | /> |
| 112 | <Tool |
| 113 | Name="VCXMLDataGeneratorTool" |
| 114 | /> |
| 115 | <Tool |
| 116 | Name="VCWebServiceProxyGeneratorTool" |
| 117 | /> |
| 118 | <Tool |
| 119 | Name="VCMIDLTool" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 120 | TargetEnvironment="3" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 121 | /> |
| 122 | <Tool |
| 123 | Name="VCCLCompilerTool" |
| 124 | Optimization="2" |
| 125 | InlineFunctionExpansion="1" |
| 126 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame^] | 127 | PreprocessorDefinitions="NDEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 128 | StringPooling="true" |
| 129 | RuntimeLibrary="2" |
| 130 | EnableFunctionLevelLinking="true" |
| 131 | UsePrecompiledHeader="0" |
| 132 | CompileAs="0" |
| 133 | /> |
| 134 | <Tool |
| 135 | Name="VCManagedResourceCompilerTool" |
| 136 | /> |
| 137 | <Tool |
| 138 | Name="VCResourceCompilerTool" |
| 139 | PreprocessorDefinitions="NDEBUG" |
| 140 | Culture="1033" |
| 141 | /> |
| 142 | <Tool |
| 143 | Name="VCPreLinkEventTool" |
| 144 | /> |
| 145 | <Tool |
| 146 | Name="VCLinkerTool" |
| 147 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 148 | OutputFile="$(OutDir)\python.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 149 | SubSystem="1" |
| 150 | StackReserveSize="2000000" |
Christian Heimes | 82f013b | 2007-11-19 18:35:20 +0000 | [diff] [blame] | 151 | OptimizeReferences="2" |
| 152 | EnableCOMDATFolding="2" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 153 | BaseAddress="0x1d000000" |
| 154 | /> |
| 155 | <Tool |
| 156 | Name="VCALinkTool" |
| 157 | /> |
| 158 | <Tool |
| 159 | Name="VCManifestTool" |
| 160 | /> |
| 161 | <Tool |
| 162 | Name="VCXDCMakeTool" |
| 163 | /> |
| 164 | <Tool |
| 165 | Name="VCBscMakeTool" |
| 166 | /> |
| 167 | <Tool |
| 168 | Name="VCFxCopTool" |
| 169 | /> |
| 170 | <Tool |
| 171 | Name="VCAppVerifierTool" |
| 172 | /> |
| 173 | <Tool |
| 174 | Name="VCPostBuildEventTool" |
| 175 | /> |
| 176 | </Configuration> |
| 177 | <Configuration |
| 178 | Name="Debug|Win32" |
| 179 | ConfigurationType="1" |
| 180 | InheritedPropertySheets=".\pyproject.vsprops" |
| 181 | UseOfMFC="0" |
| 182 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 183 | CharacterSet="2" |
| 184 | > |
| 185 | <Tool |
| 186 | Name="VCPreBuildEventTool" |
| 187 | /> |
| 188 | <Tool |
| 189 | Name="VCCustomBuildTool" |
| 190 | /> |
| 191 | <Tool |
| 192 | Name="VCXMLDataGeneratorTool" |
| 193 | /> |
| 194 | <Tool |
| 195 | Name="VCWebServiceProxyGeneratorTool" |
| 196 | /> |
| 197 | <Tool |
| 198 | Name="VCMIDLTool" |
| 199 | /> |
| 200 | <Tool |
| 201 | Name="VCCLCompilerTool" |
| 202 | Optimization="0" |
| 203 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame^] | 204 | PreprocessorDefinitions="_DEBUG;_CONSOLE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 205 | RuntimeLibrary="3" |
| 206 | UsePrecompiledHeader="0" |
| 207 | BrowseInformation="1" |
| 208 | CompileAs="0" |
| 209 | /> |
| 210 | <Tool |
| 211 | Name="VCManagedResourceCompilerTool" |
| 212 | /> |
| 213 | <Tool |
| 214 | Name="VCResourceCompilerTool" |
| 215 | PreprocessorDefinitions="_DEBUG" |
| 216 | Culture="1033" |
| 217 | AdditionalIncludeDirectories="..\Include" |
| 218 | /> |
| 219 | <Tool |
| 220 | Name="VCPreLinkEventTool" |
| 221 | /> |
| 222 | <Tool |
| 223 | Name="VCLinkerTool" |
| 224 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 225 | OutputFile="$(OutDir)\python_d.exe" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 226 | SubSystem="1" |
| 227 | StackReserveSize="2000000" |
| 228 | BaseAddress="0x1d000000" |
| 229 | /> |
| 230 | <Tool |
| 231 | Name="VCALinkTool" |
| 232 | /> |
| 233 | <Tool |
| 234 | Name="VCManifestTool" |
| 235 | /> |
| 236 | <Tool |
| 237 | Name="VCXDCMakeTool" |
| 238 | /> |
| 239 | <Tool |
| 240 | Name="VCBscMakeTool" |
| 241 | /> |
| 242 | <Tool |
| 243 | Name="VCFxCopTool" |
| 244 | /> |
| 245 | <Tool |
| 246 | Name="VCAppVerifierTool" |
| 247 | /> |
| 248 | <Tool |
| 249 | Name="VCPostBuildEventTool" |
| 250 | /> |
| 251 | </Configuration> |
| 252 | <Configuration |
| 253 | Name="Debug|x64" |
| 254 | ConfigurationType="1" |
| 255 | InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops" |
| 256 | UseOfMFC="0" |
| 257 | ATLMinimizesCRunTimeLibraryUsage="false" |
| 258 | CharacterSet="2" |
| 259 | > |
| 260 | <Tool |
| 261 | Name="VCPreBuildEventTool" |
| 262 | /> |
| 263 | <Tool |
| 264 | Name="VCCustomBuildTool" |
| 265 | /> |
| 266 | <Tool |
| 267 | Name="VCXMLDataGeneratorTool" |
| 268 | /> |
| 269 | <Tool |
| 270 | Name="VCWebServiceProxyGeneratorTool" |
| 271 | /> |
| 272 | <Tool |
| 273 | Name="VCMIDLTool" |
| 274 | TargetEnvironment="3" |
| 275 | /> |
| 276 | <Tool |
| 277 | Name="VCCLCompilerTool" |
| 278 | Optimization="0" |
| 279 | AdditionalIncludeDirectories="" |
Christian Heimes | ad32deb | 2007-11-20 05:57:30 +0000 | [diff] [blame^] | 280 | PreprocessorDefinitions="_DEBUG;_CONSOLE" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 281 | RuntimeLibrary="3" |
| 282 | UsePrecompiledHeader="0" |
| 283 | BrowseInformation="1" |
| 284 | CompileAs="0" |
| 285 | /> |
| 286 | <Tool |
| 287 | Name="VCManagedResourceCompilerTool" |
| 288 | /> |
| 289 | <Tool |
| 290 | Name="VCResourceCompilerTool" |
| 291 | PreprocessorDefinitions="_DEBUG" |
| 292 | Culture="1033" |
| 293 | AdditionalIncludeDirectories="..\Include" |
| 294 | /> |
| 295 | <Tool |
| 296 | Name="VCPreLinkEventTool" |
| 297 | /> |
| 298 | <Tool |
| 299 | Name="VCLinkerTool" |
| 300 | AdditionalDependencies="odbccp32.lib" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 301 | OutputFile="$(OutDir)\python_d.exe" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 302 | SubSystem="1" |
| 303 | StackReserveSize="2000000" |
| 304 | BaseAddress="0x1d000000" |
| 305 | /> |
| 306 | <Tool |
| 307 | Name="VCALinkTool" |
| 308 | /> |
| 309 | <Tool |
| 310 | Name="VCManifestTool" |
| 311 | /> |
| 312 | <Tool |
| 313 | Name="VCXDCMakeTool" |
| 314 | /> |
| 315 | <Tool |
| 316 | Name="VCBscMakeTool" |
| 317 | /> |
| 318 | <Tool |
| 319 | Name="VCFxCopTool" |
| 320 | /> |
| 321 | <Tool |
| 322 | Name="VCAppVerifierTool" |
| 323 | /> |
| 324 | <Tool |
| 325 | Name="VCPostBuildEventTool" |
| 326 | /> |
| 327 | </Configuration> |
| 328 | </Configurations> |
| 329 | <References> |
| 330 | </References> |
| 331 | <Files> |
| 332 | <Filter |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 333 | Name="Resource Files" |
| 334 | > |
| 335 | <File |
| 336 | RelativePath="..\PC\pycon.ico" |
| 337 | > |
| 338 | </File> |
| 339 | <File |
| 340 | RelativePath="..\PC\python_exe.rc" |
| 341 | > |
| 342 | </File> |
| 343 | </Filter> |
| 344 | <Filter |
| 345 | Name="Source Files" |
| 346 | > |
| 347 | <File |
| 348 | RelativePath="..\Modules\python.c" |
| 349 | > |
| 350 | </File> |
| 351 | </Filter> |
| 352 | </Files> |
| 353 | <Globals> |
| 354 | </Globals> |
| 355 | </VisualStudioProject> |