[hyena] Fix xbuild integration (bgo#597950)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Fix xbuild integration (bgo#597950)
- Date: Sat, 5 Jun 2010 18:52:50 +0000 (UTC)
commit 105bd5b92958a7fbd8ccfaafd416fcdf32d3d18e
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Sun May 30 10:35:04 2010 +1000
Fix xbuild integration (bgo#597950)
Revised version of the original patch from Ankit Jain.
src/Hyena/Hyena.csproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Hyena/Hyena.csproj b/src/Hyena/Hyena.csproj
index 3d55ae3..f4cd962 100644
--- a/src/Hyena/Hyena.csproj
+++ b/src/Hyena/Hyena.csproj
@@ -17,7 +17,6 @@
<OutputPath>..\..\..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <DefineConstants>NET_2_0</DefineConstants>
<ReleaseVersion>1.3</ReleaseVersion>
<RootNamespace>Hyena</RootNamespace>
</PropertyGroup>
@@ -27,7 +26,7 @@
<OutputPath>..\..\bin\</OutputPath>
<WarningLevel>4</WarningLevel>
<Optimize>true</Optimize>
- <DefineConstants>NET_2_0</DefineConstants>
+ <DefineConstants>ENABLE_TESTS NET_2_0</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -36,6 +35,7 @@
<OutputPath>..\..\bin\</OutputPath>
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
+ <DefineConstants>NET_2_0</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Compile Include="Hyena.Data\BaseListModel.cs" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]