[msvc] Update csproj files
[mono.git] / mcs / class / System.Data.Services / Makefile
index a5ab7cf36a83860c4816974b4d5691195dc88a86..b5fb3cb6fdd43622e5dcbd4664aa43b53329969f 100644 (file)
@@ -4,11 +4,14 @@ include ../../build/rules.make
 
 LIBRARY = System.Data.Services.dll
 
-LIB_MCS_FLAGS = \
-       -d:NET_3_5      \
-       -r:System.dll \
-       -r:System.Core.dll \
-       -r:System.ServiceModel.dll \
-       -r:System.ServiceModel.Web.dll \
+LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
+LIB_MCS_FLAGS = -d:NET_3_5
+
+ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
+LIB_REFS += System.ServiceModel.Activation
+endif
+
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.ServiceModel System.Core
 
 include ../../build/library.make