-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPandocFilters.sln
60 lines (60 loc) · 3.51 KB
/
PandocFilters.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
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PandocFilters", "PandocFilters\PandocFilters.csproj", "{9E0C5C97-0D12-4CEB-9777-0CD4EFFD2A92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27F9AD8D-1AB9-4A07-ACE6-4524E99FF85A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator\Generator.csproj", "{E5142E25-2DBA-406F-81E0-50020EB835D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{01F02357-E057-4E63-A136-B195D8BBE664}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestFilters", "TestFilters", "{823419AF-8C96-479A-B262-0AF3484D6174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Raw", "TestFilters\Raw\Raw.csproj", "{ABD07181-0AA6-4208-94F5-BFC062E4DE14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ast", "TestFilters\Ast\Ast.csproj", "{F8682332-2182-4285-B18D-C7B8482C9E57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E0C5C97-0D12-4CEB-9777-0CD4EFFD2A92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E0C5C97-0D12-4CEB-9777-0CD4EFFD2A92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E0C5C97-0D12-4CEB-9777-0CD4EFFD2A92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E0C5C97-0D12-4CEB-9777-0CD4EFFD2A92}.Release|Any CPU.Build.0 = Release|Any CPU
{E5142E25-2DBA-406F-81E0-50020EB835D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5142E25-2DBA-406F-81E0-50020EB835D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5142E25-2DBA-406F-81E0-50020EB835D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5142E25-2DBA-406F-81E0-50020EB835D4}.Release|Any CPU.Build.0 = Release|Any CPU
{01F02357-E057-4E63-A136-B195D8BBE664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F02357-E057-4E63-A136-B195D8BBE664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F02357-E057-4E63-A136-B195D8BBE664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F02357-E057-4E63-A136-B195D8BBE664}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD07181-0AA6-4208-94F5-BFC062E4DE14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD07181-0AA6-4208-94F5-BFC062E4DE14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD07181-0AA6-4208-94F5-BFC062E4DE14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD07181-0AA6-4208-94F5-BFC062E4DE14}.Release|Any CPU.Build.0 = Release|Any CPU
{F8682332-2182-4285-B18D-C7B8482C9E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8682332-2182-4285-B18D-C7B8482C9E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8682332-2182-4285-B18D-C7B8482C9E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8682332-2182-4285-B18D-C7B8482C9E57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{ABD07181-0AA6-4208-94F5-BFC062E4DE14} = {823419AF-8C96-479A-B262-0AF3484D6174}
{F8682332-2182-4285-B18D-C7B8482C9E57} = {823419AF-8C96-479A-B262-0AF3484D6174}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BB4475F-5CFB-4255-B09C-D6B24D707D97}
EndGlobalSection
EndGlobal