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 13:16:18 +0300
committerMarek Safar <marek.safar@gmail.com>2015-02-20 13:16:18 +0300
commit8e90a963d6bb41539a7b9ecc06beb15a0053ab72 (patch)
treeec24ee0ec4ce5146ea3f3c294fa2ccdc21113882 /mcs/class/System.ComponentModel.DataAnnotations
parent71533001b802a1bd547f369c439ee61ef5eb6cde (diff)
Use more resource text strings from reference sources
Diffstat (limited to 'mcs/class/System.ComponentModel.DataAnnotations')
-rw-r--r--mcs/class/System.ComponentModel.DataAnnotations/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.ComponentModel.DataAnnotations/Makefile b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
index 0194ca3f736..cd722af91ee 100644
--- a/mcs/class/System.ComponentModel.DataAnnotations/Makefile
+++ b/mcs/class/System.ComponentModel.DataAnnotations/Makefile
@@ -11,4 +11,6 @@ LIB_MCS_FLAGS = \
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+RESOURCE_STRINGS = ../../../external/referencesource/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations.txt
+
include ../../build/library.make