Click here to Skip to main content
15,891,253 members
Articles / Programming Languages / C#

Source Code Super Search

Rate me:
Please Sign up or sign in to vote.
4.71/5 (22 votes)
10 Mar 2009CPOL8 min read 52.6K   1.5K   66  
A simple solution for searching source code directories

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeSearchAddIn", "CodeSearchAddIn\CodeSearchAddIn.csproj", "{6920CF54-413D-4E77-BFA5-3B991B6222FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BSCodeGrep", "BSCodeGrep\BSCodeGrep.csproj", "{CE04733C-115B-479E-8DB1-53A08771AD8A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{6920CF54-413D-4E77-BFA5-3B991B6222FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6920CF54-413D-4E77-BFA5-3B991B6222FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6920CF54-413D-4E77-BFA5-3B991B6222FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6920CF54-413D-4E77-BFA5-3B991B6222FC}.Release|Any CPU.Build.0 = Release|Any CPU
		{CE04733C-115B-479E-8DB1-53A08771AD8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CE04733C-115B-479E-8DB1-53A08771AD8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CE04733C-115B-479E-8DB1-53A08771AD8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CE04733C-115B-479E-8DB1-53A08771AD8A}.Release|Any CPU.Build.0 = 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 Code Project Open License (CPOL)


Written By
Software Developer
United States United States
I'm a professional .NET software developer and proud military veteran. I've been in the software business for 20+ years now and if there's one lesson I have learned over the years, its that in this industry you have to be prepared to be humbled from time to time and never stop learning!

Comments and Discussions