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