From aee6cf83f81c6378c458f75bbfaf7c9fa5521135 Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Wed, 20 Jan 2016 07:59:38 +0100 Subject: [PATCH] Fix a bug during area opening/closing when the area value may become negative. --- Parasitemia/Logger/Logger.fsproj | 20 +++++++------------ Parasitemia/ParasitemiaCore/AssemblyInfo.fs | 4 ++-- Parasitemia/ParasitemiaCore/Config.fs | 2 +- Parasitemia/ParasitemiaCore/ImgTools.fs | 3 ++- .../ParasitemiaCore/ParasitemiaCore.fsproj | 17 +++++----------- Parasitemia/ParasitemiaUI/AssemblyInfo.fs | 4 ++-- .../ParasitemiaUI/ParasitemiaUI.fsproj | 15 +++----------- Parasitemia/WPF/WPF.csproj | 2 ++ 8 files changed, 24 insertions(+), 43 deletions(-) diff --git a/Parasitemia/Logger/Logger.fsproj b/Parasitemia/Logger/Logger.fsproj index 19243e6..c67f1ef 100644 --- a/Parasitemia/Logger/Logger.fsproj +++ b/Parasitemia/Logger/Logger.fsproj @@ -9,10 +9,11 @@ Library Logger Logger - v4.0 + v4.5.2 4.4.0.0 true Logger + true @@ -23,6 +24,7 @@ DEBUG;TRACE 3 bin\Debug\Logger.XML + AnyCPU pdbonly @@ -32,6 +34,7 @@ TRACE 3 bin\Release\Logger.XML + AnyCPU @@ -49,18 +52,9 @@ 11 - - - - $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets - - - - - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets - - - + + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets +