This repository has been archived by the owner on Nov 11, 2020. It is now read-only.
forked from ljw1004/mdspec2docx
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mdspec2docx.sln
43 lines (43 loc) · 2.29 KB
/
mdspec2docx.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "grammar2html", "grammar2html\grammar2html.vbproj", "{31E8208A-19B1-4AC8-B920-249A3FAFC7C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mdspec2docx", "mdspec2docx\mdspec2docx.csproj", "{FA74B242-9975-43F8-8803-69CF872D598F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1EEA00D2-4667-40C2-8C3A-3537BBB96B09}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
readme.md = readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MarkdownConverter", "MarkdownConverter\MarkdownConverter.csproj", "{6C788902-A4C7-419F-A480-09EBC36350F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31E8208A-19B1-4AC8-B920-249A3FAFC7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31E8208A-19B1-4AC8-B920-249A3FAFC7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31E8208A-19B1-4AC8-B920-249A3FAFC7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31E8208A-19B1-4AC8-B920-249A3FAFC7C6}.Release|Any CPU.Build.0 = Release|Any CPU
{FA74B242-9975-43F8-8803-69CF872D598F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA74B242-9975-43F8-8803-69CF872D598F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA74B242-9975-43F8-8803-69CF872D598F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA74B242-9975-43F8-8803-69CF872D598F}.Release|Any CPU.Build.0 = Release|Any CPU
{6C788902-A4C7-419F-A480-09EBC36350F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C788902-A4C7-419F-A480-09EBC36350F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C788902-A4C7-419F-A480-09EBC36350F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C788902-A4C7-419F-A480-09EBC36350F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D97D554-DA4C-4FA8-A134-0ACE7A62C148}
EndGlobalSection
EndGlobal