Click here to Skip to main content
15,896,557 members
Articles / Desktop Programming / WTL

RSS Reader Plug-in for Internet Explorer

Rate me:
Please Sign up or sign in to vote.
5.00/5 (12 votes)
16 Jul 2007CPOL4 min read 317.8K   1.3K   32  
This is a toolbar for the Internet Explorer which shows information from RSS taken from the Internet.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RssReaderPlugin", "RssReaderPlugin.vcproj", "{557030F4-16E9-4FED-8511-4BF535133D68}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release MinDependency|Win32 = Release MinDependency|Win32
		Release MinSize|Win32 = Release MinSize|Win32
		Unicode Debug|Win32 = Unicode Debug|Win32
		Unicode Release MinDependency|Win32 = Unicode Release MinDependency|Win32
		Unicode Release MinSize|Win32 = Unicode Release MinSize|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{557030F4-16E9-4FED-8511-4BF535133D68}.Debug|Win32.ActiveCfg = Debug|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Debug|Win32.Build.0 = Debug|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Release MinDependency|Win32.ActiveCfg = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Release MinDependency|Win32.Build.0 = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Release MinSize|Win32.ActiveCfg = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Release MinSize|Win32.Build.0 = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Debug|Win32.ActiveCfg = Debug|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Debug|Win32.Build.0 = Debug|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Release MinDependency|Win32.ActiveCfg = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Release MinDependency|Win32.Build.0 = Release MinDependency|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Release MinSize|Win32.ActiveCfg = Debug|Win32
		{557030F4-16E9-4FED-8511-4BF535133D68}.Unicode Release MinSize|Win32.Build.0 = Debug|Win32
	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
India India
Quote : "Life is all about solving problems and enjoying their solutions !! "

Comments and Discussions