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" |
| 31 | PrecompiledHeaderFile=".\x86-temp-release\python/python.pch" |
| 32 | AssemblerListingLocation=".\x86-temp-release\python/" |
| 33 | ObjectFile=".\x86-temp-release\python/" |
| 34 | ProgramDataBaseFileName=".\x86-temp-release\python/" |
| 35 | WarningLevel="3" |
| 36 | SuppressStartupBanner="TRUE" |
| 37 | DebugInformationFormat="3" |
| 38 | CompileAs="0"/> |
| 39 | <Tool |
| 40 | Name="VCCustomBuildTool"/> |
| 41 | <Tool |
| 42 | Name="VCLinkerTool" |
| 43 | AdditionalDependencies="odbc32.lib odbccp32.lib" |
| 44 | OutputFile=".\./python.exe" |
| 45 | LinkIncremental="1" |
| 46 | SuppressStartupBanner="TRUE" |
| 47 | GenerateDebugInformation="TRUE" |
| 48 | ProgramDatabaseFile=".\./python.pdb" |
| 49 | SubSystem="1" |
| 50 | BaseAddress="0x1d000000" |
| 51 | TargetMachine="1"/> |
| 52 | <Tool |
| 53 | Name="VCMIDLTool" |
| 54 | TypeLibraryName=".\./python.tlb" |
| 55 | HeaderFileName=""/> |
| 56 | <Tool |
| 57 | Name="VCPostBuildEventTool"/> |
| 58 | <Tool |
| 59 | Name="VCPreBuildEventTool"/> |
| 60 | <Tool |
| 61 | Name="VCPreLinkEventTool"/> |
| 62 | <Tool |
| 63 | Name="VCResourceCompilerTool" |
| 64 | PreprocessorDefinitions="NDEBUG" |
| 65 | Culture="1033"/> |
| 66 | <Tool |
| 67 | Name="VCWebServiceProxyGeneratorTool"/> |
| 68 | <Tool |
| 69 | Name="VCXMLDataGeneratorTool"/> |
| 70 | <Tool |
| 71 | Name="VCWebDeploymentTool"/> |
| 72 | <Tool |
| 73 | Name="VCManagedWrapperGeneratorTool"/> |
| 74 | <Tool |
| 75 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 76 | </Configuration> |
| 77 | <Configuration |
| 78 | Name="Debug|Win32" |
| 79 | OutputDirectory=".\." |
| 80 | IntermediateDirectory=".\x86-temp-debug\python" |
| 81 | ConfigurationType="1" |
| 82 | UseOfMFC="0" |
| 83 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 84 | CharacterSet="2"> |
| 85 | <Tool |
| 86 | Name="VCCLCompilerTool" |
| 87 | Optimization="0" |
| 88 | AdditionalIncludeDirectories="..\Include,..\PC" |
| 89 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
| 90 | RuntimeLibrary="3" |
| 91 | UsePrecompiledHeader="2" |
| 92 | PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch" |
| 93 | AssemblerListingLocation=".\x86-temp-debug\python/" |
| 94 | ObjectFile=".\x86-temp-debug\python/" |
| 95 | ProgramDataBaseFileName=".\x86-temp-debug\python/" |
| 96 | BrowseInformation="1" |
| 97 | WarningLevel="3" |
| 98 | SuppressStartupBanner="TRUE" |
| 99 | DebugInformationFormat="3" |
| 100 | CompileAs="0"/> |
| 101 | <Tool |
| 102 | Name="VCCustomBuildTool"/> |
| 103 | <Tool |
| 104 | Name="VCLinkerTool" |
| 105 | AdditionalDependencies="odbc32.lib odbccp32.lib" |
| 106 | OutputFile="./python_d.exe" |
| 107 | LinkIncremental="1" |
| 108 | SuppressStartupBanner="TRUE" |
| 109 | GenerateDebugInformation="TRUE" |
| 110 | ProgramDatabaseFile=".\./python_d.pdb" |
| 111 | SubSystem="1" |
| 112 | BaseAddress="0x1d000000" |
| 113 | TargetMachine="1"/> |
| 114 | <Tool |
| 115 | Name="VCMIDLTool" |
| 116 | TypeLibraryName=".\./python.tlb" |
| 117 | HeaderFileName=""/> |
| 118 | <Tool |
| 119 | Name="VCPostBuildEventTool"/> |
| 120 | <Tool |
| 121 | Name="VCPreBuildEventTool"/> |
| 122 | <Tool |
| 123 | Name="VCPreLinkEventTool"/> |
| 124 | <Tool |
| 125 | Name="VCResourceCompilerTool" |
| 126 | PreprocessorDefinitions="_DEBUG" |
| 127 | Culture="1033" |
| 128 | AdditionalIncludeDirectories="..\Include"/> |
| 129 | <Tool |
| 130 | Name="VCWebServiceProxyGeneratorTool"/> |
| 131 | <Tool |
| 132 | Name="VCXMLDataGeneratorTool"/> |
| 133 | <Tool |
| 134 | Name="VCWebDeploymentTool"/> |
| 135 | <Tool |
| 136 | Name="VCManagedWrapperGeneratorTool"/> |
| 137 | <Tool |
| 138 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 139 | </Configuration> |
| 140 | </Configurations> |
| 141 | <References> |
| 142 | </References> |
| 143 | <Files> |
| 144 | <File |
| 145 | RelativePath="..\PC\pycon.ico"> |
| 146 | </File> |
| 147 | <File |
| 148 | RelativePath="..\Modules\python.c"> |
| 149 | <FileConfiguration |
| 150 | Name="Release|Win32"> |
| 151 | <Tool |
| 152 | Name="VCCLCompilerTool" |
| 153 | Optimization="2" |
| 154 | AdditionalIncludeDirectories="" |
| 155 | PreprocessorDefinitions=""/> |
| 156 | </FileConfiguration> |
| 157 | <FileConfiguration |
| 158 | Name="Debug|Win32"> |
| 159 | <Tool |
| 160 | Name="VCCLCompilerTool" |
| 161 | Optimization="0" |
| 162 | AdditionalIncludeDirectories="" |
| 163 | PreprocessorDefinitions="" |
| 164 | BrowseInformation="1"/> |
| 165 | </FileConfiguration> |
| 166 | </File> |
| 167 | <File |
| 168 | RelativePath="..\PC\python_exe.rc"> |
| 169 | <FileConfiguration |
| 170 | Name="Release|Win32"> |
| 171 | <Tool |
| 172 | Name="VCResourceCompilerTool" |
| 173 | PreprocessorDefinitions="" |
| 174 | AdditionalIncludeDirectories="\Pyinst\python\PC"/> |
| 175 | </FileConfiguration> |
| 176 | <FileConfiguration |
| 177 | Name="Debug|Win32"> |
| 178 | <Tool |
| 179 | Name="VCResourceCompilerTool" |
| 180 | PreprocessorDefinitions="" |
| 181 | AdditionalIncludeDirectories="\Pyinst\python\PC"/> |
| 182 | </FileConfiguration> |
| 183 | </File> |
| 184 | </Files> |
| 185 | <Globals> |
| 186 | </Globals> |
| 187 | </VisualStudioProject> |