From 9551a0b49cd12e83973e2b4c167a0f6e2d55037a Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Tue, 6 Nov 2012 09:29:54 +0100 Subject: [PATCH] Add missing build flag in F# portable debug config --- src/FSharpPortable/FSharpPortable.fsproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSharpPortable/FSharpPortable.fsproj b/src/FSharpPortable/FSharpPortable.fsproj index aff5bc54..8490eca6 100644 --- a/src/FSharpPortable/FSharpPortable.fsproj +++ b/src/FSharpPortable/FSharpPortable.fsproj @@ -19,7 +19,7 @@ false false ..\..\out\debug\Portable\ - DEBUG;TRACE + TRACE;DEBUG;PORTABLE 3