Click here to Skip to main content
15,885,244 members
Articles / Programming Languages / C++

Project Line Counter Add-In v2.10 for VS.NET and VC6

Rate me:
Please Sign up or sign in to vote.
4.92/5 (38 votes)
29 Jun 2003 447.8K   5.3K   142  
Get statistics about your source code with a click of a button
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LineCount", "LineCount.vcproj", "{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ResizableLib", "ExtrnSrc\ResizableLib\ResizableLib.vcproj", "{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}"
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 2
		SccProjectName0 = LineCount
		SccLocalPath0 = ..\\..\\..\\linecount\\source
		SccProvider0 = MSSCCI:Jalindi\u0020Igloo
		SccProjectFilePathRelativizedFromConnection0 = ..\\..\\Private\\LineCount\\Source\\
		SolutionUniqueID = {16D86DB4-9B58-42FE-9F66-49220E8499CB}
		SccProjectUniqueName1 = LineCount.vcproj
		SccLocalPath1 = .
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Debug Static
		ConfigName.2 = Release
		ConfigName.3 = Release Static
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.0 = {6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Debug.ActiveCfg = Debug|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Debug.Build.0 = Debug|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Debug Static.ActiveCfg = Debug|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Debug Static.Build.0 = Debug|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Release.ActiveCfg = Release|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Release.Build.0 = Release|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Release Static.ActiveCfg = Release|Win32
		{8802614D-4AC0-41AE-A8CC-DA461ED7E1E1}.Release Static.Build.0 = Release|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Debug.ActiveCfg = Debug|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Debug.Build.0 = Debug|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Debug Static.ActiveCfg = Debug Static|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Debug Static.Build.0 = Debug Static|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Release.ActiveCfg = Release|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Release.Build.0 = Release|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Release Static.ActiveCfg = Release Static|Win32
		{6AA7788A-2378-42C0-B0CE-E544E5A8EE8B}.Release Static.Build.0 = Release Static|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
Experion
Canada Canada
You may know Oz from his WndTabs days. Oz has long since left client side development to work on web technologies and to consult in the R&D management field.

Comments and Discussions