See More

Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.30204.135 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 .travis.yml = .travis.yml appveyor.yml = appveyor.yml build.sh = build.sh Directory.Build.props = Directory.Build.props LICENSE = LICENSE ts\package.json = ts\package.json README.md = README.md VersionHistory.md = VersionHistory.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", "{1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{3A881397-73AC-426F-B31A-94EE463117C4}" ProjectSection(SolutionItems) = preProject example\ExampleApi.fsd = example\ExampleApi.fsd EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocTarget", "tools\XmlDocTarget\XmlDocTarget.csproj", "{59609610-A4A7-40AF-B147-63BEA7C6BE69}" 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 {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}.Debug|Any CPU.Build.0 = Debug|Any CPU {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}.Release|Any CPU.ActiveCfg = Release|Any CPU {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}.Release|Any CPU.Build.0 = Release|Any CPU {59609610-A4A7-40AF-B147-63BEA7C6BE69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {59609610-A4A7-40AF-B147-63BEA7C6BE69}.Debug|Any CPU.Build.0 = Debug|Any CPU {59609610-A4A7-40AF-B147-63BEA7C6BE69}.Release|Any CPU.ActiveCfg = Release|Any CPU {59609610-A4A7-40AF-B147-63BEA7C6BE69}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {3A881397-73AC-426F-B31A-94EE463117C4} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {258EAD6F-902F-4B6D-83A2-EA3AD001A385} EndGlobalSection EndGlobal