-
Notifications
You must be signed in to change notification settings - Fork 1
/
Jering.Web.SyntaxHighlighters.HighlightJS.sln
51 lines (51 loc) · 2.76 KB
/
Jering.Web.SyntaxHighlighters.HighlightJS.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32002.185
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Web.SyntaxHighlighters.HighlightJS", "src\HighlightJS\Jering.Web.SyntaxHighlighters.HighlightJS.csproj", "{E088CD42-B7A8-497F-839A-85663C31111D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F3AB2F9F-56A4-4414-BE9B-80F5E9EFF1A1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Changelog.md = Changelog.md
codecov.yml = codecov.yml
keypair.snk = keypair.snk
License.md = License.md
ReadMe.md = ReadMe.md
ThirdPartyLicenses.md = ThirdPartyLicenses.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Web.SyntaxHighlighters.HighlightJS.Tests", "test\HighlightJS\Jering.Web.SyntaxHighlighters.HighlightJS.Tests.csproj", "{81755492-9F44-4590-B936-526AD445F9EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Web.SyntaxHighlighters.HighlightJS.Performance", "perf\HighlightJS\Jering.Web.SyntaxHighlighters.HighlightJS.Performance.csproj", "{DB469D80-DDA2-4B99-9BC5-826B1BB05CBB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E088CD42-B7A8-497F-839A-85663C31111D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E088CD42-B7A8-497F-839A-85663C31111D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E088CD42-B7A8-497F-839A-85663C31111D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E088CD42-B7A8-497F-839A-85663C31111D}.Release|Any CPU.Build.0 = Release|Any CPU
{81755492-9F44-4590-B936-526AD445F9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81755492-9F44-4590-B936-526AD445F9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81755492-9F44-4590-B936-526AD445F9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81755492-9F44-4590-B936-526AD445F9EC}.Release|Any CPU.Build.0 = Release|Any CPU
{DB469D80-DDA2-4B99-9BC5-826B1BB05CBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB469D80-DDA2-4B99-9BC5-826B1BB05CBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB469D80-DDA2-4B99-9BC5-826B1BB05CBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB469D80-DDA2-4B99-9BC5-826B1BB05CBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DEC6880C-4321-4485-A7DA-5262A8A1C437}
EndGlobalSection
EndGlobal