Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
committerMarek Safar <marek.safar@gmail.com>2015-07-15 17:10:19 +0300
commitd44898a2308b06a1b51b646e519da1ac3daaf6b4 (patch)
tree20b7cc3aa0eb3de421fe6f05e641721f8eca9a59 /mcs/class/System.ComponentModel.Composition.4.5
parentc4f0cacd96957616532d495f684dfddbd27dcd26 (diff)
[build] Switch to 4.6 profile as default profile
Diffstat (limited to 'mcs/class/System.ComponentModel.Composition.4.5')
-rw-r--r--mcs/class/System.ComponentModel.Composition.4.5/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/mcs/class/System.ComponentModel.Composition.4.5/Makefile b/mcs/class/System.ComponentModel.Composition.4.5/Makefile
index 617cc35d89b..e0b5dab202b 100644
--- a/mcs/class/System.ComponentModel.Composition.4.5/Makefile
+++ b/mcs/class/System.ComponentModel.Composition.4.5/Makefile
@@ -13,14 +13,6 @@ CLEAN_FILES += $(STRING_MESSAGES)
EXTRA_DISTFILES = \
src/ComponentModel/Strings.resx
-VALID_PROFILE := $(filter net_4_5 monotouch monotouch_watch monodroid xammac xammac_net_4_5 mobile mobile_static, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make
$(the_lib): $(STRING_MESSAGES)