Skip to content

Commit 09267be

Browse files
committed
Add dotnet-tools.json to solution.
1 parent 6ff63aa commit 09267be

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

FacilityJavaScript.sln

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
build.ps1 = build.ps1
1313
.github\workflows\build.yaml = .github\workflows\build.yaml
1414
Directory.Build.props = Directory.Build.props
15+
dotnet-tools.json = dotnet-tools.json
16+
example\ExampleApi.fsd = example\ExampleApi.fsd
1517
LICENSE = LICENSE
1618
nuget.config = nuget.config
1719
ts\package.json = ts\package.json
@@ -25,11 +27,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "fsdgenjs", "src\fsdgenjs\fs
2527
EndProject
2628
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}"
2729
EndProject
28-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{3A881397-73AC-426F-B31A-94EE463117C4}"
29-
ProjectSection(SolutionItems) = preProject
30-
example\ExampleApi.fsd = example\ExampleApi.fsd
31-
EndProjectSection
32-
EndProject
3330
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "tools\Build\Build.csproj", "{9D6DC519-8908-4D3A-B16B-118D682BD170}"
3431
EndProject
3532
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlDocGen", "tools\XmlDocGen\XmlDocGen.csproj", "{636E5B36-4AA8-47D8-884C-AE4D80B49A14}"
@@ -64,9 +61,6 @@ Global
6461
GlobalSection(SolutionProperties) = preSolution
6562
HideSolutionNode = FALSE
6663
EndGlobalSection
67-
GlobalSection(NestedProjects) = preSolution
68-
{3A881397-73AC-426F-B31A-94EE463117C4} = {A219E328-B15A-41FF-BAA5-5F46679EF9C8}
69-
EndGlobalSection
7064
GlobalSection(ExtensibilityGlobals) = postSolution
7165
SolutionGuid = {258EAD6F-902F-4B6D-83A2-EA3AD001A385}
7266
EndGlobalSection

0 commit comments

Comments
 (0)