-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFacilityMarkdown.sln
66 lines (66 loc) · 3.72 KB
/
FacilityMarkdown.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
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A219E328-B15A-41FF-BAA5-5F46679EF9C8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
.github\workflows\build.yaml = .github\workflows\build.yaml
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
dotnet-tools.json = dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fsdgenmd", "src\fsdgenmd\fsdgenmd.csproj", "{A15ADBEC-C818-4ABA-A2C9-8D40F754F029}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facility.CodeGen.Markdown", "src\Facility.CodeGen.Markdown\Facility.CodeGen.Markdown.csproj", "{46EB4760-9AF9-429F-BCFA-47323E61508E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facility.CodeGen.Markdown.UnitTests", "tests\Facility.CodeGen.Markdown.UnitTests\Facility.CodeGen.Markdown.UnitTests.csproj", "{E58F26CF-5686-4615-A53E-AD6A45BC7F5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{9D6DC519-8908-4D3A-B16B-118D682BD170}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocGen", "tools\XmlDocGen\XmlDocGen.csproj", "{636E5B36-4AA8-47D8-884C-AE4D80B49A14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A15ADBEC-C818-4ABA-A2C9-8D40F754F029}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A15ADBEC-C818-4ABA-A2C9-8D40F754F029}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A15ADBEC-C818-4ABA-A2C9-8D40F754F029}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A15ADBEC-C818-4ABA-A2C9-8D40F754F029}.Release|Any CPU.Build.0 = Release|Any CPU
{46EB4760-9AF9-429F-BCFA-47323E61508E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46EB4760-9AF9-429F-BCFA-47323E61508E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46EB4760-9AF9-429F-BCFA-47323E61508E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46EB4760-9AF9-429F-BCFA-47323E61508E}.Release|Any CPU.Build.0 = Release|Any CPU
{E58F26CF-5686-4615-A53E-AD6A45BC7F5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E58F26CF-5686-4615-A53E-AD6A45BC7F5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E58F26CF-5686-4615-A53E-AD6A45BC7F5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E58F26CF-5686-4615-A53E-AD6A45BC7F5B}.Release|Any CPU.Build.0 = Release|Any CPU
{9D6DC519-8908-4D3A-B16B-118D682BD170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D6DC519-8908-4D3A-B16B-118D682BD170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D6DC519-8908-4D3A-B16B-118D682BD170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D6DC519-8908-4D3A-B16B-118D682BD170}.Release|Any CPU.Build.0 = Release|Any CPU
{636E5B36-4AA8-47D8-884C-AE4D80B49A14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{636E5B36-4AA8-47D8-884C-AE4D80B49A14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{636E5B36-4AA8-47D8-884C-AE4D80B49A14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{636E5B36-4AA8-47D8-884C-AE4D80B49A14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA6D63A9-6DCC-47C6-A7D0-6B49EE3EA04C}
EndGlobalSection
EndGlobal