Changeset 238 for eaccelerator/trunk/win32/eAccelerator.vcproj
- Timestamp:
- 07/24/06 14:59:12 (2 years ago)
- Files:
-
- eaccelerator/trunk/win32/eAccelerator.vcproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/win32/eAccelerator.vcproj
r120 r238 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="8,00" 5 5 Name="eAccelerator" 6 ProjectGUID="{9CB8051E-B608-430D-B6AA-D763031A94B7}" 7 SccProjectName="" 8 SccLocalPath=""> 6 ProjectGUID="{F236792D-8DF1-49FA-9F36-2338F47C9DEB}" 7 > 9 8 <Platforms> 10 9 <Platform 11 Name="Win32"/> 10 Name="Win32" 11 /> 12 12 </Platforms> 13 <ToolFiles> 14 </ToolFiles> 13 15 <Configurations> 14 16 <Configuration … … 17 19 IntermediateDirectory=".\Release" 18 20 ConfigurationType="2" 21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 19 22 UseOfMFC="0" 20 ATLMinimizesCRunTimeLibraryUsage="FALSE" 21 CharacterSet="2"> 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 PreprocessorDefinitions="NDEBUG" 41 MkTypLibCompatible="true" 42 SuppressStartupBanner="true" 43 TargetEnvironment="1" 44 TypeLibraryName=".\Release/eAccelerator.tlb" 45 HeaderFileName="" 46 /> 22 47 <Tool 23 48 Name="VCCLCompilerTool" 49 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE"
" 24 50 Optimization="2" 25 InlineFunctionExpansion=" 2"51 InlineFunctionExpansion="1" 26 52 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 27 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_ WEBUI"28 StringPooling=" TRUE"53 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 54 StringPooling="true" 29 55 RuntimeLibrary="2" 30 EnableFunctionLevelLinking="TRUE" 31 UsePrecompiledHeader="2" 56 EnableFunctionLevelLinking="true" 32 57 PrecompiledHeaderFile=".\Release/eAccelerator.pch" 33 58 AssemblerListingLocation=".\Release/" … … 35 60 ProgramDataBaseFileName=".\Release/" 36 61 WarningLevel="3" 37 SuppressStartupBanner="TRUE" 38 CompileAs="0"/> 39 <Tool 40 Name="VCCustomBuildTool"/> 62 SuppressStartupBanner="true" 63 /> 64 <Tool 65 Name="VCManagedResourceCompilerTool" 66 /> 67 <Tool 68 Name="VCResourceCompilerTool" 69 PreprocessorDefinitions="NDEBUG" 70 Culture="1033" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 41 75 <Tool 42 76 Name="VCLinkerTool" 43 AdditionalDependencies=" ../../../php5ts.lib odbc32.lib odbccp32.lib"77 AdditionalDependencies="php5ts.lib odbc32.lib odbccp32.lib" 44 78 OutputFile=".\Release/eAccelerator.dll" 45 79 LinkIncremental="1" 46 SuppressStartupBanner=" TRUE"80 SuppressStartupBanner="true" 47 81 AdditionalLibraryDirectories="..\..\.." 48 82 ProgramDatabaseFile=".\Release/eAccelerator.pdb" 49 83 ImportLibrary=".\Release/eAccelerator.lib" 50 TargetMachine="1"/> 51 <Tool 52 Name="VCMIDLTool" 53 PreprocessorDefinitions="NDEBUG" 54 MkTypLibCompatible="TRUE" 55 SuppressStartupBanner="TRUE" 56 TargetEnvironment="1" 57 TypeLibraryName=".\Release/eAccelerator.tlb" 58 HeaderFileName=""/> 59 <Tool 60 Name="VCPostBuildEventTool"/> 61 <Tool 62 Name="VCPreBuildEventTool"/> 63 <Tool 64 Name="VCPreLinkEventTool"/> 65 <Tool 66 Name="VCResourceCompilerTool" 67 PreprocessorDefinitions="NDEBUG" 68 Culture="1033"/> 69 <Tool 70 Name="VCWebServiceProxyGeneratorTool"/> 71 <Tool 72 Name="VCXMLDataGeneratorTool"/> 73 <Tool 74 Name="VCWebDeploymentTool"/> 75 <Tool 76 Name="VCManagedWrapperGeneratorTool"/> 77 <Tool 78 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 84 TargetMachine="1" 85 /> 86 <Tool 87 Name="VCALinkTool" 88 /> 89 <Tool 90 Name="VCManifestTool" 91 /> 92 <Tool 93 Name="VCXDCMakeTool" 94 /> 95 <Tool 96 Name="VCBscMakeTool" 97 SuppressStartupBanner="true" 98 OutputFile=".\Release/eAccelerator.bsc" 99 /> 100 <Tool 101 Name="VCFxCopTool" 102 /> 103 <Tool 104 Name="VCAppVerifierTool" 105 /> 106 <Tool 107 Name="VCWebDeploymentTool" 108 /> 109 <Tool 110 Name="VCPostBuildEventTool" 111 /> 79 112 </Configuration> 80 113 <Configuration 81 Name="Release PHP4|Win32"114 Name="Release|Win32" 82 115 OutputDirectory=".\Release" 83 116 IntermediateDirectory=".\Release" 84 117 ConfigurationType="2" 118 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 85 119 UseOfMFC="0" 86 ATLMinimizesCRunTimeLibraryUsage="FALSE" 87 CharacterSet="2"> 120 ATLMinimizesCRunTimeLibraryUsage="false" 121 CharacterSet="2" 122 > 123 <Tool 124 Name="VCPreBuildEventTool" 125 /> 126 <Tool 127 Name="VCCustomBuildTool" 128 /> 129 <Tool 130 Name="VCXMLDataGeneratorTool" 131 /> 132 <Tool 133 Name="VCWebServiceProxyGeneratorTool" 134 /> 135 <Tool 136 Name="VCMIDLTool" 137 PreprocessorDefinitions="NDEBUG" 138 MkTypLibCompatible="true" 139 SuppressStartupBanner="true" 140 TargetEnvironment="1" 141 TypeLibraryName=".\Release/eAccelerator.tlb" 142 HeaderFileName="" 143 /> 88 144 <Tool 89 145 Name="VCCLCompilerTool" 90 Optimization="3" 146 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 147 Optimization="2" 91 148 InlineFunctionExpansion="1" 92 149 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 93 PreprocessorDefinitions=" ZTS=0;NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_WEBUI"94 StringPooling=" TRUE"150 PreprocessorDefinitions="NDEBUG;ZEND_DEBUG=0;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 151 StringPooling="true" 95 152 RuntimeLibrary="2" 96 EnableFunctionLevelLinking="TRUE" 97 UsePrecompiledHeader="2" 153 EnableFunctionLevelLinking="true" 98 154 PrecompiledHeaderFile=".\Release/eAccelerator.pch" 99 155 AssemblerListingLocation=".\Release/" … … 101 157 ProgramDataBaseFileName=".\Release/" 102 158 WarningLevel="3" 103 SuppressStartupBanner="TRUE" 104 CompileAs="0"/> 105 <Tool 106 Name="VCCustomBuildTool"/> 159 SuppressStartupBanner="true" 160 /> 161 <Tool 162 Name="VCManagedResourceCompilerTool" 163 /> 164 <Tool 165 Name="VCResourceCompilerTool" 166 PreprocessorDefinitions="NDEBUG" 167 Culture="1033" 168 /> 169 <Tool 170 Name="VCPreLinkEventTool" 171 /> 107 172 <Tool 108 173 Name="VCLinkerTool" 109 AdditionalDependencies=" ../../../php4ts.lib odbc32.lib odbccp32.lib"174 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib" 110 175 OutputFile=".\Release/eAccelerator.dll" 111 176 LinkIncremental="1" 112 SuppressStartupBanner=" TRUE"177 SuppressStartupBanner="true" 113 178 AdditionalLibraryDirectories="..\..\.." 114 179 ProgramDatabaseFile=".\Release/eAccelerator.pdb" 115 180 ImportLibrary=".\Release/eAccelerator.lib" 116 TargetMachine="1"/> 117 <Tool 118 Name="VCMIDLTool" 119 PreprocessorDefinitions="NDEBUG" 120 MkTypLibCompatible="TRUE" 121 SuppressStartupBanner="TRUE" 122 TargetEnvironment="1" 123 TypeLibraryName=".\Release/eAccelerator.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"/> 181 TargetMachine="1" 182 /> 183 <Tool 184 Name="VCALinkTool" 185 /> 186 <Tool 187 Name="VCManifestTool" 188 /> 189 <Tool 190 Name="VCXDCMakeTool" 191 /> 192 <Tool 193 Name="VCBscMakeTool" 194 SuppressStartupBanner="true" 195 OutputFile=".\Release/eAccelerator.bsc" 196 /> 197 <Tool 198 Name="VCFxCopTool" 199 /> 200 <Tool 201 Name="VCAppVerifierTool" 202 /> 203 <Tool 204 Name="VCWebDeploymentTool" 205 /> 206 <Tool 207 Name="VCPostBuildEventTool" 208 /> 145 209 </Configuration> 146 210 <Configuration 147 Name="Debug PHP4|Win32"211 Name="Debug|Win32" 148 212 OutputDirectory=".\Debug" 149 213 IntermediateDirectory=".\Debug" 150 214 ConfigurationType="2" 215 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 151 216 UseOfMFC="0" 152 ATLMinimizesCRunTimeLibraryUsage="FALSE" 153 CharacterSet="2"> 217 ATLMinimizesCRunTimeLibraryUsage="false" 218 CharacterSet="2" 219 > 220 <Tool 221 Name="VCPreBuildEventTool" 222 /> 223 <Tool 224 Name="VCCustomBuildTool" 225 /> 226 <Tool 227 Name="VCXMLDataGeneratorTool" 228 /> 229 <Tool 230 Name="VCWebServiceProxyGeneratorTool" 231 /> 232 <Tool 233 Name="VCMIDLTool" 234 PreprocessorDefinitions="_DEBUG" 235 MkTypLibCompatible="true" 236 SuppressStartupBanner="true" 237 TargetEnvironment="1" 238 TypeLibraryName=".\Debug/eAccelerator.tlb" 239 HeaderFileName="" 240 /> 154 241 <Tool 155 242 Name="VCCLCompilerTool" 243 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 156 244 Optimization="0" 157 245 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 158 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING" 246 PreprocessorDefinitions="_DEBUG;ZEND_DEBUG=1;DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 247 MinimalRebuild="true" 159 248 BasicRuntimeChecks="3" 160 249 RuntimeLibrary="1" 161 UsePrecompiledHeader="2"162 250 PrecompiledHeaderFile=".\Debug/eAccelerator.pch" 163 251 AssemblerListingLocation=".\Debug/" … … 165 253 ProgramDataBaseFileName=".\Debug/" 166 254 WarningLevel="3" 167 SuppressStartupBanner=" TRUE"255 SuppressStartupBanner="true" 168 256 DebugInformationFormat="4" 169 CompileAs="0"/> 170 <Tool 171 Name="VCCustomBuildTool"/> 257 /> 258 <Tool 259 Name="VCManagedResourceCompilerTool" 260 /> 261 <Tool 262 Name="VCResourceCompilerTool" 263 PreprocessorDefinitions="_DEBUG" 264 Culture="1033" 265 /> 266 <Tool 267 Name="VCPreLinkEventTool" 268 /> 172 269 <Tool 173 270 Name="VCLinkerTool" 174 271 AdditionalDependencies="php4ts.lib odbc32.lib odbccp32.lib" 175 272 OutputFile=".\Debug/eAccelerator.dll" 176 LinkIncremental=" 1"177 SuppressStartupBanner=" TRUE"273 LinkIncremental="2" 274 SuppressStartupBanner="true" 178 275 AdditionalLibraryDirectories="..\..\.." 179 GenerateDebugInformation=" TRUE"276 GenerateDebugInformation="true" 180 277 ProgramDatabaseFile=".\Debug/eAccelerator.pdb" 181 278 ImportLibrary=".\Debug/eAccelerator.lib" 182 TargetMachine="1"/> 183 <Tool 184 Name="VCMIDLTool" 185 PreprocessorDefinitions="_DEBUG" 186 MkTypLibCompatible="TRUE" 187 SuppressStartupBanner="TRUE" 188 TargetEnvironment="1" 189 TypeLibraryName=".\Debug/eAccelerator.tlb" 190 HeaderFileName=""/> 191 <Tool 192 Name="VCPostBuildEventTool"/> 193 <Tool 194 Name="VCPreBuildEventTool"/> 195 <Tool 196 Name="VCPreLinkEventTool"/> 197 <Tool 198 Name="VCResourceCompilerTool" 199 PreprocessorDefinitions="_DEBUG" 200 Culture="1033"/> 201 <Tool 202 Name="VCWebServiceProxyGeneratorTool"/> 203 <Tool 204 Name="VCXMLDataGeneratorTool"/> 205 <Tool 206 Name="VCWebDeploymentTool"/> 207 <Tool 208 Name="VCManagedWrapperGeneratorTool"/> 209 <Tool 210 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 279 TargetMachine="1" 280 /> 281 <Tool 282 Name="VCALinkTool" 283 /> 284 <Tool 285 Name="VCManifestTool" 286 /> 287 <Tool 288 Name="VCXDCMakeTool" 289 /> 290 <Tool 291 Name="VCBscMakeTool" 292 SuppressStartupBanner="true" 293 OutputFile=".\Debug/eAccelerator.bsc" 294 /> 295 <Tool 296 Name="VCFxCopTool" 297 /> 298 <Tool 299 Name="VCAppVerifierTool" 300 /> 301 <Tool 302 Name="VCWebDeploymentTool" 303 /> 304 <Tool 305 Name="VCPostBuildEventTool" 306 /> 211 307 </Configuration> 212 308 <Configuration … … 215 311 IntermediateDirectory=".\Debug" 216 312 ConfigurationType="2" 313 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 217 314 UseOfMFC="0" 218 ATLMinimizesCRunTimeLibraryUsage="FALSE" 219 CharacterSet="2"> 315 ATLMinimizesCRunTimeLibraryUsage="false" 316 CharacterSet="2" 317 > 318 <Tool 319 Name="VCPreBuildEventTool" 320 /> 321 <Tool 322 Name="VCCustomBuildTool" 323 /> 324 <Tool 325 Name="VCXMLDataGeneratorTool" 326 /> 327 <Tool 328 Name="VCWebServiceProxyGeneratorTool" 329 /> 330 <Tool 331 Name="VCMIDLTool" 332 PreprocessorDefinitions="_DEBUG" 333 MkTypLibCompatible="true" 334 SuppressStartupBanner="true" 335 TargetEnvironment="1" 336 TypeLibraryName=".\Debug/eAccelerator.tlb" 337 HeaderFileName="" 338 /> 220 339 <Tool 221 340 Name="VCCLCompilerTool" 341 AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE"" 222 342 Optimization="0" 223 343 AdditionalIncludeDirectories="../../..,../../../zend,../../../TSRM,../../../main" 224 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;ZEND_DEBUG=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING" 344 PreprocessorDefinitions="_DEBUG;ZEND_DEBUG=1;DEBUG;WIN32;_WINDOWS;_USRDLL;HAVE_EACCELERATOR;COMPILE_DL_EACCELERATOR;ZEND_WIN32;PHP_WIN32;ZTS=1;HAVE_EXT_SESSION_PHP_SESSION_H=1;WITH_EACCELERATOR_CRASH_DETECTION;WITH_EACCELERATOR_OPTIMIZER;WITH_EACCELERATOR_ENCODER;WITH_EACCELERATOR_LOADER;WITH_EACCELERATOR_SESSIONS;WITH_EACCELERATOR_CONTENT_CACHING;WITH_EACCELERATOR_SHM;WITH_EACCELERATOR_INFO" 345 MinimalRebuild="true" 225 346 BasicRuntimeChecks="3" 226 347 RuntimeLibrary="1" 227 UsePrecompiledHeader="2"228 348 PrecompiledHeaderFile=".\Debug/eAccelerator.pch" 229 349 AssemblerListingLocation=".\Debug/" … … 231 351 ProgramDataBaseFileName=".\Debug/" 232 352 WarningLevel="3" 233 SuppressStartupBanner=" TRUE"353 SuppressStartupBanner="true" 234 354 DebugInformationFormat="4" 235 CompileAs="0"/> 236 <Tool 237 Name="VCCustomBuildTool"/> 355 /> 356 <Tool 357 Name="VCManagedResourceCompilerTool" 358 /> 359 <Tool 360 Name="VCResourceCompilerTool" 361 PreprocessorDefinitions="_DEBUG" 362 Culture="1033" 363 /> 364 <Tool 365 Name="VCPreLinkEventTool" 366 /> 238 367 <Tool 239 368 Name="VCLinkerTool" 240 369 AdditionalDependencies="php5ts_debug.lib odbc32.lib odbccp32.lib" 241 370 OutputFile=".\Debug/eAccelerator.dll" 242 LinkIncremental=" 1"243 SuppressStartupBanner=" TRUE"371 LinkIncremental="2" 372 SuppressStartupBanner="true" 244 373 AdditionalLibraryDirectories="..\..\.." 245 GenerateDebugInformation=" TRUE"374 GenerateDebugInformation="true" 246 375 ProgramDatabaseFile=".\Debug/eAccelerator.pdb" 247 376 ImportLibrary=".\Debug/eAccelerator.lib" 248 TargetMachine="1"/> 249 <Tool 250 Name="VCMIDLTool" 251 PreprocessorDefinitions="_DEBUG" 252 MkTypLibCompatible="TRUE" 253 SuppressStartupBanner="TRUE" 254 TargetEnvironment="1" 255 TypeLibraryName=".\Debug/eAccelerator.tlb" 256 HeaderFileName=""/> 257 <Tool 258 Name="VCPostBuildEventTool"/> 259 <Tool 260 Name="VCPreBuildEventTool"/> 261 <Tool 262 Name="VCPreLinkEventTool"/> 263 <Tool 264 Name="VCResourceCompilerTool" 265 PreprocessorDefinitions="_DEBUG" 266 Culture="1033"/> 267 <Tool 268 Name="VCWebServiceProxyGeneratorTool"/> 269 <Tool 270 Name="VCXMLDataGeneratorTool"/> 271 <Tool 272 Name="VCWebDeploymentTool"/> 273 <Tool 274 Name="VCManagedWrapperGeneratorTool"/> 275 <Tool 276 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 377 TargetMachine="1" 378 /> 379 <Tool 380 Name="VCALinkTool" 381 /> 382 <Tool 383 Name="VCManifestTool" 384 /> 385 <Tool 386 Name="VCXDCMakeTool" 387 /> 388 <Tool 389 Name="VCBscMakeTool" 390 SuppressStartupBanner="true" 391 OutputFile=".\Debug/eAccelerator.bsc" 392 /> 393 <Tool 394 Name="VCFxCopTool" 395 /> 396 <Tool 397 Name="VCAppVerifierTool" 398 /> 399 <Tool 400 Name="VCWebDeploymentTool" 401 /> 402 <Tool 403 Name="VCPostBuildEventTool" 404 /> 277 405 </Configuration> 278 406 </Configurations> … … 282 410 <Filter 283 411 Name="Source Files" 284 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> 285 <File 286 RelativePath="..\cache.c"> 287 </File> 288 <File 289 RelativePath="..\content.c"> 290 </File> 291 <File 292 RelativePath="..\debug.c"> 293 </File> 294 <File 295 RelativePath="..\ea_restore.c"> 296 </File> 297 <File 298 RelativePath="..\ea_store.c"> 299 </File> 300 <File 301 RelativePath="..\eaccelerator.c"> 302 </File> 303 <File 304 RelativePath="..\encoder.c"> 305 </File> 306 <File 307 RelativePath="..\execute.c"> 308 </File> 309 <File 310 RelativePath="..\loader.c"> 311 </File> 312 <File 313 RelativePath="..\mm.c"> 314 </File> 315 <File 316 RelativePath="..\opcodes.c"> 317 </File> 318 <File 319 RelativePath="..\optimize.c"> 320 </File> 321 <File 322 RelativePath="..\session.c"> 323 </File> 324 <File 325 RelativePath="..\shm.c"> 326 </File> 327 <File 328 RelativePath="..\webui.c"> 412 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 413 > 414 <File 415 RelativePath="..\cache.c" 416 > 417 <FileConfiguration 418 Name="Release PHP5|Win32" 419 > 420 <Tool 421 Name="VCCLCompilerTool" 422 AdditionalIncludeDirectories="" 423 PreprocessorDefinitions="" 424 /> 425 </FileConfiguration> 426 <FileConfiguration 427 Name="Release|Win32" 428 > 429 <Tool 430 Name="VCCLCompilerTool" 431 AdditionalIncludeDirectories="" 432 PreprocessorDefinitions="" 433 /> 434 </FileConfiguration> 435 <FileConfiguration 436 Name="Debug|Win32" 437 > 438 <Tool 439 &