[tasque/xbuild] [xbuild] Change DebugType property from pdbonly to none



commit 394adf149b2e540b2a9921c6ed4fa0b21e813c66
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Sep 19 20:47:22 2012 +0200

    [xbuild] Change DebugType property from pdbonly to none
    
    ... to suppress output od debug files in release configurations

 src/Gtk.Tasque/Gtk.Tasque.csproj |    4 ++--
 src/tasque/tasque.csproj         |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Gtk.Tasque/Gtk.Tasque.csproj b/src/Gtk.Tasque/Gtk.Tasque.csproj
index ca66af8..4e59c96 100644
--- a/src/Gtk.Tasque/Gtk.Tasque.csproj
+++ b/src/Gtk.Tasque/Gtk.Tasque.csproj
@@ -26,7 +26,7 @@
     <DefineConstants>DEBUG;TRACE;LINUX;$(GtkSharp12);$(NotifySharp);$(AppIndicator)</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'LinuxRelease|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <DefineConstants>TRACE;LINUX;$(GtkSharp12);$(NotifySharp);$(AppIndicator)</DefineConstants>
   </PropertyGroup>
@@ -37,7 +37,7 @@
     <DefineConstants>DEBUG;TRACE;WIN;$(GtkSharp12)</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WinRelease|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <DefineConstants>TRACE;WIN;$(GtkSharp12)</DefineConstants>
   </PropertyGroup>
diff --git a/src/tasque/tasque.csproj b/src/tasque/tasque.csproj
index b53a67c..9d7330d 100644
--- a/src/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -23,7 +23,7 @@
     <DefineConstants>TRACE;DEBUG;LINUX</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkLinuxRelease|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <DefineConstants>TRACE;LINUX</DefineConstants>
   </PropertyGroup>
@@ -34,7 +34,7 @@
     <DefineConstants>TRACE;DEBUG;WIN</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkWinRelease|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <DefineConstants>TRACE;WIN</DefineConstants>
   </PropertyGroup>
@@ -45,7 +45,7 @@
     <DefineConstants>TRACE;DEBUG;OSX</DefineConstants>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoMacRelease|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
+    <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <DefineConstants>TRACE;OSX</DefineConstants>
   </PropertyGroup>



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