[f-spot] Make it so that the test don't run in debug mode
- From: Stephen Shaw <sshaw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Make it so that the test don't run in debug mode
- Date: Fri, 12 Oct 2012 19:25:09 +0000 (UTC)
commit 16cced411d6b9284ffbd6c3fff844a87fbe982ea
Author: Stephen Shaw <sgshaw xactware com>
Date: Fri Oct 12 13:24:11 2012 -0600
Make it so that the test don't run in debug mode
.../MainApp.UnitTest/MainApp.UnitTest.csproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/Clients/MainApp.UnitTest/MainApp.UnitTest.csproj b/src/Clients/MainApp.UnitTest/MainApp.UnitTest.csproj
index c77cd64..ffa2deb 100644
--- a/src/Clients/MainApp.UnitTest/MainApp.UnitTest.csproj
+++ b/src/Clients/MainApp.UnitTest/MainApp.UnitTest.csproj
@@ -11,7 +11,7 @@
<AssemblyName>MainApp.UnitTest</AssemblyName>
<ReleaseVersion>0.9.0</ReleaseVersion>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugTests|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
@@ -66,4 +66,4 @@
<Name>Hyena</Name>
</ProjectReference>
</ItemGroup>
-</Project>
\ No newline at end of file
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]