Click here to Skip to main content
15,891,136 members
Articles / Desktop Programming / ATL

The Mini Shell Extension Framework – Part III

Rate me:
Please Sign up or sign in to vote.
4.96/5 (11 votes)
18 Sep 200516 min read 141.9K   1.4K   46  
Discussion of a small C++ framework to create Windows shell extensions (IShellFolderImpl).
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vvvtest", "vvvtest\test_vc71.vcproj", "{98A68B8C-7103-4E9F-B90C-971665F2CD80}"
	ProjectSection(ProjectDependencies) = postProject
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E} = {792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vvvsample", "vvvsample\sample_vc71.vcproj", "{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msf", "msf_vc71.vcproj", "{6FF3313B-6166-49A3-B179-C4355EEADC3F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(DPCodeReviewSolutionGUID) = preSolution
		DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
		Unicode Debug = Unicode Debug
		Unicode Release = Unicode Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Debug.ActiveCfg = Debug|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Debug.Build.0 = Debug|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Release.ActiveCfg = Release|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Release.Build.0 = Release|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Unicode Debug.ActiveCfg = Unicode Debug|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Unicode Debug.Build.0 = Unicode Debug|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Unicode Release.ActiveCfg = Unicode Release|Win32
		{98A68B8C-7103-4E9F-B90C-971665F2CD80}.Unicode Release.Build.0 = Unicode Release|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Debug.ActiveCfg = Debug|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Debug.Build.0 = Debug|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Release.ActiveCfg = Release|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Release.Build.0 = Release|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Unicode Debug.ActiveCfg = Unicode Debug|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Unicode Debug.Build.0 = Unicode Debug|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Unicode Release.ActiveCfg = Unicode Release|Win32
		{792683CA-5CAB-4145-A9A1-1AFFBBA7EF3E}.Unicode Release.Build.0 = Unicode Release|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Debug.ActiveCfg = Debug|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Debug.Build.0 = Debug|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Release.ActiveCfg = Release|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Release.Build.0 = Release|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Unicode Debug.ActiveCfg = Unicode Debug|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Unicode Debug.Build.0 = Unicode Debug|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Unicode Release.ActiveCfg = Unicode Release|Win32
		{6FF3313B-6166-49A3-B179-C4355EEADC3F}.Unicode Release.Build.0 = Unicode Release|Win32
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior) Hitachi High-Tech Analytical Science
Netherlands Netherlands
Victor lives in Nijmegen, the oldest city in The Netherlands.
He studied Applied Physics in Delft and works Hitachi High-Tech Analytical Science.

Comments and Discussions