From 41889662b6be4c69e774a52112af148a4c283821 Mon Sep 17 00:00:00 2001 From: Dmitry Morozov Date: Wed, 1 Jul 2015 14:57:42 -0700 Subject: [PATCH] in respond to the issue 16 https://github.com/fsprojects/FSharp.Desktop.UI/issues/16 --- samples/Calculator/Calculator.fsproj | 9 +++++ samples/Calculator/Program.fs | 49 ++++++++++++++-------------- src/Controller.fs | 21 ------------ src/Mvc.fs | 49 +++++++++++++++++++++++++--- src/View.fs | 20 ++++++++++++ 5 files changed, 97 insertions(+), 51 deletions(-) diff --git a/samples/Calculator/Calculator.fsproj b/samples/Calculator/Calculator.fsproj index 4322d92..d9c8d81 100644 --- a/samples/Calculator/Calculator.fsproj +++ b/samples/Calculator/Calculator.fsproj @@ -13,6 +13,8 @@ true 4.3.1.0 Calculator + ..\..\ + true true @@ -85,6 +87,13 @@ + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +