[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / class / System.ServiceModel.Discovery / Makefile
index cf399e2e0d0cea1627f468789e185b56d80e40b1..a56da1ee8af607e2a49350bca2fc5454dbd3888b 100644 (file)
@@ -4,12 +4,17 @@ include ../../build/rules.make
 
 LIBRARY = System.ServiceModel.Discovery.dll
 LIB_REFS = System System.Xml System.Runtime.Serialization System.ServiceModel System.Core System.Xml.Linq
-LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll -r:System.Xml.Linq.dll
+LIB_MCS_FLAGS =
 
 ifneq (2.1, $(FRAMEWORK_VERSION))
 LIB_REFS += System.Configuration
-LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0         \
-                       -r:System.Configuration.dll
+LIB_MCS_FLAGS += -d:NET_3_5 -d:NET_3_0 
+endif
+
+ifdef MOBILE_PROFILE
+KEYFILE = ../silverlight.pub
+else
+KEYFILE = ../winfx.pub
 endif
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)