Click here to Skip to main content
15,891,567 members
Articles / Programming Languages / XSLT

Simple RSS Reader in C#

Rate me:
Please Sign up or sign in to vote.
3.29/5 (7 votes)
7 Aug 2007CPOL 143.4K   4.9K   55  
Simple RSS Reader in C# using XSL

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\RssFeeds\", "..\RssFeeds\", "{2AADB6ED-5CF7-4A20-A613-6B2FBEF3FB0A}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.VirtualPath = "/RssFeeds"
		Debug.AspNetCompiler.PhysicalPath = "..\RssFeeds\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\RssFeeds\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/RssFeeds"
		Release.AspNetCompiler.PhysicalPath = "..\RssFeeds\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\RssFeeds\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "3958"
		DefaultWebSiteLanguage = "Visual C#"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2AADB6ED-5CF7-4A20-A613-6B2FBEF3FB0A}.Debug|.NET.ActiveCfg = Debug|.NET
		{2AADB6ED-5CF7-4A20-A613-6B2FBEF3FB0A}.Debug|.NET.Build.0 = Debug|.NET
	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
Technical Lead
New Zealand New Zealand
http://nz.linkedin.com/in/macaalay
http://macaalay.com/

Comments and Discussions