forked from RichardSlater/Markdig.SyntaxHighlighting
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Nodsoft.Markdig.SyntaxHighlighting.sln
46 lines (46 loc) · 2.39 KB
/
Nodsoft.Markdig.SyntaxHighlighting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nodsoft.Markdig.SyntaxHighlighting", "Nodsoft.Markdig.SyntaxHighlighting\Nodsoft.Markdig.SyntaxHighlighting.csproj", "{3D6F2840-48DE-4C4E-9129-4AF443984056}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nodsoft.Markdig.SyntaxHighlighting.Tests", "Nodsoft.Markdig.SyntaxHighlighting.Tests\Nodsoft.Markdig.SyntaxHighlighting.Tests.csproj", "{51BF30DD-825E-4538-A697-83760A8C26B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1D193207-ADF4-4581-9A72-9329A43769BC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
Directory.Build.props = Directory.Build.props
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{012F1B18-0A52-49AC-91DF-B4387A18814A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-test.yml = .github\workflows\build-test.yml
.github\workflows\nuget-push.yml = .github\workflows\nuget-push.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D6F2840-48DE-4C4E-9129-4AF443984056}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6F2840-48DE-4C4E-9129-4AF443984056}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6F2840-48DE-4C4E-9129-4AF443984056}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6F2840-48DE-4C4E-9129-4AF443984056}.Release|Any CPU.Build.0 = Release|Any CPU
{51BF30DD-825E-4538-A697-83760A8C26B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51BF30DD-825E-4538-A697-83760A8C26B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51BF30DD-825E-4538-A697-83760A8C26B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51BF30DD-825E-4538-A697-83760A8C26B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{012F1B18-0A52-49AC-91DF-B4387A18814A} = {1D193207-ADF4-4581-9A72-9329A43769BC}
EndGlobalSection
EndGlobal