[tasque/windows] [xbuild] Add custom cmds for execution/debugging
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/windows] [xbuild] Add custom cmds for execution/debugging
- Date: Thu, 20 Sep 2012 18:49:37 +0000 (UTC)
commit ab06befac32d80f9c522f5cfb751e54b6e3199d2
Author: Antonius Riha <antoniusriha gmail com>
Date: Thu Sep 20 20:49:23 2012 +0200
[xbuild] Add custom cmds for execution/debugging
src/tasque/tasque.csproj | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/tasque/tasque.csproj b/src/tasque/tasque.csproj
index 151f1b0..6ce256c 100644
--- a/src/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -43,11 +43,21 @@
<DebugType>full</DebugType>
<Optimize>False</Optimize>
<DefineConstants>TRACE;DEBUG;WIN</DefineConstants>
+ <CustomCommands>
+ <CustomCommands>
+ <Command type="Execute" command="${SolutionDir}\build\bin\lib\tasque\Tasque.exe" />
+ </CustomCommands>
+ </CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkWinRelease|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<DefineConstants>TRACE;WIN</DefineConstants>
+ <CustomCommands>
+ <CustomCommands>
+ <Command type="Execute" command="${SolutionDir}\build\bin\lib\tasque\Tasque.exe" />
+ </CustomCommands>
+ </CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoMacDebug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]