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-02-20 11:44:37 +0300
committerMarek Safar <marek.safar@gmail.com>2015-02-20 11:44:37 +0300
commitb1941bc08a268b3f0cee7663d33dfa033bf501e6 (patch)
tree73e5688cd881d807d571a4154619dd79edbf272c /mcs/class/System.ComponentModel.DataAnnotations
parent754793df9e4ec789ada162be1ceb8b7798552303 (diff)
[System.ComponentModel.DataAnnotations] Makefile clean-up
Diffstat (limited to 'mcs/class/System.ComponentModel.DataAnnotations')
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mcs/class/System.ComponentModel.DataAnnotations/Makefile b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
index 2f99958413b..0194ca3f736 100644
--- a/mcs/class/System.ComponentModel.DataAnnotations/Makefile
+++ b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
@@ -11,13 +11,4 @@ LIB_MCS_FLAGS = \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-# This is a .NET 3.5+ assembly
-VALID_PROFILE := $(filter net_4_5 monotouch monodroid xammac mobile mobile_static, $(PROFILE))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.ComponentModel.DataAnnotations.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
include ../../build/library.make