[tasque/transition: 26/213] Update project reference in tests project



commit 6f6a050fef27340a4f881a0871b8f92251466f1d
Author: Antonius Riha <antoniusriha gmail com>
Date:   Sat May 19 14:38:56 2012 +0200

    Update project reference in tests project

 tests/Makefile.am  |   11 ++++++++++-
 tests/tests.csproj |    2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d204b04..1813722 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -15,6 +15,7 @@ BUILD_DIR = bin/Release
 
 LIBTASQUE_DLL_SOURCE=../src/libtasque/bin/Release/libtasque.dll
 TASQUE_TESTS_DLL_MDB=
+LIBTASQUE_DLL_MDB=
 
 endif
 
@@ -31,6 +32,8 @@ BUILD_DIR = bin/Debug
 LIBTASQUE_DLL_SOURCE=../src/libtasque/bin/Debug/libtasque.dll
 TASQUE_TESTS_DLL_MDB_SOURCE=bin/Debug/tasque.tests.dll.mdb
 TASQUE_TESTS_DLL_MDB=$(BUILD_DIR)/tasque.tests.dll.mdb
+LIBTASQUE_DLL_MDB_SOURCE=../src/libtasque/bin/Debug/libtasque.dll.mdb
+LIBTASQUE_DLL_MDB=$(BUILD_DIR)/libtasque.dll.mdb
 
 endif
 
@@ -47,6 +50,8 @@ BUILD_DIR = bin/Debug
 LIBTASQUE_DLL_SOURCE=../src/libtasque/bin/Debug/libtasque.dll
 TASQUE_TESTS_DLL_MDB_SOURCE=bin/Debug/tasque.tests.dll.mdb
 TASQUE_TESTS_DLL_MDB=$(BUILD_DIR)/tasque.tests.dll.mdb
+LIBTASQUE_DLL_MDB_SOURCE=../src/libtasque/bin/Debug/libtasque.dll.mdb
+LIBTASQUE_DLL_MDB=$(BUILD_DIR)/libtasque.dll.mdb
 
 endif
 
@@ -63,6 +68,8 @@ BUILD_DIR = bin/Debug
 LIBTASQUE_DLL_SOURCE=../src/libtasque/bin/Debug/libtasque.dll
 TASQUE_TESTS_DLL_MDB_SOURCE=bin/Debug/tasque.tests.dll.mdb
 TASQUE_TESTS_DLL_MDB=$(BUILD_DIR)/tasque.tests.dll.mdb
+LIBTASQUE_DLL_MDB_SOURCE=../src/libtasque/bin/Debug/libtasque.dll.mdb
+LIBTASQUE_DLL_MDB=$(BUILD_DIR)/libtasque.dll.mdb
 
 endif
 
@@ -71,7 +78,8 @@ SATELLITE_ASSEMBLY_NAME=$(notdir $(basename $(ASSEMBLY))).resources.dll
 
 PROGRAMFILES = \
 	$(LIBTASQUE_DLL) \
-	$(TASQUE_TESTS_DLL_MDB)  
+	$(TASQUE_TESTS_DLL_MDB) \
+	$(LIBTASQUE_DLL_MDB)  
 
 
 RESGEN=resgen2
@@ -100,6 +108,7 @@ include $(top_srcdir)/Makefile.include
 LIBTASQUE_DLL = $(BUILD_DIR)/libtasque.dll
 
 $(eval $(call emit-deploy-target,LIBTASQUE_DLL))
+$(eval $(call emit-deploy-target,LIBTASQUE_DLL_MDB))
 
 
 $(eval $(call emit_resgen_targets))
diff --git a/tests/tests.csproj b/tests/tests.csproj
index a411692..2d421b2 100644
--- a/tests/tests.csproj
+++ b/tests/tests.csproj
@@ -59,7 +59,7 @@
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
-    <ProjectReference Include="..\libtasque\libtasque.csproj">
+    <ProjectReference Include="..\src\libtasque\libtasque.csproj">
       <Project>{784C9AA8-2B28-400B-8CC4-DCDC48CA37F0}</Project>
       <Name>libtasque</Name>
     </ProjectReference>



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