Click here to Skip to main content
15,886,095 members
Articles / Programming Languages / XML

RSS Reader

Rate me:
Please Sign up or sign in to vote.
4.80/5 (50 votes)
17 Feb 20044 min read 398.8K   17.5K   161  
An easy to use RSS feed reader
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RssReaderApp", "RssReaderApp.csproj", "{3D80425C-79B3-41BA-822A-FFD9C06ADE2D}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3D80425C-79B3-41BA-822A-FFD9C06ADE2D}.Debug.ActiveCfg = Debug|.NET
		{3D80425C-79B3-41BA-822A-FFD9C06ADE2D}.Debug.Build.0 = Debug|.NET
		{3D80425C-79B3-41BA-822A-FFD9C06ADE2D}.Release.ActiveCfg = Release|.NET
		{3D80425C-79B3-41BA-822A-FFD9C06ADE2D}.Release.Build.0 = Release|.NET
	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.


Written By
Web Developer
United Kingdom United Kingdom
London based C# programmer.

I maintain my own pet C# site http://www.sloppycode.net in my spare time.

Comments and Discussions