Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.32014.148 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 dotnet-tools.json = dotnet-tools.json example\ExampleApi.fsd = example\ExampleApi.fsd Directory.Packages.props = Directory.Packages.props global.json = global.json LICENSE = LICENSE nuget.config = nuget.config ts\package.json = ts\package.json README.md = README.md ReleaseNotes.md = ReleaseNotes.md ReleaseNotesNpm.md = ReleaseNotesNpm.md EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facility.CodeGen.JavaScript", "src\Facility.CodeGen.JavaScript\Facility.CodeGen.JavaScript.csproj", "{89B9867C-5124-49BE-B201-0F1D8E9F7738}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fsdgenjs", "src\fsdgenjs\fsdgenjs.csproj", "{7AA54CE8-D908-4FBB-9D81-111DE0C29E8F}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facility.CodeGen.JavaScript.UnitTests", "tests\Facility.CodeGen.JavaScript.UnitTests\Facility.CodeGen.JavaScript.UnitTests.csproj", "{E4E67F1B-A9E3-47A9-A05B-D517A50EA606}" 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 {89B9867C-5124-49BE-B201-0F1D8E9F7738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {89B9867C-5124-49BE-B201-0F1D8E9F7738}.Debug|Any CPU.Build.0 = Debug|Any CPU {89B9867C-5124-49BE-B201-0F1D8E9F7738}.Release|Any CPU.ActiveCfg = Release|Any CPU {89B9867C-5124-49BE-B201-0F1D8E9F7738}.Release|Any CPU.Build.0 = Release|Any CPU {7AA54CE8-D908-4FBB-9D81-111DE0C29E8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7AA54CE8-D908-4FBB-9D81-111DE0C29E8F}.Debug|Any CPU.Build.0 = Debug|Any CPU {7AA54CE8-D908-4FBB-9D81-111DE0C29E8F}.Release|Any CPU.ActiveCfg = Release|Any CPU {7AA54CE8-D908-4FBB-9D81-111DE0C29E8F}.Release|Any CPU.Build.0 = Release|Any CPU {E4E67F1B-A9E3-47A9-A05B-D517A50EA606}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E4E67F1B-A9E3-47A9-A05B-D517A50EA606}.Debug|Any CPU.Build.0 = Debug|Any CPU {E4E67F1B-A9E3-47A9-A05B-D517A50EA606}.Release|Any CPU.ActiveCfg = Release|Any CPU {E4E67F1B-A9E3-47A9-A05B-D517A50EA606}.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 = {258EAD6F-902F-4B6D-83A2-EA3AD001A385} EndGlobalSection EndGlobal