[tasque/transition: 138/213] Add a custom execution command for debugging
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/transition: 138/213] Add a custom execution command for debugging
- Date: Wed, 29 Aug 2012 18:45:37 +0000 (UTC)
commit 853a2b0fca6d7e23a0751563fcebc72bc91ccd06
Author: Antonius Riha <antoniusriha gmail com>
Date: Fri Aug 17 22:37:53 2012 +0200
Add a custom execution command for debugging
After the introduction of the Prefix build variable MD was unable to find
the binary to start a debug session. Setting up a custom command fixed it.
src/tasque/tasque.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/tasque/tasque.csproj b/src/tasque/tasque.csproj
index 6d941b9..aed561f 100644
--- a/src/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -19,6 +19,11 @@
<Optimize>false</Optimize>
<DefineConstants>DEBUG;TRACE;GTKLINUX</DefineConstants>
<WarningLevel>4</WarningLevel>
+ <CustomCommands>
+ <CustomCommands>
+ <Command type="Execute" command="build/out/lib/tasque/tasque.exe" workingdir="${SolutionDir}" />
+ </CustomCommands>
+ </CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkLinuxRelease|AnyCPU' ">
<DebugType>pdbonly</DebugType>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]