Click here to Skip to main content
15,891,431 members
Articles / Desktop Programming / MFC

Be Sweet - a set of visual source code browsers

Rate me:
Please Sign up or sign in to vote.
4.85/5 (35 votes)
1 Jul 20038 min read 184.1K   4.9K   122  
A set of source code and project browsers to compliment Visual Studio.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ESBAddInSimulator", "ESBDSAddinSimulator\src\ESBAddInSimulator.vcproj", "{04094C32-2253-43C8-B3F0-62C9D432DEF0}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ESBDSAddin", "ESBDSAddin\ESBDSAddin.vcproj", "{A56BEC3A-89F0-44E3-A92D-D36A71A1FCB9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ESBServer", "ESBServer\src\ESBServer.vcproj", "{360013B5-5C23-48F6-A746-DA1D5ACCF382}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccProjectUniqueName0 = ESBDSAddinSimulator\\src\\ESBAddInSimulator.vcproj
		SccProjectName0 = ESBAddInSimulator
		SccLocalPath0 = .
		SccProvider0 = MSSCCI:Jalindi\u0020Igloo
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection0 = ESBDSAddinSimulator\\src\\
		SccProjectUniqueName1 = ESBDSAddin\\ESBDSAddin.vcproj
		SccProjectName1 = ESBDSAddin
		SccLocalPath1 = ESBDSAddin
		SccProvider1 = MSSCCI:Jalindi\u0020Igloo
		CanCheckoutShared = false
		SccProjectUniqueName2 = ESBServer\\src\\ESBServer.vcproj
		SccProjectName2 = ESBServer
		SccLocalPath2 = ESBServer\\src
		SccProvider2 = MSSCCI:Jalindi\u0020Igloo
		CanCheckoutShared = false
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{04094C32-2253-43C8-B3F0-62C9D432DEF0}.Debug.ActiveCfg = Debug|Win32
		{04094C32-2253-43C8-B3F0-62C9D432DEF0}.Debug.Build.0 = Debug|Win32
		{04094C32-2253-43C8-B3F0-62C9D432DEF0}.Release.ActiveCfg = Release|Win32
		{04094C32-2253-43C8-B3F0-62C9D432DEF0}.Release.Build.0 = Release|Win32
		{A56BEC3A-89F0-44E3-A92D-D36A71A1FCB9}.Debug.ActiveCfg = Debug|Win32
		{A56BEC3A-89F0-44E3-A92D-D36A71A1FCB9}.Debug.Build.0 = Debug|Win32
		{A56BEC3A-89F0-44E3-A92D-D36A71A1FCB9}.Release.ActiveCfg = Release|Win32
		{A56BEC3A-89F0-44E3-A92D-D36A71A1FCB9}.Release.Build.0 = Release|Win32
		{360013B5-5C23-48F6-A746-DA1D5ACCF382}.Debug.ActiveCfg = Debug|Win32
		{360013B5-5C23-48F6-A746-DA1D5ACCF382}.Debug.Build.0 = Debug|Win32
		{360013B5-5C23-48F6-A746-DA1D5ACCF382}.Release.ActiveCfg = Release|Win32
		{360013B5-5C23-48F6-A746-DA1D5ACCF382}.Release.Build.0 = Release|Win32
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Switzerland Switzerland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions