Click here to Skip to main content
15,883,705 members
Articles / Programming Languages / Visual Basic

RSS Feed Aggregator and Blogging Smart Client

Rate me:
Please Sign up or sign in to vote.
4.91/5 (85 votes)
16 Aug 2005CPOL52 min read 1.1M   2.4K   397  
RSS Feed aggregator and blogging Smart Client which uses Enterprise Library, Updater Application Block, lots of XML hacks and desktop tricks. A comprehensive guide to real life hurdles of Smart Client development.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSFeeder", "RSSFeeder\RSSFeeder.csproj", "{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSCommon", "RSSCommon\RSSCommon.csproj", "{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "RSSFeederSetup", "RSSFeederSetup\RSSFeederSetup.vdproj", "{F3913E75-B010-459E-A4F2-99AE3A1D1DC4}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSFeederResources", "RSSFeederResources\RSSFeederResources.csproj", "{E1EFCD1A-637A-4760-8932-D49DBB87E652}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RSSBlogAPI", "RSSBlogAPI\RSSBlogAPI.csproj", "{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
		Test = Test
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}.Debug.ActiveCfg = Debug|.NET
		{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}.Debug.Build.0 = Debug|.NET
		{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}.Release.ActiveCfg = Release|.NET
		{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}.Release.Build.0 = Release|.NET
		{3FCB5FAF-60EA-4F1E-B368-7E024A5DAE18}.Test.ActiveCfg = Test|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Debug.ActiveCfg = Debug|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Debug.Build.0 = Debug|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Release.ActiveCfg = Release|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Release.Build.0 = Release|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Test.ActiveCfg = Test|.NET
		{54BBDC8D-6FEF-4296-B609-BCDEE68CF2F8}.Test.Build.0 = Test|.NET
		{F3913E75-B010-459E-A4F2-99AE3A1D1DC4}.Debug.ActiveCfg = Debug
		{F3913E75-B010-459E-A4F2-99AE3A1D1DC4}.Release.ActiveCfg = Release
		{F3913E75-B010-459E-A4F2-99AE3A1D1DC4}.Release.Build.0 = Release
		{F3913E75-B010-459E-A4F2-99AE3A1D1DC4}.Test.ActiveCfg = Test
		{E1EFCD1A-637A-4760-8932-D49DBB87E652}.Debug.ActiveCfg = Debug|.NET
		{E1EFCD1A-637A-4760-8932-D49DBB87E652}.Debug.Build.0 = Debug|.NET
		{E1EFCD1A-637A-4760-8932-D49DBB87E652}.Release.ActiveCfg = Release|.NET
		{E1EFCD1A-637A-4760-8932-D49DBB87E652}.Release.Build.0 = Release|.NET
		{E1EFCD1A-637A-4760-8932-D49DBB87E652}.Test.ActiveCfg = Test|.NET
		{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}.Debug.ActiveCfg = Debug|.NET
		{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}.Debug.Build.0 = Debug|.NET
		{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}.Release.ActiveCfg = Release|.NET
		{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}.Release.Build.0 = Release|.NET
		{AF03BCDA-BD79-4DE7-B9D4-85096E4B538C}.Test.ActiveCfg = Test|.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.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions