File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,9 @@ let info =
2020// For typical project, no changes are needed below
2121// --------------------------------------------------------------------------------------
2222
23- #I " ../../packages/FSharpVSPowerTools.Core/lib/net45"
24- #I " ../../packages/FSharp.Formatting/lib/net40"
25- #I " ../../packages/FSharp.Compiler.Service/lib/net45"
23+ #load " ../../packages/FSharp.Formatting/FSharp.Formatting.fsx"
2624#I " ../../packages/FAKE/tools"
27- #r " FSharpVSPowerTools.Core.dll"
28- #r " System.Web.Razor.dll"
29- #r " FakeLib.dll"
30- #r " FSharp.Compiler.Service.dll"
31- #r " RazorEngine.dll"
32- #r " FSharp.Literate.dll"
33- #r " FSharp.CodeFormat.dll"
34- #r " FSharp.MetadataFormat.dll"
25+ #r " ../../packages/FAKE/tools/FakeLib.dll"
3526open Fake
3627open System.IO
3728open Fake.FileHelper
You can’t perform that action at this time.
0 commit comments