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