Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.Runtime.DurableInstancing / Makefile
1 thisdir = class/System.Runtime.DurableInstancing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.DurableInstancing.dll
6 LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
7 LIB_MCS_FLAGS =
8
9 ifdef MOBILE_PROFILE
10 KEYFILE = ../silverlight.pub
11 else
12 KEYFILE = ../winfx.pub
13 endif
14
15 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
16
17 EXTRA_DISTFILES = $(RESOURCE_FILES)
18
19 ifneq (4.5, $(FRAMEWORK_VERSION))
20 LIBRARY_NAME = dummy-System.Runtime.DurableInstancing.dll
21 NO_INSTALL = yes
22 NO_SIGN_ASSEMBLY = yes
23 endif
24
25 include ../../build/library.make