Merge pull request #416 from marek-safar/cycle8-new-assemblies

[build] Update list of installed assemblies
This commit is contained in:
Marek Safar 2016-07-18 10:40:31 -07:00 коммит произвёл GitHub
Родитель 4ba36fc88d 1edab27b38
Коммит 950a4badfd
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -90,7 +90,10 @@ MAC_ASSEMBLY_NAMES = \
System.Xml.Serialization \ System.Xml.Serialization \
System.Xml \ System.Xml \
System \ System \
$(TLS_PROVIDER_ASSEMBLY_NAMES) $(TLS_PROVIDER_ASSEMBLY_NAMES) \
System.Runtime.InteropServices.RuntimeInformation \
System.Reflection.Context \
System.Net.Http.WinHttpHandler
FACADE_SUBDIRS_MK = $(MONO_PATH)/mcs/class/Facades/subdirs.make FACADE_SUBDIRS_MK = $(MONO_PATH)/mcs/class/Facades/subdirs.make
# File does not exist before checking out mono # File does not exist before checking out mono
@ -512,6 +515,9 @@ IOS_ASSEMBLIES = I18N.CJK I18N.MidEast I18N.Other I18N.Rare I18N.West I18N Mono.
System.ServiceModel.Internals \ System.ServiceModel.Internals \
System.Numerics System.IO.Compression System.IO.Compression.FileSystem \ System.Numerics System.IO.Compression System.IO.Compression.FileSystem \
System.ComponentModel.DataAnnotations System.ComponentModel.Composition \ System.ComponentModel.DataAnnotations System.ComponentModel.Composition \
System.Net.Http.WinHttpHandler \
System.Numerics.Vectors System.Reflection.Context System.Reflection.DispatchProxy \
System.Runtime.InteropServices.RuntimeInformation System.Security System.Xml.XPath.XmlDocument \
System.Windows System.Xml.Serialization System.Net Mono.Dynamic.Interpreter \ System.Windows System.Xml.Serialization System.Net Mono.Dynamic.Interpreter \
Microsoft.CSharp Mono.CSharp $(TLS_PROVIDER_ASSEMBLY_NAMES) Microsoft.CSharp Mono.CSharp $(TLS_PROVIDER_ASSEMBLY_NAMES)