| 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
|---|
| 2 | <VisualStudioProject
|
|---|
| 3 | ProjectType="Visual C++"
|
|---|
| 4 | Version="8,00"
|
|---|
| 5 | Name="python"
|
|---|
| 6 | ProjectGUID="{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}"
|
|---|
| 7 | >
|
|---|
| 8 | <Platforms>
|
|---|
| 9 | <Platform
|
|---|
| 10 | Name="Win32"
|
|---|
| 11 | />
|
|---|
| 12 | </Platforms>
|
|---|
| 13 | <ToolFiles>
|
|---|
| 14 | </ToolFiles>
|
|---|
| 15 | <Configurations>
|
|---|
| 16 | <Configuration
|
|---|
| 17 | Name="Release|Win32"
|
|---|
| 18 | OutputDirectory=".\."
|
|---|
| 19 | IntermediateDirectory=".\x86-temp-release\python"
|
|---|
| 20 | ConfigurationType="1"
|
|---|
| 21 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|---|
| 22 | UseOfMFC="0"
|
|---|
| 23 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|---|
| 24 | CharacterSet="2"
|
|---|
| 25 | >
|
|---|
| 26 | <Tool
|
|---|
| 27 | Name="VCPreBuildEventTool"
|
|---|
| 28 | />
|
|---|
| 29 | <Tool
|
|---|
| 30 | Name="VCCustomBuildTool"
|
|---|
| 31 | />
|
|---|
| 32 | <Tool
|
|---|
| 33 | Name="VCXMLDataGeneratorTool"
|
|---|
| 34 | />
|
|---|
| 35 | <Tool
|
|---|
| 36 | Name="VCWebServiceProxyGeneratorTool"
|
|---|
| 37 | />
|
|---|
| 38 | <Tool
|
|---|
| 39 | Name="VCMIDLTool"
|
|---|
| 40 | />
|
|---|
| 41 | <Tool
|
|---|
| 42 | Name="VCCLCompilerTool"
|
|---|
| 43 | Optimization="2"
|
|---|
| 44 | InlineFunctionExpansion="1"
|
|---|
| 45 | AdditionalIncludeDirectories="..\Include,..\PC"
|
|---|
| 46 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|---|
| 47 | StringPooling="true"
|
|---|
| 48 | RuntimeLibrary="2"
|
|---|
| 49 | EnableFunctionLevelLinking="true"
|
|---|
| 50 | UsePrecompiledHeader="0"
|
|---|
| 51 | WarningLevel="3"
|
|---|
| 52 | SuppressStartupBanner="true"
|
|---|
| 53 | DebugInformationFormat="3"
|
|---|
| 54 | CompileAs="0"
|
|---|
| 55 | />
|
|---|
| 56 | <Tool
|
|---|
| 57 | Name="VCManagedResourceCompilerTool"
|
|---|
| 58 | />
|
|---|
| 59 | <Tool
|
|---|
| 60 | Name="VCResourceCompilerTool"
|
|---|
| 61 | PreprocessorDefinitions="NDEBUG"
|
|---|
| 62 | Culture="1033"
|
|---|
| 63 | />
|
|---|
| 64 | <Tool
|
|---|
| 65 | Name="VCPreLinkEventTool"
|
|---|
| 66 | />
|
|---|
| 67 | <Tool
|
|---|
| 68 | Name="VCLinkerTool"
|
|---|
| 69 | AdditionalDependencies="odbccp32.lib"
|
|---|
| 70 | OutputFile=".\./python.exe"
|
|---|
| 71 | LinkIncremental="1"
|
|---|
| 72 | SuppressStartupBanner="true"
|
|---|
| 73 | GenerateDebugInformation="true"
|
|---|
| 74 | ProgramDatabaseFile=".\./python.pdb"
|
|---|
| 75 | SubSystem="1"
|
|---|
| 76 | StackReserveSize="2000000"
|
|---|
| 77 | BaseAddress="0x1d000000"
|
|---|
| 78 | TargetMachine="1"
|
|---|
| 79 | />
|
|---|
| 80 | <Tool
|
|---|
| 81 | Name="VCALinkTool"
|
|---|
| 82 | />
|
|---|
| 83 | <Tool
|
|---|
| 84 | Name="VCManifestTool"
|
|---|
| 85 | />
|
|---|
| 86 | <Tool
|
|---|
| 87 | Name="VCXDCMakeTool"
|
|---|
| 88 | />
|
|---|
| 89 | <Tool
|
|---|
| 90 | Name="VCBscMakeTool"
|
|---|
| 91 | />
|
|---|
| 92 | <Tool
|
|---|
| 93 | Name="VCFxCopTool"
|
|---|
| 94 | />
|
|---|
| 95 | <Tool
|
|---|
| 96 | Name="VCAppVerifierTool"
|
|---|
| 97 | />
|
|---|
| 98 | <Tool
|
|---|
| 99 | Name="VCWebDeploymentTool"
|
|---|
| 100 | />
|
|---|
| 101 | <Tool
|
|---|
| 102 | Name="VCPostBuildEventTool"
|
|---|
| 103 | />
|
|---|
| 104 | </Configuration>
|
|---|
| 105 | <Configuration
|
|---|
| 106 | Name="Debug|Win32"
|
|---|
| 107 | OutputDirectory=".\."
|
|---|
| 108 | IntermediateDirectory=".\x86-temp-debug\python"
|
|---|
| 109 | ConfigurationType="1"
|
|---|
| 110 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|---|
| 111 | UseOfMFC="0"
|
|---|
| 112 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|---|
| 113 | CharacterSet="2"
|
|---|
| 114 | >
|
|---|
| 115 | <Tool
|
|---|
| 116 | Name="VCPreBuildEventTool"
|
|---|
| 117 | />
|
|---|
| 118 | <Tool
|
|---|
| 119 | Name="VCCustomBuildTool"
|
|---|
| 120 | />
|
|---|
| 121 | <Tool
|
|---|
| 122 | Name="VCXMLDataGeneratorTool"
|
|---|
| 123 | />
|
|---|
| 124 | <Tool
|
|---|
| 125 | Name="VCWebServiceProxyGeneratorTool"
|
|---|
| 126 | />
|
|---|
| 127 | <Tool
|
|---|
| 128 | Name="VCMIDLTool"
|
|---|
| 129 | />
|
|---|
| 130 | <Tool
|
|---|
| 131 | Name="VCCLCompilerTool"
|
|---|
| 132 | Optimization="0"
|
|---|
| 133 | AdditionalIncludeDirectories="..\Include,..\PC"
|
|---|
| 134 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|---|
| 135 | RuntimeLibrary="3"
|
|---|
| 136 | UsePrecompiledHeader="0"
|
|---|
| 137 | BrowseInformation="1"
|
|---|
| 138 | WarningLevel="3"
|
|---|
| 139 | SuppressStartupBanner="true"
|
|---|
| 140 | DebugInformationFormat="3"
|
|---|
| 141 | CompileAs="0"
|
|---|
| 142 | />
|
|---|
| 143 | <Tool
|
|---|
| 144 | Name="VCManagedResourceCompilerTool"
|
|---|
| 145 | />
|
|---|
| 146 | <Tool
|
|---|
| 147 | Name="VCResourceCompilerTool"
|
|---|
| 148 | PreprocessorDefinitions="_DEBUG"
|
|---|
| 149 | Culture="1033"
|
|---|
| 150 | AdditionalIncludeDirectories="..\Include"
|
|---|
| 151 | />
|
|---|
| 152 | <Tool
|
|---|
| 153 | Name="VCPreLinkEventTool"
|
|---|
| 154 | />
|
|---|
| 155 | <Tool
|
|---|
| 156 | Name="VCLinkerTool"
|
|---|
| 157 | AdditionalDependencies="odbccp32.lib"
|
|---|
| 158 | OutputFile="./python_d.exe"
|
|---|
| 159 | LinkIncremental="1"
|
|---|
| 160 | SuppressStartupBanner="true"
|
|---|
| 161 | GenerateDebugInformation="true"
|
|---|
| 162 | ProgramDatabaseFile=".\./python_d.pdb"
|
|---|
| 163 | SubSystem="1"
|
|---|
| 164 | StackReserveSize="2000000"
|
|---|
| 165 | BaseAddress="0x1d000000"
|
|---|
| 166 | TargetMachine="1"
|
|---|
| 167 | />
|
|---|
| 168 | <Tool
|
|---|
| 169 | Name="VCALinkTool"
|
|---|
| 170 | />
|
|---|
| 171 | <Tool
|
|---|
| 172 | Name="VCManifestTool"
|
|---|
| 173 | />
|
|---|
| 174 | <Tool
|
|---|
| 175 | Name="VCXDCMakeTool"
|
|---|
| 176 | />
|
|---|
| 177 | <Tool
|
|---|
| 178 | Name="VCBscMakeTool"
|
|---|
| 179 | />
|
|---|
| 180 | <Tool
|
|---|
| 181 | Name="VCFxCopTool"
|
|---|
| 182 | />
|
|---|
| 183 | <Tool
|
|---|
| 184 | Name="VCAppVerifierTool"
|
|---|
| 185 | />
|
|---|
| 186 | <Tool
|
|---|
| 187 | Name="VCWebDeploymentTool"
|
|---|
| 188 | />
|
|---|
| 189 | <Tool
|
|---|
| 190 | Name="VCPostBuildEventTool"
|
|---|
| 191 | />
|
|---|
| 192 | </Configuration>
|
|---|
| 193 | <Configuration
|
|---|
| 194 | Name="ReleaseItanium|Win32"
|
|---|
| 195 | OutputDirectory=".\."
|
|---|
| 196 | IntermediateDirectory=".\ia64-temp-release\python"
|
|---|
| 197 | ConfigurationType="1"
|
|---|
| 198 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|---|
| 199 | UseOfMFC="0"
|
|---|
| 200 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|---|
| 201 | CharacterSet="2"
|
|---|
| 202 | >
|
|---|
|
|---|