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