From d40b1a95ca063aa7fa69474913a45097639d253d Mon Sep 17 00:00:00 2001 From: Eugene Auduchinok Date: Wed, 16 Sep 2020 16:03:54 +0300 Subject: [PATCH] Fix link paths for generated files in FCS project --- .../FSharp.Compiler.Service.fsproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj index 0c1b5b6e2d2..8878d49a7a1 100644 --- a/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj +++ b/src/fsharp/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj @@ -254,10 +254,10 @@ AbsIL\ilsupp.fs - $(FsYaccOutputFolder)AbsIL\ilpars.fs + AbsIL\ilpars.fs - $(FsLexOutputFolder)AbsIL\illex.fs + AbsIL\illex.fs AbsIL\ilbinary.fsi @@ -355,10 +355,10 @@ ParserAndUntypedAST\ParseHelpers.fs - $(FsYaccOutputFolder)ParserAndUntypedAST\pppars.fs + ParserAndUntypedAST\pppars.fs - $(FsYaccOutputFolder)ParserAndUntypedAST\pars.fs + ParserAndUntypedAST\pars.fs ParserAndUntypedAST\lexhelp.fsi @@ -367,10 +367,10 @@ ParserAndUntypedAST\lexhelp.fs - $(FsYaccOutputFolder)ParserAndUntypedAST\pplex.fs + ParserAndUntypedAST\pplex.fs - $(FsYaccOutputFolder)ParserAndUntypedAST\lex.fs + ParserAndUntypedAST\lex.fs ParserAndUntypedAST\LexFilter.fs