Click here to Skip to main content
15,881,204 members
Articles / Desktop Programming / WPF

C.B.R.

Rate me:
Please Sign up or sign in to vote.
4.96/5 (52 votes)
22 Oct 2012GPL329 min read 123.9K   1.8K   132  
Comic and electronic publication reader with library management, extended file conversion, and devices support.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CBR", "CBR\CBR.csproj", "{12BDD651-04DF-4DB9-BAF4-4346520B7027}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CBR.Core", "CBR.Core\CBR.Core.csproj", "{0C5E9FE4-0393-4662-A253-4F5F45621204}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 3
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs05
		SccLocalPath0 = .
		SccProjectUniqueName1 = CBR.Core\\CBR.Core.csproj
		SccProjectName1 = CBR.Core
		SccLocalPath1 = CBR.Core
		SccProjectUniqueName2 = CBR\\CBR.csproj
		SccProjectName2 = CBR
		SccLocalPath2 = CBR
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Debug|Any CPU.ActiveCfg = Debug|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Debug|x86.ActiveCfg = Debug|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Debug|x86.Build.0 = Debug|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Release|Any CPU.ActiveCfg = Release|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Release|Mixed Platforms.Build.0 = Release|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Release|x86.ActiveCfg = Release|x86
		{12BDD651-04DF-4DB9-BAF4-4346520B7027}.Release|x86.Build.0 = Release|x86
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Debug|x86.ActiveCfg = Debug|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Release|Any CPU.Build.0 = Release|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{0C5E9FE4-0393-4662-A253-4F5F45621204}.Release|x86.ActiveCfg = Release|Any CPU
	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 GNU General Public License (GPLv3)


Written By
Architect
France France
WPF and MVVM fan, I practice C # in all its forms from the beginning of the NET Framework without mentioning C ++ / MFC and other software packages such as databases, ASP, WCF, Web & Windows services, Application, and now Core and UWP.
In my wasted hours, I am guilty of having fathered C.B.R. and its cousins C.B.R. for WinRT and UWP on the Windows store.
But apart from that, I am a great handyman ... the house, a rocket stove to heat the jacuzzi and the last one: a wood oven for pizza, bread, and everything that goes inside

https://guillaumewaser.wordpress.com/
https://fouretcompagnie.wordpress.com/

Comments and Discussions