Skip to content

Commit

Permalink
Merge pull request #20 from stuarthillary/master
Browse files Browse the repository at this point in the history
Imported required namespaces in samples script
  • Loading branch information
moloneymb committed Nov 22, 2013
2 parents 820abfc + 2ccbf44 commit 1f80597
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 1f80597

Please sign in to comment.