@@ -9,13 +9,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
99 .gitattributes = .gitattributes
1010 .gitignore = .gitignore
1111 .travis .yml = .travis .yml
12- appveyor . yml = appveyor . yml
13- build .sh = build .sh
12+ build . ps1 = build . ps1
13+ . github \ workflows \ build .yaml = . github \ workflows \ build .yaml
1414 Directory .Build .props = Directory .Build .props
1515 LICENSE = LICENSE
16+ nuget .config = nuget .config
1617 ts \package .json = ts \package .json
1718 README .md = README .md
18- VersionHistory .md = VersionHistory .md
19+ ReleaseNotes .md = ReleaseNotes .md
1920 EndProject Section
2021EndProject
2122Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Facility.CodeGen.JavaScript" , "src\Facility.CodeGen.JavaScript\Facility.CodeGen.JavaScript.csproj" , "{89B9867C-5124-49BE-B201-0F1D8E9F7738}"
@@ -24,14 +25,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fsdgenjs", "src\fsdgenjs\fs
2425EndProject
2526Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Facility.CodeGen.JavaScript.UnitTests" , "tests\Facility.CodeGen.JavaScript.UnitTests\Facility.CodeGen.JavaScript.UnitTests.csproj" , "{E4E67F1B-A9E3-47A9-A05B-D517A50EA606}"
2627EndProject
27- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Build" , "tools\Build\Build.csproj" , "{1DB8FEAA-01BF-4387-B9A1-4CBA900232B3}"
28- EndProject
2928Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "example" , "example" , "{3A881397-73AC-426F-B31A-94EE463117C4}"
3029 Project Section (SolutionItems ) = preProject
3130 example \ExampleApi .fsd = example \ExampleApi .fsd
3231 EndProject Section
3332EndProject
34- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "XmlDocTarget" , "tools\XmlDocTarget\XmlDocTarget.csproj" , "{59609610-A4A7-40AF-B147-63BEA7C6BE69}"
33+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Build" , "tools\Build\Build.csproj" , "{9D6DC519-8908-4D3A-B16B-118D682BD170}"
34+ EndProject
35+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "XmlDocGen" , "tools\XmlDocGen\XmlDocGen.csproj" , "{636E5B36-4AA8-47D8-884C-AE4D80B49A14}"
3536EndProject
3637Global
3738 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
@@ -51,14 +52,14 @@ Global
5152 {E4E67F1B-A9E3-47A9-A05B-D517A50EA606} .Debug| Any CPU .Build .0 = Debug| Any CPU
5253 {E4E67F1B-A9E3-47A9-A05B-D517A50EA606} .Release| Any CPU .ActiveCfg = Release| Any CPU
5354 {E4E67F1B-A9E3-47A9-A05B-D517A50EA606} .Release| Any CPU .Build .0 = Release| Any CPU
54- {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
55- {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3 } .Debug| Any CPU .Build .0 = Debug| Any CPU
56- {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3 } .Release| Any CPU .ActiveCfg = Release| Any CPU
57- {1DB8FEAA-01BF-4387-B9A1-4CBA900232B3 } .Release| Any CPU .Build .0 = Release| Any CPU
58- {59609610-A4A7-40AF-B147-63BEA7C6BE69 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
59- {59609610-A4A7-40AF-B147-63BEA7C6BE69 } .Debug| Any CPU .Build .0 = Debug| Any CPU
60- {59609610-A4A7-40AF-B147-63BEA7C6BE69 } .Release| Any CPU .ActiveCfg = Release| Any CPU
61- {59609610-A4A7-40AF-B147-63BEA7C6BE69 } .Release| Any CPU .Build .0 = Release| Any CPU
55+ {9D6DC519-8908-4D3A-B16B-118D682BD170 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
56+ {9D6DC519-8908-4D3A-B16B-118D682BD170 } .Debug| Any CPU .Build .0 = Debug| Any CPU
57+ {9D6DC519-8908-4D3A-B16B-118D682BD170 } .Release| Any CPU .ActiveCfg = Release| Any CPU
58+ {9D6DC519-8908-4D3A-B16B-118D682BD170 } .Release| Any CPU .Build .0 = Release| Any CPU
59+ {636E5B36-4AA8-47D8-884C-AE4D80B49A14 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
60+ {636E5B36-4AA8-47D8-884C-AE4D80B49A14 } .Debug| Any CPU .Build .0 = Debug| Any CPU
61+ {636E5B36-4AA8-47D8-884C-AE4D80B49A14 } .Release| Any CPU .ActiveCfg = Release| Any CPU
62+ {636E5B36-4AA8-47D8-884C-AE4D80B49A14 } .Release| Any CPU .Build .0 = Release| Any CPU
6263 EndGlobalSection
6364 GlobalSection (SolutionProperties ) = preSolution
6465 HideSolutionNode = FALSE
0 commit comments