From 10ffb67ea7890f9ee22ad4bb05a29ed18bbcde25 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 1 Sep 2018 21:41:15 +0100 Subject: [PATCH] reference library project in CLI project. --- SmoulderingBeachBallCLI/ConsoleCommands.fs | 4 +++- SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/SmoulderingBeachBallCLI/ConsoleCommands.fs b/SmoulderingBeachBallCLI/ConsoleCommands.fs index 81dbc25..2a803a0 100644 --- a/SmoulderingBeachBallCLI/ConsoleCommands.fs +++ b/SmoulderingBeachBallCLI/ConsoleCommands.fs @@ -2,5 +2,7 @@ module ConsoleCommands = - let test() = "This program is working." + open Console.Waterworks + + let test () = "This program is working." diff --git a/SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj b/SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj index 1d40fe5..6aaefd4 100644 --- a/SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj +++ b/SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj @@ -66,6 +66,13 @@ True + + + SmoulderingBeachBall + {dfc3cbca-3da7-4cf4-a8bc-bccb740fa6cd} + True + +