-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMarkSpecs.sln
37 lines (37 loc) · 2.03 KB
/
MarkSpecs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkSpecs", "MarkSpecs.csproj", "{43BE69A8-68F2-4453-A937-E13837D82D69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Markdig", "markdig\src\Markdig\Markdig.csproj", "{527D0097-BD0B-4A21-937D-028D0F3DD2B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvCmdParser", "advcmdparser\AdvCmdParser\AdvCmdParser.csproj", "{D81A1C18-6ECD-4CAE-91F5-71C4292AAEEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43BE69A8-68F2-4453-A937-E13837D82D69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43BE69A8-68F2-4453-A937-E13837D82D69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43BE69A8-68F2-4453-A937-E13837D82D69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43BE69A8-68F2-4453-A937-E13837D82D69}.Release|Any CPU.Build.0 = Release|Any CPU
{527D0097-BD0B-4A21-937D-028D0F3DD2B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{527D0097-BD0B-4A21-937D-028D0F3DD2B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{527D0097-BD0B-4A21-937D-028D0F3DD2B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{527D0097-BD0B-4A21-937D-028D0F3DD2B2}.Release|Any CPU.Build.0 = Release|Any CPU
{D81A1C18-6ECD-4CAE-91F5-71C4292AAEEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D81A1C18-6ECD-4CAE-91F5-71C4292AAEEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D81A1C18-6ECD-4CAE-91F5-71C4292AAEEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D81A1C18-6ECD-4CAE-91F5-71C4292AAEEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C25A9AB-5322-4BA5-8B27-46597E094933}
EndGlobalSection
EndGlobal