[tasque/xbuild] [xbuild] Reference standard backends in tasque



commit 61e6d3eb660367bb6753ffccbbe06c7dc5dbf8a2
Author: Antonius Riha <antoniusriha gmail com>
Date:   Mon Nov 19 00:56:42 2012 +0100

    [xbuild] Reference standard backends in tasque
    
    ... so they are automagically copied to tasque output folder by MD

 src/tasque/tasque.csproj |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/src/tasque/tasque.csproj b/src/tasque/tasque.csproj
index e7524fa..9c37fc5 100644
--- a/src/tasque/tasque.csproj
+++ b/src/tasque/tasque.csproj
@@ -21,11 +21,6 @@
     <DebugType>full</DebugType>
     <Optimize>False</Optimize>
     <DefineConstants>TRACE;DEBUG;LINUX</DefineConstants>
-    <CustomCommands>
-      <CustomCommands>
-        <Command type="Execute" command="${SolutionDir}/build/bin/lib/tasque/Tasque.exe" />
-      </CustomCommands>
-    </CustomCommands>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'GtkLinuxRelease|AnyCPU' ">
     <DebugType>none</DebugType>
@@ -83,6 +78,22 @@
       <Project>{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}</Project>
       <Name>libtasque</Name>
     </ProjectReference>
+    <ProjectReference Include="..\Addins\Backends\Dummy\DummyBackend.csproj">
+      <Project>{0F63E512-FD5A-482C-8389-6A0DBE1301CB}</Project>
+      <Name>DummyBackend</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Addins\Backends\Rtm\RtmBackend.csproj">
+      <Project>{CC8935CB-342C-4FDA-BAF1-24FA3EB53490}</Project>
+      <Name>RtmBackend</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Libraries\RtmNet\RtmNet.csproj">
+      <Project>{0AA1B96E-03DE-4D26-B4FD-507E988FD9B7}</Project>
+      <Name>RtmNet</Name>
+    </ProjectReference>
+    <ProjectReference Include="..\Addins\Backends\Sqlite\SqliteBackend.csproj">
+      <Project>{CCCC10A5-662D-4788-82D3-25689F3D4D4F}</Project>
+      <Name>SqliteBackend</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.cs" />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]