Skip to content

Commit

Permalink
Start to use compiler services - references #41
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jan 23, 2014
1 parent 03115cd commit abab7d5
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 58,725 deletions.
1 change: 1 addition & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RavenDB.Server" version="2.5.2750" />
<package id="FSharp.Compiler.Service" version="0.0.11-alpha" targetFramework="net40" />
</packages>
2 changes: 0 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,9 @@ Target "CreateNuGet" (fun _ ->
match package with
| p when p = projectName ->
!! (buildDir @@ "**/*.*") |> Copy nugetToolsDir
CopyDir nugetToolsDir @"./lib/fsi" allFiles
CopyDir nugetDocsDir docsDir allFiles
| p when p = "FAKE.Core" ->
!! (buildDir @@ "*.*") |> Copy nugetToolsDir
CopyDir nugetToolsDir @"./lib/fsi" allFiles
CopyDir nugetDocsDir docsDir allFiles
| _ ->
CopyDir nugetToolsDir (buildDir @@ package) allFiles
Expand Down
Binary file removed lib/fsi/FSharp.Compiler.Interactive.Settings.dll
Binary file not shown.
164 changes: 0 additions & 164 deletions lib/fsi/FSharp.Compiler.Interactive.Settings.xml

This file was deleted.

Binary file removed lib/fsi/FSharp.Compiler.Server.Shared.dll
Binary file not shown.
60 changes: 0 additions & 60 deletions lib/fsi/FSharp.Compiler.Server.Shared.xml

This file was deleted.

Binary file removed lib/fsi/FSharp.Compiler.dll
Binary file not shown.

0 comments on commit abab7d5

Please sign in to comment.