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