2015-04-07 09:35:12 +01:00
|
|
|
thisdir = class/System.ComponentModel.Composition.4.5
|
2014-08-13 10:39:27 +01:00
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.ComponentModel.Composition.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-04-10 11:41:01 +00:00
|
|
|
NO_RESGEN := $(filter basic build, $(PROFILE))
|
|
|
|
ifndef NO_RESGEN
|
|
|
|
RESOURCE_DEFS = Microsoft.Internal.Strings,src/ComponentModel/Strings.resx
|
|
|
|
endif
|
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2017-04-10 11:41:01 +00:00
|
|
|
LIB_MCS_FLAGS = -d:CLR40 -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414 -nowarn:436
|
2016-11-10 13:04:39 +00:00
|
|
|
|
2018-08-07 15:19:03 +00:00
|
|
|
XTEST_LIB_REFS = System System.Core System.Xml Facades/System.Threading.Tasks
|
|
|
|
XTEST_LIB_FLAGS := /keyfile:../mono.snk
|
|
|
|
|
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.ComponentModel.Composition/src/Resources/Strings.resx
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
CLEAN_FILES += $(STRING_MESSAGES)
|
|
|
|
|
|
|
|
EXTRA_DISTFILES = \
|
|
|
|
src/ComponentModel/Strings.resx
|
2016-11-10 13:04:39 +00:00
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
|