forked from leisn/MarkdigToc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMarkdigToc.sln
More file actions
48 lines (48 loc) · 2.39 KB
/
MarkdigToc.sln
File metadata and controls
48 lines (48 loc) · 2.39 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{25A1C149-BB57-4A05-B0A7-98BC88264952}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
changelog.md = changelog.md
global.json = global.json
License = License
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkdigToc", "src\MarkdigToc.csproj", "{2594889A-F3E8-4067-9E47-E18D183F3F56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{736A15B3-A710-4391-9E20-2189A32A2721}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkdigToc.Signed", "MarkdigToc.Signed\MarkdigToc.Signed.csproj", "{AAD5BA1B-134A-433A-B25E-F7BA799F4939}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2594889A-F3E8-4067-9E47-E18D183F3F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2594889A-F3E8-4067-9E47-E18D183F3F56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2594889A-F3E8-4067-9E47-E18D183F3F56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2594889A-F3E8-4067-9E47-E18D183F3F56}.Release|Any CPU.Build.0 = Release|Any CPU
{736A15B3-A710-4391-9E20-2189A32A2721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{736A15B3-A710-4391-9E20-2189A32A2721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{736A15B3-A710-4391-9E20-2189A32A2721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{736A15B3-A710-4391-9E20-2189A32A2721}.Release|Any CPU.Build.0 = Release|Any CPU
{AAD5BA1B-134A-433A-B25E-F7BA799F4939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAD5BA1B-134A-433A-B25E-F7BA799F4939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAD5BA1B-134A-433A-B25E-F7BA799F4939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAD5BA1B-134A-433A-B25E-F7BA799F4939}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D84D40C3-DA40-40B7-B17F-F4C441382F39}
EndGlobalSection
EndGlobal