1 thisdir
= class
/System.ComponentModel.DataAnnotations
3 include ..
/..
/build
/rules.make
5 LIBRARY
= System.ComponentModel.DataAnnotations.dll
13 ifeq (2.0, $(FRAMEWORK_VERSION
))
14 # This is a .NET 3.5 only assembly, but built during the 2.0 build
15 LIB_MCS_FLAGS
+= -d
:NET_3_5
18 TEST_MCS_FLAGS
= $(LIB_MCS_FLAGS
)
20 # This is a .NET 3.5+ assembly
21 VALID_PROFILE
:= $(filter net_2_0 net_4_0
, $(PROFILE
))
23 LIBRARY_NAME
= dummy-System.ComponentModel.DataAnnotations.dll
25 NO_SIGN_ASSEMBLY
= yes
29 include ..
/..
/build
/library.make