[f-spot] Remove ENABLE_TESTS flag from the Debug configuration
- From: Stephen Shaw <sshaw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Remove ENABLE_TESTS flag from the Debug configuration
- Date: Sat, 8 Sep 2012 07:42:45 +0000 (UTC)
commit 94ddcd083817febc6f5269acb36d112ddfa3569b
Author: Stephen Shaw <sshaw decriptor com>
Date: Fri Sep 7 01:19:34 2012 -0700
Remove ENABLE_TESTS flag from the Debug configuration
Since this is causing a problem, I'll disable it for
now.
src/Clients/MainApp/MainApp.csproj | 2 +-
src/Core/FSpot.Core/FSpot.Core.csproj | 3 ++-
src/Core/FSpot.Query/FSpot.Query.csproj | 2 +-
src/Core/FSpot.Utils/FSpot.Utils.csproj | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/Clients/MainApp/MainApp.csproj b/src/Clients/MainApp/MainApp.csproj
index a91a73c..8273e62 100644
--- a/src/Clients/MainApp/MainApp.csproj
+++ b/src/Clients/MainApp/MainApp.csproj
@@ -16,7 +16,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>..\..\..\bin</OutputPath>
- <DefineConstants>DEBUG ENABLE_TESTS</DefineConstants>
+ <DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
diff --git a/src/Core/FSpot.Core/FSpot.Core.csproj b/src/Core/FSpot.Core/FSpot.Core.csproj
index dca6245..8fae475 100644
--- a/src/Core/FSpot.Core/FSpot.Core.csproj
+++ b/src/Core/FSpot.Core/FSpot.Core.csproj
@@ -17,7 +17,7 @@
<OutputPath>..\..\..\bin</OutputPath>
<WarningLevel>4</WarningLevel>
<DebugSymbols>True</DebugSymbols>
- <DefineConstants>ENABLE_TESTS</DefineConstants>
+ <DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -89,6 +89,7 @@
<Reference Include="System" />
<Reference Include="gio-sharp, Version=2.14.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<Private>False</Private>
+ <Package>gtk-sharp-beans-2.0</Package>
</Reference>
</ItemGroup>
<ItemGroup>
diff --git a/src/Core/FSpot.Query/FSpot.Query.csproj b/src/Core/FSpot.Query/FSpot.Query.csproj
index 701c702..5e215be 100644
--- a/src/Core/FSpot.Query/FSpot.Query.csproj
+++ b/src/Core/FSpot.Query/FSpot.Query.csproj
@@ -16,7 +16,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>..\..\..\bin</OutputPath>
- <DefineConstants>DEBUG ENABLE_TESTS</DefineConstants>
+ <DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
diff --git a/src/Core/FSpot.Utils/FSpot.Utils.csproj b/src/Core/FSpot.Utils/FSpot.Utils.csproj
index fca21f5..66ffb4a 100644
--- a/src/Core/FSpot.Utils/FSpot.Utils.csproj
+++ b/src/Core/FSpot.Utils/FSpot.Utils.csproj
@@ -16,7 +16,7 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<OutputPath>..\..\..\bin</OutputPath>
- <DefineConstants>DEBUG ENABLE_TESTS</DefineConstants>
+ <DefineConstants>DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>False</ConsolePause>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]