public
Description: A sample VS2010 extension that renders C# some keywords in a different color.
Homepage:
Clone URL: git://github.com/tomasr/KeywordClassifier.git
KeywordClassifier / KeywordClassifier.sln
100644 21 lines (20 sloc) 0.901 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 10
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeywordClassifier", "KeywordClassifier.csproj", "{2DDDD27D-0375-439E-A853-F8EDEBD9ED08}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DDDD27D-0375-439E-A853-F8EDEBD9ED08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DDDD27D-0375-439E-A853-F8EDEBD9ED08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DDDD27D-0375-439E-A853-F8EDEBD9ED08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DDDD27D-0375-439E-A853-F8EDEBD9ED08}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal