From 99cccff9c68cdb979dd88ae88563ab297a846fb4 Mon Sep 17 00:00:00 2001 From: Eugene Auduchinok Date: Wed, 16 Sep 2020 16:25:32 +0300 Subject: [PATCH] Add FSharp.Compiler.Service.slnf --- FSharp.Compiler.Service.slnf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 FSharp.Compiler.Service.slnf diff --git a/FSharp.Compiler.Service.slnf b/FSharp.Compiler.Service.slnf new file mode 100644 index 00000000000..22303032243 --- /dev/null +++ b/FSharp.Compiler.Service.slnf @@ -0,0 +1,9 @@ +{ + "solution": { + "path": "FSharp.sln", + "projects": [ + "src\\fsharp\\FSharp.Compiler.Service\\FSharp.Compiler.Service.fsproj", + "tests\\FSharp.Compiler.Service.Tests\\FSharp.Compiler.Service.Tests.fsproj" + ] + } +}