Merge pull request #2799 from BrzVlad/fix-conc-card-clean
[mono.git] / mcs / class / System.ComponentModel.DataAnnotations / Makefile
1 thisdir = class/System.ComponentModel.DataAnnotations
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.ComponentModel.DataAnnotations.dll
6 LIB_REFS = System System.Core System.Data System.Xml
7 LIB_MCS_FLAGS = -nowarn:414
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 TXT_RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
12
13 include ../../build/library.make