Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="python" |
| 6 | SccProjectName="python" |
| 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\python" |
| 17 | ConfigurationType="1" |
| 18 | UseOfMFC="0" |
| 19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 20 | CharacterSet="2"> |
| 21 | <Tool |
| 22 | Name="VCCLCompilerTool" |
| 23 | Optimization="2" |
| 24 | InlineFunctionExpansion="1" |
| 25 | AdditionalIncludeDirectories="..\Include,..\PC" |
| 26 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
| 27 | StringPooling="TRUE" |
| 28 | RuntimeLibrary="2" |
| 29 | EnableFunctionLevelLinking="TRUE" |
| 30 | UsePrecompiledHeader="2" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 31 | WarningLevel="3" |
| 32 | SuppressStartupBanner="TRUE" |
| 33 | DebugInformationFormat="3" |
| 34 | CompileAs="0"/> |
| 35 | <Tool |
| 36 | Name="VCCustomBuildTool"/> |
| 37 | <Tool |
| 38 | Name="VCLinkerTool" |
Martin v. Löwis | 9ecf326 | 2004-08-12 14:07:49 +0000 | [diff] [blame] | 39 | AdditionalDependencies="odbccp32.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 40 | OutputFile=".\./python.exe" |
| 41 | LinkIncremental="1" |
| 42 | SuppressStartupBanner="TRUE" |
| 43 | GenerateDebugInformation="TRUE" |
| 44 | ProgramDatabaseFile=".\./python.pdb" |
| 45 | SubSystem="1" |
Tim Peters | 79b52b7 | 2004-08-12 18:37:10 +0000 | [diff] [blame] | 46 | StackReserveSize="2000000" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 47 | BaseAddress="0x1d000000" |
| 48 | TargetMachine="1"/> |
| 49 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 50 | Name="VCMIDLTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 51 | <Tool |
| 52 | Name="VCPostBuildEventTool"/> |
| 53 | <Tool |
| 54 | Name="VCPreBuildEventTool"/> |
| 55 | <Tool |
| 56 | Name="VCPreLinkEventTool"/> |
| 57 | <Tool |
| 58 | Name="VCResourceCompilerTool" |
| 59 | PreprocessorDefinitions="NDEBUG" |
| 60 | Culture="1033"/> |
| 61 | <Tool |
| 62 | Name="VCWebServiceProxyGeneratorTool"/> |
| 63 | <Tool |
| 64 | Name="VCXMLDataGeneratorTool"/> |
| 65 | <Tool |
| 66 | Name="VCWebDeploymentTool"/> |
| 67 | <Tool |
| 68 | Name="VCManagedWrapperGeneratorTool"/> |
| 69 | <Tool |
| 70 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 71 | </Configuration> |
| 72 | <Configuration |
| 73 | Name="Debug|Win32" |
| 74 | OutputDirectory=".\." |
| 75 | IntermediateDirectory=".\x86-temp-debug\python" |
| 76 | ConfigurationType="1" |
| 77 | UseOfMFC="0" |
| 78 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 79 | CharacterSet="2"> |
| 80 | <Tool |
| 81 | Name="VCCLCompilerTool" |
| 82 | Optimization="0" |
| 83 | AdditionalIncludeDirectories="..\Include,..\PC" |
| 84 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
| 85 | RuntimeLibrary="3" |
| 86 | UsePrecompiledHeader="2" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 87 | BrowseInformation="1" |
| 88 | WarningLevel="3" |
| 89 | SuppressStartupBanner="TRUE" |
| 90 | DebugInformationFormat="3" |
| 91 | CompileAs="0"/> |
| 92 | <Tool |
| 93 | Name="VCCustomBuildTool"/> |
| 94 | <Tool |
| 95 | Name="VCLinkerTool" |
Martin v. Löwis | 9ecf326 | 2004-08-12 14:07:49 +0000 | [diff] [blame] | 96 | AdditionalDependencies="odbccp32.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 97 | OutputFile="./python_d.exe" |
| 98 | LinkIncremental="1" |
| 99 | SuppressStartupBanner="TRUE" |
| 100 | GenerateDebugInformation="TRUE" |
| 101 | ProgramDatabaseFile=".\./python_d.pdb" |
| 102 | SubSystem="1" |
Tim Peters | 79b52b7 | 2004-08-12 18:37:10 +0000 | [diff] [blame] | 103 | StackReserveSize="2000000" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 104 | BaseAddress="0x1d000000" |
| 105 | TargetMachine="1"/> |
| 106 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 107 | Name="VCMIDLTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 108 | <Tool |
| 109 | Name="VCPostBuildEventTool"/> |
| 110 | <Tool |
| 111 | Name="VCPreBuildEventTool"/> |
| 112 | <Tool |
| 113 | Name="VCPreLinkEventTool"/> |
| 114 | <Tool |
| 115 | Name="VCResourceCompilerTool" |
| 116 | PreprocessorDefinitions="_DEBUG" |
| 117 | Culture="1033" |
| 118 | AdditionalIncludeDirectories="..\Include"/> |
| 119 | <Tool |
| 120 | Name="VCWebServiceProxyGeneratorTool"/> |
| 121 | <Tool |
| 122 | Name="VCXMLDataGeneratorTool"/> |
| 123 | <Tool |
| 124 | Name="VCWebDeploymentTool"/> |
| 125 | <Tool |
| 126 | Name="VCManagedWrapperGeneratorTool"/> |
| 127 | <Tool |
| 128 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 129 | </Configuration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 130 | <Configuration |
| 131 | Name="ReleaseItanium|Win32" |
| 132 | OutputDirectory=".\." |
| 133 | IntermediateDirectory=".\ia64-temp-release\python" |
| 134 | ConfigurationType="1" |
| 135 | UseOfMFC="0" |
| 136 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 137 | CharacterSet="2"> |
| 138 | <Tool |
| 139 | Name="VCCLCompilerTool" |
| 140 | AdditionalOptions=" /USECL:MS_ITANIUM /VSEXTCOMP_VERBOSE" |
| 141 | Optimization="2" |
| 142 | InlineFunctionExpansion="1" |
Thomas Wouters | d4ec0c3 | 2006-04-21 16:44:05 +0000 | [diff] [blame^] | 143 | AdditionalIncludeDirectories="..\Include,..\PC" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 144 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
| 145 | StringPooling="TRUE" |
| 146 | BasicRuntimeChecks="0" |
| 147 | RuntimeLibrary="2" |
| 148 | BufferSecurityCheck="FALSE" |
| 149 | EnableFunctionLevelLinking="TRUE" |
| 150 | UsePrecompiledHeader="2" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 151 | WarningLevel="3" |
| 152 | SuppressStartupBanner="TRUE" |
| 153 | Detect64BitPortabilityProblems="TRUE" |
| 154 | DebugInformationFormat="3" |
| 155 | CompileAs="0"/> |
| 156 | <Tool |
| 157 | Name="VCCustomBuildTool"/> |
| 158 | <Tool |
| 159 | Name="VCLinkerTool" |
| 160 | AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK /VSEXTCOMP_VERBOSE" |
Martin v. Löwis | 9ecf326 | 2004-08-12 14:07:49 +0000 | [diff] [blame] | 161 | AdditionalDependencies="odbccp32.lib" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 162 | OutputFile=".\./python.exe" |
| 163 | LinkIncremental="1" |
| 164 | SuppressStartupBanner="TRUE" |
| 165 | GenerateDebugInformation="TRUE" |
| 166 | ProgramDatabaseFile=".\./python.pdb" |
| 167 | SubSystem="1" |
Tim Peters | 79b52b7 | 2004-08-12 18:37:10 +0000 | [diff] [blame] | 168 | StackReserveSize="2000000" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 169 | BaseAddress="0x1d000000" |
| 170 | TargetMachine="0"/> |
| 171 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 172 | Name="VCMIDLTool"/> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 173 | <Tool |
| 174 | Name="VCPostBuildEventTool"/> |
| 175 | <Tool |
| 176 | Name="VCPreBuildEventTool"/> |
| 177 | <Tool |
| 178 | Name="VCPreLinkEventTool"/> |
| 179 | <Tool |
| 180 | Name="VCResourceCompilerTool" |
| 181 | PreprocessorDefinitions="NDEBUG" |
| 182 | Culture="1033"/> |
| 183 | <Tool |
| 184 | Name="VCWebServiceProxyGeneratorTool"/> |
| 185 | <Tool |
| 186 | Name="VCXMLDataGeneratorTool"/> |
| 187 | <Tool |
| 188 | Name="VCWebDeploymentTool"/> |
| 189 | <Tool |
| 190 | Name="VCManagedWrapperGeneratorTool"/> |
| 191 | <Tool |
| 192 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 193 | </Configuration> |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 194 | <Configuration |
| 195 | Name="ReleaseAMD64|Win32" |
| 196 | OutputDirectory="." |
| 197 | IntermediateDirectory="amd64-temp-release\python" |
| 198 | ConfigurationType="1" |
| 199 | UseOfMFC="0" |
| 200 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 201 | CharacterSet="2"> |
| 202 | <Tool |
| 203 | Name="VCCLCompilerTool" |
| 204 | AdditionalOptions=" /USECL:MS_OPTERON" |
| 205 | Optimization="2" |
| 206 | InlineFunctionExpansion="1" |
Thomas Wouters | d4ec0c3 | 2006-04-21 16:44:05 +0000 | [diff] [blame^] | 207 | AdditionalIncludeDirectories="..\Include,..\PC" |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 208 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
| 209 | StringPooling="TRUE" |
| 210 | BasicRuntimeChecks="0" |
| 211 | RuntimeLibrary="2" |
| 212 | BufferSecurityCheck="FALSE" |
| 213 | EnableFunctionLevelLinking="TRUE" |
| 214 | UsePrecompiledHeader="2" |
| 215 | WarningLevel="3" |
| 216 | SuppressStartupBanner="TRUE" |
| 217 | Detect64BitPortabilityProblems="TRUE" |
| 218 | DebugInformationFormat="3" |
| 219 | CompileAs="0"/> |
| 220 | <Tool |
| 221 | Name="VCCustomBuildTool"/> |
| 222 | <Tool |
| 223 | Name="VCLinkerTool" |
| 224 | AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK" |
| 225 | AdditionalDependencies="odbccp32.lib" |
| 226 | OutputFile=".\./python.exe" |
| 227 | LinkIncremental="1" |
| 228 | SuppressStartupBanner="TRUE" |
| 229 | GenerateDebugInformation="TRUE" |
| 230 | ProgramDatabaseFile=".\./python.pdb" |
| 231 | SubSystem="1" |
| 232 | StackReserveSize="2000000" |
| 233 | BaseAddress="0x1d000000" |
| 234 | TargetMachine="0"/> |
| 235 | <Tool |
| 236 | Name="VCMIDLTool"/> |
| 237 | <Tool |
| 238 | Name="VCPostBuildEventTool"/> |
| 239 | <Tool |
| 240 | Name="VCPreBuildEventTool"/> |
| 241 | <Tool |
| 242 | Name="VCPreLinkEventTool"/> |
| 243 | <Tool |
| 244 | Name="VCResourceCompilerTool" |
| 245 | PreprocessorDefinitions="NDEBUG" |
| 246 | Culture="1033"/> |
| 247 | <Tool |
| 248 | Name="VCWebServiceProxyGeneratorTool"/> |
| 249 | <Tool |
| 250 | Name="VCXMLDataGeneratorTool"/> |
| 251 | <Tool |
| 252 | Name="VCWebDeploymentTool"/> |
| 253 | <Tool |
| 254 | Name="VCManagedWrapperGeneratorTool"/> |
| 255 | <Tool |
| 256 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 257 | </Configuration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 258 | </Configurations> |
| 259 | <References> |
| 260 | </References> |
| 261 | <Files> |
| 262 | <File |
| 263 | RelativePath="..\PC\pycon.ico"> |
| 264 | </File> |
| 265 | <File |
| 266 | RelativePath="..\Modules\python.c"> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 267 | </File> |
| 268 | <File |
| 269 | RelativePath="..\PC\python_exe.rc"> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 270 | </File> |
| 271 | </Files> |
| 272 | <Globals> |
| 273 | </Globals> |
| 274 | </VisualStudioProject> |