Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / Win32

SWF Summary Shell Extension (PropertyPage for SWF files!)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
13 Jul 2010CPOL7 min read 35K   899   17  
This application adds a property page to show SWF properties in the Windows file properties window.
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SwfSummary", "SwfSummary.vcproj", "{FB127A54-83D0-4AA1-BF6E-42228160FCB3}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Unicode Debug|Win32 = Unicode Debug|Win32
		Unicode Debug|x64 = Unicode Debug|x64
		Unicode Release|Win32 = Unicode Release|Win32
		Unicode Release|x64 = Unicode Release|x64
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Debug|x64.ActiveCfg = Unicode Debug|x64
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Debug|x64.Build.0 = Unicode Debug|x64
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Release|x64.ActiveCfg = Unicode Release|x64
		{FB127A54-83D0-4AA1-BF6E-42228160FCB3}.Unicode Release|x64.Build.0 = Unicode Release|x64
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions