Skip to content

Commit

Permalink
Imported required namespaces in samples script
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthillary committed Nov 11, 2013
1 parent 820abfc commit 2ccbf44
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Samples/samples.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ module FileHelpers =

open Tsunami.IDE
open Tsunami.IDE.TypeProvider
open Tsunami.IDE.Model
open Tsunami.IDE.Projects

[<Literal>]
let root = __SOURCE_DIRECTORY__
Expand Down Expand Up @@ -285,6 +287,8 @@ module PhoneGapProject =
open Tsunami.IDE.TypeProvider
open System.IO
open Tsunami
open Tsunami.IDE.Projects
open Tsunami.IDE.Model

[<Literal>]
let root = __SOURCE_DIRECTORY__
Expand Down Expand Up @@ -336,6 +340,8 @@ module PhoneGapProject =
module FantomasProject =

open Tsunami.IDE
open Tsunami.IDE.Projects
open Tsunami.IDE.Model

type Root = Files.Plugins.Fantomas

Expand Down

0 comments on commit 2ccbf44

Please sign in to comment.