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="make_versioninfo" |
Martin v. Löwis | d945f4e | 2004-07-25 09:49:26 +0000 | [diff] [blame] | 6 | RootNamespace="make_versioninfo" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 7 | SccProjectName="make_versioninfo" |
| 8 | SccLocalPath=".."> |
| 9 | <Platforms> |
| 10 | <Platform |
| 11 | Name="Win32"/> |
| 12 | </Platforms> |
| 13 | <Configurations> |
| 14 | <Configuration |
| 15 | Name="Release|Win32" |
| 16 | OutputDirectory=".\." |
| 17 | IntermediateDirectory=".\x86-temp-release\make_versioninfo" |
| 18 | ConfigurationType="1" |
| 19 | UseOfMFC="0" |
| 20 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 21 | CharacterSet="2"> |
| 22 | <Tool |
| 23 | Name="VCCLCompilerTool" |
| 24 | Optimization="2" |
| 25 | InlineFunctionExpansion="1" |
| 26 | AdditionalIncludeDirectories="..\Include,..\PC" |
| 27 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
| 28 | StringPooling="TRUE" |
| 29 | RuntimeLibrary="2" |
| 30 | EnableFunctionLevelLinking="TRUE" |
| 31 | UsePrecompiledHeader="2" |
| 32 | PrecompiledHeaderFile=".\x86-temp-release\make_versioninfo/make_versioninfo.pch" |
| 33 | AssemblerListingLocation=".\x86-temp-release\make_versioninfo/" |
| 34 | ObjectFile=".\x86-temp-release\make_versioninfo/" |
| 35 | ProgramDataBaseFileName=".\x86-temp-release\make_versioninfo/" |
| 36 | WarningLevel="3" |
| 37 | SuppressStartupBanner="TRUE" |
| 38 | DebugInformationFormat="3" |
| 39 | CompileAs="0"/> |
| 40 | <Tool |
| 41 | Name="VCCustomBuildTool" |
| 42 | CommandLine=".\make_versioninfo.exe >..\PC\pythonnt_rc.h |
| 43 | " |
| 44 | Outputs="..\PC\pythonnt_rc.h"/> |
| 45 | <Tool |
| 46 | Name="VCLinkerTool" |
Martin v. Löwis | 9ecf326 | 2004-08-12 14:07:49 +0000 | [diff] [blame] | 47 | AdditionalDependencies="odbccp32.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 48 | OutputFile=".\./make_versioninfo.exe" |
| 49 | LinkIncremental="1" |
| 50 | SuppressStartupBanner="TRUE" |
| 51 | GenerateDebugInformation="TRUE" |
| 52 | ProgramDatabaseFile=".\./make_versioninfo.pdb" |
| 53 | SubSystem="1" |
| 54 | BaseAddress="0x1d000000" |
| 55 | TargetMachine="1"/> |
| 56 | <Tool |
| 57 | Name="VCMIDLTool" |
| 58 | TypeLibraryName=".\./make_versioninfo.tlb" |
| 59 | HeaderFileName=""/> |
| 60 | <Tool |
Martin v. Löwis | d945f4e | 2004-07-25 09:49:26 +0000 | [diff] [blame] | 61 | Name="VCPostBuildEventTool" |
| 62 | CommandLine="$(TargetFileName) > ..\PC\python_nt.h"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 63 | <Tool |
| 64 | Name="VCPreBuildEventTool"/> |
| 65 | <Tool |
| 66 | Name="VCPreLinkEventTool"/> |
| 67 | <Tool |
| 68 | Name="VCResourceCompilerTool" |
| 69 | PreprocessorDefinitions="NDEBUG" |
| 70 | Culture="1033"/> |
| 71 | <Tool |
| 72 | Name="VCWebServiceProxyGeneratorTool"/> |
| 73 | <Tool |
| 74 | Name="VCXMLDataGeneratorTool"/> |
| 75 | <Tool |
| 76 | Name="VCWebDeploymentTool"/> |
| 77 | <Tool |
| 78 | Name="VCManagedWrapperGeneratorTool"/> |
| 79 | <Tool |
| 80 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 81 | </Configuration> |
| 82 | <Configuration |
| 83 | Name="Debug|Win32" |
| 84 | OutputDirectory=".\." |
| 85 | IntermediateDirectory=".\x86-temp-debug\make_versioninfo" |
| 86 | ConfigurationType="1" |
| 87 | UseOfMFC="0" |
| 88 | ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| 89 | CharacterSet="2"> |
| 90 | <Tool |
| 91 | Name="VCCLCompilerTool" |
| 92 | Optimization="0" |
| 93 | AdditionalIncludeDirectories="..\Include,..\PC" |
| 94 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
| 95 | RuntimeLibrary="3" |
| 96 | UsePrecompiledHeader="2" |
| 97 | PrecompiledHeaderFile=".\x86-temp-debug\make_versioninfo/make_versioninfo.pch" |
| 98 | AssemblerListingLocation=".\x86-temp-debug\make_versioninfo/" |
| 99 | ObjectFile=".\x86-temp-debug\make_versioninfo/" |
| 100 | ProgramDataBaseFileName=".\x86-temp-debug\make_versioninfo/" |
| 101 | BrowseInformation="1" |
| 102 | WarningLevel="3" |
| 103 | SuppressStartupBanner="TRUE" |
| 104 | DebugInformationFormat="3" |
| 105 | CompileAs="0"/> |
| 106 | <Tool |
| 107 | Name="VCCustomBuildTool" |
| 108 | CommandLine=".\make_versioninfo_d.exe >..\PC\pythonnt_rc_d.h |
| 109 | " |
| 110 | Outputs="..\PC\pythonnt_rc_d.h"/> |
| 111 | <Tool |
| 112 | Name="VCLinkerTool" |
Martin v. Löwis | 9ecf326 | 2004-08-12 14:07:49 +0000 | [diff] [blame] | 113 | AdditionalDependencies="odbccp32.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 114 | OutputFile="./make_versioninfo_d.exe" |
| 115 | LinkIncremental="1" |
| 116 | SuppressStartupBanner="TRUE" |
| 117 | GenerateDebugInformation="TRUE" |
| 118 | ProgramDatabaseFile=".\./make_versioninfo_d.pdb" |
| 119 | SubSystem="1" |
| 120 | BaseAddress="0x1d000000" |
| 121 | TargetMachine="1"/> |
| 122 | <Tool |
| 123 | Name="VCMIDLTool" |
| 124 | TypeLibraryName=".\./make_versioninfo.tlb" |
| 125 | HeaderFileName=""/> |
| 126 | <Tool |
Martin v. Löwis | d945f4e | 2004-07-25 09:49:26 +0000 | [diff] [blame] | 127 | Name="VCPostBuildEventTool" |
| 128 | CommandLine="$(TargetFileName) > ..\PC\python_nt_d.h"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 129 | <Tool |
| 130 | Name="VCPreBuildEventTool"/> |
| 131 | <Tool |
| 132 | Name="VCPreLinkEventTool"/> |
| 133 | <Tool |
| 134 | Name="VCResourceCompilerTool" |
| 135 | PreprocessorDefinitions="_DEBUG" |
| 136 | Culture="1033" |
| 137 | AdditionalIncludeDirectories="..\Include"/> |
| 138 | <Tool |
| 139 | Name="VCWebServiceProxyGeneratorTool"/> |
| 140 | <Tool |
| 141 | Name="VCXMLDataGeneratorTool"/> |
| 142 | <Tool |
| 143 | Name="VCWebDeploymentTool"/> |
| 144 | <Tool |
| 145 | Name="VCManagedWrapperGeneratorTool"/> |
| 146 | <Tool |
| 147 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 148 | </Configuration> |
| 149 | </Configurations> |
| 150 | <References> |
| 151 | </References> |
| 152 | <Files> |
| 153 | <File |
| 154 | RelativePath="..\PC\make_versioninfo.c"> |
| 155 | <FileConfiguration |
| 156 | Name="Release|Win32"> |
| 157 | <Tool |
| 158 | Name="VCCLCompilerTool" |
| 159 | Optimization="2" |
| 160 | AdditionalIncludeDirectories="" |
| 161 | PreprocessorDefinitions=""/> |
| 162 | </FileConfiguration> |
| 163 | <FileConfiguration |
| 164 | Name="Debug|Win32"> |
| 165 | <Tool |
| 166 | Name="VCCLCompilerTool" |
| 167 | Optimization="0" |
| 168 | AdditionalIncludeDirectories="" |
| 169 | PreprocessorDefinitions="" |
| 170 | BrowseInformation="1"/> |
| 171 | </FileConfiguration> |
| 172 | </File> |
| 173 | </Files> |
| 174 | <Globals> |
| 175 | </Globals> |
| 176 | </VisualStudioProject> |