1 thisdir
= class
/System.ServiceModel
3 include ..
/..
/build
/rules.make
6 resources
/WS-Addressing.schema \
9 LIBRARY
= System.ServiceModel.dll
11 /nowarn
:414,169,67,3005,436,219,618 \
16 /r
:System.Runtime.Serialization.dll \
17 $(RESOURCE_FILES
:%=/resource
:%)
19 ifneq (2.1, $(FRAMEWORK_VERSION
))
20 LIB_MCS_FLAGS
+= /d
:NET_3_0 \
21 /r
:System.Configuration.dll \
23 /r
:System.Security.dll \
24 /r
:System.IdentityModel.dll \
25 /r
:System.IdentityModel.Selectors.dll \
26 /r
:System.Transactions.dll \
27 /r
:System.Messaging.dll \
29 /r
:System.Web.Services.dll \
33 ifeq (net_2_1_raw
, $(PROFILE
))
34 LIB_MCS_FLAGS
+= /r
:System.Net
37 TEST_MCS_FLAGS
= $(LIB_MCS_FLAGS
)
40 System.ServiceModel_test_net_3_0.dll.config \
43 Test
/System.ServiceModel.Description
/dump.xml
45 EXTRA_DISTFILES
= $(RESOURCE_FILES
) $(TEST_EXTRA_FILES
)
47 # Useful for debugging under Visual Studio 2005
48 # NO_SIGN_ASSEMBLY = yes
50 VALID_PROFILE
:= $(filter 2.0 2.1 4.0, $(FRAMEWORK_VERSION
))
52 LIBRARY_NAME
= dummy-System.ServiceModel.dll
54 NO_SIGN_ASSEMBLY
= yes
60 include ..
/..
/build
/library.make