Click here to Skip to main content
15,892,674 members
Articles
(untagged)

Named Bookmarks Add-In for VS.NET

Rate me:
Please Sign up or sign in to vote.
4.17/5 (5 votes)
25 Apr 20052 min read 41.2K   921   10  
Add-In for Visual Studio .NET that implement concept of Named Bookmarks
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolBookmarks", "SolBookmarks\SolBookmarks.csproj", "{26678055-43DC-43BE-A367-C17B02B06DD5}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SolBookmarksSetup", "SolBookmarks\SolBookmarksSetup\SolBookmarksSetup.vdproj", "{96941D24-007B-43BB-B52A-34B4B0C985DE}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VSUserControlHost", "..\VSUserControlHost\VSUserControlHost.vcproj", "{F127E743-7C19-4139-8A36-7222B5F5AF79}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 4
		SccProjectName0 = \u0022$/Academy/SolBookmarks.root/SolBookmarks\u0022,\u0020GTCAAAAA
		SccLocalPath0 = ..
		SccProvider0 = MSSCCI:Microsoft\u0020Visual\u0020SourceSafe
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection0 = SolBookmarks\\
		SolutionUniqueID = {7A1F2ED7-904B-407A-A6BF-B40D27D880E6}
		SccProjectUniqueName1 = SolBookmarks\\SolBookmarks.csproj
		SccLocalPath1 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection1 = SolBookmarks\\SolBookmarks\\
		SccProjectUniqueName2 = SolBookmarks\\SolBookmarksSetup\\SolBookmarksSetup.vdproj
		SccLocalPath2 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection2 = SolBookmarks\\SolBookmarks\\SolBookmarksSetup\\
		SccProjectUniqueName3 = ..\\VSUserControlHost\\VSUserControlHost.vcproj
		SccLocalPath3 = ..
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection3 = VSUserControlHost\\
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{26678055-43DC-43BE-A367-C17B02B06DD5}.Debug.ActiveCfg = Debug|.NET
		{26678055-43DC-43BE-A367-C17B02B06DD5}.Debug.Build.0 = Debug|.NET
		{26678055-43DC-43BE-A367-C17B02B06DD5}.Release.ActiveCfg = Release|.NET
		{26678055-43DC-43BE-A367-C17B02B06DD5}.Release.Build.0 = Release|.NET
		{96941D24-007B-43BB-B52A-34B4B0C985DE}.Debug.ActiveCfg = Debug
		{96941D24-007B-43BB-B52A-34B4B0C985DE}.Release.ActiveCfg = Release
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Debug.ActiveCfg = Debug|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Debug.Build.0 = Debug|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.Release.ActiveCfg = Release|Win32
		{F127E743-7C19-4139-8A36-7222B5F5AF79}.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
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions