Skip to content

Instantly share code, notes, and snippets.

@nrolland
nrolland / Setup.fsx
Created April 4, 2012 20:46 — forked from ovatsus/Setup.fsx
Script to setup F# Interactive session, loading everything in the current solution. works with many project with a bit of hand cleaning
#if INTERACTIVE
#r "System.Xml"
#r "System.Xml.Linq"
#endif
open System
open System.IO
open System.Xml.Linq
open System.Text.RegularExpressions