[msvc] Update csproj files
[mono.git] / mcs / class / System.Data.Services / Makefile
index 9027c49e7fa9095ddc277a094188c60b035ceae4..b5fb3cb6fdd43622e5dcbd4664aa43b53329969f 100644 (file)
@@ -4,18 +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 \
-       -r:System.Data.Services.Client.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_MCS_FLAGS += -r:System.ServiceModel.Activation.dll
+LIB_REFS += System.ServiceModel.Activation
 endif
 
-TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.ServiceModel System.Core
 
 include ../../build/library.make