2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Runtime.DurableInstancing
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Runtime.DurableInstancing.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Xml System.Core System.Xml.Linq System.Transactions System.ServiceModel.Internals System.Runtime.Serialization
|
|
|
|
LIB_MCS_FLAGS =
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
ifdef MOBILE_PROFILE
|
|
|
|
KEYFILE = ../silverlight.pub
|
|
|
|
else
|
|
|
|
KEYFILE = ../winfx.pub
|
|
|
|
endif
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
|
|
|
|
EXTRA_DISTFILES = $(RESOURCE_FILES)
|
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
ifneq (4.5, $(FRAMEWORK_VERSION))
|
2014-08-13 10:39:27 +01:00
|
|
|
LIBRARY_NAME = dummy-System.Runtime.DurableInstancing.dll
|
|
|
|
NO_INSTALL = yes
|
|
|
|
NO_SIGN_ASSEMBLY = yes
|
|
|
|
endif
|
|
|
|
|
|
|
|
include ../../build/library.make
|