[tomboy] Fix the release build configuration on Windows



commit bdcd85161ccd2d096e0775a71340a90b5c409d15
Author: Benjamin Podszun <benjamin podszun gmail com>
Date:   Tue Dec 20 00:11:48 2011 +0200

    Fix the release build configuration on Windows
    
    The release configuration needs a WIN32 symbol during compilation, just like the equivalent debug configuration.
    Same applies to the PlatformTarget setting
    
    Signed-off-by: Jared Jennings <jjennings src gnome org>

 Tomboy.csproj |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy.csproj b/Tomboy.csproj
index 70f1118..0b0835b 100644
--- a/Tomboy.csproj
+++ b/Tomboy.csproj
@@ -61,6 +61,8 @@
     <Build>
       <Build xmlns="" />
     </Build>
+    <DefineConstants>WIN32</DefineConstants>
+    <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mac|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]