diff --git a/src/fsharp/FSharp.Compiler.Private/.gitignore b/src/fsharp/FSharp.Compiler.Private/.gitignore deleted file mode 100644 index fa6bb93f549..00000000000 --- a/src/fsharp/FSharp.Compiler.Private/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -illex.fs -ilpars.fs -ilpars.fsi -lex.fs -pars.fs -pars.fsi -pplex.fs -pppars.fs -pppars.fsi diff --git a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj index 270bc1a6637..492c6f0f2d2 100644 --- a/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj +++ b/src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj @@ -1,4 +1,4 @@ - + @@ -16,6 +16,11 @@ true + + $(IntermediateOutputPath)$(TargetFramework)/ + $(IntermediateOutputPath)$(TargetFramework)/ + + $(BaseOutputPath)\$(Configuration)\$(TargetFramework) @@ -236,11 +241,11 @@ AbsIL\ilsupp.fs - - AbsIL\ilpars.fs + + $(FsYaccOutputFolder)AbsIL\ilpars.fs - - AbsIL\illex.fs + + $(FsLexOutputFolder)AbsIL\illex.fs AbsIL\ilbinary.fsi @@ -345,11 +350,11 @@ ParserAndUntypedAST\ParseHelpers.fs - - ParserAndUntypedAST\pppars.fs + + $(FsYaccOutputFolder)ParserAndUntypedAST\pppars.fs - - ParserAndUntypedAST\pars.fs + + $(FsYaccOutputFolder)ParserAndUntypedAST\pars.fs ParserAndUntypedAST\lexhelp.fsi @@ -357,14 +362,14 @@ ParserAndUntypedAST\lexhelp.fs - - ParserAndUntypedAST\pplex.fs + + $(FsYaccOutputFolder)ParserAndUntypedAST\pplex.fs - - ParserAndUntypedAST\lex.fs + + $(FsYaccOutputFolder)ParserAndUntypedAST\lex.fs - ParserAndUntypedAST\lexfilter.fs + ParserAndUntypedAST\LexFilter.fs TypedTree\tainted.fsi