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="pyexpat" |
| 6 | SccProjectName="pyexpat" |
| 7 | SccLocalPath=".."> |
| 8 | <Platforms> |
| 9 | <Platform |
| 10 | Name="Win32"/> |
| 11 | </Platforms> |
| 12 | <Configurations> |
| 13 | <Configuration |
| 14 | Name="Debug|Win32" |
| 15 | OutputDirectory=".\." |
| 16 | IntermediateDirectory=".\x86-temp-debug\pyexpat" |
| 17 | ConfigurationType="2" |
| 18 | UseOfMFC="0" |
| 19 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> |
| 20 | <Tool |
| 21 | Name="VCCLCompilerTool" |
| 22 | Optimization="0" |
| 23 | AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat" |
| 24 | PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE" |
| 25 | RuntimeLibrary="3" |
| 26 | UsePrecompiledHeader="2" |
| 27 | PrecompiledHeaderFile=".\x86-temp-debug\pyexpat/pyexpat.pch" |
| 28 | AssemblerListingLocation=".\x86-temp-debug\pyexpat/" |
| 29 | ObjectFile=".\x86-temp-debug\pyexpat/" |
| 30 | ProgramDataBaseFileName=".\x86-temp-debug\pyexpat/" |
| 31 | WarningLevel="3" |
| 32 | SuppressStartupBanner="TRUE" |
| 33 | DebugInformationFormat="3" |
| 34 | CompileAs="0"/> |
| 35 | <Tool |
| 36 | Name="VCCustomBuildTool"/> |
| 37 | <Tool |
| 38 | Name="VCLinkerTool" |
| 39 | AdditionalDependencies="odbc32.lib odbccp32.lib" |
| 40 | OutputFile="./pyexpat_d.pyd" |
| 41 | LinkIncremental="1" |
| 42 | SuppressStartupBanner="TRUE" |
| 43 | GenerateDebugInformation="TRUE" |
| 44 | ProgramDatabaseFile=".\./pyexpat_d.pdb" |
| 45 | SubSystem="2" |
| 46 | BaseAddress="0x1D100000" |
| 47 | ImportLibrary=".\./pyexpat_d.lib" |
| 48 | TargetMachine="1"/> |
| 49 | <Tool |
| 50 | Name="VCMIDLTool" |
| 51 | PreprocessorDefinitions="_DEBUG" |
| 52 | MkTypLibCompatible="TRUE" |
| 53 | SuppressStartupBanner="TRUE" |
| 54 | TargetEnvironment="1" |
| 55 | TypeLibraryName=".\./pyexpat.tlb" |
| 56 | HeaderFileName=""/> |
| 57 | <Tool |
| 58 | Name="VCPostBuildEventTool"/> |
| 59 | <Tool |
| 60 | Name="VCPreBuildEventTool"/> |
| 61 | <Tool |
| 62 | Name="VCPreLinkEventTool"/> |
| 63 | <Tool |
| 64 | Name="VCResourceCompilerTool" |
| 65 | PreprocessorDefinitions="_DEBUG" |
| 66 | Culture="1033"/> |
| 67 | <Tool |
| 68 | Name="VCWebServiceProxyGeneratorTool"/> |
| 69 | <Tool |
| 70 | Name="VCXMLDataGeneratorTool"/> |
| 71 | <Tool |
| 72 | Name="VCWebDeploymentTool"/> |
| 73 | <Tool |
| 74 | Name="VCManagedWrapperGeneratorTool"/> |
| 75 | <Tool |
| 76 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 77 | </Configuration> |
| 78 | <Configuration |
| 79 | Name="Release|Win32" |
| 80 | OutputDirectory=".\." |
| 81 | IntermediateDirectory=".\x86-temp-release\pyexpat" |
| 82 | ConfigurationType="2" |
| 83 | UseOfMFC="0" |
| 84 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> |
| 85 | <Tool |
| 86 | Name="VCCLCompilerTool" |
| 87 | Optimization="2" |
| 88 | InlineFunctionExpansion="1" |
| 89 | AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat" |
| 90 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE" |
| 91 | StringPooling="TRUE" |
| 92 | RuntimeLibrary="2" |
| 93 | EnableFunctionLevelLinking="TRUE" |
| 94 | UsePrecompiledHeader="2" |
| 95 | PrecompiledHeaderFile=".\x86-temp-release\pyexpat/pyexpat.pch" |
| 96 | AssemblerListingLocation=".\x86-temp-release\pyexpat/" |
| 97 | ObjectFile=".\x86-temp-release\pyexpat/" |
| 98 | ProgramDataBaseFileName=".\x86-temp-release\pyexpat/" |
| 99 | WarningLevel="3" |
| 100 | SuppressStartupBanner="TRUE" |
| 101 | DebugInformationFormat="3" |
| 102 | CompileAs="0"/> |
| 103 | <Tool |
| 104 | Name="VCCustomBuildTool"/> |
| 105 | <Tool |
| 106 | Name="VCLinkerTool" |
| 107 | AdditionalDependencies="odbc32.lib odbccp32.lib" |
| 108 | OutputFile="./pyexpat.pyd" |
| 109 | LinkIncremental="1" |
| 110 | SuppressStartupBanner="TRUE" |
| 111 | GenerateDebugInformation="TRUE" |
| 112 | ProgramDatabaseFile=".\./pyexpat.pdb" |
| 113 | SubSystem="2" |
| 114 | BaseAddress="0x1D100000" |
| 115 | ImportLibrary=".\./pyexpat.lib" |
| 116 | TargetMachine="1"/> |
| 117 | <Tool |
| 118 | Name="VCMIDLTool" |
| 119 | PreprocessorDefinitions="NDEBUG" |
| 120 | MkTypLibCompatible="TRUE" |
| 121 | SuppressStartupBanner="TRUE" |
| 122 | TargetEnvironment="1" |
| 123 | TypeLibraryName=".\./pyexpat.tlb" |
| 124 | HeaderFileName=""/> |
| 125 | <Tool |
| 126 | Name="VCPostBuildEventTool"/> |
| 127 | <Tool |
| 128 | Name="VCPreBuildEventTool"/> |
| 129 | <Tool |
| 130 | Name="VCPreLinkEventTool"/> |
| 131 | <Tool |
| 132 | Name="VCResourceCompilerTool" |
| 133 | PreprocessorDefinitions="NDEBUG" |
| 134 | Culture="1033"/> |
| 135 | <Tool |
| 136 | Name="VCWebServiceProxyGeneratorTool"/> |
| 137 | <Tool |
| 138 | Name="VCXMLDataGeneratorTool"/> |
| 139 | <Tool |
| 140 | Name="VCWebDeploymentTool"/> |
| 141 | <Tool |
| 142 | Name="VCManagedWrapperGeneratorTool"/> |
| 143 | <Tool |
| 144 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 145 | </Configuration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 146 | <Configuration |
| 147 | Name="ReleaseItanium|Win32" |
| 148 | OutputDirectory="./." |
| 149 | IntermediateDirectory=".\ia64-temp-release\pyexpat" |
| 150 | ConfigurationType="2" |
| 151 | UseOfMFC="0" |
| 152 | ATLMinimizesCRunTimeLibraryUsage="FALSE"> |
| 153 | <Tool |
| 154 | Name="VCCLCompilerTool" |
| 155 | AdditionalOptions=" /USECL:MS_ITANIUM" |
| 156 | Optimization="2" |
| 157 | InlineFunctionExpansion="1" |
| 158 | AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\Modules\expat" |
| 159 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE" |
| 160 | StringPooling="TRUE" |
| 161 | BasicRuntimeChecks="0" |
| 162 | RuntimeLibrary="2" |
| 163 | BufferSecurityCheck="FALSE" |
| 164 | EnableFunctionLevelLinking="TRUE" |
| 165 | UsePrecompiledHeader="2" |
| 166 | PrecompiledHeaderFile=".\ia64-temp-release\pyexpat/pyexpat.pch" |
| 167 | AssemblerListingLocation=".\ia64-temp-release\pyexpat/" |
| 168 | ObjectFile=".\ia64-temp-release\pyexpat/" |
| 169 | ProgramDataBaseFileName=".\ia64-temp-release\pyexpat/" |
| 170 | WarningLevel="3" |
| 171 | SuppressStartupBanner="TRUE" |
| 172 | Detect64BitPortabilityProblems="TRUE" |
| 173 | DebugInformationFormat="3" |
| 174 | CompileAs="0"/> |
| 175 | <Tool |
| 176 | Name="VCCustomBuildTool"/> |
| 177 | <Tool |
| 178 | Name="VCLinkerTool" |
| 179 | AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK" |
| 180 | AdditionalDependencies="odbc32.lib odbccp32.lib" |
| 181 | OutputFile="./pyexpat.pyd" |
| 182 | LinkIncremental="1" |
| 183 | SuppressStartupBanner="TRUE" |
| 184 | GenerateDebugInformation="TRUE" |
| 185 | ProgramDatabaseFile=".\./pyexpat.pdb" |
| 186 | SubSystem="2" |
| 187 | BaseAddress="0x1D100000" |
| 188 | ImportLibrary=".\./pyexpat.lib" |
| 189 | TargetMachine="0"/> |
| 190 | <Tool |
| 191 | Name="VCMIDLTool" |
| 192 | PreprocessorDefinitions="NDEBUG" |
| 193 | MkTypLibCompatible="TRUE" |
| 194 | SuppressStartupBanner="TRUE" |
| 195 | TargetEnvironment="1" |
| 196 | TypeLibraryName=".\./pyexpat.tlb" |
| 197 | HeaderFileName=""/> |
| 198 | <Tool |
| 199 | Name="VCPostBuildEventTool"/> |
| 200 | <Tool |
| 201 | Name="VCPreBuildEventTool"/> |
| 202 | <Tool |
| 203 | Name="VCPreLinkEventTool"/> |
| 204 | <Tool |
| 205 | Name="VCResourceCompilerTool" |
| 206 | PreprocessorDefinitions="NDEBUG" |
| 207 | Culture="1033"/> |
| 208 | <Tool |
| 209 | Name="VCWebServiceProxyGeneratorTool"/> |
| 210 | <Tool |
| 211 | Name="VCXMLDataGeneratorTool"/> |
| 212 | <Tool |
| 213 | Name="VCWebDeploymentTool"/> |
| 214 | <Tool |
| 215 | Name="VCManagedWrapperGeneratorTool"/> |
| 216 | <Tool |
| 217 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 218 | </Configuration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 219 | </Configurations> |
| 220 | <References> |
| 221 | </References> |
| 222 | <Files> |
| 223 | <File |
| 224 | RelativePath="..\Modules\pyexpat.c"> |
| 225 | <FileConfiguration |
| 226 | Name="Debug|Win32"> |
| 227 | <Tool |
| 228 | Name="VCCLCompilerTool" |
| 229 | Optimization="0" |
| 230 | AdditionalIncludeDirectories="" |
| 231 | PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 232 | </FileConfiguration> |
| 233 | <FileConfiguration |
| 234 | Name="Release|Win32"> |
| 235 | <Tool |
| 236 | Name="VCCLCompilerTool" |
| 237 | Optimization="2" |
| 238 | AdditionalIncludeDirectories="" |
| 239 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 240 | </FileConfiguration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 241 | <FileConfiguration |
| 242 | Name="ReleaseItanium|Win32"> |
| 243 | <Tool |
| 244 | Name="VCCLCompilerTool" |
| 245 | Optimization="2" |
| 246 | AdditionalIncludeDirectories="" |
| 247 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 248 | </FileConfiguration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 249 | </File> |
| 250 | <File |
| 251 | RelativePath="..\Modules\expat\xmlparse.c"> |
| 252 | <FileConfiguration |
| 253 | Name="Debug|Win32"> |
| 254 | <Tool |
| 255 | Name="VCCLCompilerTool" |
| 256 | Optimization="0" |
| 257 | AdditionalIncludeDirectories="" |
| 258 | PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 259 | </FileConfiguration> |
| 260 | <FileConfiguration |
| 261 | Name="Release|Win32"> |
| 262 | <Tool |
| 263 | Name="VCCLCompilerTool" |
| 264 | Optimization="2" |
| 265 | AdditionalIncludeDirectories="" |
| 266 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 267 | </FileConfiguration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 268 | <FileConfiguration |
| 269 | Name="ReleaseItanium|Win32"> |
| 270 | <Tool |
| 271 | Name="VCCLCompilerTool" |
| 272 | Optimization="2" |
| 273 | AdditionalIncludeDirectories="" |
| 274 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 275 | </FileConfiguration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 276 | </File> |
| 277 | <File |
| 278 | RelativePath="..\Modules\expat\xmlrole.c"> |
| 279 | <FileConfiguration |
| 280 | Name="Debug|Win32"> |
| 281 | <Tool |
| 282 | Name="VCCLCompilerTool" |
| 283 | Optimization="0" |
| 284 | AdditionalIncludeDirectories="" |
| 285 | PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 286 | </FileConfiguration> |
| 287 | <FileConfiguration |
| 288 | Name="Release|Win32"> |
| 289 | <Tool |
| 290 | Name="VCCLCompilerTool" |
| 291 | Optimization="2" |
| 292 | AdditionalIncludeDirectories="" |
| 293 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 294 | </FileConfiguration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 295 | <FileConfiguration |
| 296 | Name="ReleaseItanium|Win32"> |
| 297 | <Tool |
| 298 | Name="VCCLCompilerTool" |
| 299 | Optimization="2" |
| 300 | AdditionalIncludeDirectories="" |
| 301 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 302 | </FileConfiguration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 303 | </File> |
| 304 | <File |
| 305 | RelativePath="..\Modules\expat\xmltok.c"> |
| 306 | <FileConfiguration |
| 307 | Name="Debug|Win32"> |
| 308 | <Tool |
| 309 | Name="VCCLCompilerTool" |
| 310 | Optimization="0" |
| 311 | AdditionalIncludeDirectories="" |
| 312 | PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 313 | </FileConfiguration> |
| 314 | <FileConfiguration |
| 315 | Name="Release|Win32"> |
| 316 | <Tool |
| 317 | Name="VCCLCompilerTool" |
| 318 | Optimization="2" |
| 319 | AdditionalIncludeDirectories="" |
| 320 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 321 | </FileConfiguration> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 322 | <FileConfiguration |
| 323 | Name="ReleaseItanium|Win32"> |
| 324 | <Tool |
| 325 | Name="VCCLCompilerTool" |
| 326 | Optimization="2" |
| 327 | AdditionalIncludeDirectories="" |
| 328 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/> |
| 329 | </FileConfiguration> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 330 | </File> |
| 331 | </Files> |
| 332 | <Globals> |
| 333 | </Globals> |
| 334 | </VisualStudioProject> |