[msvc] Update csproj files (#4711)
[mono.git] / mcs / class / System.Net.Http.WebRequest / Makefile
index 2af118aaa1514a14de5cf6c4d27318c2ca26f887..b0d8e7a1a87879a4ee0431abe256ec6ab3538128 100644 (file)
@@ -4,8 +4,10 @@ include ../../build/rules.make
 
 LIBRARY = System.Net.Http.WebRequest.dll
 
-LIB_MCS_FLAGS = -r:System.Net.Http.dll -r:System.dll
+LIB_REFS = System.Net.Http System
+LIB_MCS_FLAGS =
 
-TEST_MCS_FLAGS = -r:System.Net.Http.dll
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System.Net.Http
 
 include ../../build/library.make