Changeset 710
- Timestamp:
- 12/2/2008 1:58:03 PM (5 years ago)
- Location:
- branches/eraser6
- Files:
-
- 4 edited
-
Eraser.sln (modified) (2 diffs)
-
ShellExt/ShellExt.vcproj (modified) (6 diffs)
-
ShellExt/ShellExt_i.c (modified) (1 diff)
-
ShellExt/ShellExt_i.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser.sln
r673 r710 30 30 {318964CF-278D-41B2-A825-B9A0D1F5D766} = {318964CF-278D-41B2-A825-B9A0D1F5D766} 31 31 EndProjectSection 32 EndProject 33 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExt", "ShellExt\ShellExt.vcproj", "{738F455B-2220-4F8F-B87F-DA93F0B0F1BA}" 32 34 EndProject 33 35 Global … … 140 142 {4F6CD250-0A08-4DB8-8E07-848E4FF01C21}.Release|x86.ActiveCfg = Release|Win32 141 143 {4F6CD250-0A08-4DB8-8E07-848E4FF01C21}.Release|x86.Build.0 = Release|Win32 144 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|Any CPU.ActiveCfg = Debug|Win32 145 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 146 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|Mixed Platforms.Build.0 = Debug|Win32 147 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|Win32.ActiveCfg = Debug|Win32 148 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|Win32.Build.0 = Debug|Win32 149 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|x64.ActiveCfg = Debug|x64 150 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|x64.Build.0 = Debug|x64 151 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Debug|x86.ActiveCfg = Debug|Win32 152 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|Any CPU.ActiveCfg = Release|Win32 153 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|Mixed Platforms.ActiveCfg = Release|Win32 154 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|Mixed Platforms.Build.0 = Release|Win32 155 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|Win32.ActiveCfg = Release|Win32 156 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|Win32.Build.0 = Release|Win32 157 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.ActiveCfg = Release|x64 158 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.Build.0 = Release|x64 159 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x86.ActiveCfg = Release|Win32 142 160 EndGlobalSection 143 161 GlobalSection(SolutionProperties) = preSolution -
branches/eraser6/ShellExt/ShellExt.vcproj
r707 r710 13 13 Name="Win32" 14 14 /> 15 <Platform 16 Name="x64" 17 /> 15 18 </Platforms> 16 19 <ToolFiles> … … 203 206 /> 204 207 </Configuration> 208 <Configuration 209 Name="Debug|x64" 210 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 211 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 212 ConfigurationType="2" 213 UseOfMFC="2" 214 UseOfATL="2" 215 ATLMinimizesCRunTimeLibraryUsage="false" 216 CharacterSet="1" 217 > 218 <Tool 219 Name="VCPreBuildEventTool" 220 /> 221 <Tool 222 Name="VCCustomBuildTool" 223 /> 224 <Tool 225 Name="VCXMLDataGeneratorTool" 226 /> 227 <Tool 228 Name="VCWebServiceProxyGeneratorTool" 229 /> 230 <Tool 231 Name="VCMIDLTool" 232 PreprocessorDefinitions="_DEBUG" 233 MkTypLibCompatible="false" 234 TargetEnvironment="3" 235 GenerateStublessProxies="true" 236 TypeLibraryName="$(IntDir)/ShellExt.tlb" 237 HeaderFileName="ShellExt_i.h" 238 DLLDataFileName="" 239 InterfaceIdentifierFileName="ShellExt_i.c" 240 ProxyFileName="ShellExt_p.c" 241 /> 242 <Tool 243 Name="VCCLCompilerTool" 244 Optimization="0" 245 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;" 246 MinimalRebuild="true" 247 RuntimeLibrary="3" 248 EnableFunctionLevelLinking="true" 249 UsePrecompiledHeader="2" 250 WarningLevel="4" 251 DebugInformationFormat="3" 252 /> 253 <Tool 254 Name="VCManagedResourceCompilerTool" 255 /> 256 <Tool 257 Name="VCResourceCompilerTool" 258 PreprocessorDefinitions="_DEBUG" 259 Culture="1033" 260 AdditionalIncludeDirectories="$(IntDir)" 261 /> 262 <Tool 263 Name="VCPreLinkEventTool" 264 /> 265 <Tool 266 Name="VCLinkerTool" 267 IgnoreImportLibrary="true" 268 AdditionalDependencies="shlwapi.lib comsvcs.lib" 269 OutputFile="$(OutDir)\Eraser.Shell.dll" 270 LinkIncremental="2" 271 ModuleDefinitionFile="$(ProjectDir)DllMain.def" 272 GenerateDebugInformation="true" 273 SubSystem="2" 274 TargetMachine="17" 275 /> 276 <Tool 277 Name="VCALinkTool" 278 /> 279 <Tool 280 Name="VCManifestTool" 281 /> 282 <Tool 283 Name="VCXDCMakeTool" 284 /> 285 <Tool 286 Name="VCBscMakeTool" 287 /> 288 <Tool 289 Name="VCFxCopTool" 290 /> 291 <Tool 292 Name="VCAppVerifierTool" 293 /> 294 <Tool 295 Name="VCPostBuildEventTool" 296 /> 297 </Configuration> 298 <Configuration 299 Name="Release|x64" 300 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 301 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 302 ConfigurationType="2" 303 UseOfMFC="2" 304 UseOfATL="2" 305 ATLMinimizesCRunTimeLibraryUsage="false" 306 CharacterSet="1" 307 WholeProgramOptimization="1" 308 > 309 <Tool 310 Name="VCPreBuildEventTool" 311 /> 312 <Tool 313 Name="VCCustomBuildTool" 314 /> 315 <Tool 316 Name="VCXMLDataGeneratorTool" 317 /> 318 <Tool 319 Name="VCWebServiceProxyGeneratorTool" 320 /> 321 <Tool 322 Name="VCMIDLTool" 323 PreprocessorDefinitions="NDEBUG" 324 MkTypLibCompatible="false" 325 TargetEnvironment="3" 326 GenerateStublessProxies="true" 327 TypeLibraryName="$(IntDir)/ShellExt.tlb" 328 HeaderFileName="ShellExt_i.h" 329 DLLDataFileName="" 330 InterfaceIdentifierFileName="ShellExt_i.c" 331 ProxyFileName="ShellExt_p.c" 332 /> 333 <Tool 334 Name="VCCLCompilerTool" 335 Optimization="2" 336 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" 337 RuntimeLibrary="2" 338 EnableFunctionLevelLinking="true" 339 UsePrecompiledHeader="2" 340 WarningLevel="4" 341 DebugInformationFormat="3" 342 /> 343 <Tool 344 Name="VCManagedResourceCompilerTool" 345 /> 346 <Tool 347 Name="VCResourceCompilerTool" 348 PreprocessorDefinitions="NDEBUG" 349 Culture="1033" 350 AdditionalIncludeDirectories="$(IntDir)" 351 /> 352 <Tool 353 Name="VCPreLinkEventTool" 354 /> 355 <Tool 356 Name="VCLinkerTool" 357 IgnoreImportLibrary="true" 358 AdditionalDependencies="shlwapi.lib comsvcs.lib" 359 OutputFile="$(OutDir)\Eraser.Shell.dll" 360 LinkIncremental="1" 361 ModuleDefinitionFile="$(ProjectDir)DllMain.def" 362 GenerateDebugInformation="true" 363 SubSystem="2" 364 OptimizeReferences="2" 365 EnableCOMDATFolding="2" 366 TargetMachine="17" 367 /> 368 <Tool 369 Name="VCALinkTool" 370 /> 371 <Tool 372 Name="VCManifestTool" 373 /> 374 <Tool 375 Name="VCXDCMakeTool" 376 /> 377 <Tool 378 Name="VCBscMakeTool" 379 /> 380 <Tool 381 Name="VCFxCopTool" 382 /> 383 <Tool 384 Name="VCAppVerifierTool" 385 /> 386 <Tool 387 Name="VCPostBuildEventTool" 388 /> 389 </Configuration> 205 390 </Configurations> 206 391 <References> … … 237 422 /> 238 423 </FileConfiguration> 424 <FileConfiguration 425 Name="Debug|x64" 426 > 427 <Tool 428 Name="VCCLCompilerTool" 429 UsePrecompiledHeader="0" 430 CompileAsManaged="0" 431 /> 432 </FileConfiguration> 433 <FileConfiguration 434 Name="Release|x64" 435 > 436 <Tool 437 Name="VCCLCompilerTool" 438 UsePrecompiledHeader="0" 439 CompileAsManaged="0" 440 /> 441 </FileConfiguration> 239 442 </File> 240 443 <File … … 252 455 /> 253 456 </FileConfiguration> 457 <FileConfiguration 458 Name="Debug|x64" 459 > 460 <Tool 461 Name="VCMIDLTool" 462 /> 463 </FileConfiguration> 254 464 </File> 255 465 <File … … 266 476 <FileConfiguration 267 477 Name="Release|Win32" 478 > 479 <Tool 480 Name="VCCLCompilerTool" 481 UsePrecompiledHeader="1" 482 /> 483 </FileConfiguration> 484 <FileConfiguration 485 Name="Debug|x64" 486 > 487 <Tool 488 Name="VCCLCompilerTool" 489 UsePrecompiledHeader="1" 490 /> 491 </FileConfiguration> 492 <FileConfiguration 493 Name="Release|x64" 268 494 > 269 495 <Tool … … 337 563 /> 338 564 </FileConfiguration> 565 <FileConfiguration 566 Name="Debug|x64" 567 > 568 <Tool 569 Name="VCCLCompilerTool" 570 UsePrecompiledHeader="0" 571 /> 572 </FileConfiguration> 573 <FileConfiguration 574 Name="Release|x64" 575 > 576 <Tool 577 Name="VCCLCompilerTool" 578 UsePrecompiledHeader="0" 579 /> 580 </FileConfiguration> 339 581 </File> 340 582 <File -
branches/eraser6/ShellExt/ShellExt_i.c
r707 r710 7 7 8 8 /* File created by MIDL compiler version 7.00.0500 */ 9 /* at Tue Dec 02 21: 39:23 20089 /* at Tue Dec 02 21:56:43 2008 10 10 */ 11 11 /* Compiler settings for .\DllMain.idl: 12 Oicf, W1, Zp8, env=Win 32(32b run)12 Oicf, W1, Zp8, env=Win64 (32b run) 13 13 protocol : dce , ms_ext, c_ext, robust 14 error checks: stub_data14 error checks: allocation ref bounds_check enum stub_data 15 15 VC __declspec() decoration level: 16 16 __declspec(uuid()), __declspec(selectany), __declspec(novtable) -
branches/eraser6/ShellExt/ShellExt_i.h
r707 r710 5 5 6 6 /* File created by MIDL compiler version 7.00.0500 */ 7 /* at Tue Dec 02 21: 39:23 20087 /* at Tue Dec 02 21:56:43 2008 8 8 */ 9 9 /* Compiler settings for .\DllMain.idl: 10 Oicf, W1, Zp8, env=Win 32(32b run)10 Oicf, W1, Zp8, env=Win64 (32b run) 11 11 protocol : dce , ms_ext, c_ext, robust 12 error checks: stub_data12 error checks: allocation ref bounds_check enum stub_data 13 13 VC __declspec() decoration level: 14 14 __declspec(uuid()), __declspec(selectany), __declspec(novtable)
Note: See TracChangeset
for help on using the changeset viewer.
