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:
authorLudovic Henry <ludovic@xamarin.com>2017-06-12 03:40:39 +0300
committerLudovic Henry <ludovic@xamarin.com>2017-07-14 01:15:57 +0300
commitdd3a38cd271a4d3a2930bd73042251710d0de6d6 (patch)
treea7028346ec58671d2e09bfb79ad864d88bd3da03
parentd373a38d2a58d2b22c4644ba7bcf81c5bfc04e17 (diff)
[mcs] Add msbuild for corlib, System, System.Core, System.Xml, System.Configuration, Mono.Posix, Mono.Security, Mono.CompilerServices.SymbolWritermsbuild
-rw-r--r--mcs/build/library.make2
-rw-r--r--mcs/build/msbuild.make162
-rw-r--r--mcs/build/msbuild.props188
-rw-r--r--mcs/build/profiles/basic.make23
-rw-r--r--mcs/build/profiles/basic.props13
-rw-r--r--mcs/build/profiles/binary_reference_assemblies.props15
-rw-r--r--mcs/build/profiles/build.props16
-rw-r--r--mcs/build/profiles/monodroid.props18
-rw-r--r--mcs/build/profiles/monotouch.props9
-rw-r--r--mcs/build/profiles/monotouch_runtime.props22
-rw-r--r--mcs/build/profiles/monotouch_tv.props16
-rw-r--r--mcs/build/profiles/monotouch_tv_runtime.props16
-rw-r--r--mcs/build/profiles/monotouch_watch.props20
-rw-r--r--mcs/build/profiles/monotouch_watch_runtime.props21
-rw-r--r--mcs/build/profiles/net_4_x.props17
-rw-r--r--mcs/build/profiles/orbis.props21
-rw-r--r--mcs/build/profiles/testing_aot_full.props20
-rw-r--r--mcs/build/profiles/testing_aot_hybrid.props19
-rw-r--r--mcs/build/profiles/winaot.props19
-rw-r--r--mcs/build/profiles/xammac.props22
-rw-r--r--mcs/build/profiles/xammac_net_4_5.props27
-rw-r--r--mcs/build/profiles/xbuild_12.props14
-rw-r--r--mcs/build/profiles/xbuild_14.props14
-rw-r--r--mcs/build/rules.make9
-rw-r--r--mcs/class/.gitignore1
-rw-r--r--mcs/class/Facades/subdirs.make4
-rw-r--r--mcs/class/Makefile41
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Makefile13
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj98
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj27
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.dll.sources8
-rw-r--r--mcs/class/Mono.Posix/Makefile9
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj147
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix.csproj81
-rw-r--r--mcs/class/Mono.Security/Makefile33
-rw-r--r--mcs/class/Mono.Security/Mono.Security-net_4_x.csproj248
-rw-r--r--mcs/class/Mono.Security/Mono.Security.csproj184
-rw-r--r--mcs/class/Mono.Security/Mono.Security.dll.sources160
-rw-r--r--mcs/class/Mono.Security/monotouch_Mono.Security.dll.sources3
-rw-r--r--mcs/class/Mono.Security/monotouch_runtime_Mono.Security.dll.sources1
-rw-r--r--mcs/class/Mono.Security/monotouch_tv_Mono.Security.dll.sources1
-rw-r--r--mcs/class/Mono.Security/monotouch_tv_runtime_Mono.Security.dll.sources1
-rw-r--r--mcs/class/Mono.Security/xammac_Mono.Security.dll.sources1
-rw-r--r--mcs/class/System.Configuration/Makefile26
-rw-r--r--mcs/class/System.Configuration/System.Configuration.csproj (renamed from mcs/class/System.Configuration/System.Configuration-net_4_x.csproj)356
-rw-r--r--mcs/class/System.Configuration/System.Configuration.dll.sources121
-rw-r--r--mcs/class/System.Core/Makefile39
-rw-r--r--mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj440
-rw-r--r--mcs/class/System.Core/System.Core.csproj (renamed from mcs/class/System.Core/System.Core-net_4_x.csproj)944
-rw-r--r--mcs/class/System.Core/basic_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/build_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/common_System.Core.dll.sources290
-rw-r--r--mcs/class/System.Core/dynamic_System.Core.dll.sources36
-rw-r--r--mcs/class/System.Core/interpreter_System.Core.dll.sources4
-rw-r--r--mcs/class/System.Core/monodroid_System.Core.dll.sources7
-rw-r--r--mcs/class/System.Core/monotouch_System.Core.dll.sources2
-rw-r--r--mcs/class/System.Core/monotouch_runtime_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/monotouch_tv_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/monotouch_tv_runtime_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/monotouch_watch_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/monotouch_watch_runtime_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/net_4_x_System.Core.dll.sources19
-rw-r--r--mcs/class/System.Core/orbis_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/testing_aot_full_System.Core.dll.sources14
-rw-r--r--mcs/class/System.Core/testing_aot_hybrid_System.Core.dll.sources14
-rw-r--r--mcs/class/System.Core/winaot_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Core/xammac_System.Core.dll.sources3
-rw-r--r--mcs/class/System.Core/xammac_net_4_5_System.Core.dll.sources1
-rw-r--r--mcs/class/System.Security/Makefile25
-rw-r--r--mcs/class/System.Security/System.Security.csproj (renamed from mcs/class/System.Security/System.Security-net_4_x.csproj)315
-rw-r--r--mcs/class/System.Security/System.Security.dll.sources97
-rw-r--r--mcs/class/System.Security/common_System.Security.dll.sources34
-rw-r--r--mcs/class/System.Security/monodroid_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_runtime_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_tv_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_tv_runtime_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_watch_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/monotouch_watch_runtime_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/orbis_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/testing_aot_full_System.Security.dll.sources1
-rw-r--r--mcs/class/System.Security/xammac_System.Security.dll.sources1
-rw-r--r--mcs/class/System.XML/Makefile59
-rw-r--r--mcs/class/System.XML/System.Xml-bare-net_4_x.csproj758
-rw-r--r--mcs/class/System.XML/System.Xml-bare.csproj9
-rw-r--r--mcs/class/System.XML/System.Xml-secxml.csproj8
-rw-r--r--mcs/class/System.XML/System.Xml.csproj (renamed from mcs/class/System.XML/System.Xml-net_4_x.csproj)1552
-rw-r--r--mcs/class/System.XML/System.Xml.dll.sources672
-rw-r--r--mcs/class/System.XML/mobile_System.Xml.dll.sources565
-rw-r--r--mcs/class/System.XML/monodroid_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_runtime_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_tv_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_tv_runtime_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_watch_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/monotouch_watch_runtime_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/orbis_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/testing_aot_full_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/testing_aot_hybrid_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/winaot_System.Xml.dll.sources1
-rw-r--r--mcs/class/System.XML/xammac_System.Xml.dll.sources1
-rw-r--r--mcs/class/System/Makefile128
-rw-r--r--mcs/class/System/System-bare-net_4_x.csproj1369
-rw-r--r--mcs/class/System/System-bare.csproj9
-rw-r--r--mcs/class/System/System-secxml-net_4_x.csproj1377
-rw-r--r--mcs/class/System/System-secxml.csproj9
-rw-r--r--mcs/class/System/System.csproj (renamed from mcs/class/System/System-net_4_x.csproj)2789
-rw-r--r--mcs/class/System/basic_System.dll.sources2
-rw-r--r--mcs/class/System/build_System.dll.sources2
-rw-r--r--mcs/class/System/common.sources925
-rw-r--r--mcs/class/System/common_networking.sources53
-rw-r--r--mcs/class/System/mobile_System.dll.sources3
-rw-r--r--mcs/class/System/monodroid_System.dll.sources3
-rw-r--r--mcs/class/System/monotouch_System.dll.sources2
-rw-r--r--mcs/class/System/monotouch_runtime_System.dll.sources1
-rw-r--r--mcs/class/System/monotouch_tv_System.dll.sources1
-rw-r--r--mcs/class/System/monotouch_tv_runtime_System.dll.sources1
-rw-r--r--mcs/class/System/monotouch_watch_System.dll.exclude.sources1
-rw-r--r--mcs/class/System/monotouch_watch_System.dll.sources22
-rw-r--r--mcs/class/System/monotouch_watch_runtime_System.dll.exclude.sources1
-rw-r--r--mcs/class/System/monotouch_watch_runtime_System.dll.sources1
-rw-r--r--mcs/class/System/net_4_x_System.dll.sources381
-rw-r--r--mcs/class/System/orbis_System.dll.exclude.sources2
-rw-r--r--mcs/class/System/orbis_System.dll.sources1
-rw-r--r--mcs/class/System/testing_aot_full_System.dll.sources1
-rw-r--r--mcs/class/System/testing_aot_hybrid_System.dll.sources1
-rw-r--r--mcs/class/System/winaot_System.dll.sources1
-rw-r--r--mcs/class/System/xammac_System.dll.sources1
-rw-r--r--mcs/class/System/xammac_net_4_5_System.dll.sources1
-rw-r--r--mcs/class/aot-compiler/Makefile68
-rw-r--r--mcs/class/class.sln173
-rw-r--r--mcs/class/corlib/Makefile79
-rw-r--r--mcs/class/corlib/corlib.csproj (renamed from mcs/class/corlib/corlib-net_4_x.csproj)3502
-rw-r--r--mcs/class/corlib/corlib.dll.sources1692
-rw-r--r--mcs/class/corlib/monotouch_corlib.dll.exclude.sources15
-rw-r--r--mcs/class/corlib/monotouch_corlib.dll.sources15
-rw-r--r--mcs/class/corlib/monotouch_runtime_corlib.dll.exclude.sources1
-rw-r--r--mcs/class/corlib/monotouch_runtime_corlib.dll.sources1
-rw-r--r--mcs/class/corlib/monotouch_tv_corlib.dll.exclude.sources1
-rw-r--r--mcs/class/corlib/monotouch_tv_corlib.dll.sources1
-rw-r--r--mcs/class/corlib/monotouch_tv_runtime_corlib.dll.exclude.sources1
-rw-r--r--mcs/class/corlib/monotouch_tv_runtime_corlib.dll.sources1
-rw-r--r--mcs/class/corlib/monotouch_watch_corlib.dll.exclude.sources1
-rw-r--r--mcs/class/corlib/monotouch_watch_corlib.dll.sources1
-rw-r--r--mcs/class/corlib/monotouch_watch_runtime_corlib.dll.exclude.sources1
-rw-r--r--mcs/class/corlib/monotouch_watch_runtime_corlib.dll.sources1
-rw-r--r--mcs/class/corlib/net_4_x_corlib.dll.sources26
-rw-r--r--mcs/class/corlib/xammac_corlib.dll.exclude.sources6
-rw-r--r--mcs/class/corlib/xammac_corlib.dll.sources1
149 files changed, 6055 insertions, 14845 deletions
diff --git a/mcs/build/library.make b/mcs/build/library.make
index cfd594f2979..dfd5ff18aec 100644
--- a/mcs/build/library.make
+++ b/mcs/build/library.make
@@ -292,7 +292,7 @@ $(the_lib): $(response) $(sn) $(BUILT_SOURCES) $(the_libdir)/.stamp $(GEN_RESOUR
ifdef RESOURCE_STRINGS_FILES
$(Q) $(STRING_REPLACER) $(RESOURCE_STRINGS_FILES) $@
endif
- $(Q) $(SN) -R $@ $(LIBRARY_SNK)
+ echo $(Q) $(SN) -R $@ $(LIBRARY_SNK)
library_CLEAN_FILES += $(the_lib) $(the_lib).mdb $(the_lib:.dll=.pdb)
diff --git a/mcs/build/msbuild.make b/mcs/build/msbuild.make
new file mode 100644
index 00000000000..7ef91e39457
--- /dev/null
+++ b/mcs/build/msbuild.make
@@ -0,0 +1,162 @@
+# -*- makefile -*-
+#
+# The rules for building with msbuild.
+#
+# The NO_TEST stuff is not too pleasant but whatcha
+# gonna do.
+
+ifndef ASSEMBLY_NAME
+ASSEMBLY_NAME = $(ASSEMBLY)
+endif
+
+the_assemblydir_base = $(topdir)/class/lib/$(PROFILE_DIRECTORY)/$(if $(ASSEMBLY_SUBDIR),$(ASSEMBLY_SUBDIR)/)
+
+the_assemblydir = $(the_assemblydir_base)$(intermediate)
+the_assembly = $(the_assemblydir)$(ASSEMBLY_NAME)
+
+ifeq ($(BUILD_PLATFORM), win32)
+GACDIR = `cygpath -w $(mono_libdir)`
+GACROOT = `cygpath -w $(DESTDIR)$(mono_libdir)`
+test_flags += -d:WINDOWS
+else
+GACDIR = $(mono_libdir)
+GACROOT = $(DESTDIR)$(mono_libdir)
+endif
+
+ifndef NO_BUILD
+all-local: $(extra_targets)
+endif
+
+csproj-local:
+
+install-local: all-local
+test-local: all-local
+uninstall-local:
+
+ifdef NO_INSTALL
+install-local uninstall-local:
+ @:
+
+else
+
+aot_lib = $(the_assembly)$(PLATFORM_AOT_SUFFIX)
+aot_libname = $(ASSEMBLY_NAME)$(PLATFORM_AOT_SUFFIX)
+
+ifdef ASSEMBLY_INSTALL_DIR
+install-local:
+ $(MKINSTALLDIRS) $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)
+ $(INSTALL_LIB) $(the_assembly) $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME)
+ test ! -f $(the_assembly).mdb || $(INSTALL_LIB) $(the_assembly).mdb $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME).mdb
+ test ! -f $(the_assembly:.dll=.pdb) || $(INSTALL_LIB) $(the_assembly:.dll=.pdb) $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME:.dll=.pdb)
+
+ifdef PLATFORM_AOT_SUFFIX
+ test ! -f $(aot_lib) || $(INSTALL_LIB) $(aot_lib) $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)
+endif
+
+uninstall-local:
+ -rm -f $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME) $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME).mdb $(DESTDIR)$(ASSEMBLY_INSTALL_DIR)/$(ASSEMBLY_NAME:.dll=.pdb)
+
+else
+
+# If RUNTIME_HAS_CONSISTENT_GACDIR is set, it implies that the internal GACDIR
+# of the runtime is the same as the GACDIR we want. So, we don't need to pass it
+# to gacutil. Note that the GACDIR we want may not be the same as the value of
+# GACDIR set above, since the user could have overridden the value of $(prefix).
+#
+# This makes a difference only when we're building from the mono/ tree, since we
+# have to ensure that the internal GACDIR of the in-tree runtime matches where we
+# install the DLLs.
+
+ifndef RUNTIME_HAS_CONSISTENT_GACDIR
+gacdir_flag = /gacdir $(GACDIR)
+endif
+
+ifndef ASSEMBLY_PACKAGE
+ifdef ASSEMBLY_COMPAT
+ASSEMBLY_PACKAGE = compat-$(FRAMEWORK_VERSION)
+else
+ASSEMBLY_PACKAGE = $(FRAMEWORK_VERSION)
+endif
+endif
+
+ifneq (none, $(ASSEMBLY_PACKAGE))
+package_flag = /package $(ASSEMBLY_PACKAGE)
+endif
+
+install-local: $(gacutil)
+ $(GACUTIL) /i $(the_assembly) /f $(gacdir_flag) /root $(GACROOT) $(package_flag)
+
+uninstall-local: $(gacutil)
+ -$(GACUTIL) /u $(ASSEMBLY_NAME:.dll=) $(gacdir_flag) /root $(GACROOT) $(package_flag)
+
+endif # ASSEMBLY_INSTALL_DIR
+endif # NO_INSTALL
+
+clean-local:
+ -rm -rf $(tests_CLEAN_FILES) $(assembly_CLEAN_FILES) $(CLEAN_FILES)
+
+test-local run-test-local run-test-ondotnet-local:
+ @:
+
+DISTFILES = $(wildcard $(ASSEMBLY:$(ASSEMBLY_EXT)=.csproj)) $(EXTRA_DISTFILES)
+
+ASSEMBLY_EXT = $(suffix $(ASSEMBLY))
+include $(topdir)/build/tests.make
+
+ifdef HAVE_CS_TESTS
+DISTFILES += $(test_sourcefile)
+endif
+
+# make dist will collect files in .sources files from all profiles
+dist-local: dist-default
+ subs=' ' ; \
+ for f in `$(topdir)/tools/removecomments.sh $(filter-out $(wildcard *_test.dll.sources) $(wildcard *_xtest.dll.sources) $(wildcard *exclude.sources),$(wildcard *.sources))` $(TEST_FILES) ; do \
+ case $$f in \
+ ../*) : ;; \
+ *.g.cs) : ;; \
+ *) dest=`dirname "$$f"` ; \
+ case $$subs in *" $$dest "*) : ;; *) subs=" $$dest$$subs" ; $(MKINSTALLDIRS) $(distdir)/$$dest ;; esac ; \
+ cp -p "$$f" $(distdir)/$$dest || exit 1 ;; \
+ esac ; done ; \
+ for d in . $$subs ; do \
+ case $$d in .) : ;; *) test ! -f $$d/ChangeLog || cp -p $$d/ChangeLog $(distdir)/$$d ;; esac ; done
+
+# The assembly
+
+ifndef NO_BUILD
+ifdef PLATFORM_AOT_SUFFIX
+
+$(the_assembly)$(PLATFORM_AOT_SUFFIX): $(the_assembly)
+ $(Q_AOT) MONO_PATH='$(the_assemblydir_base)' > $(PROFILE)_$(ASSEMBLY_NAME)_aot.log 2>&1 $(RUNTIME) $(AOT_BUILD_FLAGS) --debug $(the_assembly)
+
+all-local-aot: $(the_assembly)$(PLATFORM_AOT_SUFFIX)
+
+assembly_CLEAN_FILES += $(the_assembly)$(PLATFORM_AOT_SUFFIX) $(PROFILE)_$(ASSEMBLY_NAME)_aot.log
+
+endif
+endif
+
+# for now, don't give any /lib flags or set MONO_PATH, since we
+# give a full path to the assembly.
+
+## Include corcompare stuff
+include $(topdir)/build/corcompare.make
+
+ifndef NO_BUILD
+all-local: $(test_makefrag) $(btest_makefrag)
+endif
+
+$(test_response) $(test_makefrag) $(btest_response) $(btest_makefrag): $(topdir)/build/msbuild.make $(depsdir)/.stamp
+
+## Documentation stuff
+
+doc-update-local: $(the_assemblydir)/.doc-stamp
+
+$(the_assemblydir)/.doc-stamp: $(the_assembly)
+ $(MDOC_UP) $(the_assembly)
+ @echo "doc-stamp" > $@
+
+gen-deps:
+
+update-corefx-sr: $(RESX_RESOURCE_STRING)
+ MONO_PATH="$(topdir)/class/lib/$(BUILD_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BUILD_PROFILE)/resx2sr.exe $(RESX_RESOURCE_STRING) >corefx/SR.cs
diff --git a/mcs/build/msbuild.props b/mcs/build/msbuild.props
new file mode 100644
index 00000000000..03b5dc1b766
--- /dev/null
+++ b/mcs/build/msbuild.props
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Choose>
+ <When Condition="'$(BuildPlatform)' == 'darwin'">
+ </When>
+ <When Condition="'$(BuildPlatform)' == 'linux'">
+ </When>
+ <When Condition="'$(BuildPlatform)' == 'win32'">
+ </When>
+ </Choose>
+
+ <Choose>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'basic'">
+ <PropertyGroup>
+ <Profile>basic</Profile>
+ <HostPlatform>$(BuildPlatform)</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'build-darwin'">
+ <PropertyGroup>
+ <Profile>build</Profile>
+ <HostPlatform>darwin</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'build-linux'">
+ <PropertyGroup>
+ <Profile>build</Profile>
+ <HostPlatform>linux</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'build-win32'">
+ <PropertyGroup>
+ <Profile>build</Profile>
+ <HostPlatform>win32</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'net_4_x-darwin'">
+ <PropertyGroup>
+ <Profile>net_4_x</Profile>
+ <HostPlatform>darwin</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'net_4_x-linux'">
+ <PropertyGroup>
+ <Profile>net_4_x</Profile>
+ <HostPlatform>linux</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'net_4_x-win32'">
+ <PropertyGroup>
+ <Profile>net_4_x</Profile>
+ <HostPlatform>win32</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'binary_reference_assemblies'">
+ <PropertyGroup>
+ <Profile>binary_reference_assemblies</Profile>
+ <HostPlatform>$(BuildPlatform)</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_12-darwin'">
+ <PropertyGroup>
+ <Profile>xbuild_12</Profile>
+ <HostPlatform>darwin</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_12-linux'">
+ <PropertyGroup>
+ <Profile>xbuild_12</Profile>
+ <HostPlatform>linux</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_12-win32'">
+ <PropertyGroup>
+ <Profile>xbuild_12</Profile>
+ <HostPlatform>win32</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_14-darwin'">
+ <PropertyGroup>
+ <Profile>xbuild_14</Profile>
+ <HostPlatform>darwin</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_14-linux'">
+ <PropertyGroup>
+ <Profile>xbuild_14</Profile>
+ <HostPlatform>linux</HostPlatform>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Profile)' == '' AND '$(HostPlatform)' == '' AND '$(Configuration)' == 'xbuild_14-win32'">
+ <PropertyGroup>
+ <Profile>xbuild_14</Profile>
+ <HostPlatform>win32</HostPlatform>
+ </PropertyGroup>
+ </When>
+ </Choose>
+
+ <Import Project="$(MSBuildThisFileDirectory)\profiles\$(Profile).props" />
+
+ <PropertyGroup>
+ <BuildPlatform Condition="'$(BuildPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</BuildPlatform>
+ <BuildPlatform Condition="'$(BuildPlatform)' == '' and '$(OS)' == 'Unix'">linux</BuildPlatform>
+ <BuildPlatform Condition="'$(BuildPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</BuildPlatform>
+ <HostPlatform Condition="'$(HostPlatform)' == ''">$(BuildPlatform)</HostPlatform>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <CodePage Condition="'$(CodePage)' == ''">65001</CodePage>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == '' AND '$(BuildIntermediate)' == ''">obj-$(ProfileDirectory)</IntermediateOutputPath>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == '' AND '$(BuildIntermediate)' != ''">obj-$(ProfileDirectory)-$(BuildIntermediate)</IntermediateOutputPath>
+ <OutputPath Condition="'$(OutputPath)' == '' AND '$(BuildIntermediate)' == ''">$(MSBuildThisFileDirectory)\..\class\lib\$(ProfileDirectory)</OutputPath>
+ <OutputPath Condition="'$(OutputPath)' == '' AND '$(BuildIntermediate)' != ''">$(MSBuildThisFileDirectory)\..\class\lib\$(ProfileDirectory)\$(BuildIntermediate)</OutputPath>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <NoConfig>true</NoConfig>
+ <NoLogo>true</NoLogo>
+ <NoWarn>$(NoWarn),1699</NoWarn>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <BypassFrameworkInstallChecks>true</BypassFrameworkInstallChecks>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <NoStdLib>true</NoStdLib>
+ <NoExplicitReferenceToStdLib>true</NoExplicitReferenceToStdLib>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <CopyNuGetImplementations>false</CopyNuGetImplementations>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <!-- <SignAssembly>true</SignAssembly> -->
+ <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\..\class\mono.snk</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+
+ <Choose>
+ <When Condition="'$(Configuration)' == 'Debug'">
+ <PropertyGroup>
+ <DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
+ <Optimize Condition="'$(Optimize)' == ''">false</Optimize>
+ <DebugType Condition="'$(DebugType)' == ''">full</DebugType>
+ </PropertyGroup>
+ </When>
+ <When Condition="'$(Configuration)' == 'Release'">
+ <PropertyGroup>
+ <DebugSymbols Condition="'$(DebugSymbols)' == ''">true</DebugSymbols>
+ <Optimize Condition="'$(Optimize)' == ''">true</Optimize>
+ <!-- <DebugType Condition="'$(DebugType)' == ''">pdbonly</DebugType> -->
+ </PropertyGroup>
+ </When>
+ </Choose>
+
+ <PropertyGroup>
+ <!-- Build library by default -->
+ <OutputType>Library</OutputType>
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/basic.make b/mcs/build/profiles/basic.make
index 17ef1022b5d..f16a3e4d0e0 100644
--- a/mcs/build/profiles/basic.make
+++ b/mcs/build/profiles/basic.make
@@ -10,20 +10,25 @@ use_monolite := $(wildcard $(monolite_flag))
MONOLITE_MSCORLIB = $(monolite_path)/mscorlib.dll
ifdef use_monolite
-ifdef MCS_MODE
- CSC_LOCATION = $(monolite_path)/mcs.exe
+PROFILE_RUNTIME = $(with_mono_path_monolite) $(RUNTIME)
+else
+PROFILE_RUNTIME = $(EXTERNAL_RUNTIME)
endif
-PROFILE_RUNTIME = $(with_mono_path_monolite) $(RUNTIME)
+# ifdef use_monolite
+# BUILD_MCS = $(PROFILE_RUNTIME) $(RUNTIME_FLAGS) $(CSC_LOCATION)
+# else
+# ifdef MCS_MODE
+# BUILD_MCS = mcs
+# else
+# BUILD_MCS = $(PROFILE_RUNTIME) $(RUNTIME_FLAGS) $(CSC_LOCATION)
+# endif
+# endif
+
BUILD_MCS = $(PROFILE_RUNTIME) $(RUNTIME_FLAGS) $(CSC_LOCATION)
-else
-PROFILE_RUNTIME = $(EXTERNAL_RUNTIME)
ifdef MCS_MODE
- BUILD_MCS = mcs
-else
- BUILD_MCS = $(PROFILE_RUNTIME) $(RUNTIME_FLAGS) $(CSC_LOCATION)
-endif
+CSC_LOCATION = $(if $(use_monolite),$(monolite_path)/)mcs.exe
endif
DEFAULT_REFERENCES = -r:$(topdir)/class/lib/$(PROFILE)/mscorlib.dll
diff --git a/mcs/build/profiles/basic.props b/mcs/build/profiles/basic.props
new file mode 100644
index 00000000000..f6d46152383
--- /dev/null
+++ b/mcs/build/profiles/basic.props
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;MONO;WIN_PLATFORM;BOOTSTRAP_BASIC</DefineConstants>
+ <FrameworkVersion>4.0</FrameworkVersion>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/binary_reference_assemblies.props b/mcs/build/profiles/binary_reference_assemblies.props
new file mode 100644
index 00000000000..d2e2aefcb4a
--- /dev/null
+++ b/mcs/build/profiles/binary_reference_assemblies.props
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/build.props b/mcs/build/profiles/build.props
new file mode 100644
index 00000000000..bc1d7e7d2e4
--- /dev/null
+++ b/mcs/build/profiles/build.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)-$(HostPlatform)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;MONO;WIN_PLATFORM</DefineConstants>
+ <FrameworkVersion>4.5</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monodroid.props b/mcs/build/profiles/monodroid.props
new file mode 100644
index 00000000000..00aa1e2dfd5
--- /dev/null
+++ b/mcs/build/profiles/monodroid.props
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;MOBILE_DYNAMIC;MONODROID;ANDROID</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <ProfileIsMobileDynamic>true</ProfileIsMobileDynamic>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch.props b/mcs/build/profiles/monotouch.props
new file mode 100644
index 00000000000..6c10f001e9b
--- /dev/null
+++ b/mcs/build/profiles/monotouch.props
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildThisFileDirectory)\monotouch_runtime.props" />
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);FULL_AOT_RUNTIME</DefineConstants>
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch_runtime.props b/mcs/build/profiles/monotouch_runtime.props
new file mode 100644
index 00000000000..57690556b03
--- /dev/null
+++ b/mcs/build/profiles/monotouch_runtime.props
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MOBILE,MOBILE_LEGACY;MONO;MONOTOUCH;DISABLE_REMOTING;DISABLE_COM;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsAotFriendly>true</ProfileIsAotFriendly>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <DisableConsole>true</DisableConsole>
+ <DisableBoringTls>true</DisableBoringTls>
+ <EnableAppleTls>true</EnableAppleTls>
+ <EnableAppleTlsOnly>true</EnableAppleTlsOnly>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch_tv.props b/mcs/build/profiles/monotouch_tv.props
new file mode 100644
index 00000000000..f386f5929ec
--- /dev/null
+++ b/mcs/build/profiles/monotouch_tv.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildThisFileDirectory)\monotouch.props" />
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);MONOTOUCH_TV</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DisableThreadAbort>true</DisableThreadAbort>
+ <DisableThreadSuspendResume>true</DisableThreadSuspendResume>
+ <DisableAppDomains>true</DisableAppDomains>
+ <DisableProcessStart>true</DisableProcessStart>
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch_tv_runtime.props b/mcs/build/profiles/monotouch_tv_runtime.props
new file mode 100644
index 00000000000..35334f76c18
--- /dev/null
+++ b/mcs/build/profiles/monotouch_tv_runtime.props
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildThisFileDirectory)\monotouch_runtime.props" />
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);MONOTOUCH_TV</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DisableThreadAbort>true</DisableThreadAbort>
+ <DisableThreadSuspendResume>true</DisableThreadSuspendResume>
+ <!-- The binding generator (btv) still needs to execute processes, so we need a System.dll that can do that -->
+ <!-- <DisableProcessStart>true</DisableProcessStart> -->
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch_watch.props b/mcs/build/profiles/monotouch_watch.props
new file mode 100644
index 00000000000..de78db2b57d
--- /dev/null
+++ b/mcs/build/profiles/monotouch_watch.props
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildThisFileDirectory)\monotouch.props" />
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);FEATURE_NO_BSD_SOCKETS;MONOTOUCH_WATCH</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DisableThreadAbort>true</DisableThreadAbort>
+ <DisableThreadSuspendResume>true</DisableThreadSuspendResume>
+ <DisableAppDomains>true</DisableAppDomains>
+ <DisableProcessStart>true</DisableProcessStart>
+ <DisableMonoSecurity>true</DisableMonoSecurity>
+ <EnableAppleTls>true</EnableAppleTls>
+ <EnableAppleTlsOnly>true</EnableAppleTlsOnly>
+ <EnableAppleX509>true</EnableAppleX509>
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/monotouch_watch_runtime.props b/mcs/build/profiles/monotouch_watch_runtime.props
new file mode 100644
index 00000000000..7eb0e685c0d
--- /dev/null
+++ b/mcs/build/profiles/monotouch_watch_runtime.props
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildThisFileDirectory)\monotouch_runtime.props" />
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);FEATURE_NO_BSD_SOCKETS;MONOTOUCH_WATCH</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DisableThreadAbort>true</DisableThreadAbort>
+ <DisableThreadSuspendResume>true</DisableThreadSuspendResume>
+ <DisableAppDomains>true</DisableAppDomains>
+ <!-- The binding generator (btv) still needs to execute processes, so we need a System.dll that can do that -->
+ <!-- <DisableProcessStart>true</DisableProcessStart> -->
+ <DisableMonoSecurity>true</DisableMonoSecurity>
+ <EnableAppleTls>true</EnableAppleTls>
+ <EnableAppleTlsOnly>true</EnableAppleTlsOnly>
+ <EnableAppleX509>true</EnableAppleX509>
+ </PropertyGroup>
+</Project>
+
diff --git a/mcs/build/profiles/net_4_x.props b/mcs/build/profiles/net_4_x.props
new file mode 100644
index 00000000000..8783a02a11d
--- /dev/null
+++ b/mcs/build/profiles/net_4_x.props
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)-$(HostPlatform)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
+ <FrameworkVersion>4.5</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <EnableAppleTls>true</EnableAppleTls>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/orbis.props b/mcs/build/profiles/orbis.props
new file mode 100644
index 00000000000..830bfd751d3
--- /dev/null
+++ b/mcs/build/profiles/orbis.props
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;FULL_AOT_DESKTOP;FULL_AOT_RUNTIME;ORBIS;DISABLE_REMOTING;DISABLE_COM</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsAotFriendly>true</ProfileIsAotFriendly>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <EnableAotTesting>true</EnableAotTesting>
+ <DisableConsole>true</DisableConsole>
+ <DisableBorintTls>true</DisableBorintTls>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/testing_aot_full.props b/mcs/build/profiles/testing_aot_full.props
new file mode 100644
index 00000000000..2db5e0949cc
--- /dev/null
+++ b/mcs/build/profiles/testing_aot_full.props
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;FULL_AOT_DESKTOP;FULL_AOT_RUNTIME;DISABLE_REMOTING;DISABLE_COM</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsAotFriendly>true</ProfileIsAotFriendly>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <DisableConsole>true</DisableConsole>
+ <EnableAotTesting>true</EnableAotTesting>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/testing_aot_hybrid.props b/mcs/build/profiles/testing_aot_hybrid.props
new file mode 100644
index 00000000000..52fb9bb7e03
--- /dev/null
+++ b/mcs/build/profiles/testing_aot_hybrid.props
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;MOBILE;MOBILE_LEGACY;MOBILE_DYNAMIC;NET_3_5;NET_4_0;NET_4_5;MONO</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <ProfileIsMobileDynamic>true</ProfileIsMobileDynamic>
+ <DisableConsole>true</DisableConsole>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/winaot.props b/mcs/build/profiles/winaot.props
new file mode 100644
index 00000000000..82a8d08f2a3
--- /dev/null
+++ b/mcs/build/profiles/winaot.props
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;FULL_AOT_DESKTOP;FULL_AOT_RUNTIME;DISABLE_REMOTING;DISABLE_COM;WIN_PLATFORM</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsAotFriendly>true</ProfileIsAotFriendly>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <EnableAotTesting>true</EnableAotTesting>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/xammac.props b/mcs/build/profiles/xammac.props
new file mode 100644
index 00000000000..2680289b086
--- /dev/null
+++ b/mcs/build/profiles/xammac.props
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_DYNAMIC;XAMMAC;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;XAMARIN_MODERN</DefineConstants>
+ <FrameworkVersion>2.1</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <ProfileIsMobile>true</ProfileIsMobile>
+ <ProfileIsMobileDynamic>true</ProfileIsMobileDynamic>
+ <DisableConsole>true</DisableConsole>
+ <DisableBoringTls>true</DisableBoringTls>
+ <EnableAppleTls>true</EnableAppleTls>
+ <EnableAppleTlsOnly>true</EnableAppleTlsOnly>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/xammac_net_4_5.props b/mcs/build/profiles/xammac_net_4_5.props
new file mode 100644
index 00000000000..a8fd0dd69c1
--- /dev/null
+++ b/mcs/build/profiles/xammac_net_4_5.props
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;NO_SYSTEM_DRAWING_DEPENDENCY;NO_WINFORMS_DEPENDENCY;NO_SYSTEM_WEB_DEPENDENCY;XAMMAC_4_5;XAMARIN_MODERN</DefineConstants>
+ <FrameworkVersion>4.5</FrameworkVersion>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DisableWindowsBase>true</DisableWindowsBase>
+ <DisableSystemWebDependency>true</DisableSystemWebDependency>
+ <DisableSystemWebAppServicesDependency>true</DisableSystemWebAppServicesDependency>
+ <DisableSystemWinformsDependency>true</DisableSystemWinformsDependency>
+ <DisableSystemDrawingDependency>true</DisableSystemDrawingDependency>
+ <DisableSystemServiceModelActivationDependency>true</DisableSystemServiceModelActivationDependency>
+ <DisableSystemDesignDependency>true</DisableSystemDesignDependency>
+ <DisableSystemDirectoryServicesDependency>true</DisableSystemDirectoryServicesDependency>
+ <DisableBoringTls>true</DisableBoringTls>
+ <EnableAppleTls>true</EnableAppleTls>
+ <EnableAppleTlsOnly>true</EnableAppleTlsOnly>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="$(MSBuildThisFileDirectory)\..\..\class\corlib\corlib.csproj" Condition="'$(AssemblyName)' != 'mscorlib'" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/xbuild_12.props b/mcs/build/profiles/xbuild_12.props
new file mode 100644
index 00000000000..b26d06ca57f
--- /dev/null
+++ b/mcs/build/profiles/xbuild_12.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;XBUILD_12</DefineConstants>
+ <FrameworkVersion>4.5</FrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib">
+ <HintPath>$(MSBuildThisFileDirectory)\..\..\class\lib\net_4_x-$(HostPlatform)\mscorlib.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/profiles/xbuild_14.props b/mcs/build/profiles/xbuild_14.props
new file mode 100644
index 00000000000..8609948eee8
--- /dev/null
+++ b/mcs/build/profiles/xbuild_14.props
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <ProfileDirectory>$(Profile)</ProfileDirectory>
+ <DefineConstants>$(DefineConstants);NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;XBUILD_12;XBUILD_14</DefineConstants>
+ <FrameworkVersion>4.5</FrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib">
+ <HintPath>$(MSBuildThisFileDirectory)\..\..\class\lib\net_4_x-$(HostPlatform)\mscorlib.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/build/rules.make b/mcs/build/rules.make
index f6707b52ec4..24865003bf2 100644
--- a/mcs/build/rules.make
+++ b/mcs/build/rules.make
@@ -25,7 +25,8 @@ Q=$(if $(V),,@)
Q_MCS=$(if $(V),,@echo "$(if $(MCS_MODE),MCS,CSC) [$(intermediate)$(PROFILE_DIRECTORY)] $(notdir $(@))";)
Q_AOT=$(if $(V),,@echo "AOT [$(intermediate)$(PROFILE_DIRECTORY)] $(notdir $(@))";)
-USE_MCS_FLAGS = /codepage:$(CODEPAGE) /nologo /noconfig /deterministic $(LOCAL_MCS_FLAGS) $(PLATFORM_MCS_FLAGS) $(PROFILE_MCS_FLAGS) $(MCS_FLAGS)
+DEFAULT_REFERENCES = -r:$(topdir)/class/lib/$(PROFILE_DIRECTORY)/mscorlib.dll
+USE_MCS_FLAGS = /codepage:$(CODEPAGE) /nologo /noconfig /deterministic $(LOCAL_MCS_FLAGS) $(PLATFORM_MCS_FLAGS) $(PROFILE_MCS_FLAGS) $(MCS_FLAGS) $(DEFAULT_REFERENCES)
USE_MBAS_FLAGS = /codepage:$(CODEPAGE) $(LOCAL_MBAS_FLAGS) $(PLATFORM_MBAS_FLAGS) $(PROFILE_MBAS_FLAGS) $(MBAS_FLAGS)
USE_CFLAGS = $(LOCAL_CFLAGS) $(CFLAGS) $(CPPFLAGS)
CSCOMPILE = $(Q_MCS) $(BUILD_MCS) $(USE_MCS_FLAGS)
@@ -43,7 +44,7 @@ INTERNAL_ILASM = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/ilas
BUILD_PROFILE = build
# Using CSC_SDK_PATH_DISABLED for sanity check that all references have path specified
BUILD_MCS = MONO_PATH="$(topdir)/class/lib/$(BUILD_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" CSC_SDK_PATH_DISABLED= \
- $(RUNTIME) $(RUNTIME_FLAGS) $(CSC_RUNTIME_FLAGS) $(if $(MCS_MODE),$(topdir)/class/lib/$(BUILD_PROFILE)/mcs.exe,$(CSC_LOCATION))
+ $(RUNTIME) $(RUNTIME_FLAGS) $(CSC_RUNTIME_FLAGS) $(CSC_LOCATION)
RESGEN = MONO_PATH="$(topdir)/class/lib/$(BUILD_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(RESGEN_EXE) $(topdir)/class/lib/$(BUILD_PROFILE)/resgen.exe
STRING_REPLACER = MONO_PATH="$(topdir)/class/lib/$(BUILD_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BUILD_PROFILE)/cil-stringreplacer.exe
@@ -92,6 +93,10 @@ endif
# Rest of the configuration
+ifdef MCS_MODE
+CSC_LOCATION = $(topdir)/class/lib/$(BUILD_PROFILE)/mcs.exe
+endif
+
ifndef PROFILE
PROFILE = $(DEFAULT_PROFILE)
endif
diff --git a/mcs/class/.gitignore b/mcs/class/.gitignore
index 4da3ed027ec..efca8fc845e 100644
--- a/mcs/class/.gitignore
+++ b/mcs/class/.gitignore
@@ -1,3 +1,4 @@
/lib
/compat/
monolite-*.tar.gz
+/**/obj-*
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index d1dd9c4f6b9..f41c307c3a8 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -58,9 +58,9 @@ System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Task
System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \
System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \
System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple \
-System.Text.Encoding.CodePages
+System.Text.Encoding.CodePages System.Diagnostics.Tracing
-build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS) System.Text.RegularExpressions System.Diagnostics.Contracts
+build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS) System.Text.RegularExpressions System.Diagnostics.Contracts System.Diagnostics.Tracing
monodroid_SUBDIRS = $(monotouch_SUBDIRS)
monodroid_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index eb3b7b09ce2..122f47b1339 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -10,25 +10,15 @@ endif
# The minimal set of csc dependencies
basic_SUBDIRS := \
- corlib \
- Mono.Security \
- System \
- System.XML \
- System.Core \
System.ComponentModel.Composition.4.5 \
System.Numerics \
System.Xml.Linq \
Mono.Cecil \
$(MCS_MODE_dirs) \
+ System.Xaml \
../tools/cil-stringreplacer
build_SUBDIRS := \
- corlib \
- Mono.Security \
- System \
- System.XML \
- Mono.Posix \
- System.Core \
System.ComponentModel.Composition.4.5 \
System.Numerics \
System.Xml.Linq \
@@ -36,8 +26,8 @@ build_SUBDIRS := \
System.Drawing \
Mono.Cecil \
$(MCS_MODE_dirs) \
- Mono.CompilerServices.SymbolWriter \
- PEAPI \
+ PEAPI \
+ System.Xaml \
../tools/cil-stringreplacer
ifdef MCS_MODE
@@ -179,15 +169,6 @@ xammac_4_5_dirs := \
$(pcl_facade_dirs)
net_4_x_dirs := \
- corlib \
- Mono.Security \
- System \
- System.XML \
- Mono.CompilerServices.SymbolWriter \
- Mono.Posix \
- System.Core \
- System.Security \
- System.Configuration \
System.Drawing \
System.IO.Compression \
System.IO.Compression.FileSystem \
@@ -393,7 +374,7 @@ monolite_dir = monolite-$(HOST_PLATFORM)/$(MONO_CORLIB_VERSION)
# Files needed to bootstrap C# compiler
build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Core.dll System.Security.dll System.Configuration.dll \
- System.Numerics.dll System.Xml.Linq.dll \
+ System.Numerics.dll System.Xml.Linq.dll System.Xaml \
Facades/System.Collections.Concurrent.dll Facades/System.Linq.dll Facades/System.Runtime.dll Facades/System.Collections.dll \
Facades/System.Reflection.Extensions.dll Facades/System.Text.Encoding.Extensions.dll Facades/System.Diagnostics.Debug.dll \
Facades/System.Reflection.Primitives.dll Facades/System.Text.Encoding.dll Facades/System.Diagnostics.Tools.dll Facades/System.Reflection.dll \
@@ -402,7 +383,7 @@ build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Co
Facades/System.IO.dll Facades/System.Runtime.InteropServices.dll Facades/System.Xml.ReaderWriter.dll Facades/System.Linq.Expressions.dll \
Facades/System.Runtime.Numerics.dll Facades/System.Xml.XDocument.dll Facades/System.IO.FileSystem.Primitives.dll Facades/System.IO.FileSystem.dll \
Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll \
- Facades/System.ValueTuple.dll Facades/System.Text.Encoding.CodePages.dll
+ Facades/System.ValueTuple.dll Facades/System.Text.Encoding.CodePages.dll Facades/System.Diagnostics.Tracing.dll
monolite_files = $(build_files:%=lib/$(monolite_dir)/%)
@@ -453,5 +434,15 @@ dist-local: dist-default
csproj-local:
-do-clean:
+.PHONY: all-msbuild
+all-msbuild:
+ $(Q_MSBUILD) CSC_SDK_PATH_DISABLED= MONO_ENV_OPTIONS="$(RUNTIME_FLAGS) $(CSC_RUNTIME_FLAGS) $$MONO_ENV_OPTIONS" msbuild class.sln /p:CscToolPath=$(abspath $(dir $(CSC_LOCATION))) /p:CscToolExe=$(notdir $(CSC_LOCATION)) /p:Configuration=$(PROFILE)$(if $(PROFILE_PLATFORM),-$(PROFILE_PLATFORM)) /p:Profile=$(PROFILE) /p:HostPlatform=$(HOST_PLATFORM) /m /verbosity:$(if $(V),$(if $(filter $(V),1),normal,$(if $(filter $(V),2),detailed,diagnostic)),minimal)
+
+all-recursive: all-msbuild
+
+.PHONY: clean-msbuild
+clean-msbuild:
+ $(Q_MSBUILD) CSC_SDK_PATH_DISABLED= MONO_ENV_OPTIONS="$(RUNTIME_FLAGS) $(CSC_RUNTIME_FLAGS) $$MONO_ENV_OPTIONS" msbuild class.sln /t:Clean /p:Configuration=$(PROFILE)$(if $(PROFILE_PLATFORM),-$(PROFILE_PLATFORM)) /p:Profile=$(PROFILE) /p:HostPlatform=$(HOST_PLATFORM)
+
+do-clean: clean-msbuild
$(RM) -rf $(topdir)/class/lib/$(PROFILE)
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
index 82f54a6cc08..671b60a16c8 100644
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
@@ -2,17 +2,8 @@ thisdir = class/Mono.CompilerServices.SymbolWriter
SUBDIRS =
include ../../build/rules.make
-LIBRARY = Mono.CompilerServices.SymbolWriter.dll
-LIB_REFS = System
-LIB_MCS_FLAGS =
+ASSEMBLY = Mono.CompilerServices.SymbolWriter.dll
NO_TEST = yes
-include ../../build/library.make
-
-$(the_lib): $(bare_libdir)/System.dll
-
-$(bare_libdir)/System.dll:
- (cd ../System; make $@)
-
-.NOTPARALLEL: $(bare_libdir)/System.dll
+include ../../build/msbuild.make
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj
deleted file mode 100644
index ea78a738738..00000000000
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter-net_4_x.csproj
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{88177C4B-894F-485D-B95A-44199C06BE9F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.CompilerServices.SymbolWriter</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="MonoSymbolFile.cs" />
- <Compile Include="MonoSymbolTable.cs" />
- <Compile Include="MonoSymbolWriter.cs" />
- <Compile Include="SourceMethodBuilder.cs" />
- <Compile Include="SymbolWriterImpl.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj
new file mode 100644
index 00000000000..09f8e05ec42
--- /dev/null
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
+
+ <PropertyGroup>
+ <AssemblyName>Mono.CompilerServices.SymbolWriter</AssemblyName>
+ <ProjectGuid>{88177C4B-894F-485D-B95A-44199C06BE9F}</ProjectGuid>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\System\System.csproj" />
+ </ItemGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="MonoSymbolWriter.cs" />
+ <Compile Include="MonoSymbolTable.cs" />
+ <Compile Include="MonoSymbolFile.cs" />
+ <Compile Include="SourceMethodBuilder.cs" />
+ <Compile Include="SymbolWriterImpl.cs" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.dll.sources b/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.dll.sources
deleted file mode 100644
index 1e5d31aa0f3..00000000000
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.dll.sources
+++ /dev/null
@@ -1,8 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-MonoSymbolWriter.cs
-MonoSymbolTable.cs
-MonoSymbolFile.cs
-SourceMethodBuilder.cs
-SymbolWriterImpl.cs
diff --git a/mcs/class/Mono.Posix/Makefile b/mcs/class/Mono.Posix/Makefile
index e64adac9448..29dd563ea03 100644
--- a/mcs/class/Mono.Posix/Makefile
+++ b/mcs/class/Mono.Posix/Makefile
@@ -2,15 +2,12 @@ thisdir = class/Mono.Posix
SUBDIRS =
include ../../build/rules.make
-LIBRARY = Mono.Posix.dll
-# Don't warn about [Obsolete] members, as there are now *lots* of [Obsolete]
-# members, generating volumes of output.
-LIB_REFS = System
-LIB_MCS_FLAGS = /unsafe /nowarn:0618,612
+ASSEMBLY = Mono.Posix.dll
+
TEST_MCS_FLAGS = /unsafe /nowarn:0219,0618
TEST_LIB_REFS = Mono.Posix System
-include ../../build/library.make
+include ../../build/msbuild.make
update-mappings:
cp `pkg-config --variable=Sources create-native-map` Mono.Unix.Native
diff --git a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj b/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj
deleted file mode 100644
index 8a186a782d8..00000000000
--- a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj
+++ /dev/null
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,612</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Posix</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618,612</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618,612</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\Mono.Posix\Catalog.cs" />
- <Compile Include=".\Mono.Posix\PeerCred.cs" />
- <Compile Include=".\Mono.Posix\Syscall.cs" />
- <Compile Include=".\Mono.Posix\UnixEndPoint.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSink.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSinkProvider.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixBinaryCore.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSink.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSinkProvider.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixChannel.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixClientChannel.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixClientTransportSink.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixClientTransportSinkProvider.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixConnectionPool.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixMessageIO.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixServerChannel.cs" />
- <Compile Include=".\Mono.Remoting.Channels.Unix\UnixServerTransportSink.cs" />
- <Compile Include=".\Mono.Unix.Native\CdeclFunction.cs" />
- <Compile Include=".\Mono.Unix.Native\FileNameMarshaler.cs" />
- <Compile Include=".\Mono.Unix.Native\MapAttribute.cs" />
- <Compile Include=".\Mono.Unix.Native\NativeConvert.cs" />
- <Compile Include=".\Mono.Unix.Native\NativeConvert.generated.cs" />
- <Compile Include=".\Mono.Unix.Native\RealTimeSignum.cs" />
- <Compile Include=".\Mono.Unix.Native\Stdlib.cs" />
- <Compile Include=".\Mono.Unix.Native\Syscall.cs" />
- <Compile Include=".\Mono.Unix.Native\TypeAttributes.cs" />
- <Compile Include=".\Mono.Unix\AbstractUnixEndPoint.cs" />
- <Compile Include=".\Mono.Unix\Catalog.cs" />
- <Compile Include=".\Mono.Unix\FileAccessPattern.cs" />
- <Compile Include=".\Mono.Unix\FileAccessPermissions.cs" />
- <Compile Include=".\Mono.Unix\FileHandleOperations.cs" />
- <Compile Include=".\Mono.Unix\FileSpecialAttributes.cs" />
- <Compile Include=".\Mono.Unix\FileTypes.cs" />
- <Compile Include=".\Mono.Unix\PeerCred.cs" />
- <Compile Include=".\Mono.Unix\StdioFileStream.cs" />
- <Compile Include=".\Mono.Unix\UnixClient.cs" />
- <Compile Include=".\Mono.Unix\UnixDirectoryInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixDriveInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixEncoding.cs" />
- <Compile Include=".\Mono.Unix\UnixEndPoint.cs" />
- <Compile Include=".\Mono.Unix\UnixEnvironment.cs" />
- <Compile Include=".\Mono.Unix\UnixFileInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixFileSystemInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixGroupInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixIOException.cs" />
- <Compile Include=".\Mono.Unix\UnixListener.cs" />
- <Compile Include=".\Mono.Unix\UnixMarshal.cs" />
- <Compile Include=".\Mono.Unix\UnixPath.cs" />
- <Compile Include=".\Mono.Unix\UnixPipes.cs" />
- <Compile Include=".\Mono.Unix\UnixProcess.cs" />
- <Compile Include=".\Mono.Unix\UnixSignal.cs" />
- <Compile Include=".\Mono.Unix\UnixStream.cs" />
- <Compile Include=".\Mono.Unix\UnixSymbolicLinkInfo.cs" />
- <Compile Include=".\Mono.Unix\UnixUserInfo.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/Mono.Posix/Mono.Posix.csproj b/mcs/class/Mono.Posix/Mono.Posix.csproj
new file mode 100644
index 00000000000..dbb4015dbd6
--- /dev/null
+++ b/mcs/class/Mono.Posix/Mono.Posix.csproj
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
+
+ <PropertyGroup>
+ <AssemblyName>Mono.Posix</AssemblyName>
+ <ProjectGuid>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</ProjectGuid>
+ <NoWarn>$(NoWarn),618,612</NoWarn>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\System\System.csproj" />
+ </ItemGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="Mono.Posix\Catalog.cs" />
+ <Compile Include="Mono.Posix\PeerCred.cs" />
+ <Compile Include="Mono.Posix\Syscall.cs" />
+ <Compile Include="Mono.Posix\UnixEndPoint.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryCore.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixConnectionPool.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixMessageIO.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixServerChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixServerTransportSink.cs" />
+ <Compile Include="Mono.Unix\AbstractUnixEndPoint.cs" />
+ <Compile Include="Mono.Unix\Catalog.cs" />
+ <Compile Include="Mono.Unix\FileAccessPattern.cs" />
+ <Compile Include="Mono.Unix\FileAccessPermissions.cs" />
+ <Compile Include="Mono.Unix\FileHandleOperations.cs" />
+ <Compile Include="Mono.Unix\FileSpecialAttributes.cs" />
+ <Compile Include="Mono.Unix\FileTypes.cs" />
+ <Compile Include="Mono.Unix\PeerCred.cs" />
+ <Compile Include="Mono.Unix\StdioFileStream.cs" />
+ <Compile Include="Mono.Unix\UnixClient.cs" />
+ <Compile Include="Mono.Unix\UnixDirectoryInfo.cs" />
+ <Compile Include="Mono.Unix\UnixDriveInfo.cs" />
+ <Compile Include="Mono.Unix\UnixEncoding.cs" />
+ <Compile Include="Mono.Unix\UnixEndPoint.cs" />
+ <Compile Include="Mono.Unix\UnixEnvironment.cs" />
+ <Compile Include="Mono.Unix\UnixFileInfo.cs" />
+ <Compile Include="Mono.Unix\UnixFileSystemInfo.cs" />
+ <Compile Include="Mono.Unix\UnixGroupInfo.cs" />
+ <Compile Include="Mono.Unix\UnixIOException.cs" />
+ <Compile Include="Mono.Unix\UnixListener.cs" />
+ <Compile Include="Mono.Unix\UnixMarshal.cs" />
+ <Compile Include="Mono.Unix\UnixPath.cs" />
+ <Compile Include="Mono.Unix\UnixPipes.cs" />
+ <Compile Include="Mono.Unix\UnixProcess.cs" />
+ <Compile Include="Mono.Unix\UnixSignal.cs" />
+ <Compile Include="Mono.Unix\UnixStream.cs" />
+ <Compile Include="Mono.Unix\UnixSymbolicLinkInfo.cs" />
+ <Compile Include="Mono.Unix\UnixUserInfo.cs" />
+ <Compile Include="Mono.Unix.Native\CdeclFunction.cs" />
+ <Compile Include="Mono.Unix.Native\FileNameMarshaler.cs" />
+ <Compile Include="Mono.Unix.Native\MapAttribute.cs" />
+ <Compile Include="Mono.Unix.Native\NativeConvert.cs" />
+ <Compile Include="Mono.Unix.Native\NativeConvert.generated.cs" />
+ <Compile Include="Mono.Unix.Native\RealTimeSignum.cs" />
+ <Compile Include="Mono.Unix.Native\Stdlib.cs" />
+ <Compile Include="Mono.Unix.Native\Syscall.cs" />
+ <Compile Include="Mono.Unix.Native\TypeAttributes.cs" />
+ </ItemGroup>
+ <ItemGroup Condition="'$(Profile)' == 'monodroid'">
+ <Compile Include="Mono.Unix.Android\AndroidUtils.cs" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index f7ed3c3d5ae..db2ee50ef1e 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -2,37 +2,10 @@ thisdir = class/Mono.Security
SUBDIRS =
include ../../build/rules.make
-LIBRARY = Mono.Security.dll
-LOCAL_MCS_FLAGS =
-LIB_REFS = bare/System
-LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
-
-CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
-ifdef CC_PROFILE
-
-BUILT_SOURCES = \
- ../corlib/CommonCrypto/SHA224Managed.g.cs \
- ../corlib/CommonCrypto/MD2Managed.g.cs \
- ../corlib/CommonCrypto/MD4Managed.g.cs
-
-../corlib/CommonCrypto/%.g.cs:
- $(MAKE) -C ../corlib/CommonCrypto
-
-endif
+ASSEMBLY = Mono.Security.dll
-include ../../build/library.make
-
-$(the_lib): $(the_libdir_base)bare/System.dll
-
-$(the_libdir_base)bare/System.dll:
- (cd ../System; $(MAKE) $@)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
-.NOTPARALLEL: $(the_libdir_base)bare/System.dll
+include ../../build/msbuild.make
EXTRA_DISTFILES = Mono.Security.Interface/README.md
-
-#
-# Update this comment to trigger a build in System
-# +3
-#
diff --git a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj b/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj
deleted file mode 100644
index f4b4f9fbef9..00000000000
--- a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj
+++ /dev/null
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,1030,3009</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Security</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,1030,3009</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,1030,3009</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\AssemblyRef.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
- <Compile Include=".\Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
- <Compile Include=".\Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
- <Compile Include=".\Mono.Math.Prime\ConfidenceFactor.cs" />
- <Compile Include=".\Mono.Math.Prime\PrimalityTests.cs" />
- <Compile Include=".\Mono.Math\BigInteger.cs" />
- <Compile Include=".\Mono.Security.Authenticode\AuthenticodeBase.cs" />
- <Compile Include=".\Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
- <Compile Include=".\Mono.Security.Authenticode\AuthenticodeFormatter.cs" />
- <Compile Include=".\Mono.Security.Authenticode\PrivateKey.cs" />
- <Compile Include=".\Mono.Security.Authenticode\SoftwarePublisherCertificate.cs" />
- <Compile Include=".\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include=".\Mono.Security.Cryptography\CryptoConvert.cs" />
- <Compile Include=".\Mono.Security.Cryptography\CryptoTools.cs" />
- <Compile Include=".\Mono.Security.Cryptography\DHKeyGeneration.cs" />
- <Compile Include=".\Mono.Security.Cryptography\DHParameters.cs" />
- <Compile Include=".\Mono.Security.Cryptography\DiffieHellman.cs" />
- <Compile Include=".\Mono.Security.Cryptography\DiffieHellmanManaged.cs" />
- <Compile Include=".\Mono.Security.Cryptography\KeyPairPersistence.cs" />
- <Compile Include=".\Mono.Security.Cryptography\MD2.cs" />
- <Compile Include=".\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include=".\Mono.Security.Cryptography\MD4.cs" />
- <Compile Include=".\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include=".\Mono.Security.Cryptography\MD5SHA1.cs" />
- <Compile Include=".\Mono.Security.Cryptography\PKCS1.cs" />
- <Compile Include=".\Mono.Security.Cryptography\PKCS8.cs" />
- <Compile Include=".\Mono.Security.Cryptography\RC4.cs" />
- <Compile Include=".\Mono.Security.Cryptography\RSAManaged.cs" />
- <Compile Include=".\Mono.Security.Cryptography\SHA224.cs" />
- <Compile Include=".\Mono.Security.Cryptography\SHA224Managed.cs" />
- <Compile Include=".\Mono.Security.Cryptography\SymmetricTransform.cs" />
- <Compile Include=".\Mono.Security.Cryptography\TlsHMAC.cs" />
- <Compile Include=".\Mono.Security.Interface\Alert.cs" />
- <Compile Include=".\Mono.Security.Interface\BufferOffsetSize.cs" />
- <Compile Include=".\Mono.Security.Interface\CertificateValidationHelper.cs" />
- <Compile Include=".\Mono.Security.Interface\CipherAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Interface\CipherSuiteCode.cs" />
- <Compile Include=".\Mono.Security.Interface\ExchangeAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Interface\HashAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Interface\IBufferOffsetSize.cs" />
- <Compile Include=".\Mono.Security.Interface\IMonoSslStream.cs" />
- <Compile Include=".\Mono.Security.Interface\IMonoTlsEventSink.cs" />
- <Compile Include=".\Mono.Security.Interface\MonoTlsConnectionInfo.cs" />
- <Compile Include=".\Mono.Security.Interface\MonoTlsProvider.cs" />
- <Compile Include=".\Mono.Security.Interface\MonoTlsProviderFactory.cs" />
- <Compile Include=".\Mono.Security.Interface\MonoTlsSettings.cs" />
- <Compile Include=".\Mono.Security.Interface\SecretParameters.cs" />
- <Compile Include=".\Mono.Security.Interface\SecureBuffer.cs" />
- <Compile Include=".\Mono.Security.Interface\TlsBuffer.cs" />
- <Compile Include=".\Mono.Security.Interface\TlsException.cs" />
- <Compile Include=".\Mono.Security.Interface\TlsMultiBuffer.cs" />
- <Compile Include=".\Mono.Security.Interface\TlsProtocolCode.cs" />
- <Compile Include=".\Mono.Security.Interface\TlsProtocols.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\ChallengeResponse.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\ChallengeResponse2.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\MessageBase.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\NtlmAuthLevel.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\NtlmFlags.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\NtlmSettings.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\Type1Message.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\Type2Message.cs" />
- <Compile Include=".\Mono.Security.Protocol.Ntlm\Type3Message.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsClientCertificate.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsClientCertificateVerify.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsClientFinished.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsClientHello.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsClientKeyExchange.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerCertificate.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerCertificateRequest.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerFinished.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerHello.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerHelloDone.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Client\TlsServerKeyExchange.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsClientCertificate.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsClientCertificateVerify.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsClientFinished.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsClientHello.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsClientKeyExchange.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerCertificate.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerCertificateRequest.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerFinished.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerHello.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerHelloDone.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake.Server\TlsServerKeyExchange.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake\ClientCertificateType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake\HandshakeMessage.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls.Handshake\HandshakeType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\Alert.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\CipherAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\CipherSuite.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\CipherSuiteCollection.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\CipherSuiteFactory.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ClientContext.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ClientRecordProtocol.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ClientSessionCache.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ContentType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\Context.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\DebugHelper.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ExchangeAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\HandshakeState.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\HashAlgorithmType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\HttpsClientStream.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\RecordProtocol.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\RSASslSignatureDeformatter.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\RSASslSignatureFormatter.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SecurityCompressionType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SecurityParameters.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SecurityProtocolType.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ServerContext.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\ServerRecordProtocol.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SslCipherSuite.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SslClientStream.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SslHandshakeHash.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SslServerStream.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\SslStreamBase.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\TlsCipherSuite.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\TlsClientSettings.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\TlsException.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\TlsServerSettings.cs" />
- <Compile Include=".\Mono.Security.Protocol.Tls\TlsStream.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\CertificatePoliciesExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\CRLDistributionPointsExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\ExtendedKeyUsageExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\GeneralNames.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\KeyAttributesExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\NetscapeCertTypeExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\PrivateKeyUsagePeriodExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\SubjectAltNameExtension.cs" />
- <Compile Include=".\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
- <Compile Include=".\Mono.Security.X509\PKCS12.cs" />
- <Compile Include=".\Mono.Security.X509\X501Name.cs" />
- <Compile Include=".\Mono.Security.X509\X509Builder.cs" />
- <Compile Include=".\Mono.Security.X509\X509Certificate.cs" />
- <Compile Include=".\Mono.Security.X509\X509CertificateBuilder.cs" />
- <Compile Include=".\Mono.Security.X509\X509CertificateCollection.cs" />
- <Compile Include=".\Mono.Security.X509\X509Chain.cs" />
- <Compile Include=".\Mono.Security.X509\X509ChainStatusFlags.cs" />
- <Compile Include=".\Mono.Security.X509\X509CRL.cs" />
- <Compile Include=".\Mono.Security.X509\X509Extension.cs" />
- <Compile Include=".\Mono.Security.X509\X509Extensions.cs" />
- <Compile Include=".\Mono.Security.X509\X509Store.cs" />
- <Compile Include=".\Mono.Security.X509\X509StoreManager.cs" />
- <Compile Include=".\Mono.Security.X509\X509Stores.cs" />
- <Compile Include=".\Mono.Security.X509\X520Attributes.cs" />
- <Compile Include=".\Mono.Security\ASN1.cs" />
- <Compile Include=".\Mono.Security\ASN1Convert.cs" />
- <Compile Include=".\Mono.Security\BitConverterLE.cs" />
- <Compile Include=".\Mono.Security\PKCS7.cs" />
- <Compile Include=".\Mono.Security\StrongName.cs" />
- <Compile Include=".\Mono.Xml\MiniParser.cs" />
- <Compile Include=".\Mono.Xml\SecurityParser.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-bare-net_4_x.csproj">
- <Project>{483DB7F6-9145-4AE2-B9B2-2B5EE6FDEFB4}</Project>
- <Name>System-bare-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/Mono.Security/Mono.Security.csproj b/mcs/class/Mono.Security/Mono.Security.csproj
new file mode 100644
index 00000000000..934feeaa397
--- /dev/null
+++ b/mcs/class/Mono.Security/Mono.Security.csproj
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
+
+ <PropertyGroup>
+ <AssemblyName>Mono.Security</AssemblyName>
+ <ProjectGuid>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</ProjectGuid>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <NoWarn>$(NoWarn),1030,3009</NoWarn>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\System\System-bare.csproj" />
+ </ItemGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\AssemblyRef.cs" />
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="Mono.Math\BigInteger.cs" />
+ <Compile Include="Mono.Math.Prime\ConfidenceFactor.cs" />
+ <Compile Include="Mono.Math.Prime\PrimalityTests.cs" />
+ <Compile Include="Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
+ <Compile Include="Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
+ <Compile Include="Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
+ <Compile Include="Mono.Security\ASN1.cs" />
+ <Compile Include="Mono.Security\ASN1Convert.cs" />
+ <Compile Include="Mono.Security\BitConverterLE.cs" />
+ <Compile Include="Mono.Security\PKCS7.cs" />
+ <Compile Include="Mono.Security\StrongName.cs" />
+ <Compile Include="Mono.Security.Authenticode\AuthenticodeBase.cs" />
+ <Compile Include="Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
+ <Compile Include="Mono.Security.Authenticode\AuthenticodeFormatter.cs" />
+ <Compile Include="Mono.Security.Authenticode\SoftwarePublisherCertificate.cs" />
+ <Compile Include="Mono.Security.Authenticode\PrivateKey.cs" />
+ <Compile Include="Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="Mono.Security.Cryptography\CryptoConvert.cs" />
+ <Compile Include="Mono.Security.Cryptography\CryptoTools.cs" />
+ <Compile Include="Mono.Security.Cryptography\DHKeyGeneration.cs" />
+ <Compile Include="Mono.Security.Cryptography\DHParameters.cs" />
+ <Compile Include="Mono.Security.Cryptography\DiffieHellman.cs" />
+ <Compile Include="Mono.Security.Cryptography\DiffieHellmanManaged.cs" />
+ <Compile Include="Mono.Security.Cryptography\KeyPairPersistence.cs" />
+ <Compile Include="Mono.Security.Cryptography\MD2.cs" />
+ <Compile Include="Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="Mono.Security.Cryptography\MD4.cs" />
+ <Compile Include="Mono.Security.Cryptography\MD4Managed.cs" />
+ <Compile Include="Mono.Security.Cryptography\PKCS1.cs" />
+ <Compile Include="Mono.Security.Cryptography\PKCS8.cs" />
+ <Compile Include="Mono.Security.Cryptography\RC4.cs" />
+ <Compile Include="Mono.Security.Cryptography\RSAManaged.cs" />
+ <Compile Include="Mono.Security.Cryptography\SHA224.cs" />
+ <Compile Include="Mono.Security.Cryptography\SHA224Managed.cs" />
+ <Compile Include="Mono.Security.Cryptography\SymmetricTransform.cs" />
+ <Compile Include="Mono.Security.X509\PKCS12.cs" />
+ <Compile Include="Mono.Security.X509\X501Name.cs" />
+ <Compile Include="Mono.Security.X509\X509Builder.cs" />
+ <Compile Include="Mono.Security.X509\X509Certificate.cs" />
+ <Compile Include="Mono.Security.X509\X509CertificateCollection.cs" />
+ <Compile Include="Mono.Security.X509\X509CertificateBuilder.cs" />
+ <Compile Include="Mono.Security.X509\X509Chain.cs" />
+ <Compile Include="Mono.Security.X509\X509ChainStatusFlags.cs" />
+ <Compile Include="Mono.Security.X509\X509CRL.cs" />
+ <Compile Include="Mono.Security.X509\X509Extension.cs" />
+ <Compile Include="Mono.Security.X509\X509Extensions.cs" />
+ <Compile Include="Mono.Security.X509\X509Store.cs" />
+ <Compile Include="Mono.Security.X509\X509StoreManager.cs" />
+ <Compile Include="Mono.Security.X509\X509Stores.cs" />
+ <Compile Include="Mono.Security.X509\X520Attributes.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\CRLDistributionPointsExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\CertificatePoliciesExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\ExtendedKeyUsageExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\GeneralNames.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\KeyAttributesExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\NetscapeCertTypeExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\PrivateKeyUsagePeriodExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\SubjectAltNameExtension.cs" />
+ <Compile Include="Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
+ <Compile Include="Mono.Security.Cryptography\TlsHMAC.cs" />
+ <Compile Include="Mono.Security.Cryptography\MD5SHA1.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\ChallengeResponse.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\ChallengeResponse2.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\MessageBase.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmAuthLevel.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmFlags.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\NtlmSettings.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type1Message.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type2Message.cs" />
+ <Compile Include="Mono.Security.Protocol.Ntlm\Type3Message.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\Alert.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\CipherAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\CipherSuite.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\CipherSuiteCollection.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\CipherSuiteFactory.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ClientContext.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ClientRecordProtocol.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ClientSessionCache.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ContentType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\Context.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\DebugHelper.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ExchangeAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\HandshakeState.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\HashAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\HttpsClientStream.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\RecordProtocol.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\RSASslSignatureDeformatter.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\RSASslSignatureFormatter.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SecurityCompressionType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SecurityParameters.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SecurityProtocolType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ServerContext.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\ServerRecordProtocol.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SslClientStream.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SslCipherSuite.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SslHandshakeHash.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SslServerStream.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\SslStreamBase.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\TlsCipherSuite.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\TlsClientSettings.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\TlsException.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\TlsServerSettings.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls\TlsStream.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake\ClientCertificateType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake\HandshakeMessage.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake\HandshakeType.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsClientCertificate.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsClientCertificateVerify.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsClientFinished.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsClientHello.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsClientKeyExchange.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerCertificate.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerCertificateRequest.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerFinished.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerHello.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerHelloDone.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Client\TlsServerKeyExchange.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsClientCertificate.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsClientCertificateVerify.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsClientFinished.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsClientHello.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsClientKeyExchange.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerCertificate.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerCertificateRequest.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerFinished.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerHello.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerHelloDone.cs" />
+ <Compile Include="Mono.Security.Protocol.Tls.Handshake.Server\TlsServerKeyExchange.cs" />
+ <Compile Include="Mono.Xml\MiniParser.cs" />
+ <Compile Include="Mono.Xml\SecurityParser.cs" />
+ <Compile Include="Mono.Security.Interface\Alert.cs" />
+ <Compile Include="Mono.Security.Interface\CertificateValidationHelper.cs" />
+ <Compile Include="Mono.Security.Interface\CipherAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Interface\CipherSuiteCode.cs" />
+ <Compile Include="Mono.Security.Interface\ExchangeAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Interface\HashAlgorithmType.cs" />
+ <Compile Include="Mono.Security.Interface\IBufferOffsetSize.cs" />
+ <Compile Include="Mono.Security.Interface\IMonoTlsEventSink.cs" />
+ <Compile Include="Mono.Security.Interface\IMonoSslStream.cs" />
+ <Compile Include="Mono.Security.Interface\MonoTlsConnectionInfo.cs" />
+ <Compile Include="Mono.Security.Interface\MonoTlsProvider.cs" />
+ <Compile Include="Mono.Security.Interface\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Security.Interface\MonoTlsSettings.cs" />
+ <Compile Include="Mono.Security.Interface\TlsException.cs" />
+ <Compile Include="Mono.Security.Interface\TlsProtocolCode.cs" />
+ <Compile Include="Mono.Security.Interface\TlsProtocols.cs" />
+ <Compile Include="Mono.Security.Interface\BufferOffsetSize.cs" />
+ <Compile Include="Mono.Security.Interface\SecretParameters.cs" />
+ <Compile Include="Mono.Security.Interface\SecureBuffer.cs" />
+ <Compile Include="Mono.Security.Interface\TlsBuffer.cs" />
+ <Compile Include="Mono.Security.Interface\TlsMultiBuffer.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="$(Profile.StartsWith('monotouch')) OR '$(Profile)' == 'xammac'">
+ <Compile Include="..\corlib\CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="..\corlib\CommonCrypto\RC4CommonCrypto.cs" />
+ </ItemGroup>
+</Project>
+
diff --git a/mcs/class/Mono.Security/Mono.Security.dll.sources b/mcs/class/Mono.Security/Mono.Security.dll.sources
deleted file mode 100644
index a270d5f75de..00000000000
--- a/mcs/class/Mono.Security/Mono.Security.dll.sources
+++ /dev/null
@@ -1,160 +0,0 @@
-../../build/common/AssemblyRef.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-./Assembly/AssemblyInfo.cs
-./Mono.Math/BigInteger.cs
-./Mono.Math.Prime/ConfidenceFactor.cs
-./Mono.Math.Prime/PrimalityTests.cs
-./Mono.Math.Prime.Generator/NextPrimeFinder.cs
-./Mono.Math.Prime.Generator/PrimeGeneratorBase.cs
-./Mono.Math.Prime.Generator/SequentialSearchPrimeGeneratorBase.cs
-./Mono.Security/ASN1.cs
-./Mono.Security/ASN1Convert.cs
-./Mono.Security/BitConverterLE.cs
-./Mono.Security/PKCS7.cs
-./Mono.Security/StrongName.cs
-./Mono.Security.Authenticode/AuthenticodeBase.cs
-./Mono.Security.Authenticode/AuthenticodeDeformatter.cs
-./Mono.Security.Authenticode/AuthenticodeFormatter.cs
-./Mono.Security.Authenticode/SoftwarePublisherCertificate.cs
-./Mono.Security.Authenticode/PrivateKey.cs
-./Mono.Security.Cryptography/ARC4Managed.cs
-./Mono.Security.Cryptography/CryptoConvert.cs
-./Mono.Security.Cryptography/CryptoTools.cs
-./Mono.Security.Cryptography/DHKeyGeneration.cs
-./Mono.Security.Cryptography/DHParameters.cs
-./Mono.Security.Cryptography/DiffieHellman.cs
-./Mono.Security.Cryptography/DiffieHellmanManaged.cs
-./Mono.Security.Cryptography/KeyPairPersistence.cs
-./Mono.Security.Cryptography/MD2.cs
-./Mono.Security.Cryptography/MD2Managed.cs
-./Mono.Security.Cryptography/MD4.cs
-./Mono.Security.Cryptography/MD4Managed.cs
-./Mono.Security.Cryptography/PKCS1.cs
-./Mono.Security.Cryptography/PKCS8.cs
-./Mono.Security.Cryptography/RC4.cs
-./Mono.Security.Cryptography/RSAManaged.cs
-./Mono.Security.Cryptography/SHA224.cs
-./Mono.Security.Cryptography/SHA224Managed.cs
-./Mono.Security.Cryptography/SymmetricTransform.cs
-./Mono.Security.X509/PKCS12.cs
-./Mono.Security.X509/X501Name.cs
-./Mono.Security.X509/X509Builder.cs
-./Mono.Security.X509/X509Certificate.cs
-./Mono.Security.X509/X509CertificateCollection.cs
-./Mono.Security.X509/X509CertificateBuilder.cs
-./Mono.Security.X509/X509Chain.cs
-./Mono.Security.X509/X509ChainStatusFlags.cs
-./Mono.Security.X509/X509CRL.cs
-./Mono.Security.X509/X509Extension.cs
-./Mono.Security.X509/X509Extensions.cs
-./Mono.Security.X509/X509Store.cs
-./Mono.Security.X509/X509StoreManager.cs
-./Mono.Security.X509/X509Stores.cs
-./Mono.Security.X509/X520Attributes.cs
-./Mono.Security.X509.Extensions/AuthorityKeyIdentifierExtension.cs
-./Mono.Security.X509.Extensions/BasicConstraintsExtension.cs
-./Mono.Security.X509.Extensions/CRLDistributionPointsExtension.cs
-./Mono.Security.X509.Extensions/CertificatePoliciesExtension.cs
-./Mono.Security.X509.Extensions/ExtendedKeyUsageExtension.cs
-./Mono.Security.X509.Extensions/GeneralNames.cs
-./Mono.Security.X509.Extensions/KeyAttributesExtension.cs
-./Mono.Security.X509.Extensions/KeyUsageExtension.cs
-./Mono.Security.X509.Extensions/NetscapeCertTypeExtension.cs
-./Mono.Security.X509.Extensions/PrivateKeyUsagePeriodExtension.cs
-./Mono.Security.X509.Extensions/SubjectAltNameExtension.cs
-./Mono.Security.X509.Extensions/SubjectKeyIdentifierExtension.cs
-./Mono.Security.Cryptography/TlsHMAC.cs
-./Mono.Security.Cryptography/MD5SHA1.cs
-./Mono.Security.Protocol.Ntlm/ChallengeResponse.cs
-./Mono.Security.Protocol.Ntlm/ChallengeResponse2.cs
-./Mono.Security.Protocol.Ntlm/MessageBase.cs
-./Mono.Security.Protocol.Ntlm/NtlmAuthLevel.cs
-./Mono.Security.Protocol.Ntlm/NtlmFlags.cs
-./Mono.Security.Protocol.Ntlm/NtlmSettings.cs
-./Mono.Security.Protocol.Ntlm/Type1Message.cs
-./Mono.Security.Protocol.Ntlm/Type2Message.cs
-./Mono.Security.Protocol.Ntlm/Type3Message.cs
-./Mono.Security.Protocol.Tls/Alert.cs
-./Mono.Security.Protocol.Tls/CipherAlgorithmType.cs
-./Mono.Security.Protocol.Tls/CipherSuite.cs
-./Mono.Security.Protocol.Tls/CipherSuiteCollection.cs
-./Mono.Security.Protocol.Tls/CipherSuiteFactory.cs
-./Mono.Security.Protocol.Tls/ClientContext.cs
-./Mono.Security.Protocol.Tls/ClientRecordProtocol.cs
-./Mono.Security.Protocol.Tls/ClientSessionCache.cs
-./Mono.Security.Protocol.Tls/ContentType.cs
-./Mono.Security.Protocol.Tls/Context.cs
-./Mono.Security.Protocol.Tls/DebugHelper.cs
-./Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs
-./Mono.Security.Protocol.Tls/HandshakeState.cs
-./Mono.Security.Protocol.Tls/HashAlgorithmType.cs
-./Mono.Security.Protocol.Tls/HttpsClientStream.cs
-./Mono.Security.Protocol.Tls/RecordProtocol.cs
-./Mono.Security.Protocol.Tls/RSASslSignatureDeformatter.cs
-./Mono.Security.Protocol.Tls/RSASslSignatureFormatter.cs
-./Mono.Security.Protocol.Tls/SecurityCompressionType.cs
-./Mono.Security.Protocol.Tls/SecurityParameters.cs
-./Mono.Security.Protocol.Tls/SecurityProtocolType.cs
-./Mono.Security.Protocol.Tls/ServerContext.cs
-./Mono.Security.Protocol.Tls/ServerRecordProtocol.cs
-./Mono.Security.Protocol.Tls/SslClientStream.cs
-./Mono.Security.Protocol.Tls/SslCipherSuite.cs
-./Mono.Security.Protocol.Tls/SslHandshakeHash.cs
-./Mono.Security.Protocol.Tls/SslServerStream.cs
-./Mono.Security.Protocol.Tls/SslStreamBase.cs
-./Mono.Security.Protocol.Tls/TlsCipherSuite.cs
-./Mono.Security.Protocol.Tls/TlsClientSettings.cs
-./Mono.Security.Protocol.Tls/TlsException.cs
-./Mono.Security.Protocol.Tls/TlsServerSettings.cs
-./Mono.Security.Protocol.Tls/TlsStream.cs
-./Mono.Security.Protocol.Tls.Handshake/ClientCertificateType.cs
-./Mono.Security.Protocol.Tls.Handshake/HandshakeMessage.cs
-./Mono.Security.Protocol.Tls.Handshake/HandshakeType.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificateVerify.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientFinished.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientHello.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsClientKeyExchange.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificate.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerCertificateRequest.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerFinished.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerHello.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerHelloDone.cs
-./Mono.Security.Protocol.Tls.Handshake.Client/TlsServerKeyExchange.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsClientCertificate.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsClientCertificateVerify.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsClientFinished.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsClientHello.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsClientKeyExchange.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerCertificate.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerCertificateRequest.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerFinished.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerHello.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerHelloDone.cs
-./Mono.Security.Protocol.Tls.Handshake.Server/TlsServerKeyExchange.cs
-./Mono.Xml/MiniParser.cs
-./Mono.Xml/SecurityParser.cs
-
-./Mono.Security.Interface/Alert.cs
-./Mono.Security.Interface/CertificateValidationHelper.cs
-./Mono.Security.Interface/CipherAlgorithmType.cs
-./Mono.Security.Interface/CipherSuiteCode.cs
-./Mono.Security.Interface/ExchangeAlgorithmType.cs
-./Mono.Security.Interface/HashAlgorithmType.cs
-./Mono.Security.Interface/IBufferOffsetSize.cs
-./Mono.Security.Interface/IMonoTlsEventSink.cs
-./Mono.Security.Interface/IMonoSslStream.cs
-./Mono.Security.Interface/MonoTlsConnectionInfo.cs
-./Mono.Security.Interface/MonoTlsProvider.cs
-./Mono.Security.Interface/MonoTlsProviderFactory.cs
-./Mono.Security.Interface/MonoTlsSettings.cs
-./Mono.Security.Interface/TlsException.cs
-./Mono.Security.Interface/TlsProtocolCode.cs
-./Mono.Security.Interface/TlsProtocols.cs
-
-./Mono.Security.Interface/BufferOffsetSize.cs
-./Mono.Security.Interface/SecretParameters.cs
-./Mono.Security.Interface/SecureBuffer.cs
-./Mono.Security.Interface/TlsBuffer.cs
-./Mono.Security.Interface/TlsMultiBuffer.cs
diff --git a/mcs/class/Mono.Security/monotouch_Mono.Security.dll.sources b/mcs/class/Mono.Security/monotouch_Mono.Security.dll.sources
deleted file mode 100644
index 5c615f7b543..00000000000
--- a/mcs/class/Mono.Security/monotouch_Mono.Security.dll.sources
+++ /dev/null
@@ -1,3 +0,0 @@
-#include Mono.Security.dll.sources
-../corlib/CommonCrypto/CommonCrypto.cs
-../corlib/CommonCrypto/RC4CommonCrypto.cs
diff --git a/mcs/class/Mono.Security/monotouch_runtime_Mono.Security.dll.sources b/mcs/class/Mono.Security/monotouch_runtime_Mono.Security.dll.sources
deleted file mode 100644
index 8e39387108d..00000000000
--- a/mcs/class/Mono.Security/monotouch_runtime_Mono.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_Mono.Security.dll.sources
diff --git a/mcs/class/Mono.Security/monotouch_tv_Mono.Security.dll.sources b/mcs/class/Mono.Security/monotouch_tv_Mono.Security.dll.sources
deleted file mode 100644
index 8e39387108d..00000000000
--- a/mcs/class/Mono.Security/monotouch_tv_Mono.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_Mono.Security.dll.sources
diff --git a/mcs/class/Mono.Security/monotouch_tv_runtime_Mono.Security.dll.sources b/mcs/class/Mono.Security/monotouch_tv_runtime_Mono.Security.dll.sources
deleted file mode 100644
index 8e39387108d..00000000000
--- a/mcs/class/Mono.Security/monotouch_tv_runtime_Mono.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_Mono.Security.dll.sources
diff --git a/mcs/class/Mono.Security/xammac_Mono.Security.dll.sources b/mcs/class/Mono.Security/xammac_Mono.Security.dll.sources
deleted file mode 100644
index 8e39387108d..00000000000
--- a/mcs/class/Mono.Security/xammac_Mono.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_Mono.Security.dll.sources
diff --git a/mcs/class/System.Configuration/Makefile b/mcs/class/System.Configuration/Makefile
index 86f4f228c4b..a8a8a445694 100644
--- a/mcs/class/System.Configuration/Makefile
+++ b/mcs/class/System.Configuration/Makefile
@@ -3,38 +3,16 @@ SUBDIRS =
include ../../build/rules.make
-LIBRARY = System.Configuration.dll
+ASSEMBLY = System.Configuration.dll
-LOCAL_MCS_FLAGS =
-LIB_REFS = secxml/System bare/System.Xml System.Security
-LIB_MCS_FLAGS = -nowarn:618
TEST_MCS_FLAGS =
TEST_LIB_REFS = System.Xml System
TEST_NUNITLITE_APP_CONFIG_GLOBAL=Test/test-config-file
-include ../../build/library.make
-
-configuration_library_deps = \
- $(secxml_libdir)/System.dll \
- $(the_libdir_base)System.Security.dll \
- $(bare_libdir)/System.Xml.dll
-
-$(the_lib): $(configuration_library_deps)
+include ../../build/msbuild.make
test-local:
cp Test/appSettings.config $(dir $(NUNITLITE_CONFIG_FILE))/Test-appSettings.config
-.NOTPARALLEL: $(configuration_library_deps)
-
-$(secxml_libdir)/System.dll:
- @echo System.Configuration: GETTING: $@
- (cd ../System; $(MAKE) $@)
-
-$(the_libdir_base)System.Security.dll:
- (cd ../System.Security; $(MAKE) $@)
-
-$(bare_libdir)/System.Xml.dll:
- (cd ../System.XML; $(MAKE) $@)
-
run-test:
$(MAKE) -C Test/standalone
diff --git a/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj b/mcs/class/System.Configuration/System.Configuration.csproj
index 1493011fb73..109c368b86b 100644
--- a/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj
+++ b/mcs/class/System.Configuration/System.Configuration.csproj
@@ -1,219 +1,143 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Configuration</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
- <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
- <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
- <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
- <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
- <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
- <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
- <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
- <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
- <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
- <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
- <Compile Include="System.Configuration.Provider\ProviderException.cs" />
- <Compile Include="System.Configuration\AppSettingsSection.cs" />
- <Compile Include="System.Configuration\CallbackValidator.cs" />
- <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
- <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
- <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
- <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigInfo.cs" />
- <Compile Include="System.Configuration\Configuration.cs" />
- <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
- <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
- <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
- <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
- <Compile Include="System.Configuration\ConfigurationElement.cs" />
- <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
- <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
- <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
- <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
- <Compile Include="System.Configuration\ConfigurationLocation.cs" />
- <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationManager.cs" />
- <Compile Include="System.Configuration\ConfigurationPermission.cs" />
- <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
- <Compile Include="System.Configuration\ConfigurationProperty.cs" />
- <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
- <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
- <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
- <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
- <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />
- <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
- <Compile Include="System.Configuration\ConfigurationSection.cs" />
- <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
- <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
- <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
- <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
- <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
- <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />
- <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
- <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
- <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
- <Compile Include="System.Configuration\ContextInformation.cs" />
- <Compile Include="System.Configuration\DefaultSection.cs" />
- <Compile Include="System.Configuration\DefaultValidator.cs" />
- <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
- <Compile Include="System.Configuration\ElementInformation.cs" />
- <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
- <Compile Include="System.Configuration\ExeContext.cs" />
- <Compile Include="System.Configuration\GenericEnumConverter.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IgnoreSection.cs" />
- <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
- <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
- <Compile Include="System.Configuration\IntegerValidator.cs" />
- <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
- <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
- <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
- <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
- <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
- <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
- <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
- <Compile Include="System.Configuration\LongValidator.cs" />
- <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
- <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
- <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
- <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
- <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
- <Compile Include="System.Configuration\PropertyInformation.cs" />
- <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
- <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
- <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
- <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
- <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
- <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
- <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
- <Compile Include="System.Configuration\ProviderSettings.cs" />
- <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
- <Compile Include="System.Configuration\RegexStringValidator.cs" />
- <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
- <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />
- <Compile Include="System.Configuration\SectionGroupInfo.cs" />
- <Compile Include="System.Configuration\SectionInfo.cs" />
- <Compile Include="System.Configuration\SectionInformation.cs" />
- <Compile Include="System.Configuration\StringValidator.cs" />
- <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
- <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
- <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
- <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
- <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
- <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
- <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
- <Compile Include="System.Configuration\TimeSpanValidator.cs" />
- <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
- <Compile Include="System.Configuration\TypeNameConverter.cs" />
- <Compile Include="System.Configuration\ValidatorCallback.cs" />
- <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>System.Configuration</AssemblyName>
+ <ProjectGuid>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</ProjectGuid>
+ <NoWarn>$(NoWarn),618</NoWarn>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\System\System-secxml.csproj" />
+ <ProjectReference Include="..\System.Xml\System.Xml-bare.csproj" />
+ <ProjectReference Include="..\System.Security\System.Security.csproj" />
+ </ItemGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-secxml-net_4_x.csproj">
- <Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
- <Name>System-secxml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
- <Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
- <Name>System.Xml-bare-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Security/System.Security-net_4_x.csproj">
- <Project>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</Project>
- <Name>System.Security-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
+ <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
+ <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
+ <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
+ <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
+ <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
+ <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
+ <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
+ <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
+ <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
+ <Compile Include="System.Configuration.Provider\ProviderException.cs" />
+ <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
+ <Compile Include="System.Configuration\AppSettingsSection.cs" />
+ <Compile Include="System.Configuration\CallbackValidator.cs" />
+ <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
+ <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigInfo.cs" />
+ <Compile Include="System.Configuration\Configuration.cs" />
+ <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
+ <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
+ <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
+ <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
+ <Compile Include="System.Configuration\ConfigurationElement.cs" />
+ <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
+ <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
+ <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
+ <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
+ <Compile Include="System.Configuration\ConfigurationLocation.cs" />
+ <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationManager.cs" />
+ <Compile Include="System.Configuration\ConfigurationPermission.cs" />
+ <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
+ <Compile Include="System.Configuration\ConfigurationProperty.cs" />
+ <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
+ <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
+ <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
+ <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
+ <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
+ <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />
+ <Compile Include="System.Configuration\ConfigurationSection.cs" />
+ <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
+ <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
+ <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
+ <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
+ <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />
+ <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
+ <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
+ <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
+ <Compile Include="System.Configuration\ContextInformation.cs" />
+ <Compile Include="System.Configuration\DefaultSection.cs" />
+ <Compile Include="System.Configuration\DefaultValidator.cs" />
+ <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
+ <Compile Include="System.Configuration\ElementInformation.cs" />
+ <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
+ <Compile Include="System.Configuration\ExeContext.cs" />
+ <Compile Include="System.Configuration\GenericEnumConverter.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IgnoreSection.cs" />
+ <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
+ <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
+ <Compile Include="System.Configuration\IntegerValidator.cs" />
+ <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
+ <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
+ <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
+ <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
+ <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
+ <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
+ <Compile Include="System.Configuration\LongValidator.cs" />
+ <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
+ <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
+ <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
+ <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\PropertyInformation.cs" />
+ <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
+ <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
+ <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
+ <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
+ <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
+ <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
+ <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
+ <Compile Include="System.Configuration\ProviderSettings.cs" />
+ <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
+ <Compile Include="System.Configuration\RegexStringValidator.cs" />
+ <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />
+ <Compile Include="System.Configuration\SectionInfo.cs" />
+ <Compile Include="System.Configuration\SectionGroupInfo.cs" />
+ <Compile Include="System.Configuration\SectionInformation.cs" />
+ <Compile Include="System.Configuration\StringValidator.cs" />
+ <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
+ <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
+ <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
+ <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
+ <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
+ <Compile Include="System.Configuration\TimeSpanValidator.cs" />
+ <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
+ <Compile Include="System.Configuration\TypeNameConverter.cs" />
+ <Compile Include="System.Configuration\ValidatorCallback.cs" />
+ <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Configuration/System.Configuration.dll.sources b/mcs/class/System.Configuration/System.Configuration.dll.sources
deleted file mode 100644
index dc7d3f83cc8..00000000000
--- a/mcs/class/System.Configuration/System.Configuration.dll.sources
+++ /dev/null
@@ -1,121 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-System.Configuration.Internal/DelegatingConfigHost.cs
-System.Configuration.Internal/IConfigErrorInfo.cs
-System.Configuration.Internal/IConfigSystem.cs
-System.Configuration.Internal/IConfigurationManagerHelper.cs
-System.Configuration.Internal/IConfigurationManagerInternal.cs
-System.Configuration.Internal/IInternalConfigClientHost.cs
-System.Configuration.Internal/IInternalConfigConfigurationFactory.cs
-System.Configuration.Internal/IInternalConfigHost.cs
-System.Configuration.Internal/IInternalConfigRecord.cs
-System.Configuration.Internal/IInternalConfigRoot.cs
-System.Configuration.Internal/IInternalConfigSettingsFactory.cs
-System.Configuration.Internal/IInternalConfigSystem.cs
-System.Configuration.Internal/InternalConfigEventArgs.cs
-System.Configuration.Internal/InternalConfigEventHandler.cs
-System.Configuration.Internal/StreamChangeCallback.cs
-System.Configuration.Provider/ProviderBase.cs
-System.Configuration.Provider/ProviderException.cs
-System.Configuration.Provider/ProviderCollection.cs
-System.Configuration/AppSettingsSection.cs
-System.Configuration/CallbackValidator.cs
-System.Configuration/CallbackValidatorAttribute.cs
-System.Configuration/ClientConfigurationSystem.cs
-System.Configuration/CommaDelimitedStringCollection.cs
-System.Configuration/CommaDelimitedStringCollectionConverter.cs
-System.Configuration/ConfigHelper.cs
-System.Configuration/ConfigInfo.cs
-System.Configuration/Configuration.cs
-System.Configuration/ConfigurationAllowDefinition.cs
-System.Configuration/ConfigurationAllowExeDefinition.cs
-System.Configuration/ConfigurationCollectionAttribute.cs
-System.Configuration/ConfigurationConverterBase.cs
-System.Configuration/ConfigurationElement.cs
-System.Configuration/ConfigurationElementCollection.cs
-System.Configuration/ConfigurationElementCollectionType.cs
-System.Configuration/ConfigurationElementProperty.cs
-System.Configuration/ConfigurationErrorsException.cs
-System.Configuration/ConfigurationFileMap.cs
-System.Configuration/ConfigurationLocation.cs
-System.Configuration/ConfigurationLocationCollection.cs
-System.Configuration/ConfigurationLockCollection.cs
-System.Configuration/ConfigurationManager.cs
-System.Configuration/ConfigurationPermission.cs
-System.Configuration/ConfigurationPermissionAttribute.cs
-System.Configuration/ConfigurationProperty.cs
-System.Configuration/ConfigurationPropertyAttribute.cs
-System.Configuration/ConfigurationPropertyCollection.cs
-System.Configuration/ConfigurationPropertyOptions.cs
-System.Configuration/ConfigurationRemoveElement.cs
-System.Configuration/ConfigurationSaveMode.cs
-System.Configuration/ConfigurationSaveEventArgs.cs
-System.Configuration/ConfigurationSaveEventHandler.cs
-System.Configuration/ConfigurationSection.cs
-System.Configuration/ConfigurationSectionCollection.cs
-System.Configuration/ConfigurationSectionGroup.cs
-System.Configuration/ConfigurationSectionGroupCollection.cs
-System.Configuration/ConfigurationUserLevel.cs
-System.Configuration/ConfigurationValidatorAttribute.cs
-System.Configuration/ConfigurationValidatorBase.cs
-System.Configuration/ConfigXmlTextReader.cs
-System.Configuration/ConnectionStringsSection.cs
-System.Configuration/ConnectionStringSettingsCollection.cs
-System.Configuration/ConnectionStringSettings.cs
-System.Configuration/ContextInformation.cs
-System.Configuration/DefaultSection.cs
-System.Configuration/DefaultValidator.cs
-System.Configuration/DpapiProtectedConfigurationProvider.cs
-System.Configuration/ElementInformation.cs
-System.Configuration/ExeConfigurationFileMap.cs
-System.Configuration/ExeContext.cs
-System.Configuration/GenericEnumConverter.cs
-System.Configuration/IConfigXmlNode.cs
-System.Configuration/IgnoreSection.cs
-System.Configuration/InfiniteIntConverter.cs
-System.Configuration/InfiniteTimeSpanConverter.cs
-System.Configuration/IntegerValidator.cs
-System.Configuration/IntegerValidatorAttribute.cs
-System.Configuration/InternalConfigurationFactory.cs
-System.Configuration/InternalConfigurationHost.cs
-System.Configuration/InternalConfigurationRoot.cs
-System.Configuration/KeyValueConfigurationCollection.cs
-System.Configuration/KeyValueInternalCollection.cs
-System.Configuration/KeyValueConfigurationElement.cs
-System.Configuration/LongValidator.cs
-System.Configuration/LongValidatorAttribute.cs
-System.Configuration/NameValueConfigurationCollection.cs
-System.Configuration/NameValueConfigurationElement.cs
-System.Configuration/PositiveTimeSpanValidator.cs
-System.Configuration/PositiveTimeSpanValidatorAttribute.cs
-System.Configuration/PropertyInformation.cs
-System.Configuration/PropertyInformationCollection.cs
-System.Configuration/PropertyValueOrigin.cs
-System.Configuration/ProtectedConfiguration.cs
-System.Configuration/ProtectedConfigurationProvider.cs
-System.Configuration/ProtectedConfigurationProviderCollection.cs
-System.Configuration/ProtectedConfigurationSection.cs
-System.Configuration/ProtectedProviderSettings.cs
-System.Configuration/ProviderSettings.cs
-System.Configuration/ProviderSettingsCollection.cs
-System.Configuration/RegexStringValidator.cs
-System.Configuration/RegexStringValidatorAttribute.cs
-System.Configuration/RsaProtectedConfigurationProvider.cs
-System.Configuration/SectionInfo.cs
-System.Configuration/SectionGroupInfo.cs
-System.Configuration/SectionInformation.cs
-../../build/common/MonoTODOAttribute.cs
-System.Configuration/StringValidator.cs
-System.Configuration/StringValidatorAttribute.cs
-System.Configuration/SubclassTypeValidator.cs
-System.Configuration/SubclassTypeValidatorAttribute.cs
-System.Configuration/TimeSpanMinutesConverter.cs
-System.Configuration/TimeSpanMinutesOrInfiniteConverter.cs
-System.Configuration/TimeSpanSecondsConverter.cs
-System.Configuration/TimeSpanSecondsOrInfiniteConverter.cs
-System.Configuration/TimeSpanValidator.cs
-System.Configuration/TimeSpanValidatorAttribute.cs
-System.Configuration/TypeNameConverter.cs
-System.Configuration/ValidatorCallback.cs
-System.Configuration/WhiteSpaceTrimStringConverter.cs
diff --git a/mcs/class/System.Core/Makefile b/mcs/class/System.Core/Makefile
index ac79cff1623..18c7a6e3972 100644
--- a/mcs/class/System.Core/Makefile
+++ b/mcs/class/System.Core/Makefile
@@ -2,57 +2,24 @@ thisdir = class/System.Core
SUBDIRS =
include ../../build/rules.make
-LIBRARY = System.Core.dll
+ASSEMBLY = System.Core.dll
ifeq ($(PROFILE),build)
-CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/$(PROFILE)/csc.$(LIBRARY).aotprofile
+CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/$(PROFILE)/csc.$(ASSEMBLY).aotprofile
endif
-REFERENCE_SOURCES_FLAGS = -d:FEATURE_PAL,PFX_LEGACY_3_5,FEATURE_NETCORE
-LIB_REFS = System
-LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS) -d:INSIDE_SYSCORE -d:LIBC -unsafe -nowarn:436
-TXT_RESOURCE_STRINGS = ../referencesource/System.Core/System.Core.txt
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.Linq.Expressions/src/Resources/Strings.resx \
../../../external/corefx/src/System.Linq/src/Resources/Strings.resx \
../../../external/corefx/src/System.Linq.Parallel/src/Resources/Strings.resx \
../../../external/corefx/src/System.Linq.Queryable/src/Resources/Strings.resx
-ifneq (2.1, $(FRAMEWORK_VERSION))
-LIB_MCS_FLAGS += -d:NET_3_5
-endif
-
ifdef AOT_FRIENDLY_PROFILE
extra_test_flags := -exclude:NotWorkingInterpreter
-LIB_MCS_FLAGS += -d:NO_FEATURE_STATIC_DELEGATE,FEATURE_MAKE_RUN_METHODS
-else
-LIB_MCS_FLAGS += -d:FEATURE_COMPILE,FEATURE_COMPILE_TO_METHODBUILDER,FEATURE_PDB_GENERATOR
-endif
-
-ifeq (monotouch_runtime, $(PROFILE))
-LIB_MCS_FLAGS += -d:FULL_AOT_RUNTIME
-endif
-
-ifneq (basic, $(PROFILE))
-CLR_PROFILE := $(filter 2.0 4.0 4.5, $(FRAMEWORK_VERSION))
-endif
-
-ifdef CLR_PROFILE
-LIB_REFS += Mono.Posix
-endif
-
-CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
-ifdef CC_PROFILE
-BUILT_SOURCES = \
- ../corlib/CommonCrypto/AesManaged.g.cs \
- ../corlib/CommonCrypto/AesCryptoServiceProvider.g.cs
-
-../corlib/CommonCrypto/%.g.cs:
- $(MAKE) -C ../corlib/CommonCrypto
endif
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-include ../../build/library.make
+include ../../build/msbuild.make
TEST_HARNESS_EXCLUDES += $(extra_test_flags)
diff --git a/mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj b/mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj
deleted file mode 100644
index 28b3bede7ea..00000000000
--- a/mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj
+++ /dev/null
@@ -1,440 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1EC0EBC0-0B35-454C-89AE-3F8F0FDD9705}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,436,1720</NoWarn>
- <OutputPath>./../../class/lib/net_4_x/plaincore</OutputPath>
- <IntermediateOutputPath>obj-plaincore</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Core</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,436,1720</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_PAL;PFX_LEGACY_3_5;FEATURE_NETCORE;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,436,1720</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_PAL;PFX_LEGACY_3_5;FEATURE_NETCORE;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_CORE_DLR;FEATURE_REFEMIT;FEATURE_PDBEMIT</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\BinaryOperationBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\BindingRestrictions.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CallInfo.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CallSite.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CallSiteBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CallSiteHelpers.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CallSiteOps.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\ConvertBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\CreateInstanceBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\DeleteIndexBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\DeleteMemberBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\DynamicMetaObject.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\DynamicMetaObjectBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\DynamicObject.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\ExpandoClass.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\ExpandoObject.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\GetIndexBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\GetMemberBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\IDynamicMetaObjectProvider.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\IInvokeOnGetBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\InvokeBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\InvokeMemberBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\RuleCache.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\SetIndexBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\SetMemberBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\UnaryOperationBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Actions\UpdateDelegates.Generated.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\BinaryExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\BlockExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\CatchBlock.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ConditionalExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ConstantExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\DebugInfoExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\DebugViewWriter.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\DefaultExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ElementInit.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\Expression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\Expression.DebuggerProxy.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ExpressionStringBuilder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ExpressionType.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\GotoExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\IndexExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\InvocationExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\LabelExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\LabelTarget.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\LambdaExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ListArgumentProvider.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ListInitExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\LoopExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberAssignment.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberBinding.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberInitExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberListBinding.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MemberMemberBinding.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\MethodCallExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\NewArrayExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\NewExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\ParameterExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\RuntimeVariablesExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\SwitchCase.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\SwitchExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\SymbolDocumentInfo.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\TryExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\TypeBinaryExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\TypeUtils.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Ast\UnaryExpression.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\AssemblyGen.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\BoundConstants.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\Closure.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\CompilerScope.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\ConstantCheck.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\DebugInfoGenerator.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\DelegateHelpers.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\DelegateHelpers.Generated.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\ExpressionQuoter.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\HoistedLocals.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\ILGen.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\KeyedQueue.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LabelInfo.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\OffsetTrackingILGenerator.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\RuntimeVariableList.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\Set.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\StackSpiller.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\SymbolDocumentGenerator.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\SymbolGuids.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Compiler\VariableBinder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\CacheDict.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\CollectionExtensions.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ContractUtils.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ExceptionFactory.Generated.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\Helpers.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\IRuntimeVariables.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ReadOnlyCollectionBuilder.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ReadOnlyDictionary.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ReferenceEqualityComparer.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\ReflectionUtils.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\TrueReadOnlyCollection.cs" />
- <Compile Include="..\dlr\Runtime\Microsoft.Scripting.Core\Utils\TypeExtensions.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Ast\DynamicExpression.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Ast\ExpressionVisitor.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Ast\IArgumentProvider.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Ast\IDynamicExpression.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Action.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Extension.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Function.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\StrongBox.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSet.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSetDebugView.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSetEqualityComparer.cs" />
- <Compile Include="..\referencesource\System.Core\System\FuncAndAction.cs" />
- <Compile Include="..\referencesource\System.Core\System\InvalidTimeZoneException.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\Enums.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\Enums.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedFileSecurity.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewAccessor.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Enumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Expressions\ExpressionVisitor.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\IQueryable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Channels\AsynchronousChannel.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Channels\SynchronousChannel.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\EmptyEnumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\EnumerableWrapperWeakToStrong.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\IParallelPartitionable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\OrderedParallelQuery.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\ParallelEnumerableWrapper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\ParallelQuery.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\QueryAggregationOptions.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\RangeEnumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Enumerables\RepeatEnumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\ArrayMergeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\DefaultMergeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\IMergeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\MergeEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\MergeExecutor.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\OrderPreservingMergeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\HashRepartitionStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\IPartitionedStreamRecipient.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\OrderedHashRepartitionStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\PartitionedDataSource.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\PartitionedStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperatorEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\ListQueryResults.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Options\QueryExecutionOption.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\OrdinalIndexState.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\PartitionedStreamMerger.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\QueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\QueryResults.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\QuerySettings.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\ConcatQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\CancellationState.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\QueryLifecycle.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\QueryTask.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\Scheduling.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\SpoolingTask.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\CancellableEnumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\ExceptionAggregator.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\ExchangeUtilities.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\FixedMaxHeap.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\GrowingArray.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\HashLookup.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\IntValueEvent.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\ListChunk.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Lookup.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Pair.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\PairComparer.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\ReverseComparer.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Shared.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Sorting.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\TraceHelpers.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Util.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\Wrapper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\Parallel\Utils\WrapperEqualityComparer.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\ParallelEnumerable.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\ParallelExecutionMode.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\ParallelMergeOptions.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\SequenceQuery.cs" />
- <Compile Include="..\referencesource\System.Core\System\Linq\TypeHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\DynamicAttribute.cs" />
- <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\ExecutionScope.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\Aes.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\BCryptNative.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithm.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithmGroup.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKey.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyBlobFormat.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyCreationParameters.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProperty.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProvider.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngUIPolicy.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellmanPublicKey.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsa.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsaCng.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECKeyXmlFormat.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\NCryptNative.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\RsaCng.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\Tasks\TaskExtensions.cs" />
- <Compile Include="..\referencesource\System.Core\System\TimeZoneInfo.cs" />
- <Compile Include="..\referencesource\System.Core\System\TimeZoneNotFoundException.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedFileHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedViewHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptKeyHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptProviderHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptSecretHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
- <Compile Include="ReferenceSources\Error.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
- <Compile Include="ReferenceSources\SR.missing.cs" />
- <Compile Include="ReferenceSources\Strings.cs" />
- <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedFile.cs" />
- <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedView.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
- <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
- <Compile Include="System.IO.Pipes\PipeDirection.cs" />
- <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
- <Compile Include="System.IO.Pipes\PipeOptions.cs" />
- <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.cs" />
- <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
- <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
- <Compile Include="System.IO.Pipes\PipeUnix.cs" />
- <Compile Include="System.IO.Pipes\PipeWin32.cs" />
- <Compile Include="System.Runtime.InteropServices\ComAwareEventInfo.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\ECDsaCertificateExtensions.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\RSACertificateExtensions.cs" />
- <Compile Include="System.Security.Cryptography\AesCng.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\ECCurve.cs" />
- <Compile Include="System.Security.Cryptography\ECParameters.cs" />
- <Compile Include="System.Security.Cryptography\ECPoint.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\TripleDESCng.cs" />
- <Compile Include="System\Util.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Posix/Mono.Posix-net_4_x.csproj">
- <Project>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</Project>
- <Name>Mono.Posix-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System.Core/System.Core-net_4_x.csproj b/mcs/class/System.Core/System.Core.csproj
index 815237b62cf..b8ce08af684 100644
--- a/mcs/class/System.Core/System.Core-net_4_x.csproj
+++ b/mcs/class/System.Core/System.Core.csproj
@@ -1,400 +1,550 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{359142A1-D80F-401E-AA64-7167C9317649}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,436</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Core</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;FEATURE_PAL;PFX_LEGACY_3_5;FEATURE_NETCORE;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_COMPILE;FEATURE_COMPILE_TO_METHODBUILDER;FEATURE_PDB_GENERATOR</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;FEATURE_PAL;PFX_LEGACY_3_5;FEATURE_NETCORE;INSIDE_SYSCORE;LIBC;NET_3_5;FEATURE_COMPILE;FEATURE_COMPILE_TO_METHODBUILDER;FEATURE_PDB_GENERATOR</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.Linq.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\SparseArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSetEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\*.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CacheDict.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CachedReflectionInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CollectionExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ContractUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\EmptyReadOnlyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ExpressionUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ExpressionVisitorUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ListArgumentProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ListParameterProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\TypeExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\TypeUtils.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\*.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\ArrayBuilderExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\CachedReflectionInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\ConstantCheck.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\DelegateHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\HoistedLocals.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\TypeInfoExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\IQueryable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSite.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteBinder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteOps.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\Closure.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\DebugInfoGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\IRuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuleCache.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.MergedRuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.RuntimeVariableList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\TrueReadOnlyCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Channels\AsynchronousChannel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Channels\SynchronousChannel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\EmptyEnumerable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\EnumerableWrapperWeakToStrong.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\IParallelPartitionable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\OrderedParallelQuery.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\ParallelEnumerableWrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\ParallelQuery.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\QueryAggregationOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\RangeEnumerable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\RepeatEnumerable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Helpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\ArrayMergeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\DefaultMergeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\IMergeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\MergeEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\MergeExecutor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\OrderPreservingMergeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\HashRepartitionStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\IPartitionedStreamRecipient.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\OrderedHashRepartitionStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\PartitionedDataSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\PartitionedStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperatorEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\ListQueryResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Options\QueryExecutionOption.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\OrdinalIndexState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\PartitionedStreamMerger.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QuerySettings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\CancellationState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryLifecycle.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryTask.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\Scheduling.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\SpoolingTask.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\CancellableEnumerable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ExceptionAggregator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ExchangeUtilities.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\FixedMaxHeap.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\GrowingArray.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\HashLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\IntValueEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ListChunk.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Lookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Pair.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\PairComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\PLINQETWProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ReverseComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Shared.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Sorting.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\TraceHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Util.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Wrapper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\WrapperEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelEnumerable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelExecutionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelMergeOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\CachedReflection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableExecutor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableQuery.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableRewriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Error.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Queryable.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Strings.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\TypeHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\*.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Action.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Extension.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Function.cs" />
- <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\StrongBox.cs" />
- <Compile Include="..\referencesource\System.Core\System\FuncAndAction.cs" />
- <Compile Include="..\referencesource\System.Core\System\InvalidTimeZoneException.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\Enums.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\Enums.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedFileSecurity.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewAccessor.cs" />
- <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs" />
- <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\DynamicAttribute.cs" />
- <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\ExecutionScope.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\Aes.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\BCryptNative.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithm.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithmGroup.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKey.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyBlobFormat.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyCreationParameters.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProperty.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProvider.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngUIPolicy.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellmanPublicKey.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsa.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsaCng.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECKeyXmlFormat.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\NCryptNative.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\RsaCng.cs" />
- <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\X509Certificates\TrustStatus.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs" />
- <Compile Include="..\referencesource\System.Core\System\threading\Tasks\TaskExtensions.cs" />
- <Compile Include="..\referencesource\System.Core\System\TimeZoneInfo.cs" />
- <Compile Include="..\referencesource\System.Core\System\TimeZoneNotFoundException.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="corefx\LambdaExpression.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="corefx\SR.missing.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedFileHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedViewHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptKeyHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptProviderHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptSecretHandle.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
- <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedFile.cs" />
- <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedView.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
- <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
- <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
- <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
- <Compile Include="System.IO.Pipes\PipeDirection.cs" />
- <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
- <Compile Include="System.IO.Pipes\PipeOptions.cs" />
- <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
- <Compile Include="System.IO.Pipes\PipeStream.cs" />
- <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
- <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
- <Compile Include="System.IO.Pipes\PipeUnix.cs" />
- <Compile Include="System.IO.Pipes\PipeWin32.cs" />
- <Compile Include="System.Runtime.InteropServices\ComAwareEventInfo.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\ECDsaCertificateExtensions.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\RSACertificateExtensions.cs" />
- <Compile Include="System.Security.Cryptography\AesCng.cs" />
- <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\AesTransform.cs" />
- <Compile Include="System.Security.Cryptography\ECCurve.cs" />
- <Compile Include="System.Security.Cryptography\ECParameters.cs" />
- <Compile Include="System.Security.Cryptography\ECPoint.cs" />
- <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
- <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\TripleDESCng.cs" />
- <Compile Include="System\Util.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>System.Core</AssemblyName>
+ <ProjectGuid>{359142A1-D80F-401E-AA64-7167C9317649}</ProjectGuid>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <NoWarn>$(NoWarn),436</NoWarn>
+ </PropertyGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Posix/Mono.Posix-net_4_x.csproj">
- <Project>{66DBB049-785B-4C2E-9EF6-C9E163F7DDD1}</Project>
- <Name>Mono.Posix-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);INSIDE_SYSCORE;LIBC</DefineConstants>
+ <DefineConstants Condition="'$(FrameworkVersion)' != '2.1'">$(DefineConstants);NET_3_5</DefineConstants>
+ <!-- ReferenceSource flags -->
+ <DefineConstants>$(DefineConstants);FEATURE_PAL;PFX_LEGACY_3_5;FEATURE_NETCORE</DefineConstants>
+ </PropertyGroup>
+
+ <Choose>
+ <When Condition="'$(ProfileIsAotFriendly)' == 'true'">
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);NO_FEATURE_STATIC_DELEGATE;FEATURE_MAKE_RUN_METHODS;FULL_AOT_RUNTIME</DefineConstants>
+ <UseInterpreter>true</UseInterpreter>
+ </PropertyGroup>
+ </When>
+ <Otherwise>
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);FEATURE_COMPILE;FEATURE_COMPILE_TO_METHODBUILDER;FEATURE_PDB_GENERATOR</DefineConstants>
+ </PropertyGroup>
+ </Otherwise>
+ </Choose>
+
+ <ItemGroup>
+ <ProjectReference Include="..\System\System.csproj" />
+ <ProjectReference Include="..\Mono.Posix\Mono.Posix.csproj" Condition="'$(Profile)' != 'basic' AND '$(ProfileIsMobile)' != 'true'" />
+ </ItemGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="..\..\build\common\SR.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedFileHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeMemoryMappedViewHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptKeyHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptProviderHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeNCryptSecretHandle.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafePipeHandle.cs" />
+ <Compile Include="System\Util.cs" />
+ <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedFile.cs" />
+ <Compile Include="System.IO.MemoryMappedFiles\MemoryMappedView.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeClientStream.cs" />
+ <Compile Include="System.IO.Pipes\AnonymousPipeServerStream.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeClientStream.cs" />
+ <Compile Include="System.IO.Pipes\NamedPipeServerStream.cs" />
+ <Compile Include="System.IO.Pipes\PipeAccessRights.cs" />
+ <Compile Include="System.IO.Pipes\PipeAccessRule.cs" />
+ <Compile Include="System.IO.Pipes\PipeAuditRule.cs" />
+ <Compile Include="System.IO.Pipes\PipeDirection.cs" />
+ <Compile Include="System.IO.Pipes\PipeInterfaces.cs" />
+ <Compile Include="System.IO.Pipes\PipeOptions.cs" />
+ <Compile Include="System.IO.Pipes\PipeSecurity.cs" />
+ <Compile Include="System.IO.Pipes\PipeStream.cs" />
+ <Compile Include="System.IO.Pipes\PipeStreamImpersonationWorker.cs" />
+ <Compile Include="System.IO.Pipes\PipeTransmissionMode.cs" />
+ <Compile Include="System.Runtime.InteropServices\ComAwareEventInfo.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\ECDsaCertificateExtensions.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\RSACertificateExtensions.cs" />
+ <Compile Include="System.Security.Cryptography\AesCng.cs" />
+ <Compile Include="System.Security.Cryptography\ECCurve.cs" />
+ <Compile Include="System.Security.Cryptography\ECParameters.cs" />
+ <Compile Include="System.Security.Cryptography\ECPoint.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\TripleDESCng.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="ReferenceSources\SR.cs" />
+ <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Action.cs" />
+ <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Extension.cs" />
+ <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Function.cs" />
+ <Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\StrongBox.cs" />
+ <Compile Include="..\referencesource\System.Core\System\FuncAndAction.cs" />
+ <Compile Include="..\referencesource\System.Core\System\InvalidTimeZoneException.cs" />
+ <Compile Include="..\referencesource\System.Core\System\TimeZoneInfo.cs" />
+ <Compile Include="..\referencesource\System.Core\System\TimeZoneNotFoundException.cs" />
+ <Compile Include="..\referencesource\System.Core\System\IO\Enums.cs" />
+ <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\Enums.cs" />
+ <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedFileSecurity.cs" />
+ <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewAccessor.cs" />
+ <Compile Include="..\referencesource\System.Core\System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\DynamicAttribute.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Runtime\CompilerServices\ExecutionScope.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\Aes.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\BCryptNative.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithm.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngAlgorithmGroup.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKey.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyBlobFormat.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngKeyCreationParameters.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProperty.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngProvider.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\CngUIPolicy.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellmanPublicKey.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsa.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDsaCng.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\NCryptNative.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\RsaCng.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\X509Certificates\TrustStatus.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\ReaderWriterLockSlim.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\Tasks\TaskExtensions.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="corefx\LambdaExpression.cs" />
+ <Compile Include="corefx\SR.cs" />
+ <Compile Include="corefx\SR.missing.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.Linq.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\SparseArrayBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSetEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\BinaryOperationBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\BindingRestrictions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\CallInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\ConvertBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\CreateInstanceBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\DeleteIndexBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\DeleteMemberBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\DynamicMetaObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\DynamicMetaObjectBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\DynamicObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\ExpandoClass.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\ExpandoObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\GetIndexBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\GetMemberBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\IDynamicMetaObjectProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\IInvokeOnGetBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\InvokeBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\InvokeMemberBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\SetIndexBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\SetMemberBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\UnaryOperationBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\UpdateDelegates.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CacheDict.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CachedReflectionInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CollectionExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ContractUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\EmptyReadOnlyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ExpressionUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ExpressionVisitorUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ListArgumentProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\ListParameterProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\TypeExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\TypeUtils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\BinaryExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\BlockExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\CatchBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ConditionalExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ConstantExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\DebugInfoExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\DebugViewWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\DefaultExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\DynamicExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\DynamicExpressionVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ElementInit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Error.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Expression.DebuggerProxy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Expression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ExpressionStringBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ExpressionType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ExpressionVisitor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\GotoExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\IArgumentProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\IDynamicExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\IParameterProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\IndexExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\InvocationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\LabelExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\LabelTarget.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\LambdaExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ListInitExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\LoopExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberAssignment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberBinding.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberInitExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberListBinding.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MemberMemberBinding.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\MethodCallExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\NewArrayExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\NewExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\ParameterExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\RuntimeVariablesExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\StackGuard.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Strings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\SwitchCase.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\SwitchExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\SymbolDocumentInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\TryExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\TypeBinaryExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\UnaryExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Utils.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\ArrayBuilderExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\ConstantCheck.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\DelegateHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\HoistedLocals.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\TypeInfoExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\IQueryable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSite.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\CallSiteOps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\Closure.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\DebugInfoGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\IRuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuleCache.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.MergedRuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.RuntimeVariableList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\TrueReadOnlyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Channels\AsynchronousChannel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Channels\SynchronousChannel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\AggregationMinMaxHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\EmptyEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\EnumerableWrapperWeakToStrong.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\IParallelPartitionable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\OrderedParallelQuery.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\ParallelEnumerableWrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\ParallelQuery.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\QueryAggregationOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\RangeEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Enumerables\RepeatEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Helpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\ArrayMergeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\DefaultMergeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\IMergeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\MergeEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\MergeExecutor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\OrderPreservingMergeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Merging\SynchronousChannelMergeEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\HashRepartitionEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\HashRepartitionStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\IPartitionedStreamRecipient.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\OrderedHashRepartitionEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\OrderedHashRepartitionStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\PartitionedDataSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\PartitionedStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Partitioning\UnorderedHashRepartitionStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ConcatQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\IntersectQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\BinaryQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperatorEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\ListQueryResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Options\OrderingQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Options\QueryExecutionOption.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\OrdinalIndexState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\PartitionedStreamMerger.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QueryResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\QuerySettings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\ScanQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\DefaultIfEmptyQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\FirstQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ForAllOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\IndexedSelectQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\IndexedWhereQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\LastQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\ReverseQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SelectQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SingleQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\SortQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\TakeOrSkipWhileQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\Unary\WhereQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\QueryOperators\UnaryQueryOperator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\CancellationState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\OrderPreservingPipeliningSpoolingTask.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryLifecycle.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryTask.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\Scheduling.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\SpoolingTask.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\CancellableEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ExceptionAggregator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ExchangeUtilities.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\FixedMaxHeap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\GrowingArray.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\HashLookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\IntValueEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ListChunk.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Lookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Pair.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\PairComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\PLINQETWProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\ReverseComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Shared.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Sorting.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\TraceHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Util.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\Wrapper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\Parallel\Utils\WrapperEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelExecutionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Parallel\src\System\Linq\ParallelMergeOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\CachedReflection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableExecutor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableQuery.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\EnumerableRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Error.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Queryable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\Strings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Queryable\src\System\Linq\TypeHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Aggregate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\AnyAll.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\AppendPrepend.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Average.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Buffer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Cast.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Concat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Contains.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Count.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\DebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\DefaultIfEmpty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Distinct.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\ElementAt.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Enumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Errors.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Except.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\First.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Grouping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\GroupJoin.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Intersect.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Iterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Join.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Last.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Lookup.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Max.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Min.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\OrderBy.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\OrderedEnumerable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Partition.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Range.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Repeat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Reverse.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Select.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\SelectMany.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\SequenceEqual.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Set.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Single.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\SingleLinkedNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Skip.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Sum.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Take.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\ToCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Union.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Utilities.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Where.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq\src\System\Linq\Zip.cs" />
+ </ItemGroup>
+
+ <Choose>
+ <When Condition="'$(UseInterpreter)' == 'true'">
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\CachedReflectionInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AddInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\AndInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ArrayOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\BranchLabel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\CallInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DecrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DefaultValueInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\DivInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\EqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ExclusiveOrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\FieldOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\GreaterThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\IncrementInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Instruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InstructionList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\InterpretedFrame.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Interpreter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LeftShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LessThanOrEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightDelegateCreator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LightLambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalAccess.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\LocalVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\ModuloInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\MulInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NegateInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NewInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotEqualInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NotInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NullCheckInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\NumericConvertInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\OrInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RightShiftInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\RuntimeVariables.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\StackOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\SubInstruction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\TypeOperations.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Interpreter\Utilities.cs" />
+ </ItemGroup>
+ </When>
+ <Otherwise>
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ReferenceEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Common\CachedReflectionInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AnalyzedTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\AssemblyGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\BoundConstants.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\CompilerScope.Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\ILGen.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\KeyedStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LabelInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.ControlFlow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Lambda.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Bindings.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.ChildRewriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Generated.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.SpilledExpressionBlock.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\StackSpiller.Temps.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Linq\Expressions\Compiler\VariableBinder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs" />
+ </ItemGroup>
+ </Otherwise>
+ </Choose>
+
+ <ItemGroup Condition="'$(Profile)' == 'basic' OR '$(Profile)' == 'build' OR '$(Profile)' == 'net_4_x' OR '$(Profile)' == 'xammac_net_4_5'">
+ <Compile Include="System.IO.Pipes\PipeUnix.cs" />
+ <Compile Include="System.IO.Pipes\PipeWin32.cs" />
+ <Compile Include="System.Security.Cryptography\AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography\MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography\SHA512Cng.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\AesManaged.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECDiffieHellman.cs" />
+ <Compile Include="..\referencesource\System.Core\System\Security\Cryptography\ECKeyXmlFormat.cs" />
+ <Compile Include="..\referencesource\System.Core\System\threading\ReaderWriterLockSlim\LockRecursionException.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(Profile)' == 'monodroid'">
+ <Compile Include="System.Security.Cryptography/AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography/AesTransform.cs" />
+ <Compile Include="../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(Profile)' == 'testing_aot_full' OR '$(Profile)' == 'testing_aot_hybrid' OR '$(Profile)' == 'orbis' OR '$(Profile)' == 'orbis'">
+ <Compile Include="System.Security.Cryptography/AesCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography/AesTransform.cs" />
+ <Compile Include="System.Security.Cryptography/MD5Cng.cs" />
+ <Compile Include="System.Security.Cryptography/SHA1Cng.cs" />
+ <Compile Include="System.Security.Cryptography/SHA256Cng.cs" />
+ <Compile Include="System.Security.Cryptography/SHA384Cng.cs" />
+ <Compile Include="System.Security.Cryptography/SHA512Cng.cs" />
+ <Compile Include="../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs" />
+ <Compile Include="../referencesource/System.Core/System/Security/Cryptography/ECDiffieHellman.cs" />
+ <Compile Include="../referencesource/System.Core/System/Security/Cryptography/ECKeyXmlFormat.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Core/basic_System.Core.dll.sources b/mcs/class/System.Core/basic_System.Core.dll.sources
deleted file mode 100644
index e5681ff8ff5..00000000000
--- a/mcs/class/System.Core/basic_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include net_4_x_System.Core.dll.sources
diff --git a/mcs/class/System.Core/build_System.Core.dll.sources b/mcs/class/System.Core/build_System.Core.dll.sources
deleted file mode 100644
index e5681ff8ff5..00000000000
--- a/mcs/class/System.Core/build_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include net_4_x_System.Core.dll.sources
diff --git a/mcs/class/System.Core/common_System.Core.dll.sources b/mcs/class/System.Core/common_System.Core.dll.sources
deleted file mode 100644
index b521fe7b41c..00000000000
--- a/mcs/class/System.Core/common_System.Core.dll.sources
+++ /dev/null
@@ -1,290 +0,0 @@
-../../build/common/SR.cs
-../../build/common/MonoTODOAttribute.cs
-
-Assembly/AssemblyInfo.cs
-System/Util.cs
-System.IO.MemoryMappedFiles/MemoryMappedFile.cs
-System.IO.MemoryMappedFiles/MemoryMappedView.cs
-Microsoft.Win32.SafeHandles/SafeMemoryMappedFileHandle.cs
-Microsoft.Win32.SafeHandles/SafeMemoryMappedViewHandle.cs
-System.Security.Cryptography/AesCng.cs
-System.Security.Cryptography/TripleDESCng.cs
-System.Security.Cryptography.X509Certificates/ECDsaCertificateExtensions.cs
-System.Security.Cryptography.X509Certificates/RSACertificateExtensions.cs
-Microsoft.Win32.SafeHandles/SafeNCryptHandle.cs
-Microsoft.Win32.SafeHandles/SafeNCryptKeyHandle.cs
-Microsoft.Win32.SafeHandles/SafeNCryptProviderHandle.cs
-Microsoft.Win32.SafeHandles/SafeNCryptSecretHandle.cs
-Microsoft.Win32.SafeHandles/SafePipeHandle.cs
-
-System.IO.Pipes/AnonymousPipeClientStream.cs
-System.IO.Pipes/AnonymousPipeServerStream.cs
-System.IO.Pipes/NamedPipeClientStream.cs
-System.IO.Pipes/NamedPipeServerStream.cs
-System.IO.Pipes/PipeAccessRights.cs
-System.IO.Pipes/PipeAccessRule.cs
-System.IO.Pipes/PipeAuditRule.cs
-System.IO.Pipes/PipeDirection.cs
-System.IO.Pipes/PipeInterfaces.cs
-System.IO.Pipes/PipeOptions.cs
-System.IO.Pipes/PipeSecurity.cs
-System.IO.Pipes/PipeStream.cs
-System.IO.Pipes/PipeStreamImpersonationWorker.cs
-System.IO.Pipes/PipeTransmissionMode.cs
-
-ReferenceSources/SR.cs
-
-corefx/LambdaExpression.cs
-corefx/SR.cs
-corefx/SR.missing.cs
-
-../referencesource/System.Core/Microsoft/Scripting/Utils/Action.cs
-../referencesource/System.Core/Microsoft/Scripting/Utils/Extension.cs
-../referencesource/System.Core/Microsoft/Scripting/Utils/Function.cs
-../referencesource/System.Core/Microsoft/Scripting/Utils/StrongBox.cs
-
-../referencesource/System.Core/System/FuncAndAction.cs
-../referencesource/System.Core/System/InvalidTimeZoneException.cs
-../referencesource/System.Core/System/TimeZoneInfo.cs
-../referencesource/System.Core/System/TimeZoneNotFoundException.cs
-
-../referencesource/System.Core/System/IO/Enums.cs
-
-../referencesource/System.Core/System/IO/MemoryMappedFiles/Enums.cs
-../referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedFileSecurity.cs
-../referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewAccessor.cs
-../referencesource/System.Core/System/IO/MemoryMappedFiles/MemoryMappedViewStream.cs
-
-../referencesource/System.Core/System/Runtime/CompilerServices/DynamicAttribute.cs
-../referencesource/System.Core/System/Runtime/CompilerServices/ExecutionScope.cs
-
-../referencesource/System.Core/System/Security/Cryptography/Aes.cs
-../referencesource/System.Core/System/Security/Cryptography/BCryptNative.cs
-../referencesource/System.Core/System/Security/Cryptography/CngAlgorithm.cs
-../referencesource/System.Core/System/Security/Cryptography/CngAlgorithmGroup.cs
-../referencesource/System.Core/System/Security/Cryptography/CngKey.cs
-../referencesource/System.Core/System/Security/Cryptography/CngKeyBlobFormat.cs
-../referencesource/System.Core/System/Security/Cryptography/CngKeyCreationParameters.cs
-../referencesource/System.Core/System/Security/Cryptography/CngProperty.cs
-../referencesource/System.Core/System/Security/Cryptography/CngProvider.cs
-../referencesource/System.Core/System/Security/Cryptography/CngUIPolicy.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDiffieHellmanPublicKey.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDsa.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDsaCng.cs
-../referencesource/System.Core/System/Security/Cryptography/NCryptNative.cs
-../referencesource/System.Core/System/Security/Cryptography/RsaCng.cs
-
-../referencesource/System.Core/System/threading/ReaderWriterLockSlim/ReaderWriterLockSlim.cs
-
-../referencesource/System.Core/System/threading/Tasks/TaskExtensions.cs
-
-System.Runtime.InteropServices/ComAwareEventInfo.cs
-
-System.Security.Cryptography/ECCurve.cs
-System.Security.Cryptography/ECPoint.cs
-System.Security.Cryptography/ECParameters.cs
-System.Security.Cryptography/SHA256CryptoServiceProvider.cs
-System.Security.Cryptography/SHA384CryptoServiceProvider.cs
-System.Security.Cryptography/SHA512CryptoServiceProvider.cs
-
-../referencesource/System.Core/System/Security/Cryptography/X509Certificates/TrustStatus.cs
-
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/BitHelper.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSet.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/HashSetEqualityComparer.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/ICollectionDebugView.cs
-
-../../../external/corefx/src/System.Linq/src/System/Linq/*.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/*.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/CachedReflectionInfo.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/CollectionExtensions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/EmptyReadOnlyCollection.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ExpressionUtils.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ExpressionVisitorUtils.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ListArgumentProvider.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ListParameterProvider.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeUtils.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeExtensions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/IQueryable.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/*.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/ArrayBuilderExtensions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/ConstantCheck.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.Generated.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/HoistedLocals.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/TypeInfoExtensions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/CallSite.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/CallSiteBinder.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/CallSiteHelpers.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/CallSiteOps.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/Closure.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/DebugInfoGenerator.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/IRuntimeVariables.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/ReadOnlyCollectionBuilder.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/RuleCache.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/RuntimeOps.RuntimeVariableList.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/RuntimeOps.MergedRuntimeVariables.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/RuntimeOps.RuntimeVariables.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/TrueReadOnlyCollection.cs
-
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/ParallelEnumerable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/ParallelExecutionMode.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/ParallelMergeOptions.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Channels/AsynchronousChannel.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Channels/SynchronousChannel.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/AggregationMinMaxHelpers.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/EmptyEnumerable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/EnumerableWrapperWeakToStrong.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/IParallelPartitionable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/OrderedParallelQuery.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/ParallelEnumerableWrapper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/ParallelQuery.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/QueryAggregationOptions.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/RangeEnumerable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Enumerables/RepeatEnumerable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Helpers.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/ArrayMergeHelper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/AsynchronousChannelMergeEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/DefaultMergeHelper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/IMergeHelper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/MergeEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/MergeExecutor.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/OrderPreservingMergeHelper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/OrderPreservingPipeliningMergeHelper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Merging/SynchronousChannelMergeEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/HashRepartitionEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/HashRepartitionStream.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/IPartitionedStreamRecipient.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/OrderedHashRepartitionEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/OrderedHashRepartitionStream.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/PartitionedDataSource.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/PartitionedStream.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Partitioning/UnorderedHashRepartitionStream.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/AssociativeAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/ConcatQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/ExceptQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/GroupJoinQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/HashJoinQueryOperatorEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/IntersectQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/JoinQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/UnionQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Binary/ZipQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/BinaryQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/CountAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DecimalAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DecimalMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DecimalSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DoubleAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DoubleMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/DoubleSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/FloatAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/FloatMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/FloatSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/InlinedAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/InlinedAggregationOperatorEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/IntAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/IntMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/IntSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/LongAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/LongCountAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/LongMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/LongSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDecimalSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableDoubleSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableFloatAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableFloatMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableFloatSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableIntAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableIntMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableIntSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableLongAverageAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableLongMinMaxAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/NullableLongSumAggregationOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/ListQueryResults.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Options/OrderingQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Options/QueryExecutionOption.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/OrdinalIndexState.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/PartitionedStreamMerger.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/PartitionerQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/QueryOpeningEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/QueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/QueryOperatorEnumerator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/QueryResults.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/QuerySettings.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/ScanQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/AnyAllSearchOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/ContainsSearchOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/DefaultIfEmptyQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/DistinctQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/ElementAtQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/FirstQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/ForAllOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/GroupByQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/IndexedSelectQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/IndexedWhereQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/LastQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/ReverseQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/SelectManyQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/SelectQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/SingleQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/SortQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/TakeOrSkipQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/TakeOrSkipWhileQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Unary/WhereQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/UnaryQueryOperator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/CancellationState.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/OrderPreservingPipeliningSpoolingTask.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/OrderPreservingSpoolingTask.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/QueryLifecycle.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/QueryTask.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/QueryTaskGroupState.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/Scheduling.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/SpoolingTask.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/SpoolingTaskBase.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/CancellableEnumerable.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/ExceptionAggregator.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/ExchangeUtilities.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/FixedMaxHeap.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/GrowingArray.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/HashLookup.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/IntValueEvent.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/ListChunk.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Lookup.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Pair.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/PairComparer.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/PLINQETWProvider.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/ReverseComparer.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Shared.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Sorting.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/TraceHelpers.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Util.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/Wrapper.cs
-../../../external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/Utils/WrapperEqualityComparer.cs
-
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/CachedReflection.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/EnumerableExecutor.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/EnumerableQuery.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/EnumerableRewriter.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/Error.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/Queryable.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/Strings.cs
-../../../external/corefx/src/System.Linq.Queryable/src/System/Linq/TypeHelper.cs
-
-../../../external/corefx/src/Common/src/System/Collections/Generic/ArrayBuilder.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/EnumerableHelpers.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/EnumerableHelpers.Linq.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/LargeArrayBuilder.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/SparseArrayBuilder.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/CacheDict.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ContractUtils.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/ExpressionUtils.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeExtensions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/TypeUtils.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/DelegateHelpers.Generated.cs
diff --git a/mcs/class/System.Core/dynamic_System.Core.dll.sources b/mcs/class/System.Core/dynamic_System.Core.dll.sources
deleted file mode 100644
index c48326168a0..00000000000
--- a/mcs/class/System.Core/dynamic_System.Core.dll.sources
+++ /dev/null
@@ -1,36 +0,0 @@
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/CachedReflectionInfo.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/Helpers.cs
-
-../../../external/corefx/src/Common/src/System/NotImplemented.cs
-
-../../../external/corefx/src/Common/src/System/Collections/Generic/ReferenceEqualityComparer.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/AssemblyGen.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/AnalyzedTree.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/BoundConstants.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/CompilerScope.Storage.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/CompilerScope.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/ILGen.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/KeyedStack.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LabelInfo.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Address.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Binary.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.ControlFlow.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Expressions.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Generated.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Lambda.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Logical.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Statements.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.Unary.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/LambdaCompiler.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.Bindings.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.ChildRewriter.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.Generated.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.SpilledExpressionBlock.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.Temps.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/StackSpiller.cs
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/VariableBinder.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Runtime/CompilerServices/RuntimeOps.ExpressionQuoter.cs
diff --git a/mcs/class/System.Core/interpreter_System.Core.dll.sources b/mcs/class/System.Core/interpreter_System.Core.dll.sources
deleted file mode 100644
index 4c4e18f10d9..00000000000
--- a/mcs/class/System.Core/interpreter_System.Core.dll.sources
+++ /dev/null
@@ -1,4 +0,0 @@
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/*.cs
-
-../../../external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Common/CachedReflectionInfo.cs
diff --git a/mcs/class/System.Core/monodroid_System.Core.dll.sources b/mcs/class/System.Core/monodroid_System.Core.dll.sources
deleted file mode 100644
index a6923677d2a..00000000000
--- a/mcs/class/System.Core/monodroid_System.Core.dll.sources
+++ /dev/null
@@ -1,7 +0,0 @@
-#include common_System.Core.dll.sources
-#include dynamic_System.Core.dll.sources
-
-System.Security.Cryptography/AesCryptoServiceProvider.cs
-System.Security.Cryptography/AesTransform.cs
-
-../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
diff --git a/mcs/class/System.Core/monotouch_System.Core.dll.sources b/mcs/class/System.Core/monotouch_System.Core.dll.sources
deleted file mode 100644
index 7d32d44a88b..00000000000
--- a/mcs/class/System.Core/monotouch_System.Core.dll.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-#include common_System.Core.dll.sources
-#include interpreter_System.Core.dll.sources
diff --git a/mcs/class/System.Core/monotouch_runtime_System.Core.dll.sources b/mcs/class/System.Core/monotouch_runtime_System.Core.dll.sources
deleted file mode 100644
index b050f33be70..00000000000
--- a/mcs/class/System.Core/monotouch_runtime_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.Core.dll.sources
diff --git a/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources b/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources
deleted file mode 100644
index b050f33be70..00000000000
--- a/mcs/class/System.Core/monotouch_tv_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.Core.dll.sources
diff --git a/mcs/class/System.Core/monotouch_tv_runtime_System.Core.dll.sources b/mcs/class/System.Core/monotouch_tv_runtime_System.Core.dll.sources
deleted file mode 100644
index b050f33be70..00000000000
--- a/mcs/class/System.Core/monotouch_tv_runtime_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.Core.dll.sources
diff --git a/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources b/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources
deleted file mode 100644
index b050f33be70..00000000000
--- a/mcs/class/System.Core/monotouch_watch_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.Core.dll.sources
diff --git a/mcs/class/System.Core/monotouch_watch_runtime_System.Core.dll.sources b/mcs/class/System.Core/monotouch_watch_runtime_System.Core.dll.sources
deleted file mode 100644
index b050f33be70..00000000000
--- a/mcs/class/System.Core/monotouch_watch_runtime_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.Core.dll.sources
diff --git a/mcs/class/System.Core/net_4_x_System.Core.dll.sources b/mcs/class/System.Core/net_4_x_System.Core.dll.sources
deleted file mode 100644
index 215215e76a2..00000000000
--- a/mcs/class/System.Core/net_4_x_System.Core.dll.sources
+++ /dev/null
@@ -1,19 +0,0 @@
-#include common_System.Core.dll.sources
-#include dynamic_System.Core.dll.sources
-
-System.IO.Pipes/PipeUnix.cs
-System.IO.Pipes/PipeWin32.cs
-
-System.Security.Cryptography/AesCryptoServiceProvider.cs
-System.Security.Cryptography/AesTransform.cs
-System.Security.Cryptography/MD5Cng.cs
-System.Security.Cryptography/SHA1Cng.cs
-System.Security.Cryptography/SHA256Cng.cs
-System.Security.Cryptography/SHA384Cng.cs
-System.Security.Cryptography/SHA512Cng.cs
-
-../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDiffieHellman.cs
-../referencesource/System.Core/System/Security/Cryptography/ECKeyXmlFormat.cs
-
-../referencesource/System.Core/System/threading/ReaderWriterLockSlim/LockRecursionException.cs
diff --git a/mcs/class/System.Core/orbis_System.Core.dll.sources b/mcs/class/System.Core/orbis_System.Core.dll.sources
deleted file mode 100644
index a7b1796f147..00000000000
--- a/mcs/class/System.Core/orbis_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include testing_aot_full_System.Core.dll.sources
diff --git a/mcs/class/System.Core/testing_aot_full_System.Core.dll.sources b/mcs/class/System.Core/testing_aot_full_System.Core.dll.sources
deleted file mode 100644
index 70fa76793f3..00000000000
--- a/mcs/class/System.Core/testing_aot_full_System.Core.dll.sources
+++ /dev/null
@@ -1,14 +0,0 @@
-#include common_System.Core.dll.sources
-#include interpreter_System.Core.dll.sources
-
-System.Security.Cryptography/AesCryptoServiceProvider.cs
-System.Security.Cryptography/AesTransform.cs
-System.Security.Cryptography/MD5Cng.cs
-System.Security.Cryptography/SHA1Cng.cs
-System.Security.Cryptography/SHA256Cng.cs
-System.Security.Cryptography/SHA384Cng.cs
-System.Security.Cryptography/SHA512Cng.cs
-
-../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDiffieHellman.cs
-../referencesource/System.Core/System/Security/Cryptography/ECKeyXmlFormat.cs
diff --git a/mcs/class/System.Core/testing_aot_hybrid_System.Core.dll.sources b/mcs/class/System.Core/testing_aot_hybrid_System.Core.dll.sources
deleted file mode 100644
index c1ff8331787..00000000000
--- a/mcs/class/System.Core/testing_aot_hybrid_System.Core.dll.sources
+++ /dev/null
@@ -1,14 +0,0 @@
-#include common_System.Core.dll.sources
-#include dynamic_System.Core.dll.sources
-
-System.Security.Cryptography/AesCryptoServiceProvider.cs
-System.Security.Cryptography/AesTransform.cs
-System.Security.Cryptography/MD5Cng.cs
-System.Security.Cryptography/SHA1Cng.cs
-System.Security.Cryptography/SHA256Cng.cs
-System.Security.Cryptography/SHA384Cng.cs
-System.Security.Cryptography/SHA512Cng.cs
-
-../referencesource/System.Core/System/Security/Cryptography/AesManaged.cs
-../referencesource/System.Core/System/Security/Cryptography/ECDiffieHellman.cs
-../referencesource/System.Core/System/Security/Cryptography/ECKeyXmlFormat.cs
diff --git a/mcs/class/System.Core/winaot_System.Core.dll.sources b/mcs/class/System.Core/winaot_System.Core.dll.sources
deleted file mode 100644
index a7b1796f147..00000000000
--- a/mcs/class/System.Core/winaot_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include testing_aot_full_System.Core.dll.sources
diff --git a/mcs/class/System.Core/xammac_System.Core.dll.sources b/mcs/class/System.Core/xammac_System.Core.dll.sources
deleted file mode 100644
index ffee84a901d..00000000000
--- a/mcs/class/System.Core/xammac_System.Core.dll.sources
+++ /dev/null
@@ -1,3 +0,0 @@
-#include common_System.Core.dll.sources
-
-#include dynamic_System.Core.dll.sources
diff --git a/mcs/class/System.Core/xammac_net_4_5_System.Core.dll.sources b/mcs/class/System.Core/xammac_net_4_5_System.Core.dll.sources
deleted file mode 100644
index e5681ff8ff5..00000000000
--- a/mcs/class/System.Core/xammac_net_4_5_System.Core.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include net_4_x_System.Core.dll.sources
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index 6dcedb80e50..59769de04f8 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -2,19 +2,12 @@ thisdir = class/System.Security
SUBDIRS =
include ../../build/rules.make
+ASSEMBLY = System.Security.dll
+
ifndef NO_MONO_SECURITY
-MONO_SECURITY_DLL=$(the_libdir_base)/Mono.Security.dll
-MONO_SECURITY=Mono.Security
+MONO_SECURITY_DLL=$(the_assemblydir_base)/Mono.Security.dll
endif
-LIBRARY = System.Security.dll
-LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY)
-LIB_MCS_FLAGS = -nowarn:618 \
- -d:SECURITY_DEP \
- -nowarn:414
-
-LOCAL_MCS_FLAGS =
-
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
EXTRA_DISTFILES = \
@@ -27,14 +20,4 @@ EXTRA_DISTFILES = \
RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx
-include ../../build/library.make
-
-$(the_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)
-
-$(secxml_libdir)/System.dll:
- (cd ../System; $(MAKE) $@)
-
-$(the_libdir_base)/Mono.Security.dll:
- (cd ../Mono.Security; $(MAKE))
-
-.NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll
+include ../../build/msbuild.make
diff --git a/mcs/class/System.Security/System.Security-net_4_x.csproj b/mcs/class/System.Security/System.Security.csproj
index 1a0022fbc8a..d0ce42412dd 100644
--- a/mcs/class/System.Security/System.Security-net_4_x.csproj
+++ b/mcs/class/System.Security/System.Security.csproj
@@ -1,195 +1,126 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,414</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Security</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618,414</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;SECURITY_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,618,414</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;SECURITY_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
- <Compile Include="Mono.Security.Cryptography\NativeDapiProtection.cs" />
- <Compile Include="Mono.Xml\XmlCanonicalizer.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\AlgorithmIdentifier.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipient.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\CmsSigner.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\ContentInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeRecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\KeyTransRecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9Attribute.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9ContentType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentDescription.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentName.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9MessageDigest.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9SigningTime.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\PublicKeyInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignedCms.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfo.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoCollection.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifier.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKey.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKeyType.cs" />
- <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierType.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
- <Compile Include="System.Security.Cryptography.Xml\CipherData.cs" />
- <Compile Include="System.Security.Cryptography.Xml\CipherReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DataObject.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DataReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\DSAKeyValue.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedData.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedKey.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedType.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptedXml.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionMethod.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionProperties.cs" />
- <Compile Include="System.Security.Cryptography.Xml\EncryptionProperty.cs" />
- <Compile Include="System.Security.Cryptography.Xml\IRelDecryptor.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfo.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoClause.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoEncryptedKey.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoName.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoNode.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoRetrievalMethod.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyInfoX509Data.cs" />
- <Compile Include="System.Security.Cryptography.Xml\KeyReference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Manifest.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Reference.cs" />
- <Compile Include="System.Security.Cryptography.Xml\ReferenceList.cs" />
- <Compile Include="System.Security.Cryptography.Xml\RSAKeyValue.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Signature.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SignedInfo.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SignedXml.cs" />
- <Compile Include="System.Security.Cryptography.Xml\SymmetricKeyWrap.cs" />
- <Compile Include="System.Security.Cryptography.Xml\Transform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\TransformChain.cs" />
- <Compile Include="System.Security.Cryptography.Xml\X509IssuerSerial.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDecryptionTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigBase64Transform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigNodeList.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigXPathTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlDsigXsltTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlEncryption.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlLicenseTransform.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlSignature.cs" />
- <Compile Include="System.Security.Cryptography.Xml\XmlSignatureStreamReader.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttribute.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttributeCollection.cs" />
- <Compile Include="System.Security.Cryptography\CryptographicAttributeEnumerator.cs" />
- <Compile Include="System.Security.Cryptography\DataProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
- <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>System.Security</AssemblyName>
+ <ProjectGuid>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</ProjectGuid>
+ <NoWarn>$(NoWarn),618,414</NoWarn>
+ </PropertyGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-secxml-net_4_x.csproj">
- <Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
- <Name>System-secxml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
- <Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
- <Name>System.Xml-bare-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
- <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
- <Name>Mono.Security-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);SECURITY_DEP</DefineConstants>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\Mono.Security\Mono.Security.csproj" Condition="'$(DisableMonoSecurity)' != 'true'" />
+ <ProjectReference Include="..\System\System-secxml.csproj" />
+ <ProjectReference Include="..\System.Xml\System.Xml-bare.csproj" />
+ </ItemGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\AlgorithmIdentifier.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipient.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientCollection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\CmsRecipientEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\ContentInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\EnvelopedCms.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeRecipientInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyTransRecipientInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9Attribute.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9ContentType.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentDescription.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9DocumentName.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9MessageDigest.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\Pkcs9SigningTime.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\PublicKeyInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoCollection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\RecipientInfoType.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifier.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKey.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierOrKeyType.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SubjectIdentifierType.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\X509IssuerSerial.cs" />
+ <Compile Include="System.Security.Cryptography\CryptographicAttribute.cs" />
+ <Compile Include="System.Security.Cryptography\CryptographicAttributeCollection.cs" />
+ <Compile Include="System.Security.Cryptography\CryptographicAttributeEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography\DataProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedData.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(Profile)' == 'basic' OR '$(Profile)' == 'build' OR '$(Profile)' == 'net_4_x' OR '$(Profile)' == 'testing_aot_hybrid' OR '$(Profile)' == 'winaot' OR '$(Profile)' == 'xammac_net_4_5'">
+ <Compile Include="corefx\SR.cs" />
+ <Compile Include="Mono.Security.Cryptography\ManagedProtection.cs" />
+ <Compile Include="Mono.Security.Cryptography\NativeDapiProtection.cs" />
+ <Compile Include="Mono.Xml\XmlCanonicalizer.cs" />
+ <Compile Include="System.Security.Cryptography\MemoryProtectionScope.cs" />
+ <Compile Include="System.Security.Cryptography\ProtectedMemory.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\KeyAgreeKeyChoice.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\CmsSigner.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SignedCms.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SignerInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoCollection.cs" />
+ <Compile Include="System.Security.Cryptography.Pkcs\SignerInfoEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2UI.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SelectionFlag.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\CipherData.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\CipherReference.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\DataObject.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\DataReference.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\DSAKeyValue.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptedData.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptedKey.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptedReference.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptedType.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptedXml.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptionMethod.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptionProperties.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\EncryptionProperty.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\IRelDecryptor.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoClause.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoEncryptedKey.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoName.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoNode.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoRetrievalMethod.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyInfoX509Data.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\KeyReference.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\Manifest.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\Reference.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\ReferenceList.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\RSAKeyValue.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\Signature.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\SignedInfo.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\SignedXml.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\SymmetricKeyWrap.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\TransformChain.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\Transform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDecryptionTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigBase64Transform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigC14NWithCommentsTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigEnvelopedSignatureTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigExcC14NWithCommentsTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigNodeList.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigXPathTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlDsigXsltTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlEncryption.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlLicenseTransform.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlSignature.cs" />
+ <Compile Include="System.Security.Cryptography.Xml\XmlSignatureStreamReader.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\DataProtectionPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.Security/System.Security.dll.sources b/mcs/class/System.Security/System.Security.dll.sources
deleted file mode 100644
index 0beec42df40..00000000000
--- a/mcs/class/System.Security/System.Security.dll.sources
+++ /dev/null
@@ -1,97 +0,0 @@
-Assembly/AssemblyInfo.cs
-corefx/SR.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-Mono.Security.Cryptography/ManagedProtection.cs
-Mono.Security.Cryptography/NativeDapiProtection.cs
-Mono.Xml/XmlCanonicalizer.cs
-System.Security.Cryptography/CryptographicAttribute.cs
-System.Security.Cryptography/CryptographicAttributeCollection.cs
-System.Security.Cryptography/CryptographicAttributeEnumerator.cs
-System.Security.Cryptography/DataProtectionScope.cs
-System.Security.Cryptography/MemoryProtectionScope.cs
-System.Security.Cryptography/ProtectedData.cs
-System.Security.Cryptography/ProtectedMemory.cs
-System.Security.Cryptography.Pkcs/AlgorithmIdentifier.cs
-System.Security.Cryptography.Pkcs/ContentInfo.cs
-System.Security.Cryptography.Pkcs/EnvelopedCms.cs
-System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs
-System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
-System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
-System.Security.Cryptography.Pkcs/CmsRecipient.cs
-System.Security.Cryptography.Pkcs/CmsRecipientCollection.cs
-System.Security.Cryptography.Pkcs/CmsRecipientEnumerator.cs
-System.Security.Cryptography.Pkcs/CmsSigner.cs
-System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
-System.Security.Cryptography.Pkcs/Pkcs9ContentType.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
-System.Security.Cryptography.Pkcs/Pkcs9MessageDigest.cs
-System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
-System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
-System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/RecipientInfoType.cs
-System.Security.Cryptography.Pkcs/SignedCms.cs
-System.Security.Cryptography.Pkcs/SignerInfo.cs
-System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
-System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2UI.cs
-System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs
-System.Security.Cryptography.Xml/CipherData.cs
-System.Security.Cryptography.Xml/CipherReference.cs
-System.Security.Cryptography.Xml/DataObject.cs
-System.Security.Cryptography.Xml/DataReference.cs
-System.Security.Cryptography.Xml/DSAKeyValue.cs
-System.Security.Cryptography.Xml/EncryptedData.cs
-System.Security.Cryptography.Xml/EncryptedKey.cs
-System.Security.Cryptography.Xml/EncryptedReference.cs
-System.Security.Cryptography.Xml/EncryptedType.cs
-System.Security.Cryptography.Xml/EncryptedXml.cs
-System.Security.Cryptography.Xml/EncryptionMethod.cs
-System.Security.Cryptography.Xml/EncryptionProperties.cs
-System.Security.Cryptography.Xml/EncryptionProperty.cs
-System.Security.Cryptography.Xml/IRelDecryptor.cs
-System.Security.Cryptography.Xml/KeyInfoClause.cs
-System.Security.Cryptography.Xml/KeyInfo.cs
-System.Security.Cryptography.Xml/KeyInfoEncryptedKey.cs
-System.Security.Cryptography.Xml/KeyInfoName.cs
-System.Security.Cryptography.Xml/KeyInfoNode.cs
-System.Security.Cryptography.Xml/KeyInfoRetrievalMethod.cs
-System.Security.Cryptography.Xml/KeyInfoX509Data.cs
-System.Security.Cryptography.Xml/KeyReference.cs
-System.Security.Cryptography.Xml/Manifest.cs
-System.Security.Cryptography.Xml/Reference.cs
-System.Security.Cryptography.Xml/ReferenceList.cs
-System.Security.Cryptography.Xml/RSAKeyValue.cs
-System.Security.Cryptography.Xml/Signature.cs
-System.Security.Cryptography.Xml/SignedInfo.cs
-System.Security.Cryptography.Xml/SignedXml.cs
-System.Security.Cryptography.Xml/SymmetricKeyWrap.cs
-System.Security.Cryptography.Xml/TransformChain.cs
-System.Security.Cryptography.Xml/Transform.cs
-System.Security.Cryptography.Xml/X509IssuerSerial.cs
-System.Security.Cryptography.Xml/XmlDecryptionTransform.cs
-System.Security.Cryptography.Xml/XmlDsigBase64Transform.cs
-System.Security.Cryptography.Xml/XmlDsigC14NTransform.cs
-System.Security.Cryptography.Xml/XmlDsigC14NWithCommentsTransform.cs
-System.Security.Cryptography.Xml/XmlDsigEnvelopedSignatureTransform.cs
-System.Security.Cryptography.Xml/XmlDsigExcC14NTransform.cs
-System.Security.Cryptography.Xml/XmlDsigExcC14NWithCommentsTransform.cs
-System.Security.Cryptography.Xml/XmlDsigNodeList.cs
-System.Security.Cryptography.Xml/XmlDsigXPathTransform.cs
-System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs
-System.Security.Cryptography.Xml/XmlEncryption.cs
-System.Security.Cryptography.Xml/XmlLicenseTransform.cs
-System.Security.Cryptography.Xml/XmlSignature.cs
-System.Security.Cryptography.Xml/XmlSignatureStreamReader.cs
-../../build/common/MonoTODOAttribute.cs
-System.Security.Permissions/DataProtectionPermission.cs
-System.Security.Permissions/DataProtectionPermissionAttribute.cs
-System.Security.Permissions/DataProtectionPermissionFlags.cs
-System.Security.Permissions/PermissionHelper.cs
diff --git a/mcs/class/System.Security/common_System.Security.dll.sources b/mcs/class/System.Security/common_System.Security.dll.sources
deleted file mode 100644
index 5a34119a3ad..00000000000
--- a/mcs/class/System.Security/common_System.Security.dll.sources
+++ /dev/null
@@ -1,34 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-../../build/common/MonoTODOAttribute.cs
-System.Security.Cryptography/CryptographicAttribute.cs
-System.Security.Cryptography/CryptographicAttributeCollection.cs
-System.Security.Cryptography/CryptographicAttributeEnumerator.cs
-System.Security.Cryptography/DataProtectionScope.cs
-System.Security.Cryptography/ProtectedData.cs
-System.Security.Cryptography.Pkcs/AlgorithmIdentifier.cs
-System.Security.Cryptography.Pkcs/CmsRecipient.cs
-System.Security.Cryptography.Pkcs/CmsRecipientCollection.cs
-System.Security.Cryptography.Pkcs/CmsRecipientEnumerator.cs
-System.Security.Cryptography.Pkcs/ContentInfo.cs
-System.Security.Cryptography.Pkcs/EnvelopedCms.cs
-System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
-System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
-System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
-System.Security.Cryptography.Pkcs/Pkcs9ContentType.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
-System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
-System.Security.Cryptography.Pkcs/Pkcs9MessageDigest.cs
-System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
-System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfo.cs
-System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
-System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
-System.Security.Cryptography.Pkcs/RecipientInfoType.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
-System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
-System.Security.Cryptography.Xml/X509IssuerSerial.cs
-
diff --git a/mcs/class/System.Security/monodroid_System.Security.dll.sources b/mcs/class/System.Security/monodroid_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monodroid_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_System.Security.dll.sources b/mcs/class/System.Security/monotouch_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_runtime_System.Security.dll.sources b/mcs/class/System.Security/monotouch_runtime_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_runtime_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_tv_System.Security.dll.sources b/mcs/class/System.Security/monotouch_tv_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_tv_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_tv_runtime_System.Security.dll.sources b/mcs/class/System.Security/monotouch_tv_runtime_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_tv_runtime_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_watch_System.Security.dll.sources b/mcs/class/System.Security/monotouch_watch_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_watch_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/monotouch_watch_runtime_System.Security.dll.sources b/mcs/class/System.Security/monotouch_watch_runtime_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/monotouch_watch_runtime_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/orbis_System.Security.dll.sources b/mcs/class/System.Security/orbis_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/orbis_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/testing_aot_full_System.Security.dll.sources b/mcs/class/System.Security/testing_aot_full_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/testing_aot_full_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.Security/xammac_System.Security.dll.sources b/mcs/class/System.Security/xammac_System.Security.dll.sources
deleted file mode 100644
index 599b7fa67f7..00000000000
--- a/mcs/class/System.Security/xammac_System.Security.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_System.Security.dll.sources
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 1fa2b92bdf4..d6422f39254 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -2,33 +2,15 @@ thisdir = class/System.XML
SUBDIRS =
include ../../build/rules.make
-LIBRARY = System.Xml.dll
-
-lib_file := $(wildcard ../lib/$(PROFILE)/System.Xml.dll)
+ASSEMBLY = System.Xml.dll
TXT_RESOURCE_STRINGS = \
../referencesource/System.Xml/System.Xml.txt \
../referencesource/System.Data.SqlXml/System.Xml.Utils.txt
-LIB_MCS_FLAGS = -nowarn:219,414,649,1717 -unsafe -d:ASYNC
-
-ifeq (2.1, $(FRAMEWORK_VERSION))
-LIB_MCS_FLAGS += -d:AGCLR -d:DISABLE_XSLT_COMPILER -d:DISABLE_XSLT_SCRIPT,MONO_HYBRID_SYSTEM_XML -d:DISABLE_CAS_USE
-endif
-
TEST_LIB_REFS = System.Data System.Core
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
-ifneq (bare/,$(intermediate))
-LIB_REFS += secxml/System
-ifndef MOBILE_PROFILE
-LIB_REFS += System.Configuration
-LIB_MCS_FLAGS += -d:CONFIGURATION_DEP
-endif
-else
-LIB_REFS += $(intermediate)System
-endif
-
nist_dom_files = \
ITest.cs readme.txt util.cs \
files/noDTDXMLfile.xml files/otherDoc.xml files/staff.dtd files/staff.html files/staff.xml
@@ -54,41 +36,4 @@ EXTRA_DISTFILES = \
$(xmlfiles_files:%=Test/XmlFiles/%) \
$(nist_dom_files:%=Test/System.Xml/nist_dom/%)
-include ../../build/library.make
-
-ifeq (bare/,$(intermediate))
-build-bare:
-else
-$(bare_libdir)/System.Xml.dll:
- $(MAKE) intermediate=bare/ $(bare_libdir)/System.Xml.dll
-endif
-
-system_xml_library_deps := \
- $(bare_libdir)/System.dll \
- $(bare_libdir)/System.Xml.dll
-
-ifndef MOBILE_PROFILE
-system_xml_library_deps += $(the_libdir_base)System.Configuration.dll
-endif
-
-artifacts = $(system_xml_library_deps) \
- $(the_libdir_base)System.Configuration.dll
-
-.NOTPARALLEL: $(artifacts)
-
-CLEAN_FILES = $(bare_libdir)/System.Xml.dll $(bare_libdir)/System.Xml.dll.pdb
-$(the_libdir_base)System.Xml.dll: $(system_xml_library_deps)
-$(bare_libdir)/System.dll:
- (cd ../System; $(MAKE) $@)
-$(bare_libdir)/System.Xml.dll: $(bare_libdir)/System.dll
-
-$(the_libdir_base)System.Configuration.dll:
- (cd ../System.Configuration; $(MAKE) $@)
-
-
-ifndef intermediate
-ifneq ($(PROFILE),basic)
-csproj-local:
- $(MAKE) csproj-local intermediate=bare/
-endif
-endif
+include ../../build/msbuild.make
diff --git a/mcs/class/System.XML/System.Xml-bare-net_4_x.csproj b/mcs/class/System.XML/System.Xml-bare-net_4_x.csproj
deleted file mode 100644
index c1b0cbea920..00000000000
--- a/mcs/class/System.XML/System.Xml-bare-net_4_x.csproj
+++ /dev/null
@@ -1,758 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)/bare</OutputPath>
- <IntermediateOutputPath>obj-bare</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Xml</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASYNC</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASYNC</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\AssemblyRef.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\GenerateHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\IteratorDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\OptimizerPatterns.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\StaticDataManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\TailCallAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILAnnotation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILModule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimization.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTrace.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ISourceLineInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ListBase.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Pair.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilBinary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilChoice.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilCloneVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilDataSource.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilExpression.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFunction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvoke.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeLateBound.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilIterator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilList.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLiteral.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLoop.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilName.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNode.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNodeType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilParameter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReference.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReplaceVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilScopedVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilSortKey.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilStrConcat.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTargetType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTernary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTypeChecker.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilUnary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilValidationVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlReader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlWriter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SerializationHints.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SubstitutionList.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\WhitespaceRule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QueryReaderSettings.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\ContentIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DecimalFormatter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DocumentOrderComparer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DodSequenceMerge.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\EarlyBoundInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\NumberFormatter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\RtfNavigator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SetIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SiblingIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\StringConcat.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\TreeIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAggregates.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAttributeCache.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlCollation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlExtensionFunction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILIndex.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILStorageConverter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorStack.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryRuntime.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQuerySequence.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryStaticData.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSequenceWriter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKey.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XslNumber.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltConvert.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltFunctions.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltLibrary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\SourceLineInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlILCommand.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlIlGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlNodeKindFlags.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQualifiedNameTest.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryCardinality.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryTypeFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXpathBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXPathEnvironment.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathAxis.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathCompileException.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathOperator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathParser.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathQilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathScanner.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPathConvert.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XslException.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Compiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\CompilerScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Focus.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\IErrorHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\InvokeGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\KeyMatchBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Keywords.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\MatcherBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\OutputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGeneratorEnv.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilStrConcatenator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Scripts.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Stylesheet.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternParser.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAst.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAstAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslFlags.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltInput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltLoader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltQilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Action.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ActionFrame.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyImportsAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeSetAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Avt.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AvtEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BeginEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BuilderInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CallTemplateAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ChooseAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CommentAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CompiledAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Compiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ContainerAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAttributesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyCodeAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNodesetAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyOfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DbgCompiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DocumentScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ElementAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\EndEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Event.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ForeachAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\HtmlProps.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\IfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\MessageAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceDecl.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorInput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NewInstructionAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NumberAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutKeywords.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\PrefixQname.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Processor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ReaderOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RootAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SequentialOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SortAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StateMachine.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StringOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Stylesheet.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateBaseAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateLookupAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Templatemanager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOnlyOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TheQuery.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ValueOfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\VariableAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WithParamAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WriterOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltCompileContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltDebugger.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltOutput.cs" />
- <Compile Include="..\referencesource\System.Xml\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\HResults.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\InvariantComparer.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Assembly\System.Xml.Assembly.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\AsyncHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Decoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Encoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64EncoderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\BinXmltoken.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\SqlUtils.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexDecoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Bits.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BitStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\ByteStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\Shape.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\ShapeGenerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentView.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeInfoAtom.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeView.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeViewPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\BinaryCompatibility.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\CharEntityEncoderFallback.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ConformanceLevel.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\DtdProcessing.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\EntityHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlTernaryTree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IncrementalReadDecoders.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IRemovableWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IValidationEventHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NamespaceHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NewLineHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriterV1.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelperAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadOnlyTernaryTree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadState.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\SecureStringHasher.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidatingReaderNodeData.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidationType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\WhitespaceHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAutoDetectWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlConfiguration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEventCache.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlParserContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSpace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextEncoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImpl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpersAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImpl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImplAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\DiagnosticsSwitches.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentSchemaValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXmlWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXPathNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DomNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttributeCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCDataSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCharacterData.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildEnumerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildNodes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlComment.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDeclaration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocument.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentFragment.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDomTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElementList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntityReference.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEventChangedAction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlImplementation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLinkedNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLoader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlName.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodemap.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlProcessingInstruction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlSignificantWhiteSpace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlText.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlUnspecifiedAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlWhitespace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XPathNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\EmptyEnumerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\HWStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IApplicationResourceStreamResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IHasXmlNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlLineInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlNamespaceResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\LineInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\MTNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\NameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Ref.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlKnownDtds.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Asttree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\AutoValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseProcessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BitSet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Chameleonkey.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\CompiledidEntityConstraint.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ConstraintStruct.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ContentValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DataTypeImplementation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\FacetChecker.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\Infer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\XmlSchemaInferenceException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\IXmlSchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\NamespaceList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Parser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Preprocessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaAttDef.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionCompiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionpreProcessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaDeclBase.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaElementDecl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaEntity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNames.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNamespacemanager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaSetCompiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventArgs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventHandler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationState.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlAtomicValue.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchema.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAll.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotated.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAny.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnyAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAppInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroupref.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaChoice.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCompilationSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentModel.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentProcessing.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDataType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDerivationMethod.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDocumentation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaExternal.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaFacet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaForm.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupBase.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupRef.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaIdEntityConstraint.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaImport.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInclude.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObject.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaParticle.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaRedefine.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSequence.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSubstitutionGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaUse.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidationException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSeverityType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTokenizedType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTypeCode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlValueConverter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDateTime.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDuration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\_Events.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\AppSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerationoptions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifier.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifiers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compilation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\ConfigurationStrings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\XmlSerializerSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\ImportContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\indentedWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlSerializable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlTextParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Mappings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Models.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\NameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\PrimitiveXmlSerializers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaObjectWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemamember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SourceInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\TypeExtensions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Types.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCountingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Xmlcustomformatter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMemberMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMembersMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionMember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlRootAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemas.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReaderILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriterILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerFactory.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerNamespaces.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTextAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\ValidateNames.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlCharType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlComplianceUtil.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlConvert.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManagerAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlEncoding.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespacemanager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespaceScope.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeOrder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNullResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlQualifiedName.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlReservedNs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlXapResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AbsoluteQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AstNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AttributeQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Axis.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BaseAxisQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheAxisQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheChildrenQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheOutputQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ChildrenQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ClonableStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CompiledXPathExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ContextQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantBaseQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DocumentorderQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\EmptyQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ExtensionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Filter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FilterQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingSibling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ForwardPositionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Function.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FunctionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Group.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\GroupQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IdQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IteratorFilter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\LogicalExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\MergeFilterQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NamespaceQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NodeFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumberFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumericExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operand.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\OperandQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ParentQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingSibling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Query.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\QueryBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ResetableIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ReversePositionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Root.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\SortQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\StringFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\UnionExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ValueQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Variable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\VariableQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathArrayIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAxisIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathChildIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathDescendantIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathEmptyIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathMultyIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathScanner.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelectionIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelfQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSingletonIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\IXPathNavigable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathDocument.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathItem.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNamespaceScope.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorKeyComparer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslCompiledTransform.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltArgumentList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslTransform.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltSettings.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
- <Compile Include="ReferenceSources\Res.cs" />
- <Compile Include="ReferenceSources\ThisAssembly.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-bare-net_4_x.csproj">
- <Project>{483DB7F6-9145-4AE2-B9B2-2B5EE6FDEFB4}</Project>
- <Name>System-bare-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System.XML/System.Xml-bare.csproj b/mcs/class/System.XML/System.Xml-bare.csproj
new file mode 100644
index 00000000000..d202c25246f
--- /dev/null
+++ b/mcs/class/System.XML/System.Xml-bare.csproj
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildIntermediate>bare</BuildIntermediate>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildThisFileDirectory)\System.XML.csproj" />
+</Project>
+
diff --git a/mcs/class/System.XML/System.Xml-secxml.csproj b/mcs/class/System.XML/System.Xml-secxml.csproj
new file mode 100644
index 00000000000..93e0e517ae9
--- /dev/null
+++ b/mcs/class/System.XML/System.Xml-secxml.csproj
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildIntermediate>secxml</BuildIntermediate>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildThisFileDirectory)\System.XML.csproj" />
+</Project>
diff --git a/mcs/class/System.XML/System.Xml-net_4_x.csproj b/mcs/class/System.XML/System.Xml.csproj
index ac5a10ad272..45cf8b5aa0a 100644
--- a/mcs/class/System.XML/System.Xml-net_4_x.csproj
+++ b/mcs/class/System.XML/System.Xml.csproj
@@ -1,762 +1,796 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Xml</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASYNC;CONFIGURATION_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,219,414,649,1717</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;ASYNC;CONFIGURATION_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\AssemblyRef.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\GenerateHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\IteratorDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\OptimizerPatterns.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\StaticDataManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\TailCallAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILAnnotation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILModule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimization.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTrace.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ISourceLineInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ListBase.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Pair.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilBinary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilChoice.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilCloneVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilDataSource.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilExpression.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFunction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvoke.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeLateBound.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilIterator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilList.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLiteral.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLoop.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilName.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNode.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNodeType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilParameter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReference.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReplaceVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilScopedVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilSortKey.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilStrConcat.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTargetType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTernary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTypeChecker.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilUnary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilValidationVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlReader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlWriter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SerializationHints.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SubstitutionList.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\WhitespaceRule.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QueryReaderSettings.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\ContentIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DecimalFormatter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DocumentOrderComparer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DodSequenceMerge.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\EarlyBoundInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\NumberFormatter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\RtfNavigator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SetIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SiblingIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\StringConcat.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\TreeIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAggregates.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAttributeCache.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlCollation.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlExtensionFunction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILIndex.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILStorageConverter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlIterators.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorStack.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryRuntime.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQuerySequence.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryStaticData.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSequenceWriter.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKey.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XslNumber.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltConvert.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltFunctions.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltLibrary.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\SourceLineInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlILCommand.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlIlGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlNodeKindFlags.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQualifiedNameTest.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryCardinality.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryType.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryTypeFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXpathBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXPathEnvironment.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathAxis.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathCompileException.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathOperator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathParser.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathQilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathScanner.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPathConvert.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XslException.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Compiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\CompilerScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Focus.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\IErrorHelper.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\InvokeGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\KeyMatchBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Keywords.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\MatcherBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\OutputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGenerator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGeneratorEnv.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilStrConcatenator.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Scripts.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Stylesheet.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternParser.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAst.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAstAnalyzer.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslFlags.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltInput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltLoader.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltQilFactory.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslVisitor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Action.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ActionFrame.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyImportsAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeSetAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Avt.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AvtEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BeginEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BuilderInfo.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CallTemplateAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ChooseAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CommentAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CompiledAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Compiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ContainerAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAttributesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyCodeAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNodesetAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyOfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DbgCompiler.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DocumentScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ElementAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\EndEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Event.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ForeachAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\HtmlProps.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\IfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\MessageAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceDecl.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorInput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NewInstructionAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NumberAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutKeywords.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScope.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScopeManager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\PrefixQname.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Processor.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ReaderOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordBuilder.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RootAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SequentialOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SortAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StateMachine.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StringOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Stylesheet.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateBaseAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateLookupAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Templatemanager.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextEvent.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOnlyOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TheQuery.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ValueOfAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\VariableAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WithParamAction.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WriterOutput.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltCompileContext.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltDebugger.cs" />
- <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltOutput.cs" />
- <Compile Include="..\referencesource\System.Xml\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\HResults.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\InvariantComparer.cs" />
- <Compile Include="..\referencesource\System.Xml\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Assembly\System.Xml.Assembly.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\AsyncHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Decoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Encoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Base64EncoderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\BinXmltoken.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\SqlUtils.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexDecoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Bits.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\BitStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\ByteStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\Shape.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\ShapeGenerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentView.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeInfoAtom.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeView.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeViewPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\BinaryCompatibility.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\CharEntityEncoderFallback.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ConformanceLevel.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\DtdProcessing.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\EntityHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlTernaryTree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IncrementalReadDecoders.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IRemovableWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IValidationEventHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NamespaceHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NewLineHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriterV1.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelper.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelperAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadOnlyTernaryTree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadState.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\SecureStringHasher.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidatingReaderNodeData.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidationType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\WhitespaceHandling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAutoDetectWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlConfiguration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEventCache.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlParserContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSpace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextEncoder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImpl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpersAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImpl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImplAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReaderAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\DiagnosticsSwitches.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentSchemaValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXmlWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXPathNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DomNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttributeCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCDataSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCharacterData.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildEnumerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildNodes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlComment.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDeclaration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocument.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentFragment.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDomTextWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElementList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntityReference.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEventChangedAction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlImplementation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLinkedNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLoader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlName.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodemap.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlProcessingInstruction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlSignificantWhiteSpace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlText.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlUnspecifiedAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlWhitespace.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XPathNodeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\EmptyEnumerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\HWStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IApplicationResourceStreamResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IHasXmlNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlLineInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlNamespaceResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\LineInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\MTNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\NameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Ref.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlKnownDtds.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Asttree.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\AutoValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseProcessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BitSet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Chameleonkey.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\CompiledidEntityConstraint.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ConstraintStruct.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ContentValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DataTypeImplementation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\FacetChecker.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\Infer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\XmlSchemaInferenceException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\IXmlSchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\NamespaceList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Parser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ParserAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Preprocessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaAttDef.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionCompiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionpreProcessor.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaDeclBase.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaElementDecl.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaEntity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNames.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNamespacemanager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaSetCompiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventArgs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventHandler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationState.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlAtomicValue.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchema.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAll.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotated.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAny.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnyAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAppInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroupref.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaChoice.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCompilationSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentModel.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentProcessing.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDataType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDerivationMethod.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDocumentation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaExternal.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaFacet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaForm.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupBase.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupRef.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaIdEntityConstraint.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaImport.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInclude.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaNotation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObject.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaParticle.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaRedefine.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSequence.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSet.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeContent.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSubstitutionGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaUse.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidationException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidity.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSeverityType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTokenizedType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTypeCode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlValueConverter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDateTime.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDuration.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdValidator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\_Events.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\AppSettings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerationoptions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifier.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifiers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compilation.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compiler.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\ConfigurationStrings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\XmlSerializerSection.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\ImportContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\indentedWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlSerializable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlTextParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Mappings.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Models.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\NameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\PrimitiveXmlSerializers.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaObjectWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemamember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SourceInfo.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\TypeExtensions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Types.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeOverrides.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCodeExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCountingReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Xmlcustomformatter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttributes.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlEnumAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIgnoreAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIncludeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMemberMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMembersMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionMember.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlRootAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaExporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaProviderAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemas.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationGeneratedCode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReaderILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriterILGen.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerAssemblyAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerFactory.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerNamespaces.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerVersionAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTextAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeMapping.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\ValidateNames.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlCharType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlComplianceUtil.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlConvert.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManagerAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlEncoding.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespacemanager.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespaceScope.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNameTable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeOrder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNullResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlQualifiedName.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlReservedNs.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolverAsync.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XmlXapResolver.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AbsoluteQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AstNode.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AttributeQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Axis.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BaseAxisQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheAxisQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheChildrenQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheOutputQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ChildrenQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ClonableStack.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CompiledXPathExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ContextQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantBaseQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DocumentorderQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\EmptyQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ExtensionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Filter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FilterQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingSibling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ForwardPositionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Function.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FunctionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Group.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\GroupQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IdQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IteratorFilter.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\LogicalExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\MergeFilterQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NamespaceQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NodeFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumberFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumericExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operand.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\OperandQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ParentQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingSibling.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Query.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\QueryBuilder.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ResetableIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ReversePositionQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Root.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\SortQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\StringFunctions.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\UnionExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ValueQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Variable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\VariableQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathArrayIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAxisIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathChildIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathDescendantIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathEmptyIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathMultyIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathParser.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathScanner.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelectionIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelfQuery.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSingletonIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\IXPathNavigable.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathDocument.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathExpr.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathItem.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNamespaceScope.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorKeyComparer.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorReader.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeIterator.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeType.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslCompiledTransform.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltArgumentList.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltContext.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltException.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslTransform.cs" />
- <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltSettings.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
- <Compile Include="ReferenceSources\Res.cs" />
- <Compile Include="ReferenceSources\ThisAssembly.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>System.Xml</AssemblyName>
+ <ProjectGuid>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</ProjectGuid>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <NoWarn>$(NoWarn),219,414,649,1717</NoWarn>
+ </PropertyGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-secxml-net_4_x.csproj">
- <Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
- <Name>System-secxml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
- <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
- <Name>System.Configuration-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);ASYNC</DefineConstants>
+ <DefineConstants Condition="'$(FrameworkVersion)' == '2.1'">$(DefineConstants);AGCLR;DISABLE_XSLT_COMPILER;DISABLE_XSLT_SCRIPT;MONO_HYBRID_SYSTEM_XML;DISABLE_CAS_USE</DefineConstants>
+ </PropertyGroup>
+
+ <Choose>
+ <When Condition="'$(BuildIntermediate)' == 'bare'">
+ <ItemGroup>
+ <ProjectReference Include="..\System\System-bare.csproj" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(BuildIntermediate)' == 'secxml' OR '$(BuildIntermediate)' == ''">
+ <PropertyGroup>
+ <DefineConstants Condition="'$(ProfileIsMobile)' != 'true'">$(DefineConstants);CONFIGURATION_DEP</DefineConstants>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\System\System-secxml.csproj" />
+ <ProjectReference Include="..\System.Configuration\System.Configuration.csproj" Condition="'$(ProfileIsMobile)' != 'true'" />
+ </ItemGroup>
+ </When>
+ </Choose>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\SR.cs" />
+ <Compile Include="..\..\build\common\AssemblyRef.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
+ <Compile Include="ReferenceSources\Res.cs" />
+ <Compile Include="ReferenceSources\ThisAssembly.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ISourceLineInfo.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\ListBase.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Pair.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QueryReaderSettings.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DecimalFormatter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DocumentOrderComparer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\EarlyBoundInfo.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\NumberFormatter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\RtfNavigator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\StringConcat.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAttributeCache.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorStack.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\SourceLineInfo.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlNodeKindFlags.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQualifiedNameTest.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryCardinality.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryType.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlQueryTypeFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXpathBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathAxis.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathCompileException.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathOperator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathParser.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathScanner.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPathConvert.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XslException.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\IErrorHelper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Keywords.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Action.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ActionFrame.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyImportsAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AttributeSetAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Avt.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\AvtEvent.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BeginEvent.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\BuilderInfo.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CallTemplateAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ChooseAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CommentAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CompiledAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Compiler.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ContainerAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyAttributesAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyCodeAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNamespacesAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyNodesetAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\CopyOfAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DbgCompiler.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\DocumentScope.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ElementAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\EndEvent.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Event.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ForeachAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\HtmlProps.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\IfAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScope.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\InputScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\MessageAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceDecl.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NamespaceEvent.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorInput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NavigatorOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NewInstructionAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\NumberAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutKeywords.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScope.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\OutputScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\PrefixQname.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Processor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ReaderOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RecordOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\RootAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SequentialOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\SortAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StateMachine.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\StringOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Stylesheet.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateBaseAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TemplateLookupAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\Templatemanager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextEvent.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOnlyOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TextOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\TheQuery.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\ValueOfAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\VariableAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WithParamAction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\WriterOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltCompileContext.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltDebugger.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XsltOld\XsltOutput.cs" />
+ <Compile Include="..\referencesource\System.Xml\misc\HResults.cs" />
+ <Compile Include="..\referencesource\System.Xml\misc\InvariantComparer.cs" />
+ <Compile Include="..\referencesource\System.Xml\misc\PrivilegedConfigurationManager.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Assembly\System.Xml.Assembly.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\AsyncHelper.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Decoder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Base64Encoder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Base64EncoderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\BinXmltoken.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\SqlUtils.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinaryXml\XmlBinaryReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexDecoder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BinHexEncoderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Bits.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\BitStack.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\ByteStack.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\Shape.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\ShapeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentBuilder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentNavigator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathDocumentView.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeHelper.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeInfoAtom.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeView.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Cache\XPathNodeViewPropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\BinaryCompatibility.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\CharEntityEncoderFallback.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ConformanceLevel.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\DtdProcessing.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\EntityHandling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlEncodedRawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlTernaryTree.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\HtmlUtf8RawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAdapterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IDtdParserAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IncrementalReadDecoders.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IRemovableWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\IValidationEventHandling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NamespaceHandling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\NewLineHandling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\QueryOutputWriterV1.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelper.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadContentAsBinaryHelperAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadOnlyTernaryTree.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ReadState.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\SecureStringHasher.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextEncodedRawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\TextUtf8RawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidatingReaderNodeData.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\ValidationType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\WhitespaceHandling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAsyncCheckWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlAutoDetectWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlCharCheckingWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlConfiguration.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEncodedRawTextWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlEventCache.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlParserContext.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlRawWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlReaderSettings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSpace.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlSubtreeReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextEncoder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImpl.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextReaderImplHelpersAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlUtf8RawTextWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImpl.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlValidatingReaderImplAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWellFormedWriterHelpersAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWrappingWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XmlWriterSettings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdCachingReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Core\XsdValidatingReaderAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\DiagnosticsSwitches.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentSchemaValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXmlWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DocumentXPathNavigator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\DomNameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlAttributeCollection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCDataSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlCharacterData.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildEnumerator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlChildNodes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlComment.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDeclaration.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocument.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentFragment.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDocumentType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlDomTextWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElement.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlElementList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntity.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEntityReference.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlEventChangedAction.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlImplementation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLinkedNode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlLoader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlName.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodemap.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNamedNodeMap.SmallXmlNodeList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventArgs.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeChangedEventHandler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNodeReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlNotation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlProcessingInstruction.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlSignificantWhiteSpace.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlText.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlUnspecifiedAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XmlWhitespace.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Dom\XPathNodeList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\EmptyEnumerator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\HWStack.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\IApplicationResourceStreamResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\IHasXmlNode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlLineInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\IXmlNamespaceResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\LineInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\MTNameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\NameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Ref.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlKnownDtds.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Resolvers\XmlPreloadedResolverAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Asttree.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\AutoValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseProcessor.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BaseValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\BitSet.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Chameleonkey.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\CompiledidEntityConstraint.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ConstraintStruct.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ContentValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DataTypeImplementation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdParserAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\DtdValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\FacetChecker.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\Infer.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Inference\XmlSchemaInferenceException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\IXmlSchemaInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\NamespaceList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Parser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ParserAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\Preprocessor.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaAttDef.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaBuilder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionCompiler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaCollectionpreProcessor.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaDeclBase.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaElementDecl.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaEntity.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNames.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNamespacemanager.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaNotation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaSetCompiler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\SchemaType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventArgs.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationEventHandler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\ValidationState.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrBuilder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XdrValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlAtomicValue.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchema.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAll.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotated.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnnotation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAny.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAnyAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAppInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroup.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaAttributeGroupref.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaChoice.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCollection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaCompilationSettings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContent.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentExtension.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexContentRestriction.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaComplexType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContent.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentModel.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentProcessing.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaContentType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDataType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDerivationMethod.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaDocumentation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaElement.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaExternal.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaFacet.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaForm.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroup.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupBase.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaGroupRef.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaIdEntityConstraint.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaImport.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInclude.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaNotation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObject.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectCollection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaObjectTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaParticle.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaRedefine.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSequence.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSet.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContent.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentExtension.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeContent.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaSubstitutionGroup.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaUse.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidationException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSchemaValidity.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlSeverityType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTokenizedType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlTypeCode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XmlValueConverter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdBuilder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDateTime.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdDuration.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Schema\XsdValidator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\_Events.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerationoptions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifier.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeIdentifiers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\ImportContext.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaObjectWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemas.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerNamespaces.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\ValidateNames.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlCharType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlComplianceUtil.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlConvert.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManager.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlDownloadManagerAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlEncoding.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespacemanager.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNamespaceScope.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeOrder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNodeType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlNullResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlQualifiedName.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlReservedNs.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlResolverAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlSecureResolverAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlUrlResolverAsync.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XmlXapResolver.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AbsoluteQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AstNode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\AttributeQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Axis.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BaseAxisQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\BooleanFunctions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheAxisQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheChildrenQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CacheOutputQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ChildrenQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ClonableStack.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\CompiledXPathExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ContextQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantBaseQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantoverDescendantQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DescendantQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\DocumentorderQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\EmptyQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ExtensionQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Filter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FilterQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FollowingSibling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ForwardPositionQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Function.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\FunctionQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Group.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\GroupQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IdQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\IteratorFilter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\LogicalExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\MergeFilterQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NamespaceQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NodeFunctions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumberFunctions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\NumericExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operand.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\OperandQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Operator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ParentQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\PrecedingSibling.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Query.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\QueryBuilder.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ResetableIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ReversePositionQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Root.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\SortQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\StringFunctions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\UnionExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\ValueQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\Variable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\VariableQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAncestorQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathArrayIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathAxisIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathChildIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathDescendantIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathEmptyIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathMultyIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathParser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathScanner.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelectionIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSelfQuery.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\Internal\XPathSingletonIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\IXPathNavigable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathDocument.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathExpr.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathItem.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNamespaceScope.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorKeyComparer.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNavigatorReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeIterator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\XPath\XPathNodeType.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltArgumentList.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltContext.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltException.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslTransform.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XsltSettings.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(ProfileIsMobile)' != 'true'">
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\GenerateHelper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\IteratorDescriptor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\OptimizerPatterns.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\StaticDataManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\TailCallAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILAnnotation.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILModule.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimization.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTrace.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlTypeHelper.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\IlGen\XmlIlVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilBinary.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilChoice.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilCloneVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilDataSource.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilExpression.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilFunction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvoke.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeEarlyBound.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilInvokeLateBound.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilIterator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilList.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLiteral.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilLoop.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilName.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNode.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilNodeType.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilParameter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilPatternVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReference.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilReplaceVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilScopedVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilSortKey.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilStrConcat.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTargetType.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTernary.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilTypeChecker.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilUnary.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilValidationVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilVisitor.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlReader.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\QilXmlWriter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SerializationHints.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\SubstitutionList.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\QIL\WhitespaceRule.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\ContentIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\DodSequenceMerge.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SetIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\SiblingIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\TreeIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleLookup.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\WhitespaceRuleReader.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlAggregates.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlCollation.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlExtensionFunction.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILIndex.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlILStorageConverter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlIterators.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryContext.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryOutput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryRuntime.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQuerySequence.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlQueryStaticData.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSequenceWriter.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKeyAccumulator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XmlSortKey.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XslNumber.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltConvert.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltFunctions.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Runtime\XsltLibrary.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlILCommand.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XmlIlGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\IXPathEnvironment.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathContext.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\XPath\XPathQilFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Compiler.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\CompilerScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Focus.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\InvokeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\KeyMatchBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\MatcherBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\OutputScopeManager.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGenerator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilGeneratorEnv.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\QilStrConcatenator.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Scripts.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\Stylesheet.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternBuilder.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XPathPatternParser.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAstAnalyzer.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslAst.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslFlags.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltInput.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltLoader.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XsltQilFactory.cs" />
+ <Compile Include="..\referencesource\System.Data.SqlXml\System\Xml\Xsl\Xslt\XslVisitor.cs" />
+ <Compile Include="..\referencesource\System.Xml\InternalApis\NDP_Common\inc\Win8Helpers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\AppSettings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\CodeGenerator.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compilation.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Compiler.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\indentedWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlSerializable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\IXmlTextParser.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Mappings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Models.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\NameTable.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\PrimitiveXmlSerializers.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapCodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapSchemamember.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\SourceInfo.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\TypeExtensions.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Types.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCodeExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlCountingReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Xmlcustomformatter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlElementAttributes.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMemberMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlMembersMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlReflectionMember.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlRootAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReader.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationReaderILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializationWriterILGen.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializer.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTextAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\XmlTypeMapping.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Advanced\SchemaImporterExtension.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\ConfigurationStrings.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\DateTimeSerializationSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionElementCollection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SchemaImporterExtensionsSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\SerializationSectionGroup.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Serialization\Configuration\XmlSerializerSection.cs" />
+ <Compile Include="..\referencesource\System.Xml\System\Xml\Xslt\XslCompiledTransform.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(ProfileIsMobile)' == 'true'">
+ <Compile Include="System.Xml.Serialization\ImportContext.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
+ <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
+ <Compile Include="System.Xml.Serialization\KeyHelper.cs" />
+ <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
+ <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
+ <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
+ <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\TypeData.cs" />
+ <Compile Include="System.Xml.Serialization\TypeMember.cs" />
+ <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
+ <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
+ <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
+ <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaImporter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
+ <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
+ <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
+ <Compile Include="System.Xml.Xsl\XslCompiledTransform_Mobile.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(ProfileIsMobile)' == 'true'">
+ <Compile Include="ReferenceSources\TypeScope.cs" />
+ <Compile Include="ReferenceSources\Wsdl.cs" />
+ <Compile Include="ReferenceSources\CodeDom.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System.XML/System.Xml.dll.sources b/mcs/class/System.XML/System.Xml.dll.sources
deleted file mode 100644
index 5f005255de9..00000000000
--- a/mcs/class/System.XML/System.Xml.dll.sources
+++ /dev/null
@@ -1,672 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/SR.cs
-../../build/common/AssemblyRef.cs
-ReferenceSources/Res.cs
-ReferenceSources/LocalAppContextSwitches.cs
-ReferenceSources/ThisAssembly.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/GenerateHelper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/IteratorDescriptor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/OptimizerPatterns.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/StaticDataManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/TailCallAnalyzer.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlILAnnotation.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlILConstructAnalyzer.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlILModule.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlILOptimization.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlILOptimizerVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlIlTrace.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlIlTypeHelper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/XmlIlVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/ISourceLineInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/ListBase.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Pair.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilBinary.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilChoice.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilCloneVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilDataSource.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilExpression.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilFunction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilInvoke.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilInvokeEarlyBound.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilInvokeLateBound.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilIterator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilList.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilLiteral.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilLoop.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilName.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilNode.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilNodeType.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilParameter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilPatternFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilPatternVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilReference.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilReplaceVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilScopedVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilSortKey.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilStrConcat.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilTargetType.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilTernary.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilTypeChecker.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilUnary.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilValidationVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilVisitor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilXmlReader.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/QilXmlWriter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/SerializationHints.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/SubstitutionList.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QIL/WhitespaceRule.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QueryReaderSettings.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/ContentIterators.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/DecimalFormatter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/DocumentOrderComparer.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/DodSequenceMerge.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/EarlyBoundInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/NumberFormatter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/RtfNavigator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/SetIterators.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/SiblingIterators.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/StringConcat.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/TreeIterators.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/WhitespaceRuleLookup.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/WhitespaceRuleReader.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlAggregates.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlAttributeCache.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlCollation.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlExtensionFunction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlILIndex.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlILStorageConverter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlIterators.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlNavigatorFilter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlNavigatorStack.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlQueryContext.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlQueryOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlQueryRuntime.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlQuerySequence.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlQueryStaticData.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlRawWriterWrapper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlSequenceWriter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlSortKeyAccumulator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlSortKey.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XslNumber.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XsltConvert.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XsltFunctions.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XsltLibrary.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/SourceLineInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlILCommand.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlIlGenerator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlNodeKindFlags.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQualifiedNameTest.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryCardinality.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryType.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryTypeFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPathConvert.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/IXpathBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/IXPathEnvironment.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathAxis.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathCompileException.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathContext.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathOperator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathParser.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathQilFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathScanner.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XslException.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Compiler.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/CompilerScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Focus.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/IErrorHelper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/InvokeGenerator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/KeyMatchBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Keywords.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/MatcherBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Action.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ActionFrame.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ApplyImportsAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ApplyTemplatesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeSetAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Avt.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AvtEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/BeginEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/BuilderInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CallTemplateAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ChooseAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CommentAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CompiledAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Compiler.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ContainerAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyAttributesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyCodeAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyNamespacesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyNodesetAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyOfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/DbgCompiler.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/DocumentScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ElementAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/EndEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Event.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ForeachAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/HtmlProps.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/IfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/InputScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/InputScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/MessageAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NamespaceDecl.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NamespaceEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NavigatorInput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NavigatorOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NewInstructionAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NumberAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutKeywords.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutputScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutputScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/PrefixQname.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ProcessingInstructionAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Processor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ReaderOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RecordBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RecordOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RootAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/SequentialOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/SortAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/StateMachine.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/StringOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Stylesheet.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateBaseAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateLookupAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Templatemanager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextOnlyOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TheQuery.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/UseAttributesetsAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ValueOfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/VariableAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/WithParamAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/WriterOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltCompileContext.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltDebugger.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/OutputScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/QilGenerator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/QilGeneratorEnv.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/QilStrConcatenator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Scripts.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Stylesheet.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XPathPatternBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XPathPatternParser.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XslAstAnalyzer.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XslAst.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XslFlags.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XsltInput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XsltLoader.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XsltQilFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/XslVisitor.cs
-../referencesource/System.Xml/InternalApis/NDP_Common/inc/Win8Helpers.cs
-../referencesource/System.Xml/misc/HResults.cs
-../referencesource/System.Xml/misc/InvariantComparer.cs
-../referencesource/System.Xml/misc/PrivilegedConfigurationManager.cs
-../referencesource/System.Xml/System/Xml/Assembly/System.Xml.Assembly.cs
-../referencesource/System.Xml/System/Xml/AsyncHelper.cs
-../referencesource/System.Xml/System/Xml/Base64Decoder.cs
-../referencesource/System.Xml/System/Xml/Base64EncoderAsync.cs
-../referencesource/System.Xml/System/Xml/Base64Encoder.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/BinXmltoken.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/SqlUtils.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/XmlBinaryReaderAsync.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/XmlBinaryReader.cs
-../referencesource/System.Xml/System/Xml/BinHexDecoder.cs
-../referencesource/System.Xml/System/Xml/BinHexEncoderAsync.cs
-../referencesource/System.Xml/System/Xml/BinHexEncoder.cs
-../referencesource/System.Xml/System/Xml/Bits.cs
-../referencesource/System.Xml/System/Xml/BitStack.cs
-../referencesource/System.Xml/System/Xml/ByteStack.cs
-../referencesource/System.Xml/System/Xml/Cache/Shape.cs
-../referencesource/System.Xml/System/Xml/Cache/ShapeGenerator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentBuilder.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentIterator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentNavigator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentView.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNode.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeHelper.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeInfoAtom.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeView.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeViewPropertyDescriptor.cs
-../referencesource/System.Xml/System/Xml/Core/BinaryCompatibility.cs
-../referencesource/System.Xml/System/Xml/Core/CharEntityEncoderFallback.cs
-../referencesource/System.Xml/System/Xml/Core/ConformanceLevel.cs
-../referencesource/System.Xml/System/Xml/Core/DtdProcessing.cs
-../referencesource/System.Xml/System/Xml/Core/EntityHandling.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlTernaryTree.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdInfo.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAdapterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAdapter.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAsync.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParser.cs
-../referencesource/System.Xml/System/Xml/Core/IncrementalReadDecoders.cs
-../referencesource/System.Xml/System/Xml/Core/IRemovableWriter.cs
-../referencesource/System.Xml/System/Xml/Core/IValidationEventHandling.cs
-../referencesource/System.Xml/System/Xml/Core/NamespaceHandling.cs
-../referencesource/System.Xml/System/Xml/Core/NewLineHandling.cs
-../referencesource/System.Xml/System/Xml/Core/QueryOutputWriter.cs
-../referencesource/System.Xml/System/Xml/Core/QueryOutputWriterV1.cs
-../referencesource/System.Xml/System/Xml/Core/ReadContentAsBinaryHelperAsync.cs
-../referencesource/System.Xml/System/Xml/Core/ReadContentAsBinaryHelper.cs
-../referencesource/System.Xml/System/Xml/Core/ReadOnlyTernaryTree.cs
-../referencesource/System.Xml/System/Xml/Core/ReadState.cs
-../referencesource/System.Xml/System/Xml/Core/SecureStringHasher.cs
-../referencesource/System.Xml/System/Xml/Core/TextEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/TextUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/ValidatingReaderNodeData.cs
-../referencesource/System.Xml/System/Xml/Core/ValidationType.cs
-../referencesource/System.Xml/System/Xml/Core/WhitespaceHandling.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAsyncCheckReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAsyncCheckWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAutoDetectWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlConfiguration.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEncodedRawTextWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEventCache.cs
-../referencesource/System.Xml/System/Xml/Core/XmlParserContext.cs
-../referencesource/System.Xml/System/Xml/Core/XmlRawWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlRawWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReaderSettings.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSpace.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSubtreeReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSubtreeReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextEncoder.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplHelpersAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplHelpers.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlUtf8RawTextWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReaderImplAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReaderImpl.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterHelpersAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterHelpers.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriterSettings.cs
-../referencesource/System.Xml/System/Xml/Core/XsdCachingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XsdCachingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XsdValidatingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XsdValidatingReader.cs
-../referencesource/System.Xml/System/Xml/DiagnosticsSwitches.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentSchemaValidator.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentXmlWriter.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentXPathNavigator.cs
-../referencesource/System.Xml/System/Xml/Dom/DomNameTable.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlAttributeCollection.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlAttribute.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlCDataSection.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlCharacterData.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlChildEnumerator.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlChildNodes.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlComment.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDeclaration.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocument.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocumentFragment.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocumentType.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDomTextWriter.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlElement.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlElementList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEntity.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEntityReference.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEventChangedAction.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlImplementation.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlLinkedNode.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlLoader.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlName.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNamedNodemap.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNamedNodeMap.SmallXmlNodeList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeChangedEventArgs.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeChangedEventHandler.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNode.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeReader.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNotation.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlProcessingInstruction.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlSignificantWhiteSpace.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlText.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlUnspecifiedAttribute.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlWhitespace.cs
-../referencesource/System.Xml/System/Xml/Dom/XPathNodeList.cs
-../referencesource/System.Xml/System/Xml/EmptyEnumerator.cs
-../referencesource/System.Xml/System/Xml/HWStack.cs
-../referencesource/System.Xml/System/Xml/IApplicationResourceStreamResolver.cs
-../referencesource/System.Xml/System/Xml/IHasXmlNode.cs
-../referencesource/System.Xml/System/Xml/IXmlLineInfo.cs
-../referencesource/System.Xml/System/Xml/IXmlNamespaceResolver.cs
-../referencesource/System.Xml/System/Xml/LineInfo.cs
-../referencesource/System.Xml/System/Xml/MTNameTable.cs
-../referencesource/System.Xml/System/Xml/NameTable.cs
-../referencesource/System.Xml/System/Xml/Ref.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlKnownDtds.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlPreloadedResolverAsync.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlPreloadedResolver.cs
-../referencesource/System.Xml/System/Xml/Schema/Asttree.cs
-../referencesource/System.Xml/System/Xml/Schema/AutoValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/BaseProcessor.cs
-../referencesource/System.Xml/System/Xml/Schema/BaseValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/BitSet.cs
-../referencesource/System.Xml/System/Xml/Schema/Chameleonkey.cs
-../referencesource/System.Xml/System/Xml/Schema/CompiledidEntityConstraint.cs
-../referencesource/System.Xml/System/Xml/Schema/ConstraintStruct.cs
-../referencesource/System.Xml/System/Xml/Schema/ContentValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/DataTypeImplementation.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdParserAsync.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdParser.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/FacetChecker.cs
-../referencesource/System.Xml/System/Xml/Schema/Inference/Infer.cs
-../referencesource/System.Xml/System/Xml/Schema/Inference/XmlSchemaInferenceException.cs
-../referencesource/System.Xml/System/Xml/Schema/IXmlSchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/NamespaceList.cs
-../referencesource/System.Xml/System/Xml/Schema/ParserAsync.cs
-../referencesource/System.Xml/System/Xml/Schema/Parser.cs
-../referencesource/System.Xml/System/Xml/Schema/Preprocessor.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaAttDef.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaCollectionCompiler.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaCollectionpreProcessor.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaDeclBase.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaElementDecl.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaEntity.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNames.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNamespacemanager.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNotation.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaSetCompiler.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaType.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationEventArgs.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationEventHandler.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationState.cs
-../referencesource/System.Xml/System/Xml/Schema/XdrBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/XdrValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlAtomicValue.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAll.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnnotated.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnnotation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnyAttribute.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAny.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAppInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttribute.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttributeGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttributeGroupref.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaChoice.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaCollection.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaCompilationSettings.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContentExtension.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContentRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentModel.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentProcessing.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchema.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDataType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDerivationMethod.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDocumentation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaElement.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaException.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaExternal.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaFacet.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaForm.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroupBase.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroupRef.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaIdEntityConstraint.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaImport.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaInclude.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaNotation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObjectCollection.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObject.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObjectTable.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaParticle.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaRedefine.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSequence.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSet.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContentExtension.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContentRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeList.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeUnion.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSubstitutionGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaUse.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidationException.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidity.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSeverityType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlTokenizedType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlTypeCode.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlValueConverter.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdDateTime.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdDuration.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdValidator.cs
-
-../referencesource/System.Xml/System/Xml/Serialization/_Events.cs
-../referencesource/System.Xml/System/Xml/Serialization/AppSettings.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeExporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeGenerationoptions.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeGenerator.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeIdentifier.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeIdentifiers.cs
-../referencesource/System.Xml/System/Xml/Serialization/Compilation.cs
-../referencesource/System.Xml/System/Xml/Serialization/Compiler.cs
-../referencesource/System.Xml/System/Xml/Serialization/ImportContext.cs
-../referencesource/System.Xml/System/Xml/Serialization/indentedWriter.cs
-../referencesource/System.Xml/System/Xml/Serialization/IXmlSerializable.cs
-../referencesource/System.Xml/System/Xml/Serialization/IXmlTextParser.cs
-../referencesource/System.Xml/System/Xml/Serialization/Mappings.cs
-../referencesource/System.Xml/System/Xml/Serialization/Models.cs
-../referencesource/System.Xml/System/Xml/Serialization/NameTable.cs
-../referencesource/System.Xml/System/Xml/Serialization/PrimitiveXmlSerializers.cs
-../referencesource/System.Xml/System/Xml/Serialization/SchemaImporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SchemaObjectWriter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapAttributeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapAttributeOverrides.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapAttributes.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapCodeExporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapElementAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapEnumAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapIgnoreAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapIncludeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapReflectionImporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapSchemaExporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapSchemaImporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapSchemamember.cs
-../referencesource/System.Xml/System/Xml/Serialization/SoapTypeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/SourceInfo.cs
-../referencesource/System.Xml/System/Xml/Serialization/TypeExtensions.cs
-../referencesource/System.Xml/System/Xml/Serialization/Types.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAnyAttributeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAnyElementAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAnyElementAttributes.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlArrayAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlArrayItemAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlArrayItemAttributes.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAttributeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAttributeOverrides.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlAttributes.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlChoiceIdentifierAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlCodeExporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlCountingReader.cs
-../referencesource/System.Xml/System/Xml/Serialization/Xmlcustomformatter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlElementAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlElementAttributes.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlEnumAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlIgnoreAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlIncludeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlMapping.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlMemberMapping.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlMembersMapping.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlNamespaceDeclarationsAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlReflectionImporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlReflectionMember.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlRootAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSchemaExporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSchemaImporter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSchemaProviderAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSchemas.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationGeneratedCode.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationILGen.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationReader.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationReaderILGen.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationWriter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializationWriterILGen.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializer.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializerAssemblyAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializerFactory.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializerNamespaces.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializerVersionAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlTextAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlTypeAttribute.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlTypeMapping.cs
-
-../referencesource/System.Xml/System/Xml/Serialization/Advanced/SchemaImporterExtension.cs
-
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/ConfigurationStrings.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/DateTimeSerializationSection.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/SchemaImporterExtensionElement.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/SchemaImporterExtensionElementCollection.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/SchemaImporterExtensionsSection.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/SerializationSectionGroup.cs
-../referencesource/System.Xml/System/Xml/Serialization/Configuration/XmlSerializerSection.cs
-
-../referencesource/System.Xml/System/Xml/ValidateNames.cs
-../referencesource/System.Xml/System/Xml/XmlCharType.cs
-../referencesource/System.Xml/System/Xml/XmlComplianceUtil.cs
-../referencesource/System.Xml/System/Xml/XmlConvert.cs
-../referencesource/System.Xml/System/Xml/XmlDownloadManagerAsync.cs
-../referencesource/System.Xml/System/Xml/XmlDownloadManager.cs
-../referencesource/System.Xml/System/Xml/XmlEncoding.cs
-../referencesource/System.Xml/System/Xml/XmlException.cs
-../referencesource/System.Xml/System/Xml/XmlNamespacemanager.cs
-../referencesource/System.Xml/System/Xml/XmlNamespaceScope.cs
-../referencesource/System.Xml/System/Xml/XmlNameTable.cs
-../referencesource/System.Xml/System/Xml/XmlNodeOrder.cs
-../referencesource/System.Xml/System/Xml/XmlNodeType.cs
-../referencesource/System.Xml/System/Xml/XmlNullResolver.cs
-../referencesource/System.Xml/System/Xml/XmlQualifiedName.cs
-../referencesource/System.Xml/System/Xml/XmlReservedNs.cs
-../referencesource/System.Xml/System/Xml/XmlResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlResolver.cs
-../referencesource/System.Xml/System/Xml/XmlSecureResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlSecureResolver.cs
-../referencesource/System.Xml/System/Xml/XmlUrlResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlUrlResolver.cs
-../referencesource/System.Xml/System/Xml/XmlXapResolver.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AbsoluteQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AstNode.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AttributeQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Axis.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BaseAxisQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BooleanExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BooleanFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheAxisQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheChildrenQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheOutputQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ChildrenQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ClonableStack.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CompiledXPathExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ContextQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantBaseQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantoverDescendantQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DocumentorderQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/EmptyQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ExtensionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Filter.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FilterQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FollowingQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FollowingSibling.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ForwardPositionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Function.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FunctionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Group.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/GroupQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/IdQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/IteratorFilter.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/LogicalExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/MergeFilterQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NamespaceQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NodeFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NumberFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NumericExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Operand.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/OperandQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Operator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ParentQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/PrecedingQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/PrecedingSibling.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/QueryBuilder.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Query.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ResetableIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ReversePositionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Root.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/SortQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/StringFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/UnionExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ValueQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Variable.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/VariableQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAncestorIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAncestorQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathArrayIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAxisIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathChildIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathDescendantIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathEmptyIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathMultyIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathParser.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathScanner.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSelectionIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSelfQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSingletonIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/IXPathNavigable.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathDocument.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathException.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathItem.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNamespaceScope.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigator.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigatorKeyComparer.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigatorReader.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNodeIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNodeType.cs
-../referencesource/System.Xml/System/Xml/Xslt/XslCompiledTransform.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltArgumentList.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltContext.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltException.cs
-../referencesource/System.Xml/System/Xml/Xslt/XslTransform.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltSettings.cs
diff --git a/mcs/class/System.XML/mobile_System.Xml.dll.sources b/mcs/class/System.XML/mobile_System.Xml.dll.sources
deleted file mode 100644
index ad5232cddb9..00000000000
--- a/mcs/class/System.XML/mobile_System.Xml.dll.sources
+++ /dev/null
@@ -1,565 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/MonoTODOAttribute.cs
-../../build/common/SR.cs
-../../build/common/AssemblyRef.cs
-ReferenceSources/Res.cs
-ReferenceSources/LocalAppContextSwitches.cs
-ReferenceSources/ThisAssembly.cs
-ReferenceSources/TypeScope.cs
-ReferenceSources/Wsdl.cs
-ReferenceSources/CodeDom.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/ISourceLineInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/ListBase.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Pair.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/QueryReaderSettings.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/DecimalFormatter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/DocumentOrderComparer.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/EarlyBoundInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/NumberFormatter.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/RtfNavigator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/StringConcat.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlAttributeCache.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlNavigatorStack.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/XmlRawWriterWrapper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/SourceLineInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlNodeKindFlags.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQualifiedNameTest.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryCardinality.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryType.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XmlQueryTypeFactory.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPathConvert.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/IXpathBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathAxis.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathCompileException.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathOperator.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathParser.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/XPathScanner.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XslException.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/IErrorHelper.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/Keywords.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Action.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ActionFrame.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ApplyImportsAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ApplyTemplatesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AttributeSetAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Avt.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/AvtEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/BeginEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/BuilderInfo.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CallTemplateAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ChooseAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CommentAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CompiledAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Compiler.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ContainerAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyAttributesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyCodeAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyNamespacesAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyNodesetAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/CopyOfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/DbgCompiler.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/DocumentScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ElementAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/EndEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Event.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ForeachAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/HtmlProps.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/IfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/InputScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/InputScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/MessageAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NamespaceDecl.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NamespaceEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NavigatorInput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NavigatorOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NewInstructionAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/NumberAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutKeywords.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutputScope.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/OutputScopeManager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/PrefixQname.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ProcessingInstructionAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Processor.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ReaderOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RecordBuilder.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RecordOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/RootAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/SequentialOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/SortAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/StateMachine.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/StringOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Stylesheet.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateBaseAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TemplateLookupAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/Templatemanager.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextEvent.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextOnlyOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TextOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/TheQuery.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/UseAttributesetsAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/ValueOfAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/VariableAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/WithParamAction.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/WriterOutput.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltCompileContext.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltDebugger.cs
-../referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/XsltOutput.cs
-../referencesource/System.Xml/misc/HResults.cs
-../referencesource/System.Xml/misc/InvariantComparer.cs
-../referencesource/System.Xml/misc/PrivilegedConfigurationManager.cs
-../referencesource/System.Xml/System/Xml/Assembly/System.Xml.Assembly.cs
-../referencesource/System.Xml/System/Xml/AsyncHelper.cs
-../referencesource/System.Xml/System/Xml/Base64Decoder.cs
-../referencesource/System.Xml/System/Xml/Base64EncoderAsync.cs
-../referencesource/System.Xml/System/Xml/Base64Encoder.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/BinXmltoken.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/SqlUtils.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/XmlBinaryReaderAsync.cs
-../referencesource/System.Xml/System/Xml/BinaryXml/XmlBinaryReader.cs
-../referencesource/System.Xml/System/Xml/BinHexDecoder.cs
-../referencesource/System.Xml/System/Xml/BinHexEncoderAsync.cs
-../referencesource/System.Xml/System/Xml/BinHexEncoder.cs
-../referencesource/System.Xml/System/Xml/Bits.cs
-../referencesource/System.Xml/System/Xml/BitStack.cs
-../referencesource/System.Xml/System/Xml/ByteStack.cs
-../referencesource/System.Xml/System/Xml/Cache/Shape.cs
-../referencesource/System.Xml/System/Xml/Cache/ShapeGenerator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentBuilder.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentIterator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentNavigator.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathDocumentView.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNode.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeHelper.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeInfoAtom.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeView.cs
-../referencesource/System.Xml/System/Xml/Cache/XPathNodeViewPropertyDescriptor.cs
-../referencesource/System.Xml/System/Xml/Core/BinaryCompatibility.cs
-../referencesource/System.Xml/System/Xml/Core/CharEntityEncoderFallback.cs
-../referencesource/System.Xml/System/Xml/Core/ConformanceLevel.cs
-../referencesource/System.Xml/System/Xml/Core/DtdProcessing.cs
-../referencesource/System.Xml/System/Xml/Core/EntityHandling.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlTernaryTree.cs
-../referencesource/System.Xml/System/Xml/Core/HtmlUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdInfo.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAdapterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAdapter.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParserAsync.cs
-../referencesource/System.Xml/System/Xml/Core/IDtdParser.cs
-../referencesource/System.Xml/System/Xml/Core/IncrementalReadDecoders.cs
-../referencesource/System.Xml/System/Xml/Core/IRemovableWriter.cs
-../referencesource/System.Xml/System/Xml/Core/IValidationEventHandling.cs
-../referencesource/System.Xml/System/Xml/Core/NamespaceHandling.cs
-../referencesource/System.Xml/System/Xml/Core/NewLineHandling.cs
-../referencesource/System.Xml/System/Xml/Core/QueryOutputWriter.cs
-../referencesource/System.Xml/System/Xml/Core/QueryOutputWriterV1.cs
-../referencesource/System.Xml/System/Xml/Core/ReadContentAsBinaryHelperAsync.cs
-../referencesource/System.Xml/System/Xml/Core/ReadContentAsBinaryHelper.cs
-../referencesource/System.Xml/System/Xml/Core/ReadOnlyTernaryTree.cs
-../referencesource/System.Xml/System/Xml/Core/ReadState.cs
-../referencesource/System.Xml/System/Xml/Core/SecureStringHasher.cs
-../referencesource/System.Xml/System/Xml/Core/TextEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/TextUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/ValidatingReaderNodeData.cs
-../referencesource/System.Xml/System/Xml/Core/ValidationType.cs
-../referencesource/System.Xml/System/Xml/Core/WhitespaceHandling.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAsyncCheckReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAsyncCheckWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlAutoDetectWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlCharCheckingWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlConfiguration.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEncodedRawTextWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEncodedRawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlEventCache.cs
-../referencesource/System.Xml/System/Xml/Core/XmlParserContext.cs
-../referencesource/System.Xml/System/Xml/Core/XmlRawWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlRawWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlReaderSettings.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSpace.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSubtreeReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlSubtreeReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextEncoder.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImpl.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplHelpersAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextReaderImplHelpers.cs
-../referencesource/System.Xml/System/Xml/Core/XmlTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlUtf8RawTextWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlUtf8RawTextWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReaderImplAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlValidatingReaderImpl.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterHelpersAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWellFormedWriterHelpers.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWrappingWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriterAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriter.cs
-../referencesource/System.Xml/System/Xml/Core/XmlWriterSettings.cs
-../referencesource/System.Xml/System/Xml/Core/XsdCachingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XsdCachingReader.cs
-../referencesource/System.Xml/System/Xml/Core/XsdValidatingReaderAsync.cs
-../referencesource/System.Xml/System/Xml/Core/XsdValidatingReader.cs
-../referencesource/System.Xml/System/Xml/DiagnosticsSwitches.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentSchemaValidator.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentXmlWriter.cs
-../referencesource/System.Xml/System/Xml/Dom/DocumentXPathNavigator.cs
-../referencesource/System.Xml/System/Xml/Dom/DomNameTable.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlAttributeCollection.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlAttribute.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlCDataSection.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlCharacterData.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlChildEnumerator.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlChildNodes.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlComment.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDeclaration.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocument.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocumentFragment.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDocumentType.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlDomTextWriter.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlElement.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlElementList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEntity.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEntityReference.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlEventChangedAction.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlImplementation.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlLinkedNode.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlLoader.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlName.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNamedNodemap.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNamedNodeMap.SmallXmlNodeList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeChangedEventArgs.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeChangedEventHandler.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNode.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeList.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNodeReader.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlNotation.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlProcessingInstruction.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlSignificantWhiteSpace.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlText.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlUnspecifiedAttribute.cs
-../referencesource/System.Xml/System/Xml/Dom/XmlWhitespace.cs
-../referencesource/System.Xml/System/Xml/Dom/XPathNodeList.cs
-../referencesource/System.Xml/System/Xml/EmptyEnumerator.cs
-../referencesource/System.Xml/System/Xml/HWStack.cs
-../referencesource/System.Xml/System/Xml/IApplicationResourceStreamResolver.cs
-../referencesource/System.Xml/System/Xml/IHasXmlNode.cs
-../referencesource/System.Xml/System/Xml/IXmlLineInfo.cs
-../referencesource/System.Xml/System/Xml/IXmlNamespaceResolver.cs
-../referencesource/System.Xml/System/Xml/LineInfo.cs
-../referencesource/System.Xml/System/Xml/MTNameTable.cs
-../referencesource/System.Xml/System/Xml/NameTable.cs
-../referencesource/System.Xml/System/Xml/Ref.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlKnownDtds.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlPreloadedResolverAsync.cs
-../referencesource/System.Xml/System/Xml/Resolvers/XmlPreloadedResolver.cs
-../referencesource/System.Xml/System/Xml/Schema/Asttree.cs
-../referencesource/System.Xml/System/Xml/Schema/AutoValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/BaseProcessor.cs
-../referencesource/System.Xml/System/Xml/Schema/BaseValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/BitSet.cs
-../referencesource/System.Xml/System/Xml/Schema/Chameleonkey.cs
-../referencesource/System.Xml/System/Xml/Schema/CompiledidEntityConstraint.cs
-../referencesource/System.Xml/System/Xml/Schema/ConstraintStruct.cs
-../referencesource/System.Xml/System/Xml/Schema/ContentValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/DataTypeImplementation.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdParserAsync.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdParser.cs
-../referencesource/System.Xml/System/Xml/Schema/DtdValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/FacetChecker.cs
-../referencesource/System.Xml/System/Xml/Schema/Inference/Infer.cs
-../referencesource/System.Xml/System/Xml/Schema/Inference/XmlSchemaInferenceException.cs
-../referencesource/System.Xml/System/Xml/Schema/IXmlSchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/NamespaceList.cs
-../referencesource/System.Xml/System/Xml/Schema/ParserAsync.cs
-../referencesource/System.Xml/System/Xml/Schema/Parser.cs
-../referencesource/System.Xml/System/Xml/Schema/Preprocessor.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaAttDef.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaCollectionCompiler.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaCollectionpreProcessor.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaDeclBase.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaElementDecl.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaEntity.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNames.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNamespacemanager.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaNotation.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaSetCompiler.cs
-../referencesource/System.Xml/System/Xml/Schema/SchemaType.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationEventArgs.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationEventHandler.cs
-../referencesource/System.Xml/System/Xml/Schema/ValidationState.cs
-../referencesource/System.Xml/System/Xml/Schema/XdrBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/XdrValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlAtomicValue.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAll.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnnotated.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnnotation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAnyAttribute.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAny.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAppInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttribute.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttributeGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaAttributeGroupref.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaChoice.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaCollection.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaCompilationSettings.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContentExtension.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexContentRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaComplexType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentModel.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentProcessing.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaContentType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchema.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDataType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDerivationMethod.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaDocumentation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaElement.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaException.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaExternal.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaFacet.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaForm.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroupBase.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaGroupRef.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaIdEntityConstraint.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaImport.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaInclude.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaInfo.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaNotation.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObjectCollection.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObject.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaObjectTable.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaParticle.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaRedefine.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSequence.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSet.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContentExtension.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleContentRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeContent.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeList.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeRestriction.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSimpleTypeUnion.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaSubstitutionGroup.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaUse.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidationException.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidator.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSchemaValidity.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlSeverityType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlTokenizedType.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlTypeCode.cs
-../referencesource/System.Xml/System/Xml/Schema/XmlValueConverter.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdBuilder.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdDateTime.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdDuration.cs
-../referencesource/System.Xml/System/Xml/Schema/XsdValidator.cs
-
-../referencesource/System.Xml/System/Xml/Serialization/_Events.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeGenerationoptions.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeIdentifier.cs
-../referencesource/System.Xml/System/Xml/Serialization/CodeIdentifiers.cs
-../referencesource/System.Xml/System/Xml/Serialization/ImportContext.cs
-../referencesource/System.Xml/System/Xml/Serialization/SchemaObjectWriter.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSchemas.cs
-../referencesource/System.Xml/System/Xml/Serialization/XmlSerializerNamespaces.cs
-
-../referencesource/System.Xml/System/Xml/ValidateNames.cs
-../referencesource/System.Xml/System/Xml/XmlCharType.cs
-../referencesource/System.Xml/System/Xml/XmlComplianceUtil.cs
-../referencesource/System.Xml/System/Xml/XmlConvert.cs
-../referencesource/System.Xml/System/Xml/XmlDownloadManagerAsync.cs
-../referencesource/System.Xml/System/Xml/XmlDownloadManager.cs
-../referencesource/System.Xml/System/Xml/XmlEncoding.cs
-../referencesource/System.Xml/System/Xml/XmlException.cs
-../referencesource/System.Xml/System/Xml/XmlNamespacemanager.cs
-../referencesource/System.Xml/System/Xml/XmlNamespaceScope.cs
-../referencesource/System.Xml/System/Xml/XmlNameTable.cs
-../referencesource/System.Xml/System/Xml/XmlNodeOrder.cs
-../referencesource/System.Xml/System/Xml/XmlNodeType.cs
-../referencesource/System.Xml/System/Xml/XmlNullResolver.cs
-../referencesource/System.Xml/System/Xml/XmlQualifiedName.cs
-../referencesource/System.Xml/System/Xml/XmlReservedNs.cs
-../referencesource/System.Xml/System/Xml/XmlResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlResolver.cs
-../referencesource/System.Xml/System/Xml/XmlSecureResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlSecureResolver.cs
-../referencesource/System.Xml/System/Xml/XmlUrlResolverAsync.cs
-../referencesource/System.Xml/System/Xml/XmlUrlResolver.cs
-../referencesource/System.Xml/System/Xml/XmlXapResolver.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AbsoluteQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AstNode.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/AttributeQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Axis.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BaseAxisQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BooleanExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/BooleanFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheAxisQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheChildrenQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CacheOutputQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ChildrenQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ClonableStack.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/CompiledXPathExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ContextQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantBaseQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantoverDescendantQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DescendantQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/DocumentorderQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/EmptyQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ExtensionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Filter.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FilterQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FollowingQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FollowingSibling.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ForwardPositionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Function.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/FunctionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Group.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/GroupQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/IdQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/IteratorFilter.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/LogicalExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/MergeFilterQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NamespaceQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NodeFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NumberFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/NumericExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Operand.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/OperandQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Operator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ParentQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/PrecedingQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/PrecedingSibling.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/QueryBuilder.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Query.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ResetableIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ReversePositionQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Root.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/SortQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/StringFunctions.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/UnionExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/ValueQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/Variable.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/VariableQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAncestorIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAncestorQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathArrayIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathAxisIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathChildIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathDescendantIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathEmptyIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathMultyIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathParser.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathScanner.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSelectionIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSelfQuery.cs
-../referencesource/System.Xml/System/Xml/XPath/Internal/XPathSingletonIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/IXPathNavigable.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathDocument.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathException.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathExpr.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathItem.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNamespaceScope.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigator.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigatorKeyComparer.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNavigatorReader.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNodeIterator.cs
-../referencesource/System.Xml/System/Xml/XPath/XPathNodeType.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltArgumentList.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltContext.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltException.cs
-../referencesource/System.Xml/System/Xml/Xslt/XslTransform.cs
-../referencesource/System.Xml/System/Xml/Xslt/XsltSettings.cs
-System.Xml.Serialization/ImportContext.cs
-System.Xml.Serialization/IXmlSerializable.cs
-System.Xml.Serialization/IXmlTextParser.cs
-System.Xml.Serialization/KeyHelper.cs
-System.Xml.Serialization/ReflectionHelper.cs
-System.Xml.Serialization/SchemaTypes.cs
-System.Xml.Serialization/SerializationCodeGeneratorConfiguration.cs
-System.Xml.Serialization/SerializationCodeGenerator.cs
-System.Xml.Serialization/SerializationSource.cs
-System.Xml.Serialization/SoapAttributeAttribute.cs
-System.Xml.Serialization/SoapAttributeOverrides.cs
-System.Xml.Serialization/SoapAttributes.cs
-System.Xml.Serialization/SoapElementAttribute.cs
-System.Xml.Serialization/SoapEnumAttribute.cs
-System.Xml.Serialization/SoapIgnoreAttribute.cs
-System.Xml.Serialization/SoapIncludeAttribute.cs
-System.Xml.Serialization/SoapReflectionImporter.cs
-System.Xml.Serialization/SoapSchemaMember.cs
-System.Xml.Serialization/SoapTypeAttribute.cs
-System.Xml.Serialization/TypeData.cs
-System.Xml.Serialization/TypeMember.cs
-System.Xml.Serialization/TypeTranslator.cs
-System.Xml.Serialization/XmlAnyAttributeAttribute.cs
-System.Xml.Serialization/XmlAnyElementAttribute.cs
-System.Xml.Serialization/XmlAnyElementAttributes.cs
-System.Xml.Serialization/XmlArrayAttribute.cs
-System.Xml.Serialization/XmlArrayItemAttribute.cs
-System.Xml.Serialization/XmlArrayItemAttributes.cs
-System.Xml.Serialization/XmlAttributeAttribute.cs
-System.Xml.Serialization/XmlAttributeOverrides.cs
-System.Xml.Serialization/XmlAttributes.cs
-System.Xml.Serialization/XmlChoiceIdentifierAttribute.cs
-System.Xml.Serialization/XmlCustomFormatter.cs
-System.Xml.Serialization/XmlDeserializationEvents.cs
-System.Xml.Serialization/XmlElementAttribute.cs
-System.Xml.Serialization/XmlElementAttributes.cs
-System.Xml.Serialization/XmlEnumAttribute.cs
-System.Xml.Serialization/XmlIgnoreAttribute.cs
-System.Xml.Serialization/XmlIncludeAttribute.cs
-System.Xml.Serialization/XmlMappingAccess.cs
-System.Xml.Serialization/XmlMapping.cs
-System.Xml.Serialization/XmlMemberMapping.cs
-System.Xml.Serialization/XmlMembersMapping.cs
-System.Xml.Serialization/XmlNamespaceDeclarationsAttribute.cs
-System.Xml.Serialization/XmlReflectionImporter.cs
-System.Xml.Serialization/XmlReflectionMember.cs
-System.Xml.Serialization/XmlRootAttribute.cs
-System.Xml.Serialization/XmlSchemaExporter.cs
-System.Xml.Serialization/XmlSchemaImporter.cs
-System.Xml.Serialization/XmlSchemaProviderAttribute.cs
-System.Xml.Serialization/XmlSerializationCollectionFixupCallback.cs
-System.Xml.Serialization/XmlSerializationFixupCallback.cs
-System.Xml.Serialization/XmlSerializationGeneratedCode.cs
-System.Xml.Serialization/XmlSerializationReadCallback.cs
-System.Xml.Serialization/XmlSerializationReader.cs
-System.Xml.Serialization/XmlSerializationReaderInterpreter.cs
-System.Xml.Serialization/XmlSerializationWriteCallback.cs
-System.Xml.Serialization/XmlSerializationWriter.cs
-System.Xml.Serialization/XmlSerializationWriterInterpreter.cs
-System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
-System.Xml.Serialization/XmlSerializer.cs
-System.Xml.Serialization/XmlSerializerFactory.cs
-System.Xml.Serialization/XmlSerializerImplementation.cs
-System.Xml.Serialization/XmlSerializerVersionAttribute.cs
-System.Xml.Serialization/XmlTextAttribute.cs
-System.Xml.Serialization/XmlTypeAttribute.cs
-System.Xml.Serialization/XmlTypeMapElementInfo.cs
-System.Xml.Serialization/XmlTypeMapMemberAttribute.cs
-System.Xml.Serialization/XmlTypeMapMember.cs
-System.Xml.Serialization/XmlTypeMapMemberElement.cs
-System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
-System.Xml.Serialization/XmlTypeMapping.cs
-System.Xml.Xsl/XslCompiledTransform_Mobile.cs
diff --git a/mcs/class/System.XML/monodroid_System.Xml.dll.sources b/mcs/class/System.XML/monodroid_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monodroid_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_runtime_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_runtime_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_runtime_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_tv_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_tv_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_tv_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_tv_runtime_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_tv_runtime_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_tv_runtime_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_watch_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_watch_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_watch_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/monotouch_watch_runtime_System.Xml.dll.sources b/mcs/class/System.XML/monotouch_watch_runtime_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/monotouch_watch_runtime_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/orbis_System.Xml.dll.sources b/mcs/class/System.XML/orbis_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/orbis_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/testing_aot_full_System.Xml.dll.sources b/mcs/class/System.XML/testing_aot_full_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/testing_aot_full_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/testing_aot_hybrid_System.Xml.dll.sources b/mcs/class/System.XML/testing_aot_hybrid_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/testing_aot_hybrid_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/winaot_System.Xml.dll.sources b/mcs/class/System.XML/winaot_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/winaot_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System.XML/xammac_System.Xml.dll.sources b/mcs/class/System.XML/xammac_System.Xml.dll.sources
deleted file mode 100644
index b6630930f75..00000000000
--- a/mcs/class/System.XML/xammac_System.Xml.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.Xml.dll.sources
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index 11d61434547..9ed483170a2 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -3,16 +3,7 @@ SUBDIRS =
include ../../build/rules.make
export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/lib/$(PROFILE)
-LIBRARY = System.dll
-
-ifneq (2.1, $(FRAMEWORK_VERSION))
-RESOURCE_FILES = \
- resources/Asterisk.wav \
- resources/Beep.wav \
- resources/Exclamation.wav \
- resources/Hand.wav \
- resources/Question.wav
-endif
+ASSEMBLY = System.dll
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.Collections.Concurrent/src/Resources/Strings.resx \
@@ -27,19 +18,12 @@ TEST_RESOURCES = \
Test/System/test-uri-props-manual.txt \
Test/System/test-uri-relative-props.txt
-LIB_MCS_FLAGS = -d:CONFIGURATION_2_0 $(REFERENCE_SOURCES_FLAGS) -unsafe $(RESOURCE_FILES:%=-resource:%) -nowarn:436
-
ifndef NO_MONO_SECURITY
MONO_SECURITY=Mono.Security
-MONO_SECURITY_REF=MonoSecurity=Mono.Security
-MONO_SECURITY_DLL=$(the_libdir_base)Mono.Security.dll
-EXTERN_ALIAS_FLAGS = -d:MONO_SECURITY_ALIAS
-else
-LIB_MCS_FLAGS += -d:INSIDE_SYSTEM
+MONO_SECURITY_DLL=$(the_assemblydir_base)Mono.Security.dll
endif
ifndef MOBILE_PROFILE
-LIB_MCS_FLAGS += -d:CODEDOM
TEST_LIB_REFS = $(MONO_SECURITY) System.Data System.Xml System.Core System.Configuration
ifndef NO_SYSTEM_DRAWING_DEPENDENCY
@@ -47,7 +31,6 @@ TEST_LIB_REFS += System.Drawing
endif
else
-LIB_MCS_FLAGS += -nowarn:618
TEST_LIB_REFS = $(MONO_SECURITY) System.Data System.Xml System.Core
endif
@@ -56,68 +39,24 @@ TEST_MCS_FLAGS = -nowarn:618,672,219,67,169,612 \
TEST_NUNITLITE_APP_CONFIG_GLOBAL=Test/test-config-file
-REFERENCE_SOURCES_FLAGS = -d:FEATURE_PAL,SYSTEM_NAMESPACE,MONO,PLATFORM_UNIX
ifndef NO_PROCESS_START
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_PROCESS_START
TEST_MCS_FLAGS += -d:MONO_FEATURE_PROCESS_START
endif
-ifdef MONO_FEATURE_APPLETLS
-LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLETLS
-endif
-
-ifdef ONLY_APPLETLS
-LIB_MCS_FLAGS += -d:ONLY_APPLETLS
-endif
-
-ifndef PROFILE_DISABLE_BTLS
-ifdef HAVE_BTLS
-
-LIB_MCS_FLAGS += -d:MONO_FEATURE_BTLS
-
-endif
-endif
-
ifndef NO_THREAD_ABORT
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
endif
ifndef NO_THREAD_SUSPEND_RESUME
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
endif
ifndef NO_MULTIPLE_APPDOMAINS
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
TEST_MCS_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
endif
TXT_RESOURCE_STRINGS = ../referencesource/System/System.txt
-#
-# Flags used to build the secxml version of System.
-#
-ifeq (secxml/, $(intermediate))
-LOCAL_MCS_FLAGS =
-LIB_REFS += bare/System.Xml $(MONO_SECURITY_REF)
-LIB_MCS_FLAGS += -d:SECURITY_DEP -d:XML_DEP $(EXTERN_ALIAS_FLAGS)
-endif
-
-#
-# Flags used to build the final version of System (when intermediate is not defined)
-#
-ifndef intermediate
-LIB_REFS += System.Xml $(MONO_SECURITY_REF)
-LIB_MCS_FLAGS += -d:SECURITY_DEP -d:XML_DEP $(EXTERN_ALIAS_FLAGS)
-
-ifndef MOBILE_PROFILE
-LIB_REFS += System.Configuration
-LIB_MCS_FLAGS += -d:CONFIGURATION_DEP
-endif
-
-endif
-
EXTRA_DISTFILES = \
common.sources \
common_networking.sources \
@@ -128,71 +67,12 @@ EXTRA_DISTFILES = \
$(RESOURCE_FILES) \
$(TEST_RESOURCES)
-include ../../build/library.make
-
-system_library_deps := \
- $(secxml_libdir)/System.dll \
- $(the_libdir_base)System.Xml.dll \
- $(MONO_SECURITY_DLL) \
- $(bare_libdir)/System.dll
-
-ifndef MOBILE_PROFILE
-system_library_deps += $(the_libdir_base)System.Configuration.dll
-endif
-
-artifacts = $(system_library_deps) \
- $(bare_libdir)/System.Xml.dll \
- $(MONO_SECURITY_DLL) \
- $(the_libdir_base)System.Configuration.dll
-
-.NOTPARALLEL: $(system_library_deps)
-
-$(the_libdir_base)System.dll: $(system_library_deps) ../Mono.Security/Makefile
-
-ifeq (bare/,$(intermediate))
-build-bare:
-else
-$(bare_libdir)/System.dll:
- $(MAKE) intermediate=bare/ $(bare_libdir)/System.dll
-endif
-
-ifneq (secxml/,$(intermediate))
-$(secxml_libdir)/System.dll: $(bare_libdir)/System.dll $(bare_libdir)/System.Xml.dll $(MONO_SECURITY_DLL) $(bare_libdir)/System.dll
- $(MAKE) intermediate=secxml/ $(secxml_libdir)/System.dll
-else
-build-sec:
-endif
-
-$(the_libdir_base)System.Xml.dll:
- (cd ../System.XML; $(MAKE) $@)
-
-$(bare_libdir)/System.Xml.dll:
- (cd ../System.XML; $(MAKE) $@)
-
-$(the_libdir_base)Mono.Security.dll: ../Mono.Security/Makefile
- (cd ../Mono.Security; $(MAKE))
-
-$(the_libdir_base)System.Configuration.dll:
- (cd ../System.Configuration; $(MAKE))
-
-$(the_lib): $(CYCLIC_DEP_FILES)
+include ../../build/msbuild.make
$(test_lib): $(TEST_RESOURCES)
-CLEAN_FILES = $(test_lib).config $(bare_libdir)/System.dll $(secxml_libdir)/System.dll $(bare_libdir)/System.dll.mdb $(secxml_libdir)/System.dll.mdb
+CLEAN_FILES = $(test_lib).config $(the_assemblydir_base)bare/System.dll $(the_assemblydir_base)secxml/System.dll $(the_assemblydir_base)bare/System.dll.mdb $(the_assemblydir_base)secxml/System.dll.mdb
# Helper target to run the perl regex test suite
regex-check:
$(MAKE) check FIXTURE=System.Text.RegularExpressions.PerlTest
-
-#Debuging target
-fresh: clean
- rm -rf ../../class/lib/$(PROFILE)/bare ../../class/lib/$(PROFILE)/bare/ $(system_library_deps)
-
-ifndef intermediate
-ifneq ($(PROFILE),basic)
-csproj-local:
- $(MAKE) csproj-local intermediate=bare/
- $(MAKE) csproj-local intermediate=secxml/
-endif
-endif
diff --git a/mcs/class/System/System-bare-net_4_x.csproj b/mcs/class/System/System-bare-net_4_x.csproj
deleted file mode 100644
index 406e8dcc8c6..00000000000
--- a/mcs/class/System/System-bare-net_4_x.csproj
+++ /dev/null
@@ -1,1369 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{483DB7F6-9145-4AE2-B9B2-2B5EE6FDEFB4}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,436</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)/bare</OutputPath>
- <IntermediateOutputPath>obj-bare</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpStatusDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Logging\NetEventSource.Common.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\UriScheme.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\ManagedWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\WebSocketValidate.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\StringExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPoolEventSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPoolBucket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\Utilities.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\BlockingCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentBag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\IDictionaryDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\LinkedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Queue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\QueueDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedDictionary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.TreeSubSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSetEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Stack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\StackDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionLevel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\GZipStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.ServicePoint\src\System\Net\SecurityProtocolType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocketOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\WebSocketHandle.Managed.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketCloseStatus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketMessageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketReceiveResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Uri\src\System\UriBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime.Extensions\src\System\CodeDom\Compiler\IndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime\src\System\Collections\Generic\ISet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreLocation.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X500DistinguishedNameFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ChainStatusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509FindType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509IncludeOption.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyUsageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509NameType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationFlag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierHashAlgorithm.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509VerificationFlags.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System\compmod\microsoft\win32\safehandles\SafeProcessHandle.cs" />
- <Compile Include="..\referencesource\System\compmod\system\codedom\compiler\GeneratedCodeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\observablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\readonlyobservablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\bitvector32.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\casesensitivestringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\collectionsutil.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\hybriddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\inotifycollectionchanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\iordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\listdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\nameobjectcollectionbase.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\namevaluecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\notifycollectionchangedeventargs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\ordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringcollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionarywithcomparer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AmbientValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArrayConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArraySubsetEnumerator.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperation.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BackgroundWorker.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BaseComponentEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\basenumberconverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableSupport.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BooleanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CharConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeAction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CompModSwitches.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Component.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentResourceManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Container.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ContainerFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CultureInfoConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataErrorsChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectFieldAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeOffsetConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DecimalConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CheckoutException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CommandID.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransaction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerb.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerbCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContextSerializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpContextType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentChangeService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentInitializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerEventService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHostTransactionState.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDictionaryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IEventPropertyService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderListService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IHelpService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IInheritanceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IMenuCommandService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IReferenceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IResourceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IRootDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ISelectionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITreeDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDescriptorFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeResolutionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\MenuCommand.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ParenthesizePropertyNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabScope.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshProperties.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\SelectionTypes.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ComponentSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ContextStack.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DefaultSerializationProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerLoader.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\INameCreationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\SerializationStore.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceCreatorCallback.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardCommands.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardToolWindows.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ToolboxItemAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ViewTechnology.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerCategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibility.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibilityAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignTimeVisibleAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DisplayNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoubleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorBrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EnumConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventHandlerList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExpandableObjectConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\FxCopSuppression.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\GuidConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingListView.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICancelAddNew.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComNativeDescriptorHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IEditableObject.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IExtenderProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IIntellisenseBuilder.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IListSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ImmutableObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedSite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InitializationEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanging.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstallerTypeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstanceCreationEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IntSecurity.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidAsynchronousStateException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidEnumArgumentException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRaiseItemChangedEvents.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRevertibleChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitialize.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitializeNotification.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISynchronizeInvoke.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypeDescriptorContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypedList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\License.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseUsageMode.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicFileLicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescription.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescriptionCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LocalizableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LookupBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MarshalByValueComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextResultHint.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MemberDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MergablePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MultilineStringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NullableConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PasswordPropertyTextAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProvidePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReadOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReferenceConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunInstallerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SettingsBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SingleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\StringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SyntaxCheck.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TimeSpanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeListConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\WarningException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Win32Exception.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\AssertSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\BooleanSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\CorrelationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Debug.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DelimitedListTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DiagnosticsConfiguration.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ListenerElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SeverityFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceLevels.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Switch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchLevelAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TextWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Trace.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventCache.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceInternal.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListeners.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceOptions.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\traceutils.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\hresults.cs" />
- <Compile Include="..\referencesource\System\misc\invariantcomparer.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\misc\SecurityUtils.cs" />
- <Compile Include="..\referencesource\System\misc\WeakHashtable.cs" />
- <Compile Include="..\referencesource\System\net\System\_DomainName.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv4Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv6Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_UncName.cs" />
- <Compile Include="..\referencesource\System\net\System\_UriSyntax.cs" />
- <Compile Include="..\referencesource\System\net\System\GenericUriParser.cs" />
- <Compile Include="..\referencesource\System\net\System\IriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_BufferOffsetSize.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Connection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_emptywebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfoTable.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HTTPDateParse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_IStreams.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LazyAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LoggingObject.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_NetRes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_PooledStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ProxyChain.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ScatterGatherBuffers.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Semaphore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ServiceNameStore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_TimerThread.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_WebProxyDataBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationScheme.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationSchemeSelector.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Authorization.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCachePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Configuration\DefaultProxySection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\connectionpool.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookie.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecontainer.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookieexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\CredentialCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\DnsEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\EndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebrequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebresponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\FtpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\GlobalProxySelection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerRequestUriBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpRequestHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpResponseHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpVersion.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IAuthenticationModule.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICertificatePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentials.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentialsByHost.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Internal.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPHostEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\iwebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebProxyFinder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebRequestCreate.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64Stream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64WriteStateInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BaseWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BufferBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ClosableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentDisposition.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DelegatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DispositionTypeNames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EightBitStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EncodedStreamFactory.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\HeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\IEncodableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailBnfHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailHeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\mediatypenames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeBasePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeEmbeddedMessagePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPartType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MultiAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QEncodedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QuotedPrintableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\SmtpDateTime.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingStringDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingValidationObjectDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TransferEncoding.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\WriteStateInfoBase.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkAccess.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkCredential.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\DuplicateAddressDetectionState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\interfacetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkAddressChange.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterface.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterfaceComponent.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\nodetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\OperationalStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PhysicalAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\pingexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingReply.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PrefixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\ScopeLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SuffixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemTcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UdpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ProtocolViolationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\AuthenticatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\NegotiateEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ServicePointManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\_MultipleConnectAsync.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\AddressFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IOControlCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPPacketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPProtectionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\LingerOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\MulticastOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\NetworkStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SelectMode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\Socket.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketErrors.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionName.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketShutdown.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TransmitFileFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UdpReceiveResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportContext.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeDecodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeEncodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webclient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebExceptionStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebHeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequestMethods.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebResponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebUtility.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WriteStreamClosedEventArgs.cs" />
- <Compile Include="..\referencesource\System\net\System\URI.cs" />
- <Compile Include="..\referencesource\System\net\System\UriEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\UriExt.cs" />
- <Compile Include="..\referencesource\System\net\System\URIFormatException.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHostNameType.cs" />
- <Compile Include="..\referencesource\System\net\System\UriParserTemplates.cs" />
- <Compile Include="..\referencesource\System\net\System\URIPartial.cs" />
- <Compile Include="..\referencesource\System\net\System\UriScheme.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunnerfactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\Regex.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexBoyerMoore.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCapture.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCaptureCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCharClass.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompilationInfo.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompiler.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexFCD.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroup.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroupCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexInterpreter.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatch.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchTimeoutException.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexNode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexOptions.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexParser.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexReplacement.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunnerFactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexTree.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexWriter.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\TokenBinding.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\oid.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\x509\x509utils.cs" />
- <Compile Include="..\referencesource\System\security\system\security\permissions\typedescriptorpermission.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\AsyncStreamReader.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\Process.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessModuleCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessStartInfo.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessThreadCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\processwaithandle.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\ElapsedEventHandler.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\Timer.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\TimersDescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\IO\ports\InternalResources.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\DefaultParameterValueAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\handlecollector.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\versioning\FrameworkName.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\Barrier.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\semaphore.cs" />
- <Compile Include="..\referencesource\System\sys\system\windows\markup\ValueSerializerAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="corefx\ZLibNative.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeX509ChainHandle.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Certificate.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\ImportExport.cs" />
- <Compile Include="Mono.AppleTls\INativeObject.cs" />
- <Compile Include="Mono.AppleTls\Items.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.Btls\MonoBtlsBio.cs" />
- <Compile Include="Mono.Btls\MonoBtlsContext.cs" />
- <Compile Include="Mono.Btls\MonoBtlsError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsException.cs" />
- <Compile Include="Mono.Btls\MonoBtlsKey.cs" />
- <Compile Include="Mono.Btls\MonoBtlsObject.cs" />
- <Compile Include="Mono.Btls\MonoBtlsPkcs12.cs" />
- <Compile Include="Mono.Btls\MonoBtlsProvider.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSsl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsStream.cs" />
- <Compile Include="Mono.Btls\MonoBtlsUtils.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Chain.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Crl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Error.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Exception.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509FileType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Format.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Lookup.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMono.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMonoCollection.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Name.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509NameEntryType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Purpose.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Revoked.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Store.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreManager.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509TrustKind.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyFlags.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyParam.cs" />
- <Compile Include="Mono.Btls\X509CertificateImplBtls.cs" />
- <Compile Include="Mono.Btls\X509ChainImplBtls.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="Mono.Util\MonoPInvokeCallbackAttribute.cs" />
- <Compile Include="MonoTouch\Dummy.cs" />
- <Compile Include="ReferenceSources\AssertWrapper.cs" />
- <Compile Include="ReferenceSources\AutoWebProxyScriptEngine.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\CAPI.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="ReferenceSources\EnvironmentHelpers.cs" />
- <Compile Include="ReferenceSources\HttpApi.cs" />
- <Compile Include="ReferenceSources\HttpSysSettings.cs" />
- <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
- <Compile Include="ReferenceSources\Logging.cs" />
- <Compile Include="ReferenceSources\NativeMethods.cs" />
- <Compile Include="ReferenceSources\RequestCacheProtocol.cs" />
- <Compile Include="ReferenceSources\SecureStringHelper.cs" />
- <Compile Include="ReferenceSources\ServerCertValidationCallback.cs" />
- <Compile Include="ReferenceSources\SettingsSectionInternal.cs" />
- <Compile Include="ReferenceSources\Socket.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
- <Compile Include="ReferenceSources\SR2.cs" />
- <Compile Include="ReferenceSources\SRCategoryAttribute.cs" />
- <Compile Include="ReferenceSources\Win32Exception.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventArgs.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventHandler.cs" />
- <Compile Include="System.Diagnostics\DefaultTraceListener.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\FileVersionInfo.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\MonitoringDescriptionAttribute.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\Process.cs" />
- <Compile Include="System.Diagnostics\ProcessModule.cs" />
- <Compile Include="System.Diagnostics\ProcessPriorityClass.cs" />
- <Compile Include="System.Diagnostics\ProcessStartInfo.cs" />
- <Compile Include="System.Diagnostics\ProcessThread.cs" />
- <Compile Include="System.Diagnostics\ProcessWindowStyle.cs" />
- <Compile Include="System.Diagnostics\Stopwatch.cs" />
- <Compile Include="System.Diagnostics\ThreadPriorityLevel.cs" />
- <Compile Include="System.Diagnostics\ThreadState.cs" />
- <Compile Include="System.Diagnostics\ThreadWaitReason.cs" />
- <Compile Include="System.Diagnostics\TraceImpl.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Compression\DeflateStream.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\ErrorEventArgs.cs" />
- <Compile Include="System.IO\ErrorEventHandler.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemEventArgs.cs" />
- <Compile Include="System.IO\FileSystemEventHandler.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\InternalBufferOverflowException.cs" />
- <Compile Include="System.IO\InvalidDataException.cs" />
- <Compile Include="System.IO\IODescriptionAttribute.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NotifyFilters.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\RenamedEventArgs.cs" />
- <Compile Include="System.IO\RenamedEventHandler.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.IO\WaitForChangedResult.cs" />
- <Compile Include="System.IO\WatcherChangeTypes.cs" />
- <Compile Include="System.IO\WindowsWatcher.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\AlternateView.cs" />
- <Compile Include="System.Net.Mail\AlternateViewCollection.cs" />
- <Compile Include="System.Net.Mail\Attachment.cs" />
- <Compile Include="System.Net.Mail\AttachmentBase.cs" />
- <Compile Include="System.Net.Mail\AttachmentCollection.cs" />
- <Compile Include="System.Net.Mail\DeliveryNotificationOptions.cs" />
- <Compile Include="System.Net.Mail\LinkedResource.cs" />
- <Compile Include="System.Net.Mail\LinkedResourceCollection.cs" />
- <Compile Include="System.Net.Mail\MailAddress.cs" />
- <Compile Include="System.Net.Mail\MailAddressCollection.cs" />
- <Compile Include="System.Net.Mail\MailMessage.cs" />
- <Compile Include="System.Net.Mail\MailPriority.cs" />
- <Compile Include="System.Net.Mail\SendCompletedEventHandler.cs" />
- <Compile Include="System.Net.Mail\SmtpAccess.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryFormat.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryMethod.cs" />
- <Compile Include="System.Net.Mail\SmtpException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientsException.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.Mail\SmtpStatusCode.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkChange.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\Ping.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventArgs.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventHandler.cs" />
- <Compile Include="System.Net.NetworkInformation\TcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UdpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\Win32NetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.Security\EncryptionPolicy.cs" />
- <Compile Include="System.Net.Security\LocalCertificateSelectionCallback.cs" />
- <Compile Include="System.Net.Security\NegotiateStream.cs" />
- <Compile Include="System.Net.Security\RemoteCertificateValidationCallback.cs" />
- <Compile Include="System.Net.Security\SslPolicyErrors.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net.Sockets\SafeSocketHandle.cs" />
- <Compile Include="System.Net.Sockets\Socket.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncEventArgs.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncResult.cs" />
- <Compile Include="System.Net.Sockets\SocketOperation.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveMessageFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketTaskExtensions.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BasicClient.cs" />
- <Compile Include="System.Net\BindIPEndPoint.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\DecompressionMethods.cs" />
- <Compile Include="System.Net\DefaultCertificatePolicy.cs" />
- <Compile Include="System.Net\DigestClient.cs" />
- <Compile Include="System.Net\Dns.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\EndpointPermission.cs" />
- <Compile Include="System.Net\FtpAsyncResult.cs" />
- <Compile Include="System.Net\FtpDataStream.cs" />
- <Compile Include="System.Net\FtpRequestCreator.cs" />
- <Compile Include="System.Net\FtpStatus.cs" />
- <Compile Include="System.Net\FtpWebRequest.cs" />
- <Compile Include="System.Net\FtpWebResponse.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpRequestCreator.cs" />
- <Compile Include="System.Net\HttpStreamAsyncResult.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ICredentialPolicy.cs" />
- <Compile Include="System.Net\IPv6Address.cs" />
- <Compile Include="System.Net\IWebConnectionState.cs" />
- <Compile Include="System.Net\IWebProxyScript.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\ListenerPrefix.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\MonoHttpDate.cs" />
- <Compile Include="System.Net\NetConfig.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\RequestStream.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\SimpleAsyncResult.cs" />
- <Compile Include="System.Net\SocketPermission.cs" />
- <Compile Include="System.Net\SocketPermissionAttribute.cs" />
- <Compile Include="System.Net\WebAsyncResult.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionData.cs" />
- <Compile Include="System.Net\WebConnectionGroup.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\ADVF.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DATADIR.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DVASPECT.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\FORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IAdviseSink.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IDataObject.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumFORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumSTATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STGMEDIUM.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\TYMED.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreRights.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreSecurity.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ConfigUtil.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ExtendedProtectionPolicyElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElementCollection.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBinding.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBindingKind.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicy.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\PolicyEnforcement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ProtectionScenario.cs" />
- <Compile Include="System.Security.Authentication\AuthenticationException.cs" />
- <Compile Include="System.Security.Authentication\CipherAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\ExchangeAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\HashAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\InvalidCredentialException.cs" />
- <Compile Include="System.Security.Authentication\SslProtocols.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\PublicKey.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X500DistinguishedName.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509BasicConstraintsExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Collection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Enumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Impl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2ImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Chain.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElement.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImpl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainPolicy.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatus.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509EnhancedKeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Extension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Store.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SubjectKeyIdentifierExtension.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedData.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataCollection.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataEnumerator.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventArgs.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventHandler.cs" />
- <Compile Include="System.Timers\ElapsedEventArgs.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System.Windows.Input\ICommand.cs" />
- <Compile Include="System\IOSelector.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="System\Platform.cs" />
- <Compile Include="System\SRDescriptionAttribute.cs" />
- <Compile Include="System\UriTypeConverter.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="resources/Asterisk.wav">
- <LogicalName>Asterisk.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Beep.wav">
- <LogicalName>Beep.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Exclamation.wav">
- <LogicalName>Exclamation.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Hand.wav">
- <LogicalName>Hand.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Question.wav">
- <LogicalName>Question.wav</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System/System-bare.csproj b/mcs/class/System/System-bare.csproj
new file mode 100644
index 00000000000..64bbefa296f
--- /dev/null
+++ b/mcs/class/System/System-bare.csproj
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildIntermediate>bare</BuildIntermediate>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildThisFileDirectory)\System.csproj" />
+</Project>
+
diff --git a/mcs/class/System/System-secxml-net_4_x.csproj b/mcs/class/System/System-secxml-net_4_x.csproj
deleted file mode 100644
index e0031513337..00000000000
--- a/mcs/class/System/System-secxml-net_4_x.csproj
+++ /dev/null
@@ -1,1377 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,436</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)/secxml</OutputPath>
- <IntermediateOutputPath>obj-secxml</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS;SECURITY_DEP;XML_DEP;MONO_SECURITY_ALIAS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS;SECURITY_DEP;XML_DEP;MONO_SECURITY_ALIAS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpStatusDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Logging\NetEventSource.Common.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\UriScheme.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\ManagedWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\WebSocketValidate.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\StringExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPoolEventSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPoolBucket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\Utilities.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\BlockingCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentBag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\IDictionaryDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\LinkedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Queue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\QueueDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedDictionary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.TreeSubSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSetEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Stack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\StackDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionLevel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\GZipStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.ServicePoint\src\System\Net\SecurityProtocolType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocketOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\WebSocketHandle.Managed.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketCloseStatus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketMessageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketReceiveResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Uri\src\System\UriBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime.Extensions\src\System\CodeDom\Compiler\IndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime\src\System\Collections\Generic\ISet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreLocation.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X500DistinguishedNameFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ChainStatusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509FindType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509IncludeOption.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyUsageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509NameType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationFlag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierHashAlgorithm.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509VerificationFlags.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System\compmod\microsoft\win32\safehandles\SafeProcessHandle.cs" />
- <Compile Include="..\referencesource\System\compmod\system\codedom\compiler\GeneratedCodeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\observablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\readonlyobservablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\bitvector32.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\casesensitivestringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\collectionsutil.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\hybriddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\inotifycollectionchanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\iordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\listdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\nameobjectcollectionbase.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\namevaluecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\notifycollectionchangedeventargs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\ordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringcollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionarywithcomparer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AmbientValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArrayConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArraySubsetEnumerator.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperation.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BackgroundWorker.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BaseComponentEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\basenumberconverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableSupport.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BooleanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CharConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeAction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CompModSwitches.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Component.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentResourceManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Container.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ContainerFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CultureInfoConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataErrorsChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectFieldAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeOffsetConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DecimalConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CheckoutException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CommandID.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransaction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerb.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerbCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContextSerializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpContextType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentChangeService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentInitializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerEventService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHostTransactionState.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDictionaryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IEventPropertyService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderListService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IHelpService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IInheritanceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IMenuCommandService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IReferenceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IResourceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IRootDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ISelectionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITreeDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDescriptorFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeResolutionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\MenuCommand.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ParenthesizePropertyNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabScope.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshProperties.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\SelectionTypes.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ComponentSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ContextStack.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DefaultSerializationProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerLoader.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\INameCreationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\SerializationStore.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceCreatorCallback.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardCommands.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardToolWindows.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ToolboxItemAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ViewTechnology.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerCategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibility.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibilityAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignTimeVisibleAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DisplayNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoubleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorBrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EnumConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventHandlerList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExpandableObjectConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\FxCopSuppression.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\GuidConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingListView.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICancelAddNew.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComNativeDescriptorHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IEditableObject.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IExtenderProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IIntellisenseBuilder.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IListSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ImmutableObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedSite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InitializationEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanging.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstallerTypeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstanceCreationEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IntSecurity.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidAsynchronousStateException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidEnumArgumentException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRaiseItemChangedEvents.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRevertibleChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitialize.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitializeNotification.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISynchronizeInvoke.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypeDescriptorContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypedList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\License.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseUsageMode.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicFileLicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescription.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescriptionCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LocalizableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LookupBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MarshalByValueComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextResultHint.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MemberDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MergablePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MultilineStringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NullableConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PasswordPropertyTextAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProvidePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReadOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReferenceConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunInstallerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SettingsBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SingleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\StringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SyntaxCheck.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TimeSpanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeListConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\WarningException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Win32Exception.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\AssertSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\BooleanSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\CorrelationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Debug.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DelimitedListTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DiagnosticsConfiguration.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ListenerElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SeverityFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceLevels.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Switch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchLevelAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TextWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Trace.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventCache.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceInternal.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListeners.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceOptions.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\traceutils.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\hresults.cs" />
- <Compile Include="..\referencesource\System\misc\invariantcomparer.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\misc\SecurityUtils.cs" />
- <Compile Include="..\referencesource\System\misc\WeakHashtable.cs" />
- <Compile Include="..\referencesource\System\net\System\_DomainName.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv4Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv6Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_UncName.cs" />
- <Compile Include="..\referencesource\System\net\System\_UriSyntax.cs" />
- <Compile Include="..\referencesource\System\net\System\GenericUriParser.cs" />
- <Compile Include="..\referencesource\System\net\System\IriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_BufferOffsetSize.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Connection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_emptywebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfoTable.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HTTPDateParse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_IStreams.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LazyAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LoggingObject.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_NetRes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_PooledStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ProxyChain.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ScatterGatherBuffers.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Semaphore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ServiceNameStore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_TimerThread.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_WebProxyDataBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationScheme.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationSchemeSelector.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Authorization.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCachePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Configuration\DefaultProxySection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\connectionpool.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookie.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecontainer.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookieexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\CredentialCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\DnsEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\EndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebrequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebresponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\FtpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\GlobalProxySelection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerRequestUriBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpRequestHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpResponseHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpVersion.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IAuthenticationModule.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICertificatePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentials.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentialsByHost.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Internal.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPHostEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\iwebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebProxyFinder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebRequestCreate.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64Stream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64WriteStateInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BaseWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BufferBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ClosableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentDisposition.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DelegatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DispositionTypeNames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EightBitStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EncodedStreamFactory.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\HeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\IEncodableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailBnfHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailHeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\mediatypenames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeBasePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeEmbeddedMessagePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPartType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MultiAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QEncodedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QuotedPrintableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\SmtpDateTime.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingStringDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingValidationObjectDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TransferEncoding.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\WriteStateInfoBase.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkAccess.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkCredential.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\DuplicateAddressDetectionState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\interfacetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkAddressChange.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterface.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterfaceComponent.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\nodetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\OperationalStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PhysicalAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\pingexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingReply.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PrefixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\ScopeLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SuffixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemTcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UdpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ProtocolViolationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\AuthenticatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\NegotiateEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ServicePointManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\_MultipleConnectAsync.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\AddressFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IOControlCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPPacketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPProtectionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\LingerOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\MulticastOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\NetworkStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SelectMode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\Socket.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketErrors.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionName.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketShutdown.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TransmitFileFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UdpReceiveResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportContext.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeDecodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeEncodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webclient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebExceptionStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebHeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequestMethods.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebResponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebUtility.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WriteStreamClosedEventArgs.cs" />
- <Compile Include="..\referencesource\System\net\System\URI.cs" />
- <Compile Include="..\referencesource\System\net\System\UriEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\UriExt.cs" />
- <Compile Include="..\referencesource\System\net\System\URIFormatException.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHostNameType.cs" />
- <Compile Include="..\referencesource\System\net\System\UriParserTemplates.cs" />
- <Compile Include="..\referencesource\System\net\System\URIPartial.cs" />
- <Compile Include="..\referencesource\System\net\System\UriScheme.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunnerfactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\Regex.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexBoyerMoore.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCapture.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCaptureCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCharClass.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompilationInfo.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompiler.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexFCD.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroup.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroupCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexInterpreter.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatch.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchTimeoutException.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexNode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexOptions.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexParser.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexReplacement.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunnerFactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexTree.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexWriter.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\TokenBinding.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\oid.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\x509\x509utils.cs" />
- <Compile Include="..\referencesource\System\security\system\security\permissions\typedescriptorpermission.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\AsyncStreamReader.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\Process.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessModuleCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessStartInfo.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessThreadCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\processwaithandle.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\ElapsedEventHandler.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\Timer.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\TimersDescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\IO\ports\InternalResources.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\DefaultParameterValueAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\handlecollector.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\versioning\FrameworkName.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\Barrier.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\semaphore.cs" />
- <Compile Include="..\referencesource\System\sys\system\windows\markup\ValueSerializerAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="corefx\ZLibNative.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeX509ChainHandle.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Certificate.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\ImportExport.cs" />
- <Compile Include="Mono.AppleTls\INativeObject.cs" />
- <Compile Include="Mono.AppleTls\Items.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.Btls\MonoBtlsBio.cs" />
- <Compile Include="Mono.Btls\MonoBtlsContext.cs" />
- <Compile Include="Mono.Btls\MonoBtlsError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsException.cs" />
- <Compile Include="Mono.Btls\MonoBtlsKey.cs" />
- <Compile Include="Mono.Btls\MonoBtlsObject.cs" />
- <Compile Include="Mono.Btls\MonoBtlsPkcs12.cs" />
- <Compile Include="Mono.Btls\MonoBtlsProvider.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSsl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsStream.cs" />
- <Compile Include="Mono.Btls\MonoBtlsUtils.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Chain.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Crl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Error.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Exception.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509FileType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Format.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Lookup.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMono.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMonoCollection.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Name.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509NameEntryType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Purpose.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Revoked.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Store.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreManager.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509TrustKind.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyFlags.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyParam.cs" />
- <Compile Include="Mono.Btls\X509CertificateImplBtls.cs" />
- <Compile Include="Mono.Btls\X509ChainImplBtls.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="Mono.Util\MonoPInvokeCallbackAttribute.cs" />
- <Compile Include="MonoTouch\Dummy.cs" />
- <Compile Include="ReferenceSources\AssertWrapper.cs" />
- <Compile Include="ReferenceSources\AutoWebProxyScriptEngine.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\CAPI.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="ReferenceSources\EnvironmentHelpers.cs" />
- <Compile Include="ReferenceSources\HttpApi.cs" />
- <Compile Include="ReferenceSources\HttpSysSettings.cs" />
- <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
- <Compile Include="ReferenceSources\Logging.cs" />
- <Compile Include="ReferenceSources\NativeMethods.cs" />
- <Compile Include="ReferenceSources\RequestCacheProtocol.cs" />
- <Compile Include="ReferenceSources\SecureStringHelper.cs" />
- <Compile Include="ReferenceSources\ServerCertValidationCallback.cs" />
- <Compile Include="ReferenceSources\SettingsSectionInternal.cs" />
- <Compile Include="ReferenceSources\Socket.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
- <Compile Include="ReferenceSources\SR2.cs" />
- <Compile Include="ReferenceSources\SRCategoryAttribute.cs" />
- <Compile Include="ReferenceSources\Win32Exception.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventArgs.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventHandler.cs" />
- <Compile Include="System.Diagnostics\DefaultTraceListener.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\FileVersionInfo.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\MonitoringDescriptionAttribute.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\Process.cs" />
- <Compile Include="System.Diagnostics\ProcessModule.cs" />
- <Compile Include="System.Diagnostics\ProcessPriorityClass.cs" />
- <Compile Include="System.Diagnostics\ProcessStartInfo.cs" />
- <Compile Include="System.Diagnostics\ProcessThread.cs" />
- <Compile Include="System.Diagnostics\ProcessWindowStyle.cs" />
- <Compile Include="System.Diagnostics\Stopwatch.cs" />
- <Compile Include="System.Diagnostics\ThreadPriorityLevel.cs" />
- <Compile Include="System.Diagnostics\ThreadState.cs" />
- <Compile Include="System.Diagnostics\ThreadWaitReason.cs" />
- <Compile Include="System.Diagnostics\TraceImpl.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Compression\DeflateStream.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\ErrorEventArgs.cs" />
- <Compile Include="System.IO\ErrorEventHandler.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemEventArgs.cs" />
- <Compile Include="System.IO\FileSystemEventHandler.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\InternalBufferOverflowException.cs" />
- <Compile Include="System.IO\InvalidDataException.cs" />
- <Compile Include="System.IO\IODescriptionAttribute.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NotifyFilters.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\RenamedEventArgs.cs" />
- <Compile Include="System.IO\RenamedEventHandler.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.IO\WaitForChangedResult.cs" />
- <Compile Include="System.IO\WatcherChangeTypes.cs" />
- <Compile Include="System.IO\WindowsWatcher.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\AlternateView.cs" />
- <Compile Include="System.Net.Mail\AlternateViewCollection.cs" />
- <Compile Include="System.Net.Mail\Attachment.cs" />
- <Compile Include="System.Net.Mail\AttachmentBase.cs" />
- <Compile Include="System.Net.Mail\AttachmentCollection.cs" />
- <Compile Include="System.Net.Mail\DeliveryNotificationOptions.cs" />
- <Compile Include="System.Net.Mail\LinkedResource.cs" />
- <Compile Include="System.Net.Mail\LinkedResourceCollection.cs" />
- <Compile Include="System.Net.Mail\MailAddress.cs" />
- <Compile Include="System.Net.Mail\MailAddressCollection.cs" />
- <Compile Include="System.Net.Mail\MailMessage.cs" />
- <Compile Include="System.Net.Mail\MailPriority.cs" />
- <Compile Include="System.Net.Mail\SendCompletedEventHandler.cs" />
- <Compile Include="System.Net.Mail\SmtpAccess.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryFormat.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryMethod.cs" />
- <Compile Include="System.Net.Mail\SmtpException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientsException.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.Mail\SmtpStatusCode.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkChange.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\Ping.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventArgs.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventHandler.cs" />
- <Compile Include="System.Net.NetworkInformation\TcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UdpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\Win32NetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.Security\EncryptionPolicy.cs" />
- <Compile Include="System.Net.Security\LocalCertificateSelectionCallback.cs" />
- <Compile Include="System.Net.Security\NegotiateStream.cs" />
- <Compile Include="System.Net.Security\RemoteCertificateValidationCallback.cs" />
- <Compile Include="System.Net.Security\SslPolicyErrors.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net.Sockets\SafeSocketHandle.cs" />
- <Compile Include="System.Net.Sockets\Socket.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncEventArgs.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncResult.cs" />
- <Compile Include="System.Net.Sockets\SocketOperation.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveMessageFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketTaskExtensions.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BasicClient.cs" />
- <Compile Include="System.Net\BindIPEndPoint.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\DecompressionMethods.cs" />
- <Compile Include="System.Net\DefaultCertificatePolicy.cs" />
- <Compile Include="System.Net\DigestClient.cs" />
- <Compile Include="System.Net\Dns.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\EndpointPermission.cs" />
- <Compile Include="System.Net\FtpAsyncResult.cs" />
- <Compile Include="System.Net\FtpDataStream.cs" />
- <Compile Include="System.Net\FtpRequestCreator.cs" />
- <Compile Include="System.Net\FtpStatus.cs" />
- <Compile Include="System.Net\FtpWebRequest.cs" />
- <Compile Include="System.Net\FtpWebResponse.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpRequestCreator.cs" />
- <Compile Include="System.Net\HttpStreamAsyncResult.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ICredentialPolicy.cs" />
- <Compile Include="System.Net\IPv6Address.cs" />
- <Compile Include="System.Net\IWebConnectionState.cs" />
- <Compile Include="System.Net\IWebProxyScript.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\ListenerPrefix.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\MonoHttpDate.cs" />
- <Compile Include="System.Net\NetConfig.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\RequestStream.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\SimpleAsyncResult.cs" />
- <Compile Include="System.Net\SocketPermission.cs" />
- <Compile Include="System.Net\SocketPermissionAttribute.cs" />
- <Compile Include="System.Net\WebAsyncResult.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionData.cs" />
- <Compile Include="System.Net\WebConnectionGroup.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\ADVF.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DATADIR.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DVASPECT.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\FORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IAdviseSink.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IDataObject.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumFORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumSTATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STGMEDIUM.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\TYMED.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreRights.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreSecurity.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ConfigUtil.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ExtendedProtectionPolicyElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElementCollection.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBinding.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBindingKind.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicy.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\PolicyEnforcement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ProtectionScenario.cs" />
- <Compile Include="System.Security.Authentication\AuthenticationException.cs" />
- <Compile Include="System.Security.Authentication\CipherAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\ExchangeAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\HashAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\InvalidCredentialException.cs" />
- <Compile Include="System.Security.Authentication\SslProtocols.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\PublicKey.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X500DistinguishedName.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509BasicConstraintsExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Collection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Enumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Impl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2ImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Chain.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElement.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImpl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainPolicy.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatus.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509EnhancedKeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Extension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Store.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SubjectKeyIdentifierExtension.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedData.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataCollection.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataEnumerator.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventArgs.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventHandler.cs" />
- <Compile Include="System.Timers\ElapsedEventArgs.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System.Windows.Input\ICommand.cs" />
- <Compile Include="System\IOSelector.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="System\Platform.cs" />
- <Compile Include="System\SRDescriptionAttribute.cs" />
- <Compile Include="System\UriTypeConverter.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
- <Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
- <Name>System.Xml-bare-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
- <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
- <Name>Mono.Security-net_4_x</Name>
- <Aliases>MonoSecurity</Aliases> </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="resources/Asterisk.wav">
- <LogicalName>Asterisk.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Beep.wav">
- <LogicalName>Beep.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Exclamation.wav">
- <LogicalName>Exclamation.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Hand.wav">
- <LogicalName>Hand.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Question.wav">
- <LogicalName>Question.wav</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/System/System-secxml.csproj b/mcs/class/System/System-secxml.csproj
new file mode 100644
index 00000000000..31b21db31a1
--- /dev/null
+++ b/mcs/class/System/System-secxml.csproj
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <BuildIntermediate>secxml</BuildIntermediate>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildThisFileDirectory)\System.csproj" />
+</Project>
+
diff --git a/mcs/class/System/System-net_4_x.csproj b/mcs/class/System/System.csproj
index af65436fa38..ca1ee19863b 100644
--- a/mcs/class/System/System-net_4_x.csproj
+++ b/mcs/class/System/System.csproj
@@ -1,1381 +1,1414 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2762E921-91A8-4C87-91E9-BA628013F753}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,436</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS;SECURITY_DEP;XML_DEP;MONO_SECURITY_ALIAS;CONFIGURATION_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,436</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;CONFIGURATION_2_0;FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX;MONO_FEATURE_PROCESS_START;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;CODEDOM;MONO_FEATURE_APPLETLS;MONO_FEATURE_BTLS;SECURITY_DEP;XML_DEP;MONO_SECURITY_ALIAS;CONFIGURATION_DEP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpStatusDescription.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Logging\NetEventSource.Common.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityProtocol.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\UriScheme.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\ManagedWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\WebSocketValidate.cs" />
- <Compile Include="..\..\..\external\corefx\src\Common\src\System\StringExtensions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPoolEventSource.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPool.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPoolBucket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\Utilities.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\BlockingCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentBag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\IDictionaryDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\LinkedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Queue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\QueueDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedDictionary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedList.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.TreeSubSet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSetEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Stack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\StackDebugView.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionLevel.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\GZipStream.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.ServicePoint\src\System\Net\SecurityProtocolType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocketOptions.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\WebSocketHandle.Managed.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocket.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketCloseStatus.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketContext.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketError.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketException.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketMessageType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketReceiveResult.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketState.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Private.Uri\src\System\UriBuilder.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime.Extensions\src\System\CodeDom\Compiler\IndentedTextWriter.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Runtime\src\System\Collections\Generic\ISet.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\OpenFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreLocation.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreName.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X500DistinguishedNameFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ChainStatusFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509FindType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509IncludeOption.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyUsageFlags.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509NameType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationFlag.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationMode.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierHashAlgorithm.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509VerificationFlags.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System\compmod\microsoft\win32\safehandles\SafeProcessHandle.cs" />
- <Compile Include="..\referencesource\System\compmod\system\codedom\compiler\GeneratedCodeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\observablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\readonlyobservablecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\bitvector32.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\casesensitivestringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\collectionsutil.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\hybriddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\inotifycollectionchanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\iordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\listdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\nameobjectcollectionbase.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\namevaluecollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\notifycollectionchangedeventargs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\ordereddictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringcollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionary.cs" />
- <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionarywithcomparer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AmbientValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArrayConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArraySubsetEnumerator.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperation.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BackgroundWorker.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BaseComponentEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\basenumberconverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableSupport.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BooleanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\BrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CharConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeAction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CompModSwitches.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Component.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentResourceManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Container.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ContainerFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CultureInfoConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\CustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataErrorsChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectFieldAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeOffsetConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DecimalConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultValueAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CheckoutException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CommandID.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransaction.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEvent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerb.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerbCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContextSerializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpContextType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentChangeService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentInitializer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerEventService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHostTransactionState.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerOptionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDictionaryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IEventPropertyService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderListService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IHelpService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IInheritanceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IMenuCommandService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IReferenceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IResourceService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IRootDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ISelectionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITreeDesigner.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDescriptorFilterService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDiscoveryService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeResolutionService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\MenuCommand.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ParenthesizePropertyNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabScope.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshProperties.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\SelectionTypes.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ComponentSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ContextStack.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DefaultSerializationProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerLoader.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderHost.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\INameCreationService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\SerializationStore.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceCreatorCallback.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceObjectContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardCommands.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardToolWindows.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ToolboxItemAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ViewTechnology.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerCategoryAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibility.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibilityAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignTimeVisibleAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DisplayNameAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoubleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorBrowsableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EnumConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventHandlerList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExpandableObjectConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtendedPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\FxCopSuppression.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\GuidConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingListView.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICancelAddNew.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComNativeDescriptorHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICustomTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IEditableObject.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IExtenderProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IIntellisenseBuilder.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IListSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ImmutableObjectAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedSite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InitializationEventAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyDataErrorInfo.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanged.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanging.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstallerTypeAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstanceCreationEditor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IntSecurity.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidAsynchronousStateException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidEnumArgumentException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRaiseItemChangedEvents.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRevertibleChangeTracking.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISite.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitialize.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitializeNotification.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISynchronizeInvoke.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypeDescriptorContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypedList.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\License.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseContext.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseUsageMode.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicFileLicenseProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescription.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescriptionCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDirection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LocalizableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\LookupBindingPropertiesAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MarshalByValueComponent.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextResultHint.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MemberDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MergablePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\MultilineStringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NestedContainer.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\NullableConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PasswordPropertyTextAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptorCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProvidePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReadOnlyAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReferenceConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectEventDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunInstallerAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventArgs.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventHandler.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SByteConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SettingsBindableAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SingleConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\StringConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\SyntaxCheck.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TimeSpanConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverterAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProvider.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderService.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptor.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeListConverter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt16Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt32Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt64Converter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\WarningException.cs" />
- <Compile Include="..\referencesource\System\compmod\system\componentmodel\Win32Exception.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\AssertSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\BooleanSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\CorrelationManager.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Debug.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DelimitedListTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\DiagnosticsConfiguration.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\ListenerElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SeverityFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceLevels.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Switch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchLevelAttribute.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TextWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\Trace.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventCache.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventType.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceFilter.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceInternal.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceLevel.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListener.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListeners.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceOptions.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSource.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSwitch.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\traceutils.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
- <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
- <Compile Include="..\referencesource\System\misc\hresults.cs" />
- <Compile Include="..\referencesource\System\misc\invariantcomparer.cs" />
- <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System\misc\SecurityUtils.cs" />
- <Compile Include="..\referencesource\System\misc\WeakHashtable.cs" />
- <Compile Include="..\referencesource\System\net\System\_DomainName.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv4Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_IPv6Address.cs" />
- <Compile Include="..\referencesource\System\net\System\_UncName.cs" />
- <Compile Include="..\referencesource\System\net\System\_UriSyntax.cs" />
- <Compile Include="..\referencesource\System\net\System\GenericUriParser.cs" />
- <Compile Include="..\referencesource\System\net\System\IriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_BufferOffsetSize.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Connection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_emptywebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfoTable.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_HTTPDateParse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_IStreams.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LazyAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_LoggingObject.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_NetRes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_PooledStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ProxyChain.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ScatterGatherBuffers.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_Semaphore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_ServiceNameStore.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_TimerThread.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\_WebProxyDataBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationScheme.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\AuthenticationSchemeSelector.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Authorization.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCachePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Configuration\DefaultProxySection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\connectionpool.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookie.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookiecontainer.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\cookieexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\CredentialCache.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\DnsEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\EndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebrequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\filewebresponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\FtpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\GlobalProxySelection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpListenerRequestUriBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpRequestHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpResponseHeader.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpStatusCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\HttpVersion.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IAuthenticationModule.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICertificatePolicy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentials.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ICredentialsByHost.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Internal.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPEndPoint.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IPHostEntry.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\iwebproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebProxyFinder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\IWebRequestCreate.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64Stream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\Base64WriteStateInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BaseWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\BufferBuilder.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ClosableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentDisposition.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\ContentType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DelegatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\DispositionTypeNames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EightBitStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\EncodedStreamFactory.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\HeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\IEncodableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailBnfHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MailHeaderInfo.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\mediatypenames.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeBasePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeEmbeddedMessagePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPartType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimePart.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MimeWriter.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\MultiAsyncResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QEncodedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\QuotedPrintableStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\SmtpDateTime.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingStringDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingValidationObjectDictionary.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\TransferEncoding.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\mail\WriteStateInfoBase.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkAccess.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkCredential.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\DuplicateAddressDetectionState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\interfacetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkAddressChange.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterface.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterfaceComponent.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\nodetype.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\OperationalStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PhysicalAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\pingexception.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingReply.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PrefixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\ScopeLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SuffixOrigin.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemTcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpConnection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpState.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UdpStatistics.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ProtocolViolationException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\AuthenticatedStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\NegotiateEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\ServicePointManager.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketAddress.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\SocketException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\_MultipleConnectAsync.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\AddressFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IOControlCode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPPacketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPProtectionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\LingerOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\MulticastOption.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\NetworkStream.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolFamily.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SelectMode.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\Socket.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketErrors.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformation.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformationOptions.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionLevel.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionName.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketShutdown.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\TransmitFileFlags.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\Sockets\UdpReceiveResult.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportContext.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\TransportType.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeDecodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\UnicodeEncodingConformance.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webclient.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebException.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebExceptionStatus.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebHeaderCollection.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebPermission.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\webproxy.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequest.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebRequestMethods.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebResponse.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WebUtility.cs" />
- <Compile Include="..\referencesource\System\net\System\Net\WriteStreamClosedEventArgs.cs" />
- <Compile Include="..\referencesource\System\net\System\URI.cs" />
- <Compile Include="..\referencesource\System\net\System\UriEnumTypes.cs" />
- <Compile Include="..\referencesource\System\net\System\UriExt.cs" />
- <Compile Include="..\referencesource\System\net\System\URIFormatException.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHelper.cs" />
- <Compile Include="..\referencesource\System\net\System\UriHostNameType.cs" />
- <Compile Include="..\referencesource\System\net\System\UriParserTemplates.cs" />
- <Compile Include="..\referencesource\System\net\System\URIPartial.cs" />
- <Compile Include="..\referencesource\System\net\System\UriScheme.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunnerfactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\Regex.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexBoyerMoore.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCapture.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCaptureCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCharClass.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompilationInfo.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompiler.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexFCD.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroup.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroupCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexInterpreter.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatch.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchCollection.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchTimeoutException.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexNode.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexOptions.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexParser.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexReplacement.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunner.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunnerFactory.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexTree.cs" />
- <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexWriter.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs" />
- <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\TokenBinding.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\oid.cs" />
- <Compile Include="..\referencesource\System\security\system\security\cryptography\x509\x509utils.cs" />
- <Compile Include="..\referencesource\System\security\system\security\permissions\typedescriptorpermission.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\AsyncStreamReader.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\Process.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessModuleCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessStartInfo.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessThreadCollection.cs" />
- <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\processwaithandle.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\ElapsedEventHandler.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\Timer.cs" />
- <Compile Include="..\referencesource\System\services\timers\system\timers\TimersDescriptionAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\IO\ports\InternalResources.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\DefaultParameterValueAttribute.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\handlecollector.cs" />
- <Compile Include="..\referencesource\System\sys\system\runtime\versioning\FrameworkName.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\Barrier.cs" />
- <Compile Include="..\referencesource\System\sys\system\threading\semaphore.cs" />
- <Compile Include="..\referencesource\System\sys\system\windows\markup\ValueSerializerAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="corefx\ZLibNative.cs" />
- <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
- <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
- <Compile Include="Microsoft.Win32.SafeHandles\SafeX509ChainHandle.cs" />
- <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\PowerModes.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
- <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
- <Compile Include="Microsoft.Win32\SystemEvents.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
- <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
- <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
- <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
- <Compile Include="Mono.AppleTls\Certificate.cs" />
- <Compile Include="Mono.AppleTls\Enums.cs" />
- <Compile Include="Mono.AppleTls\ImportExport.cs" />
- <Compile Include="Mono.AppleTls\INativeObject.cs" />
- <Compile Include="Mono.AppleTls\Items.cs" />
- <Compile Include="Mono.AppleTls\Policy.cs" />
- <Compile Include="Mono.AppleTls\SecureTransport.cs" />
- <Compile Include="Mono.AppleTls\SslConnection.cs" />
- <Compile Include="Mono.AppleTls\Trust.cs" />
- <Compile Include="Mono.Btls\MonoBtlsBio.cs" />
- <Compile Include="Mono.Btls\MonoBtlsContext.cs" />
- <Compile Include="Mono.Btls\MonoBtlsError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsException.cs" />
- <Compile Include="Mono.Btls\MonoBtlsKey.cs" />
- <Compile Include="Mono.Btls\MonoBtlsObject.cs" />
- <Compile Include="Mono.Btls\MonoBtlsPkcs12.cs" />
- <Compile Include="Mono.Btls\MonoBtlsProvider.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSsl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsSslError.cs" />
- <Compile Include="Mono.Btls\MonoBtlsStream.cs" />
- <Compile Include="Mono.Btls\MonoBtlsUtils.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Chain.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Crl.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Error.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Exception.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509FileType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Format.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Lookup.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMono.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupMonoCollection.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509LookupType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Name.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509NameEntryType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Purpose.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Revoked.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509Store.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreCtx.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreManager.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509StoreType.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509TrustKind.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyFlags.cs" />
- <Compile Include="Mono.Btls\MonoBtlsX509VerifyParam.cs" />
- <Compile Include="Mono.Btls\X509CertificateImplBtls.cs" />
- <Compile Include="Mono.Btls\X509ChainImplBtls.cs" />
- <Compile Include="Mono.Http\NtlmClient.cs" />
- <Compile Include="Mono.Net.Dns\DnsClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
- <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
- <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
- <Compile Include="Mono.Net.Dns\DnsQType.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
- <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
- <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
- <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
- <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
- <Compile Include="Mono.Net.Dns\DnsType.cs" />
- <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
- <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
- <Compile Include="Mono.Net.Dns\ResolverError.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
- <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
- <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
- <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
- <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
- <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
- <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
- <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
- <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
- <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
- <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
- <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
- <Compile Include="Mono.Util\MonoPInvokeCallbackAttribute.cs" />
- <Compile Include="MonoTouch\Dummy.cs" />
- <Compile Include="ReferenceSources\AssertWrapper.cs" />
- <Compile Include="ReferenceSources\AutoWebProxyScriptEngine.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\CAPI.cs" />
- <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
- <Compile Include="ReferenceSources\EnvironmentHelpers.cs" />
- <Compile Include="ReferenceSources\HttpApi.cs" />
- <Compile Include="ReferenceSources\HttpSysSettings.cs" />
- <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
- <Compile Include="ReferenceSources\Logging.cs" />
- <Compile Include="ReferenceSources\NativeMethods.cs" />
- <Compile Include="ReferenceSources\RequestCacheProtocol.cs" />
- <Compile Include="ReferenceSources\SecureStringHelper.cs" />
- <Compile Include="ReferenceSources\ServerCertValidationCallback.cs" />
- <Compile Include="ReferenceSources\SettingsSectionInternal.cs" />
- <Compile Include="ReferenceSources\Socket.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
- <Compile Include="ReferenceSources\SR2.cs" />
- <Compile Include="ReferenceSources\SRCategoryAttribute.cs" />
- <Compile Include="ReferenceSources\Win32Exception.cs" />
- <Compile Include="System.CodeDom.Compiler\Executor.cs" />
- <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
- <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
- <Compile Include="System.Configuration\AppSettingsReader.cs" />
- <Compile Include="System.Configuration\ClientSettingsSection.cs" />
- <Compile Include="System.Configuration\ConfigHelper.cs" />
- <Compile Include="System.Configuration\ConfigurationException.cs" />
- <Compile Include="System.Configuration\ConfigurationSettings.cs" />
- <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
- <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
- <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
- <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
- <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
- <Compile Include="System.Configuration\IConfigurationSystem.cs" />
- <Compile Include="System.Configuration\IConfigXmlNode.cs" />
- <Compile Include="System.Configuration\IdnElement.cs" />
- <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
- <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
- <Compile Include="System.Configuration\IriParsingElement.cs" />
- <Compile Include="System.Configuration\ISettingsProviderService.cs" />
- <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
- <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
- <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
- <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
- <Compile Include="System.Configuration\SettingAttribute.cs" />
- <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
- <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingElement.cs" />
- <Compile Include="System.Configuration\SettingElementCollection.cs" />
- <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
- <Compile Include="System.Configuration\SettingsBase.cs" />
- <Compile Include="System.Configuration\SettingsContext.cs" />
- <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
- <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
- <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsManageability.cs" />
- <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProperty.cs" />
- <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
- <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
- <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
- <Compile Include="System.Configuration\SettingsProvider.cs" />
- <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
- <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
- <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
- <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
- <Compile Include="System.Configuration\SettingValueElement.cs" />
- <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
- <Compile Include="System.Configuration\SpecialSetting.cs" />
- <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
- <Compile Include="System.Configuration\UriSection.cs" />
- <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
- <Compile Include="System.Configuration\UserSettingsGroup.cs" />
- <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
- <Compile Include="System.Diagnostics\CounterCreationData.cs" />
- <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
- <Compile Include="System.Diagnostics\CounterSample.cs" />
- <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventArgs.cs" />
- <Compile Include="System.Diagnostics\DataReceivedEventHandler.cs" />
- <Compile Include="System.Diagnostics\DefaultTraceListener.cs" />
- <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
- <Compile Include="System.Diagnostics\EventInstance.cs" />
- <Compile Include="System.Diagnostics\EventLog.cs" />
- <Compile Include="System.Diagnostics\EventLogEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
- <Compile Include="System.Diagnostics\EventLogImpl.cs" />
- <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
- <Compile Include="System.Diagnostics\EventLogPermission.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
- <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
- <Compile Include="System.Diagnostics\FileVersionInfo.cs" />
- <Compile Include="System.Diagnostics\ICollectData.cs" />
- <Compile Include="System.Diagnostics\InstanceData.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
- <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
- <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
- <Compile Include="System.Diagnostics\MonitoringDescriptionAttribute.cs" />
- <Compile Include="System.Diagnostics\NullEventLog.cs" />
- <Compile Include="System.Diagnostics\OverflowAction.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
- <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
- <Compile Include="System.Diagnostics\Process.cs" />
- <Compile Include="System.Diagnostics\ProcessModule.cs" />
- <Compile Include="System.Diagnostics\ProcessPriorityClass.cs" />
- <Compile Include="System.Diagnostics\ProcessStartInfo.cs" />
- <Compile Include="System.Diagnostics\ProcessThread.cs" />
- <Compile Include="System.Diagnostics\ProcessWindowStyle.cs" />
- <Compile Include="System.Diagnostics\Stopwatch.cs" />
- <Compile Include="System.Diagnostics\ThreadPriorityLevel.cs" />
- <Compile Include="System.Diagnostics\ThreadState.cs" />
- <Compile Include="System.Diagnostics\ThreadWaitReason.cs" />
- <Compile Include="System.Diagnostics\TraceImpl.cs" />
- <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
- <Compile Include="System.Diagnostics\Win32EventLog.cs" />
- <Compile Include="System.IO.Compression\DeflateStream.cs" />
- <Compile Include="System.IO.Ports\Handshake.cs" />
- <Compile Include="System.IO.Ports\ISerialStream.cs" />
- <Compile Include="System.IO.Ports\Parity.cs" />
- <Compile Include="System.IO.Ports\SerialData.cs" />
- <Compile Include="System.IO.Ports\SerialError.cs" />
- <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPinChange.cs" />
- <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialPort.cs" />
- <Compile Include="System.IO.Ports\SerialPortStream.cs" />
- <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
- <Compile Include="System.IO.Ports\SerialSignal.cs" />
- <Compile Include="System.IO.Ports\StopBits.cs" />
- <Compile Include="System.IO.Ports\WinSerialStream.cs" />
- <Compile Include="System.IO\DefaultWatcher.cs" />
- <Compile Include="System.IO\ErrorEventArgs.cs" />
- <Compile Include="System.IO\ErrorEventHandler.cs" />
- <Compile Include="System.IO\FAMWatcher.cs" />
- <Compile Include="System.IO\FileAction.cs" />
- <Compile Include="System.IO\FileSystemEventArgs.cs" />
- <Compile Include="System.IO\FileSystemEventHandler.cs" />
- <Compile Include="System.IO\FileSystemWatcher.cs" />
- <Compile Include="System.IO\IFileWatcher.cs" />
- <Compile Include="System.IO\InotifyWatcher.cs" />
- <Compile Include="System.IO\InternalBufferOverflowException.cs" />
- <Compile Include="System.IO\InvalidDataException.cs" />
- <Compile Include="System.IO\IODescriptionAttribute.cs" />
- <Compile Include="System.IO\KeventWatcher.cs" />
- <Compile Include="System.IO\NotifyFilters.cs" />
- <Compile Include="System.IO\NullFileWatcher.cs" />
- <Compile Include="System.IO\RenamedEventArgs.cs" />
- <Compile Include="System.IO\RenamedEventHandler.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.IO\WaitForChangedResult.cs" />
- <Compile Include="System.IO\WatcherChangeTypes.cs" />
- <Compile Include="System.IO\WindowsWatcher.cs" />
- <Compile Include="System.Media\AudioData.cs" />
- <Compile Include="System.Media\AudioDevice.cs" />
- <Compile Include="System.Media\SoundPlayer.cs" />
- <Compile Include="System.Media\SystemSound.cs" />
- <Compile Include="System.Media\SystemSounds.cs" />
- <Compile Include="System.Media\Win32SoundPlayer.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
- <Compile Include="System.Net.Configuration\BypassElement.cs" />
- <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
- <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
- <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
- <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
- <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
- <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
- <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\ModuleElement.cs" />
- <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
- <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
- <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
- <Compile Include="System.Net.Configuration\ProxyElement.cs" />
- <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
- <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
- <Compile Include="System.Net.Configuration\SettingsSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
- <Compile Include="System.Net.Configuration\SmtpSection.cs" />
- <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
- <Compile Include="System.Net.Configuration\SocketElement.cs" />
- <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
- <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
- <Compile Include="System.Net.Mail\AlternateView.cs" />
- <Compile Include="System.Net.Mail\AlternateViewCollection.cs" />
- <Compile Include="System.Net.Mail\Attachment.cs" />
- <Compile Include="System.Net.Mail\AttachmentBase.cs" />
- <Compile Include="System.Net.Mail\AttachmentCollection.cs" />
- <Compile Include="System.Net.Mail\DeliveryNotificationOptions.cs" />
- <Compile Include="System.Net.Mail\LinkedResource.cs" />
- <Compile Include="System.Net.Mail\LinkedResourceCollection.cs" />
- <Compile Include="System.Net.Mail\MailAddress.cs" />
- <Compile Include="System.Net.Mail\MailAddressCollection.cs" />
- <Compile Include="System.Net.Mail\MailMessage.cs" />
- <Compile Include="System.Net.Mail\MailPriority.cs" />
- <Compile Include="System.Net.Mail\SendCompletedEventHandler.cs" />
- <Compile Include="System.Net.Mail\SmtpAccess.cs" />
- <Compile Include="System.Net.Mail\SmtpClient.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryFormat.cs" />
- <Compile Include="System.Net.Mail\SmtpDeliveryMethod.cs" />
- <Compile Include="System.Net.Mail\SmtpException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientException.cs" />
- <Compile Include="System.Net.Mail\SmtpFailedRecipientsException.cs" />
- <Compile Include="System.Net.Mail\SmtpPermission.cs" />
- <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
- <Compile Include="System.Net.Mail\SmtpStatusCode.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV4Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IcmpV6Statistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPAddressCollection.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPGlobalStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPInterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv4InterfaceStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\IPv6InterfaceProperties.cs" />
- <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkChange.cs" />
- <Compile Include="System.Net.NetworkInformation\NetworkInterface.cs" />
- <Compile Include="System.Net.NetworkInformation\Ping.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventArgs.cs" />
- <Compile Include="System.Net.NetworkInformation\PingCompletedEventHandler.cs" />
- <Compile Include="System.Net.NetworkInformation\TcpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UdpStatistics.cs" />
- <Compile Include="System.Net.NetworkInformation\UnicastIPAddressInformation.cs" />
- <Compile Include="System.Net.NetworkInformation\Win32NetworkInterfaceMarshal.cs" />
- <Compile Include="System.Net.Security\EncryptionPolicy.cs" />
- <Compile Include="System.Net.Security\LocalCertificateSelectionCallback.cs" />
- <Compile Include="System.Net.Security\NegotiateStream.cs" />
- <Compile Include="System.Net.Security\RemoteCertificateValidationCallback.cs" />
- <Compile Include="System.Net.Security\SslPolicyErrors.cs" />
- <Compile Include="System.Net.Security\SslStream.cs" />
- <Compile Include="System.Net.Sockets\SafeSocketHandle.cs" />
- <Compile Include="System.Net.Sockets\Socket.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncEventArgs.cs" />
- <Compile Include="System.Net.Sockets\SocketAsyncResult.cs" />
- <Compile Include="System.Net.Sockets\SocketOperation.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketReceiveMessageFromResult.cs" />
- <Compile Include="System.Net.Sockets\SocketTaskExtensions.cs" />
- <Compile Include="System.Net\AuthenticationManager.cs" />
- <Compile Include="System.Net\BasicClient.cs" />
- <Compile Include="System.Net\BindIPEndPoint.cs" />
- <Compile Include="System.Net\ChunkedInputStream.cs" />
- <Compile Include="System.Net\DecompressionMethods.cs" />
- <Compile Include="System.Net\DefaultCertificatePolicy.cs" />
- <Compile Include="System.Net\DigestClient.cs" />
- <Compile Include="System.Net\Dns.cs" />
- <Compile Include="System.Net\DnsAsyncResult.cs" />
- <Compile Include="System.Net\DnsPermission.cs" />
- <Compile Include="System.Net\DnsPermissionAttribute.cs" />
- <Compile Include="System.Net\EndPointListener.cs" />
- <Compile Include="System.Net\EndPointManager.cs" />
- <Compile Include="System.Net\EndpointPermission.cs" />
- <Compile Include="System.Net\FtpAsyncResult.cs" />
- <Compile Include="System.Net\FtpDataStream.cs" />
- <Compile Include="System.Net\FtpRequestCreator.cs" />
- <Compile Include="System.Net\FtpStatus.cs" />
- <Compile Include="System.Net\FtpWebRequest.cs" />
- <Compile Include="System.Net\FtpWebResponse.cs" />
- <Compile Include="System.Net\HttpConnection.cs" />
- <Compile Include="System.Net\HttpListener.cs" />
- <Compile Include="System.Net\HttpListener.Mono.cs" />
- <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
- <Compile Include="System.Net\HttpListenerContext.cs" />
- <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
- <Compile Include="System.Net\HttpListenerRequest.cs" />
- <Compile Include="System.Net\HttpListenerResponse.cs" />
- <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
- <Compile Include="System.Net\HttpRequestCreator.cs" />
- <Compile Include="System.Net\HttpStreamAsyncResult.cs" />
- <Compile Include="System.Net\HttpWebRequest.cs" />
- <Compile Include="System.Net\HttpWebResponse.cs" />
- <Compile Include="System.Net\ICredentialPolicy.cs" />
- <Compile Include="System.Net\IPv6Address.cs" />
- <Compile Include="System.Net\IWebConnectionState.cs" />
- <Compile Include="System.Net\IWebProxyScript.cs" />
- <Compile Include="System.Net\ListenerAsyncResult.cs" />
- <Compile Include="System.Net\ListenerPrefix.cs" />
- <Compile Include="System.Net\MacProxy.cs" />
- <Compile Include="System.Net\MonoChunkStream.cs" />
- <Compile Include="System.Net\MonoHttpDate.cs" />
- <Compile Include="System.Net\NetConfig.cs" />
- <Compile Include="System.Net\NtlmClient.cs" />
- <Compile Include="System.Net\RequestStream.cs" />
- <Compile Include="System.Net\ResponseStream.cs" />
- <Compile Include="System.Net\ServicePoint.cs" />
- <Compile Include="System.Net\ServicePointManager.cs" />
- <Compile Include="System.Net\ServicePointManager.extra.cs" />
- <Compile Include="System.Net\SimpleAsyncResult.cs" />
- <Compile Include="System.Net\SocketPermission.cs" />
- <Compile Include="System.Net\SocketPermissionAttribute.cs" />
- <Compile Include="System.Net\WebAsyncResult.cs" />
- <Compile Include="System.Net\WebConnection.cs" />
- <Compile Include="System.Net\WebConnectionData.cs" />
- <Compile Include="System.Net\WebConnectionGroup.cs" />
- <Compile Include="System.Net\WebConnectionStream.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\ADVF.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DATADIR.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\DVASPECT.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\FORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IAdviseSink.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IDataObject.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumFORMATETC.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumSTATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STATDATA.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\STGMEDIUM.cs" />
- <Compile Include="System.Runtime.InteropServices.ComTypes\TYMED.cs" />
- <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreRights.cs" />
- <Compile Include="System.Security.AccessControl\SemaphoreSecurity.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ConfigUtil.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ExtendedProtectionPolicyElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElementCollection.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBinding.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBindingKind.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicy.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\PolicyEnforcement.cs" />
- <Compile Include="System.Security.Authentication.ExtendedProtection\ProtectionScenario.cs" />
- <Compile Include="System.Security.Authentication\AuthenticationException.cs" />
- <Compile Include="System.Security.Authentication\CipherAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\ExchangeAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\HashAlgorithmType.cs" />
- <Compile Include="System.Security.Authentication\InvalidCredentialException.cs" />
- <Compile Include="System.Security.Authentication\SslProtocols.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\PublicKey.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X500DistinguishedName.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509BasicConstraintsExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Collection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Enumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Impl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2ImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Chain.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElement.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImpl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainPolicy.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatus.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509EnhancedKeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Extension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionCollection.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionEnumerator.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper2.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyUsageExtension.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Store.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509SubjectKeyIdentifierExtension.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedData.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataCollection.cs" />
- <Compile Include="System.Security.Cryptography\AsnEncodedDataEnumerator.cs" />
- <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
- <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
- <Compile Include="System.Security.Permissions\StorePermission.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventArgs.cs" />
- <Compile Include="System.Threading\ThreadExceptionEventHandler.cs" />
- <Compile Include="System.Timers\ElapsedEventArgs.cs" />
- <Compile Include="System.Web\AspNetHostingPermission.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
- <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
- <Compile Include="System.Windows.Input\ICommand.cs" />
- <Compile Include="System\IOSelector.cs" />
- <Compile Include="System\MonoToolsLocator.cs" />
- <Compile Include="System\Platform.cs" />
- <Compile Include="System\SRDescriptionAttribute.cs" />
- <Compile Include="System\UriTypeConverter.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>System</AssemblyName>
+ <ProjectGuid>{2762E921-91A8-4C87-91E9-BA628013F753}</ProjectGuid>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <NoWarn>$(NoWarn),436</NoWarn>
+ <NoWarn Condition="'$(ProfileIsMobile)' == 'true'">$(NoWarn),618</NoWarn>
+ </PropertyGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
- <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
- <Name>System.Xml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
- <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
- <Name>System.Configuration-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Security/Mono.Security-net_4_x.csproj">
- <Project>{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}</Project>
- <Name>Mono.Security-net_4_x</Name>
- <Aliases>MonoSecurity</Aliases> </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="resources/Asterisk.wav">
- <LogicalName>Asterisk.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Beep.wav">
- <LogicalName>Beep.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Exclamation.wav">
- <LogicalName>Exclamation.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Hand.wav">
- <LogicalName>Hand.wav</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/Question.wav">
- <LogicalName>Question.wav</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
+ <!-- -runtimemetadataversion:v4.0.30319 -->
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);CONFIGURATION_2_0</DefineConstants>
+ <DefineConstants Condition="'$(ProfileIsMobile)' != 'true'">$(DefineConstants);CODEDOM</DefineConstants>
+ <DefineConstants Condition="'$(DisableMonoSecurity)' == 'true'">$(DefineConstants);INSIDE_SYSTEM</DefineConstants>
+ <DefineConstants Condition="'$(EnableAppleTls)' == 'true'">$(DefineConstants);MONO_FEATURE_APPLETLS</DefineConstants>
+ <DefineConstants Condition="'$(EnableAppleTlsOnly)' == 'true'">$(DefineConstants);ONLY_APPLETLS</DefineConstants>
+ <DefineConstants Condition="'$(DisableBoringTls)' != 'true'">$(DefineConstants);MONO_FEATURE_BTLS</DefineConstants>
+ <!-- ReferenceSource flags -->
+ <DefineConstants>$(DefineConstants);FEATURE_PAL;SYSTEM_NAMESPACE;MONO;PLATFORM_UNIX</DefineConstants>
+ <DefineConstants Condition="'$(DisableProcessStart)' != 'true'">$(DefineConstants);MONO_FEATURE_PROCESS_START</DefineConstants>
+ <DefineConstants Condition="'$(DisableThreadAbort)' != 'true'">$(DefineConstants);MONO_FEATURE_THREAD_ABORT</DefineConstants>
+ <DefineConstants Condition="'$(DisableThreadSuspendResume)' != 'true'">$(DefineConstants);MONO_FEATURE_THREAD_SUSPEND_RESUME</DefineConstants>
+ <DefineConstants Condition="'$(DisableAppDomains)' != 'true'">$(DefineConstants);MONO_FEATURE_MULTIPLE_APPDOMAINS</DefineConstants>
+ </PropertyGroup>
+
+ <Choose>
+ <When Condition="'$(BuildIntermediate)' == 'bare'">
+ </When>
+ <When Condition="'$(BuildIntermediate)' == 'secxml'">
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);SECURITY_DEP;XML_DEP</DefineConstants>
+ <DefineConstants Condition="'$(DisableMonoSecurity)' != 'true'">$(DefineConstants);MONO_SECURITY_ALIAS</DefineConstants>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Mono.Security\Mono.Security.csproj" Condition="'$(DisableMonoSecurity)' != 'true'">
+ <Aliases>MonoSecurity</Aliases>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Xml\System.Xml-bare.csproj" />
+ </ItemGroup>
+ </When>
+ <When Condition="'$(BuildIntermediate)' == ''">
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);SECURITY_DEP;XML_DEP</DefineConstants>
+ <DefineConstants Condition="'$(DisableMonoSecurity)' != 'true'">$(DefineConstants);MONO_SECURITY_ALIAS</DefineConstants>
+ <DefineConstants Condition="'$(ProfileIsMobile)' != 'true'">$(DefineConstants);CONFIGURATION_DEP</DefineConstants>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Mono.Security\Mono.Security.csproj" Condition="'$(DisableMonoSecurity)' != 'true'">
+ <Aliases>MonoSecurity</Aliases>
+ </ProjectReference>
+ <ProjectReference Include="..\System.Configuration\System.Configuration.csproj" Condition="'$(ProfileIsMobile)' != 'true'" />
+ <ProjectReference Include="..\System.Xml\System.Xml.csproj" />
+ </ItemGroup>
+ </When>
+ </Choose>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup Condition="'$(FramworkVersion)' != '2.1'">
+ <EmbeddedResource Include="resources\Asterisk.wav">
+ <LogicalName>Asterisk.wav</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\Beep.wav">
+ <LogicalName>Beep.wav</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\Exclamation.wav">
+ <LogicalName>Exclamation.wav</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\Hand.wav">
+ <LogicalName>Hand.wav</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\Question.wav">
+ <LogicalName>Question.wav</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="..\..\build\common\SR.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="Microsoft.Win32.SafeHandles\SafeX509ChainHandle.cs" />
+ <Compile Include="Mono.AppleTls\AppleCertificateHelper.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsContext.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsProvider.cs" />
+ <Compile Include="Mono.AppleTls\AppleTlsStream.cs" />
+ <Compile Include="Mono.AppleTls\Certificate.cs" />
+ <Compile Include="Mono.AppleTls\Enums.cs" />
+ <Compile Include="Mono.AppleTls\ImportExport.cs" />
+ <Compile Include="Mono.AppleTls\INativeObject.cs" />
+ <Compile Include="Mono.AppleTls\Items.cs" />
+ <Compile Include="Mono.AppleTls\Policy.cs" />
+ <Compile Include="Mono.AppleTls\SecureTransport.cs" />
+ <Compile Include="Mono.AppleTls\SslConnection.cs" />
+ <Compile Include="Mono.AppleTls\Trust.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsBio.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsContext.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsError.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsException.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsKey.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsObject.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsPkcs12.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsProvider.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsSsl.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsSslCtx.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsSslError.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsStream.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsUtils.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Chain.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Crl.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Error.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Exception.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509FileType.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Format.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Lookup.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509LookupMono.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509LookupMonoCollection.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509LookupType.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Name.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509NameEntryType.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Purpose.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Revoked.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509Store.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509StoreCtx.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509StoreManager.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509StoreType.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509TrustKind.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509VerifyFlags.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509VerifyParam.cs" />
+ <Compile Include="Mono.Btls\X509CertificateImplBtls.cs" />
+ <Compile Include="Mono.Btls\X509ChainImplBtls.cs" />
+ <Compile Include="Mono.Util\MonoPInvokeCallbackAttribute.cs" />
+ <Compile Include="MonoTouch\Dummy.cs" />
+ <Compile Include="System\IOSelector.cs" />
+ <Compile Include="System\Platform.cs" />
+ <Compile Include="System\SRDescriptionAttribute.cs" />
+ <Compile Include="System\UriTypeConverter.cs" />
+ <Compile Include="System.Diagnostics\DataReceivedEventArgs.cs" />
+ <Compile Include="System.Diagnostics\DataReceivedEventHandler.cs" />
+ <Compile Include="System.Diagnostics\DefaultTraceListener.cs" />
+ <Compile Include="System.Diagnostics\FileVersionInfo.cs" />
+ <Compile Include="System.Diagnostics\MonitoringDescriptionAttribute.cs" />
+ <Compile Include="System.Diagnostics\Process.cs" />
+ <Compile Include="System.Diagnostics\ProcessModule.cs" />
+ <Compile Include="System.Diagnostics\ProcessPriorityClass.cs" />
+ <Compile Include="System.Diagnostics\ProcessStartInfo.cs" />
+ <Compile Include="System.Diagnostics\ProcessThread.cs" />
+ <Compile Include="System.Diagnostics\ProcessWindowStyle.cs" />
+ <Compile Include="System.Diagnostics\Stopwatch.cs" />
+ <Compile Include="System.Diagnostics\ThreadPriorityLevel.cs" />
+ <Compile Include="System.Diagnostics\ThreadState.cs" />
+ <Compile Include="System.Diagnostics\ThreadWaitReason.cs" />
+ <Compile Include="System.Diagnostics\TraceImpl.cs" />
+ <Compile Include="System.IO\ErrorEventArgs.cs" />
+ <Compile Include="System.IO\ErrorEventHandler.cs" />
+ <Compile Include="System.IO\FileSystemEventArgs.cs" />
+ <Compile Include="System.IO\FileSystemEventHandler.cs" />
+ <Compile Include="System.IO\InternalBufferOverflowException.cs" />
+ <Compile Include="System.IO\InvalidDataException.cs" />
+ <Compile Include="System.IO\IODescriptionAttribute.cs" />
+ <Compile Include="System.IO\NotifyFilters.cs" />
+ <Compile Include="System.IO\RenamedEventArgs.cs" />
+ <Compile Include="System.IO\RenamedEventHandler.cs" />
+ <Compile Include="System.IO\WaitForChangedResult.cs" />
+ <Compile Include="System.IO\WatcherChangeTypes.cs" />
+ <Compile Include="System.IO.Compression\DeflateStream.cs" />
+ <Compile Include="System.Net\BasicClient.cs" />
+ <Compile Include="System.Net\BindIPEndPoint.cs" />
+ <Compile Include="System.Net\DecompressionMethods.cs" />
+ <Compile Include="System.Net\DefaultCertificatePolicy.cs" />
+ <Compile Include="System.Net\DigestClient.cs" />
+ <Compile Include="System.Net\Dns.cs" />
+ <Compile Include="System.Net\EndpointPermission.cs" />
+ <Compile Include="System.Net\HttpRequestCreator.cs" />
+ <Compile Include="System.Net\HttpStreamAsyncResult.cs" />
+ <Compile Include="System.Net\ICredentialPolicy.cs" />
+ <Compile Include="System.Net\IPv6Address.cs" />
+ <Compile Include="System.Net\IWebProxyScript.cs" />
+ <Compile Include="System.Net\ListenerPrefix.cs" />
+ <Compile Include="System.Net\MonoChunkStream.cs" />
+ <Compile Include="System.Net\MonoHttpDate.cs" />
+ <Compile Include="System.Net\NetConfig.cs" />
+ <Compile Include="System.Net\RequestStream.cs" />
+ <Compile Include="System.Net\SimpleAsyncResult.cs" />
+ <Compile Include="System.Net\SocketPermission.cs" />
+ <Compile Include="System.Net\SocketPermissionAttribute.cs" />
+ <Compile Include="System.Net\WebAsyncResult.cs" />
+ <Compile Include="System.Net.Mail\AlternateView.cs" />
+ <Compile Include="System.Net.Mail\AlternateViewCollection.cs" />
+ <Compile Include="System.Net.Mail\Attachment.cs" />
+ <Compile Include="System.Net.Mail\AttachmentBase.cs" />
+ <Compile Include="System.Net.Mail\AttachmentCollection.cs" />
+ <Compile Include="System.Net.Mail\DeliveryNotificationOptions.cs" />
+ <Compile Include="System.Net.Mail\LinkedResource.cs" />
+ <Compile Include="System.Net.Mail\LinkedResourceCollection.cs" />
+ <Compile Include="System.Net.Mail\MailAddress.cs" />
+ <Compile Include="System.Net.Mail\MailAddressCollection.cs" />
+ <Compile Include="System.Net.Mail\MailMessage.cs" />
+ <Compile Include="System.Net.Mail\MailPriority.cs" />
+ <Compile Include="System.Net.Mail\SendCompletedEventHandler.cs" />
+ <Compile Include="System.Net.Mail\SmtpAccess.cs" />
+ <Compile Include="System.Net.Mail\SmtpDeliveryFormat.cs" />
+ <Compile Include="System.Net.Mail\SmtpDeliveryMethod.cs" />
+ <Compile Include="System.Net.Mail\SmtpException.cs" />
+ <Compile Include="System.Net.Mail\SmtpFailedRecipientException.cs" />
+ <Compile Include="System.Net.Mail\SmtpFailedRecipientsException.cs" />
+ <Compile Include="System.Net.Mail\SmtpStatusCode.cs" />
+ <Compile Include="System.Net.NetworkInformation\IcmpV4Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\IcmpV6Statistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPAddressCollection.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPGlobalProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPGlobalStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPInterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPv4InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPv4InterfaceStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\IPv6InterfaceProperties.cs" />
+ <Compile Include="System.Net.NetworkInformation\LinuxNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\MacOsNetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.NetworkInformation\NetworkChange.cs" />
+ <Compile Include="System.Net.NetworkInformation\NetworkInterface.cs" />
+ <Compile Include="System.Net.NetworkInformation\Ping.cs" />
+ <Compile Include="System.Net.NetworkInformation\PingCompletedEventArgs.cs" />
+ <Compile Include="System.Net.NetworkInformation\PingCompletedEventHandler.cs" />
+ <Compile Include="System.Net.NetworkInformation\TcpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UdpStatistics.cs" />
+ <Compile Include="System.Net.NetworkInformation\UnicastIPAddressInformation.cs" />
+ <Compile Include="System.Net.NetworkInformation\Win32NetworkInterfaceMarshal.cs" />
+ <Compile Include="System.Net.Security\EncryptionPolicy.cs" />
+ <Compile Include="System.Net.Security\LocalCertificateSelectionCallback.cs" />
+ <Compile Include="System.Net.Security\NegotiateStream.cs" />
+ <Compile Include="System.Net.Security\RemoteCertificateValidationCallback.cs" />
+ <Compile Include="System.Net.Security\SslPolicyErrors.cs" />
+ <Compile Include="System.Net.Sockets\SafeSocketHandle.cs" />
+ <Compile Include="System.Net.Sockets\Socket.cs" />
+ <Compile Include="System.Net.Sockets\SocketAsyncEventArgs.cs" />
+ <Compile Include="System.Net.Sockets\SocketAsyncResult.cs" />
+ <Compile Include="System.Net.Sockets\SocketOperation.cs" />
+ <Compile Include="System.Net.Sockets\SocketReceiveFromResult.cs" />
+ <Compile Include="System.Net.Sockets\SocketReceiveMessageFromResult.cs" />
+ <Compile Include="System.Net.Sockets\SocketTaskExtensions.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\ADVF.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\DATADIR.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\DVASPECT.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\FORMATETC.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\IAdviseSink.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\IDataObject.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumFORMATETC.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\IEnumSTATDATA.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\STATDATA.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\STGMEDIUM.cs" />
+ <Compile Include="System.Runtime.InteropServices.ComTypes\TYMED.cs" />
+ <Compile Include="System.Security.AccessControl\SemaphoreAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\SemaphoreAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\SemaphoreRights.cs" />
+ <Compile Include="System.Security.AccessControl\SemaphoreSecurity.cs" />
+ <Compile Include="System.Security.Authentication\AuthenticationException.cs" />
+ <Compile Include="System.Security.Authentication\CipherAlgorithmType.cs" />
+ <Compile Include="System.Security.Authentication\ExchangeAlgorithmType.cs" />
+ <Compile Include="System.Security.Authentication\HashAlgorithmType.cs" />
+ <Compile Include="System.Security.Authentication\InvalidCredentialException.cs" />
+ <Compile Include="System.Security.Authentication\SslProtocols.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ConfigUtil.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ExtendedProtectionPolicyElement.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElement.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection.Configuration\ServiceNameElementCollection.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBinding.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\ChannelBindingKind.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicy.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\PolicyEnforcement.cs" />
+ <Compile Include="System.Security.Authentication.ExtendedProtection\ProtectionScenario.cs" />
+ <Compile Include="System.Security.Cryptography\AsnEncodedData.cs" />
+ <Compile Include="System.Security.Cryptography\AsnEncodedDataCollection.cs" />
+ <Compile Include="System.Security.Cryptography\AsnEncodedDataEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\OSX509Certificates.cs" Condition="'$(Profile)' != 'orbis'" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\PublicKey.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X500DistinguishedName.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509BasicConstraintsExtension.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Collection.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Enumerator.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2Impl.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate2ImplMono.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCollection.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplCollection.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Chain.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElement.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementCollection.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainElementEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImpl.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainImplMono.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainPolicy.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ChainStatus.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509EnhancedKeyUsageExtension.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Extension.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionCollection.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509ExtensionEnumerator.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper2.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509KeyUsageExtension.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Store.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509SubjectKeyIdentifierExtension.cs" />
+ <Compile Include="System.Threading\ThreadExceptionEventArgs.cs" />
+ <Compile Include="System.Threading\ThreadExceptionEventHandler.cs" />
+ <Compile Include="System.Timers\ElapsedEventArgs.cs" />
+ <Compile Include="System.Windows.Input\ICommand.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="ReferenceSources\AssertWrapper.cs" />
+ <Compile Include="ReferenceSources\AutoWebProxyScriptEngine.cs" />
+ <Compile Include="ReferenceSources\CAPI.cs" />
+ <Compile Include="ReferenceSources\EnvironmentHelpers.cs" />
+ <Compile Include="ReferenceSources\HttpApi.cs" />
+ <Compile Include="ReferenceSources\HttpSysSettings.cs" />
+ <Compile Include="ReferenceSources\LocalAppContextSwitches.cs" />
+ <Compile Include="ReferenceSources\Logging.cs" />
+ <Compile Include="ReferenceSources\NativeMethods.cs" />
+ <Compile Include="ReferenceSources\RequestCacheProtocol.cs" />
+ <Compile Include="ReferenceSources\SecureStringHelper.cs" />
+ <Compile Include="ReferenceSources\ServerCertValidationCallback.cs" />
+ <Compile Include="ReferenceSources\SettingsSectionInternal.cs" />
+ <Compile Include="ReferenceSources\Socket.cs" />
+ <Compile Include="ReferenceSources\SR.cs" />
+ <Compile Include="ReferenceSources\SRCategoryAttribute.cs" />
+ <Compile Include="ReferenceSources\Win32Exception.cs" />
+ <Compile Include="..\referencesource\System\compmod\microsoft\win32\safehandles\SafeProcessHandle.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\codedom\compiler\GeneratedCodeAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\observablecollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\objectmodel\readonlyobservablecollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\bitvector32.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\casesensitivestringdictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\collectionsutil.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\hybriddictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\inotifycollectionchanged.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\iordereddictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\listdictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\nameobjectcollectionbase.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\namevaluecollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\notifycollectionchangedeventargs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\ordereddictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringcollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionary.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\collections\specialized\stringdictionarywithcomparer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AddingNewEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AmbientValueAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArrayConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ArraySubsetEnumerator.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncCompletedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperation.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AsyncOperationManager.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\AttributeProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BackgroundWorker.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BaseComponentEditor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\basenumberconverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindableSupport.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingDirection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BindingList.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BooleanConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\BrowsableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ByteConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CancelEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CategoryAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CharConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeAction.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionChangeEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CollectionConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComplexBindingPropertiesAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CompModSwitches.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Component.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ComponentResourceManager.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Container.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ContainerFilterService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CultureInfoConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\CustomTypeDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataErrorsChangedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectFieldAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DataObjectMethodType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DateTimeOffsetConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugExtendedPropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectEventDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugReflectPropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DebugTypeDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DecimalConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultEventAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultPropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DefaultValueAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DelegatingTypeDescriptionProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DescriptionAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ActiveDocumentEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CheckoutException.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\CommandID.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentChangingEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ComponentRenameEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerOptionService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransaction.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEvent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerTransactionCloseEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerb.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesignerVerbCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContext.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DesigntimeLicenseContextSerializer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\DocumentEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpContextType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\HelpKeywordType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentChangeService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentDiscoveryService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IComponentInitializer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesigner.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerEventService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerFilter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHost.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerHostTransactionState.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDesignerOptionService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IDictionaryService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IEventPropertyService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderListService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IExtenderProviderService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IHelpService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IInheritanceService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IMenuCommandService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\InheritanceLevel.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IReferenceService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IResourceService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IRootDesigner.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ISelectionService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\IServiceObjectContainer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITreeDesigner.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDescriptorFilterService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeDiscoveryService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ITypeResolutionService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\MenuCommand.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\NotifyParentPropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ParenthesizePropertyNameAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\PropertyTabScope.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshProperties.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\RefreshPropertiesAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\SelectionTypes.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ComponentSerializationService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ContextStack.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DefaultSerializationProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerLoader.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\DesignerSerializerAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderHost.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerLoaderService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationManager.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\IDesignerSerializationService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\INameCreationService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\InstanceDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\MemberRelationshipService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\ResolveNameEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\RootDesignerSerializerAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\serialization\SerializationStore.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceCreatorCallback.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ServiceObjectContainer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardCommands.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\StandardToolWindows.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ToolboxItemAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\design\ViewTechnology.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerCategoryAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibility.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignerSerializationVisibilityAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignOnlyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DesignTimeVisibleAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DisplayNameAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoubleConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\DoWorkEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EditorBrowsableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EnumConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventDescriptorCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\EventHandlerList.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExpandableObjectConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtendedPropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ExtenderProvidedPropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\FxCopSuppression.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\GuidConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\HandledEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingList.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IBindingListView.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICancelAddNew.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IChangeTracking.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComNativeDescriptorHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IComponent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IContainer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ICustomTypeDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IDataErrorInfo.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IEditableObject.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IExtenderProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IIntellisenseBuilder.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IListSource.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ImmutableObjectAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedContainer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\INestedSite.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\InitializationEventAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyDataErrorInfo.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanged.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\INotifyPropertyChanging.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstallerTypeAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\InstanceCreationEditor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int16Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int32Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Int64Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IntSecurity.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidAsynchronousStateException.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\InvalidEnumArgumentException.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRaiseItemChangedEvents.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\IRevertibleChangeTracking.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISite.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitialize.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISupportInitializeNotification.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ISynchronizeInvoke.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypeDescriptorContext.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ITypedList.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\License.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseContext.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseException.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseManager.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicenseUsageMode.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LicFileLicenseProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListBindableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListChangedType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescription.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDescriptionCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ListSortDirection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LocalizableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\LookupBindingPropertiesAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MarshalByValueComponent.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MaskedTextResultHint.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MemberDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MergablePropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\MultilineStringConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\NestedContainer.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\NullableConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PasswordPropertyTextAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProgressChangedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyChangingEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\PropertyDescriptorCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ProvidePropertyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReadOnlyAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReferenceConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectEventDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectPropertyDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RefreshEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunInstallerAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\RunWorkerCompletedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\SByteConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\SettingsBindableAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\SingleConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\StringConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\SyntaxCheck.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TimeSpanConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\ToolboxItemFilterType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeConverterAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProvider.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptionProviderService.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeDescriptor.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\TypeListConverter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt16Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt32Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\UInt64Converter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\WarningException.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\componentmodel\Win32Exception.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\AssertSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\BooleanSwitch.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\CorrelationManager.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\Debug.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\DelimitedListTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\DiagnosticsConfiguration.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ListenerElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SeverityFilter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceFilter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceLevels.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceSwitch.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\Switch.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchLevelAttribute.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TextWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\Trace.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventCache.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceEventType.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceFilter.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceInternal.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceLevel.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceListeners.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceOptions.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSource.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSwitch.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\traceutils.cs" />
+ <Compile Include="..\referencesource\System\misc\hresults.cs" />
+ <Compile Include="..\referencesource\System\misc\invariantcomparer.cs" />
+ <Compile Include="..\referencesource\System\misc\SecurityUtils.cs" />
+ <Compile Include="..\referencesource\System\misc\WeakHashtable.cs" />
+ <Compile Include="..\referencesource\System\net\System\_DomainName.cs" />
+ <Compile Include="..\referencesource\System\net\System\_IPv4Address.cs" />
+ <Compile Include="..\referencesource\System\net\System\_IPv6Address.cs" />
+ <Compile Include="..\referencesource\System\net\System\_UncName.cs" />
+ <Compile Include="..\referencesource\System\net\System\_UriSyntax.cs" />
+ <Compile Include="..\referencesource\System\net\System\GenericUriParser.cs" />
+ <Compile Include="..\referencesource\System\net\System\IriHelper.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_BufferOffsetSize.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_Connection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_emptywebproxy.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfo.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_HeaderInfoTable.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_HTTPDateParse.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_IStreams.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_LazyAsyncResult.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_LoggingObject.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_NetRes.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_PooledStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_ProxyChain.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_ScatterGatherBuffers.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_Semaphore.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_ServiceNameStore.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_TimerThread.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\_WebProxyDataBuilder.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\AuthenticationScheme.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\AuthenticationSchemeSelector.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Authorization.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCache.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheEntry.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCacheManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Cache\RequestCachePolicy.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Configuration\DefaultProxySection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\connectionpool.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\cookie.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\cookiecollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\cookiecontainer.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\cookieexception.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\CredentialCache.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\DnsEndPoint.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\EndPoint.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\filewebrequest.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\filewebresponse.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\FtpStatusCode.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\GlobalProxySelection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpListenerException.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpListenerRequestUriBuilder.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpRequestHeader.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpResponseHeader.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpStatusCode.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\HttpVersion.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IAuthenticationModule.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\ICertificatePolicy.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\ICredentials.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\ICredentialsByHost.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Internal.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IPAddress.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IPEndPoint.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IPHostEntry.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\iwebproxy.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IWebProxyFinder.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\IWebRequestCreate.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\Base64Stream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\Base64WriteStateInfo.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\BaseWriter.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\BufferBuilder.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\ClosableStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\ContentDisposition.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\ContentType.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\DelegatedStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\DispositionTypeNames.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\EightBitStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\EncodedStreamFactory.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\HeaderCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\IEncodableStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MailBnfHelper.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MailHeaderInfo.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\mediatypenames.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimeBasePart.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimeEmbeddedMessagePart.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPart.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimeMultiPartType.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimePart.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MimeWriter.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\MultiAsyncResult.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\QEncodedStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\QuotedPrintableStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\SmtpDateTime.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingStringDictionary.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\TrackingValidationObjectDictionary.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\TransferEncoding.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\mail\WriteStateInfoBase.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkAccess.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkCredential.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\DuplicateAddressDetectionState.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV4Statistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IcmpV6Statistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\interfacetype.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPAddressInformationCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalProperties.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPGlobalStatistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceProperties.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPInterfaceStatistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPStatus.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv4InterfaceProperties.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\IPv6InterfaceProperties.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkAddressChange.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationException.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInformationPermission.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterface.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\NetworkInterfaceComponent.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\nodetype.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\OperationalStatus.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PhysicalAddress.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\pingexception.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PingReply.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\PrefixOrigin.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\ScopeLevel.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SuffixOrigin.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemMulticastIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\SystemTcpConnection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpConnection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpState.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\TcpStatistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UdpStatistics.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\ProtocolViolationException.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\AuthenticatedStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\SecureProtocols\NegotiateEnumTypes.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\ServicePointManager.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\SocketAddress.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\SocketException.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\_MultipleConnectAsync.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\AddressFamily.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\IOControlCode.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPPacketInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\IPProtectionLevel.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\LingerOption.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\MulticastOption.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\NetworkStream.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolFamily.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\ProtocolType.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SelectMode.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\Socket.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketErrors.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketFlags.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformation.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketInformationOptions.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionLevel.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketOptionName.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketShutdown.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\SocketType.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TransmitFileFlags.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UdpReceiveResult.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\TransportContext.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\TransportType.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\UnicodeDecodingConformance.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\UnicodeEncodingConformance.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\webclient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebException.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebExceptionStatus.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebHeaderCollection.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebPermission.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\webproxy.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebRequest.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebRequestMethods.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebResponse.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WebUtility.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\WriteStreamClosedEventArgs.cs" />
+ <Compile Include="..\referencesource\System\net\System\URI.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriEnumTypes.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriExt.cs" />
+ <Compile Include="..\referencesource\System\net\System\URIFormatException.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriHelper.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriHostNameType.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriParserTemplates.cs" />
+ <Compile Include="..\referencesource\System\net\System\URIPartial.cs" />
+ <Compile Include="..\referencesource\System\net\System\UriScheme.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunner.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\compiledregexrunnerfactory.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\Regex.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexBoyerMoore.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCapture.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCaptureCollection.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCharClass.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCode.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompilationInfo.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexCompiler.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexFCD.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroup.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexGroupCollection.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexInterpreter.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatch.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchCollection.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexMatchTimeoutException.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexNode.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexOptions.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexParser.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexReplacement.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunner.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexRunnerFactory.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexTree.cs" />
+ <Compile Include="..\referencesource\System\regex\system\text\regularexpressions\RegexWriter.cs" />
+ <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs" />
+ <Compile Include="..\referencesource\System\security\system\security\Authentication\ExtendedProtection\TokenBinding.cs" />
+ <Compile Include="..\referencesource\System\security\system\security\cryptography\oid.cs" />
+ <Compile Include="..\referencesource\System\security\system\security\cryptography\x509\x509utils.cs" />
+ <Compile Include="..\referencesource\System\security\system\security\permissions\typedescriptorpermission.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\AsyncStreamReader.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\Process.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessModuleCollection.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessStartInfo.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\ProcessThreadCollection.cs" />
+ <Compile Include="..\referencesource\System\services\monitoring\system\diagnosticts\processwaithandle.cs" />
+ <Compile Include="..\referencesource\System\services\timers\system\timers\ElapsedEventHandler.cs" />
+ <Compile Include="..\referencesource\System\services\timers\system\timers\Timer.cs" />
+ <Compile Include="..\referencesource\System\services\timers\system\timers\TimersDescriptionAttribute.cs" />
+ <Compile Include="..\referencesource\System\sys\system\Diagnostics\CodeAnalysis\ExcludeFromCodeCoverageAttribute.cs" />
+ <Compile Include="..\referencesource\System\sys\system\IO\ports\InternalResources.cs" />
+ <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\DefaultParameterValueAttribute.cs" />
+ <Compile Include="..\referencesource\System\sys\system\runtime\interopservices\handlecollector.cs" />
+ <Compile Include="..\referencesource\System\sys\system\runtime\versioning\FrameworkName.cs" />
+ <Compile Include="..\referencesource\System\sys\system\threading\Barrier.cs" />
+ <Compile Include="..\referencesource\System\sys\system\threading\semaphore.cs" />
+ <Compile Include="..\referencesource\System\sys\system\windows\markup\ValueSerializerAttribute.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="corefx\SR.cs" />
+ <Compile Include="corefx\ZLibNative.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\ArrayBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\EnumerableHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Collections\Generic\LargeArrayBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\HttpStatusDescription.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\Logging\NetEventSource.Common.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\SecurityProtocol.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\UriScheme.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\ManagedWebSocket.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\Net\WebSockets\WebSocketValidate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\StringExtensions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPool.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\ArrayPoolEventSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPool.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\DefaultArrayPoolBucket.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Buffers\src\System\Buffers\Utilities.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\BlockingCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentBag.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\IDictionaryDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\LinkedList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Queue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\QueueDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedDictionary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedList.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSet.TreeSubSet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\SortedSetEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\Stack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\StackDebugView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionLevel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\CompressionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.IO.Compression\src\System\IO\Compression\GZipStream.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.HttpListener\src\System\Net\WebSockets\HttpListenerWebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.ServicePoint\src\System\Net\SecurityProtocolType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocket.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\ClientWebSocketOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets.Client\src\System\Net\WebSockets\WebSocketHandle.Managed.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocket.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketCloseStatus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketContext.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketMessageType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketReceiveResult.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Net.WebSockets\src\System\Net\WebSockets\WebSocketState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Private.Uri\src\System\UriBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Runtime.Extensions\src\System\CodeDom\Compiler\IndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Runtime\src\System\Collections\Generic\ISet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\OpenFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreLocation.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\StoreName.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X500DistinguishedNameFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ChainStatusFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509FindType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509IncludeOption.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyUsageFlags.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509NameType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationFlag.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509RevocationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierHashAlgorithm.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509VerificationFlags.cs" />
+ </ItemGroup>
+
+ <Choose>
+ <When Condition="'$(Profile)' == 'monotouch_watch' OR '$(Profile)' == 'monotouch_watch_runtime'">
+ <ItemGroup>
+ <Compile Include="System.Net.Mail\SmtpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net.Security\SslStream.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\TcpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\TcpListener.platformnotsupported.cs" />
+ <Compile Include="System.Net.Sockets\UdpClient.platformnotsupported.cs" />
+ <Compile Include="System.Net\AuthenticationManager.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpRequestCreator.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpWebRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\FtpWebResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListener.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerContext.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpWebRequest.platformnotsupported.cs" />
+ <Compile Include="System.Net\HttpWebResponse.platformnotsupported.cs" />
+ <Compile Include="System.Net\ServicePoint.platformnotsupported.cs" />
+ <Compile Include="System.Net\ServicePointManager.platformnotsupported.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\AuthorityKeyIdentifierExtension.cs" />
+ </ItemGroup>
+ </When>
+ <Otherwise>
+ <ItemGroup>
+ <Compile Include="Mono.Http\NtlmClient.cs" />
+ <Compile Include="Mono.Net.Security\AsyncProtocolRequest.cs" />
+ <Compile Include="Mono.Net.Security\CallbackHelpers.cs" />
+ <Compile Include="Mono.Net.Security\ChainValidationHelper.cs" />
+ <Compile Include="Mono.Net.Security\LegacySslStream.cs" />
+ <Compile Include="Mono.Net.Security\LegacyTlsProvider.cs" />
+ <Compile Include="Mono.Net.Security\MobileAuthenticatedStream.cs" />
+ <Compile Include="Mono.Net.Security\MobileTlsContext.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsProviderFactory.cs" />
+ <Compile Include="Mono.Net.Security\MonoTlsStream.cs" />
+ <Compile Include="Mono.Net.Security\NoReflectionHelper.cs" />
+ <Compile Include="Mono.Net.Security\SystemCertificateValidator.cs" />
+ <Compile Include="System.Net\AuthenticationManager.cs" />
+ <Compile Include="System.Net\ChunkedInputStream.cs" />
+ <Compile Include="System.Net\EndPointListener.cs" />
+ <Compile Include="System.Net\EndPointManager.cs" />
+ <Compile Include="System.Net\FtpAsyncResult.cs" />
+ <Compile Include="System.Net\FtpDataStream.cs" />
+ <Compile Include="System.Net\FtpRequestCreator.cs" />
+ <Compile Include="System.Net\FtpStatus.cs" />
+ <Compile Include="System.Net\FtpWebRequest.cs" />
+ <Compile Include="System.Net\FtpWebResponse.cs" />
+ <Compile Include="System.Net\HttpConnection.cs" />
+ <Compile Include="System.Net\HttpListener.cs" />
+ <Compile Include="System.Net\HttpListener.Mono.cs" />
+ <Compile Include="System.Net\HttpListenerBasicIdentity.cs" />
+ <Compile Include="System.Net\HttpListenerContext.cs" />
+ <Compile Include="System.Net\HttpListenerPrefixCollection.cs" />
+ <Compile Include="System.Net\HttpListenerRequest.cs" />
+ <Compile Include="System.Net\HttpListenerResponse.cs" />
+ <Compile Include="System.Net\HttpListenerTimeoutManager.cs" />
+ <Compile Include="System.Net\HttpWebRequest.cs" />
+ <Compile Include="System.Net\HttpWebResponse.cs" />
+ <Compile Include="System.Net\IWebConnectionState.cs" />
+ <Compile Include="System.Net\ListenerAsyncResult.cs" />
+ <Compile Include="System.Net\MacProxy.cs" Condition="'$(Profile)' != 'orbis'" />
+ <Compile Include="System.Net\NtlmClient.cs" />
+ <Compile Include="System.Net\ResponseStream.cs" />
+ <Compile Include="System.Net\ServicePoint.cs" />
+ <Compile Include="System.Net\ServicePointManager.cs" />
+ <Compile Include="System.Net\ServicePointManager.extra.cs" />
+ <Compile Include="System.Net\WebConnection.cs" />
+ <Compile Include="System.Net\WebConnectionData.cs" />
+ <Compile Include="System.Net\WebConnectionGroup.cs" />
+ <Compile Include="System.Net\WebConnectionStream.cs" />
+ <Compile Include="System.Net.Mail\SmtpClient.cs" />
+ <Compile Include="System.Net.Security\SslStream.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPClient.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\TCPListener.cs" />
+ <Compile Include="..\referencesource\System\net\System\Net\Sockets\UDPClient.cs" />
+ </ItemGroup>
+ </Otherwise>
+ </Choose>
+
+ <Choose>
+ <When Condition="'$(ProfileIsMobile)' == 'true'">
+ <ItemGroup>
+ <Compile Include="System.IO\FileSystemWatcher_mobile.cs" />
+ </ItemGroup>
+ </When>
+ <Otherwise>
+ <ItemGroup>
+ <Compile Include="Microsoft.CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="Microsoft.VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="Microsoft.Win32\IntranetZoneCredentialPolicy.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\PowerModeChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\PowerModes.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndingEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionEndReasons.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\SessionSwitchReason.cs" />
+ <Compile Include="Microsoft.Win32\SystemEvents.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\TimerElapsedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceCategory.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangedEventHandler.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventArgs.cs" />
+ <Compile Include="Microsoft.Win32\UserPreferenceChangingEventHandler.cs" />
+ <Compile Include="Mono.Net.Dns\DnsClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsHeader.cs" />
+ <Compile Include="Mono.Net.Dns\DnsOpCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsPacket.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQClass.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuery.cs" />
+ <Compile Include="Mono.Net.Dns\DnsQuestion.cs" />
+ <Compile Include="Mono.Net.Dns\DnsRCode.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecord.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordAAAA.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordCName.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordIPAddress.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResourceRecordPTR.cs" />
+ <Compile Include="Mono.Net.Dns\DnsResponse.cs" />
+ <Compile Include="Mono.Net.Dns\DnsType.cs" />
+ <Compile Include="Mono.Net.Dns\DnsUtil.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverAsyncOperation.cs" />
+ <Compile Include="Mono.Net.Dns\ResolverError.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolver.cs" />
+ <Compile Include="Mono.Net.Dns\SimpleResolverEventArgs.cs" />
+ <Compile Include="System\MonoToolsLocator.cs" />
+ <Compile Include="System.CodeDom.Compiler\Executor.cs" />
+ <Compile Include="System.Configuration\ApplicationScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsBase.cs" />
+ <Compile Include="System.Configuration\ApplicationSettingsGroup.cs" />
+ <Compile Include="System.Configuration\AppSettingsReader.cs" />
+ <Compile Include="System.Configuration\ClientSettingsSection.cs" />
+ <Compile Include="System.Configuration\ConfigHelper.cs" />
+ <Compile Include="System.Configuration\ConfigurationException.cs" />
+ <Compile Include="System.Configuration\ConfigurationSettings.cs" />
+ <Compile Include="System.Configuration\ConfigXmlDocument.cs" />
+ <Compile Include="System.Configuration\CustomizableFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\DefaultSettingValueAttribute.cs" />
+ <Compile Include="System.Configuration\DictionarySectionHandler.cs" />
+ <Compile Include="System.Configuration\IApplicationSettingsProvider.cs" />
+ <Compile Include="System.Configuration\IConfigurationSectionHandler.cs" />
+ <Compile Include="System.Configuration\IConfigurationSystem.cs" />
+ <Compile Include="System.Configuration\IConfigXmlNode.cs" />
+ <Compile Include="System.Configuration\IdnElement.cs" />
+ <Compile Include="System.Configuration\IgnoreSectionHandler.cs" />
+ <Compile Include="System.Configuration\IPersistComponentSettings.cs" />
+ <Compile Include="System.Configuration\IriParsingElement.cs" />
+ <Compile Include="System.Configuration\ISettingsProviderService.cs" />
+ <Compile Include="System.Configuration\LocalFileSettingsProvider.cs" />
+ <Compile Include="System.Configuration\NameValueFileSectionHandler.cs" />
+ <Compile Include="System.Configuration\NameValueSectionHandler.cs" />
+ <Compile Include="System.Configuration\NoSettingsVersionUpgradeAttribute.cs" />
+ <Compile Include="System.Configuration\SettingAttribute.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingChangingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingElement.cs" />
+ <Compile Include="System.Configuration\SettingElementCollection.cs" />
+ <Compile Include="System.Configuration\SettingsAttributeDictionary.cs" />
+ <Compile Include="System.Configuration\SettingsBase.cs" />
+ <Compile Include="System.Configuration\SettingsContext.cs" />
+ <Compile Include="System.Configuration\SettingsDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupDescriptionAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsGroupNameAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventArgs.cs" />
+ <Compile Include="System.Configuration\SettingsLoadedEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsManageability.cs" />
+ <Compile Include="System.Configuration\SettingsManageabilityAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProperty.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyIsReadOnlyException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyNotFoundException.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValue.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyValueCollection.cs" />
+ <Compile Include="System.Configuration\SettingsPropertyWrongTypeException.cs" />
+ <Compile Include="System.Configuration\SettingsProvider.cs" />
+ <Compile Include="System.Configuration\SettingsProviderAttribute.cs" />
+ <Compile Include="System.Configuration\SettingsProviderCollection.cs" />
+ <Compile Include="System.Configuration\SettingsSavingEventHandler.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAs.cs" />
+ <Compile Include="System.Configuration\SettingsSerializeAsAttribute.cs" />
+ <Compile Include="System.Configuration\SettingValueElement.cs" />
+ <Compile Include="System.Configuration\SingleTagSectionHandler.cs" />
+ <Compile Include="System.Configuration\SpecialSetting.cs" />
+ <Compile Include="System.Configuration\SpecialSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UriSection.cs" />
+ <Compile Include="System.Configuration\UserScopedSettingAttribute.cs" />
+ <Compile Include="System.Configuration\UserSettingsGroup.cs" />
+ <Compile Include="System.Diagnostics\AlphabeticalEnumConverter.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationData.cs" />
+ <Compile Include="System.Diagnostics\CounterCreationDataCollection.cs" />
+ <Compile Include="System.Diagnostics\CounterSample.cs" />
+ <Compile Include="System.Diagnostics\CounterSampleCalculator.cs" />
+ <Compile Include="System.Diagnostics\DiagnosticsConfigurationHandler.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics\EntryWrittenEventHandler.cs" />
+ <Compile Include="System.Diagnostics\EventInstance.cs" />
+ <Compile Include="System.Diagnostics\EventLog.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogEntryType.cs" />
+ <Compile Include="System.Diagnostics\EventLogImpl.cs" />
+ <Compile Include="System.Diagnostics\EventLogInstaller.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermission.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\EventLogPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\EventLogTraceListener.cs" />
+ <Compile Include="System.Diagnostics\EventSourceCreationData.cs" />
+ <Compile Include="System.Diagnostics\ICollectData.cs" />
+ <Compile Include="System.Diagnostics\InstanceData.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollection.cs" />
+ <Compile Include="System.Diagnostics\InstanceDataCollectionCollection.cs" />
+ <Compile Include="System.Diagnostics\LocalFileEventLog.cs" />
+ <Compile Include="System.Diagnostics\NullEventLog.cs" />
+ <Compile Include="System.Diagnostics\OverflowAction.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounter.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategory.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterCategoryType.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstaller.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterInstanceLifetime.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterManager.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermission.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAccess.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionAttribute.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntry.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterPermissionEntryCollection.cs" />
+ <Compile Include="System.Diagnostics\PerformanceCounterType.cs" />
+ <Compile Include="System.Diagnostics\TraceSourceInfo.cs" />
+ <Compile Include="System.Diagnostics\Win32EventLog.cs" />
+ <Compile Include="System.IO\DefaultWatcher.cs" />
+ <Compile Include="System.IO\FAMWatcher.cs" />
+ <Compile Include="System.IO\FileAction.cs" />
+ <Compile Include="System.IO\FileSystemWatcher.cs" />
+ <Compile Include="System.IO\IFileWatcher.cs" />
+ <Compile Include="System.IO\InotifyWatcher.cs" />
+ <Compile Include="System.IO\KeventWatcher.cs" />
+ <Compile Include="System.IO\NullFileWatcher.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.IO\WindowsWatcher.cs" />
+ <Compile Include="System.IO.Ports\Handshake.cs" />
+ <Compile Include="System.IO.Ports\ISerialStream.cs" />
+ <Compile Include="System.IO.Ports\Parity.cs" />
+ <Compile Include="System.IO.Ports\SerialData.cs" />
+ <Compile Include="System.IO.Ports\SerialError.cs" />
+ <Compile Include="System.IO.Ports\SerialErrorEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChange.cs" />
+ <Compile Include="System.IO.Ports\SerialPinChangedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialPort.cs" />
+ <Compile Include="System.IO.Ports\SerialPortStream.cs" />
+ <Compile Include="System.IO.Ports\SerialReceivedEventArgs.cs" />
+ <Compile Include="System.IO.Ports\SerialSignal.cs" />
+ <Compile Include="System.IO.Ports\StopBits.cs" />
+ <Compile Include="System.IO.Ports\WinSerialStream.cs" />
+ <Compile Include="System.Media\AudioData.cs" />
+ <Compile Include="System.Media\AudioDevice.cs" />
+ <Compile Include="System.Media\SoundPlayer.cs" />
+ <Compile Include="System.Media\SystemSound.cs" />
+ <Compile Include="System.Media\SystemSounds.cs" />
+ <Compile Include="System.Media\Win32SoundPlayer.cs" />
+ <Compile Include="System.Net\DnsAsyncResult.cs" />
+ <Compile Include="System.Net\DnsPermission.cs" />
+ <Compile Include="System.Net\DnsPermissionAttribute.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\AuthenticationModulesSection.cs" />
+ <Compile Include="System.Net.Configuration\BypassElement.cs" />
+ <Compile Include="System.Net.Configuration\BypassElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElement.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementHandler.cs" />
+ <Compile Include="System.Net.Configuration\ConnectionManagementSection.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxyHandler.cs" />
+ <Compile Include="System.Net.Configuration\DefaultProxySection.cs" />
+ <Compile Include="System.Net.Configuration\FtpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpCachePolicyElement.cs" />
+ <Compile Include="System.Net.Configuration\HttpWebRequestElement.cs" />
+ <Compile Include="System.Net.Configuration\Ipv6Element.cs" />
+ <Compile Include="System.Net.Configuration\MailSettingsSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\ModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\NetAuthenticationModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetConfigurationHandler.cs" />
+ <Compile Include="System.Net.Configuration\NetSectionGroup.cs" />
+ <Compile Include="System.Net.Configuration\PerformanceCountersElement.cs" />
+ <Compile Include="System.Net.Configuration\ProxyElement.cs" />
+ <Compile Include="System.Net.Configuration\RequestCachingSection.cs" />
+ <Compile Include="System.Net.Configuration\ServicePointManagerElement.cs" />
+ <Compile Include="System.Net.Configuration\SettingsSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpNetworkElement.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSection.cs" />
+ <Compile Include="System.Net.Configuration\SmtpSpecifiedPickupDirectoryElement.cs" />
+ <Compile Include="System.Net.Configuration\SocketElement.cs" />
+ <Compile Include="System.Net.Configuration\WebProxyScriptElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElement.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleElementCollection.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModuleHandler.cs" />
+ <Compile Include="System.Net.Configuration\WebRequestModulesSection.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermission.cs" />
+ <Compile Include="System.Net.Mail\SmtpPermissionAttribute.cs" />
+ <Compile Include="System.Runtime.InteropServices\StandardOleMarshalObject.cs" />
+ <Compile Include="System.Security.Permissions\PermissionHelper.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBase.cs" />
+ <Compile Include="System.Security.Permissions\ResourcePermissionBaseEntry.cs" />
+ <Compile Include="System.Security.Permissions\StorePermission.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StorePermissionFlags.cs" />
+ <Compile Include="System.Web\AspNetHostingPermission.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionAttribute.cs" />
+ <Compile Include="System.Web\AspNetHostingPermissionLevel.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\ConfigurationManagerInternalFactory.cs" />
+ <Compile Include="ReferenceSources\SR2.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\ConsoleTraceListener.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\FilterElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\PerfCounterSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SourceElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SwitchElementsCollection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\SystemDiagnosticsSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TraceSection.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\TypedElement.cs" />
+ <Compile Include="..\referencesource\System\compmod\system\diagnostics\XmlWriterTraceListener.cs" />
+ <Compile Include="..\referencesource\System\misc\PrivilegedConfigurationManager.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CSharpHelpers.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeObject.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReference.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\Common\src\System\IO\TempFileCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpModifierAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\CSharp\CSharpTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBCodeProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBMemberAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBModiferAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\Microsoft\VisualBasic\VBTypeAttributeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArgumentReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeArrayIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAssignStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttachEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeArgumentCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeAttributeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBaseReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeBinaryOperatorType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCastExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClause.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCatchClauseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeChecksumPragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeComment.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCommentStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConditionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDefaultValueExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDelegateInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectionExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeDirectiveCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEntryPointMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeEventReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeExpressionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeFieldReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeGotoStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIndexerExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeIterationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLabeledStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeLinePragma.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberField.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberMethod.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMemberProperty.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodInvokeExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\codemethodreferenceexpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeMethodReturnStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespace.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeNamespaceImportCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeObjectCreateExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeParameterDeclarationExpressionCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePrimitiveExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertyReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodePropertySetValueReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionDirective.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRegionMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeRemoveEventStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetCompileUnit.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeSnippetTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeStatementCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThisReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeThrowExceptionStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTryCatchFinallyStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeConstructor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclaration.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDeclarationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeDelegate.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMember.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeMemberCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeOfExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeTypeReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableDeclarationStatement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\CodeVariableReferenceExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\FieldDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\MemberAttributes.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeDomProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeGeneratorOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CodeValidator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerErrorCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerInfo.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerParameters.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\CompilerResults.Evidence.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ExposedTabStringIndentedTextWriter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\GeneratorSupport.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeCompiler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\ICodeParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\CodeDom\Compiler\LanguageOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.CodeDom\src\System\Collections\Specialized\FixedStringLookup.cs" />
+ </ItemGroup>
+ </Otherwise>
+ </Choose>
+
+ <ItemGroup Condition="'$(Profile)' == 'monodroid'">
+ <Compile Include="System\AndroidPlatform.cs" />
+ <Compile Include="Mono.Btls\MonoBtlsX509LookupAndroid.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/System/basic_System.dll.sources b/mcs/class/System/basic_System.dll.sources
deleted file mode 100644
index ee2d1a0d962..00000000000
--- a/mcs/class/System/basic_System.dll.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-#include net_4_x_System.dll.sources
-
diff --git a/mcs/class/System/build_System.dll.sources b/mcs/class/System/build_System.dll.sources
deleted file mode 100644
index ee2d1a0d962..00000000000
--- a/mcs/class/System/build_System.dll.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-#include net_4_x_System.dll.sources
-
diff --git a/mcs/class/System/common.sources b/mcs/class/System/common.sources
deleted file mode 100644
index 61e5b6472b9..00000000000
--- a/mcs/class/System/common.sources
+++ /dev/null
@@ -1,925 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/SR.cs
-
-corefx/ZLibNative.cs
-
-Microsoft.Win32.SafeHandles/SafeX509ChainHandle.cs
-
-System/IOSelector.cs
-System/Platform.cs
-System/SRDescriptionAttribute.cs
-System/UriTypeConverter.cs
-
-System.Diagnostics/DataReceivedEventArgs.cs
-System.Diagnostics/DataReceivedEventHandler.cs
-System.Diagnostics/DefaultTraceListener.cs
-System.Diagnostics/FileVersionInfo.cs
-System.Diagnostics/MonitoringDescriptionAttribute.cs
-System.Diagnostics/Process.cs
-System.Diagnostics/ProcessModule.cs
-System.Diagnostics/ProcessPriorityClass.cs
-System.Diagnostics/ProcessStartInfo.cs
-System.Diagnostics/ProcessThread.cs
-System.Diagnostics/ProcessWindowStyle.cs
-System.Diagnostics/Stopwatch.cs
-System.Diagnostics/ThreadPriorityLevel.cs
-System.Diagnostics/ThreadState.cs
-System.Diagnostics/ThreadWaitReason.cs
-System.Diagnostics/TraceImpl.cs
-
-System.IO.Compression/DeflateStream.cs
-
-System.IO/ErrorEventArgs.cs
-System.IO/ErrorEventHandler.cs
-System.IO/FileSystemEventArgs.cs
-System.IO/FileSystemEventHandler.cs
-System.IO/InternalBufferOverflowException.cs
-System.IO/InvalidDataException.cs
-System.IO/IODescriptionAttribute.cs
-System.IO/NotifyFilters.cs
-System.IO/RenamedEventArgs.cs
-System.IO/RenamedEventHandler.cs
-System.IO/WaitForChangedResult.cs
-System.IO/WatcherChangeTypes.cs
-
-System.Net/BasicClient.cs
-System.Net/BindIPEndPoint.cs
-System.Net/MonoChunkStream.cs
-System.Net/DecompressionMethods.cs
-System.Net/DefaultCertificatePolicy.cs
-System.Net/DigestClient.cs
-System.Net/Dns.cs
-System.Net/EndpointPermission.cs
-System.Net/HttpRequestCreator.cs
-System.Net/HttpStreamAsyncResult.cs
-System.Net/ICredentialPolicy.cs
-System.Net/IPv6Address.cs
-System.Net/IWebProxyScript.cs
-System.Net/ListenerPrefix.cs
-System.Net/MonoHttpDate.cs
-System.Net/NetConfig.cs
-System.Net/RequestStream.cs
-System.Net/SimpleAsyncResult.cs
-System.Net/SocketPermissionAttribute.cs
-System.Net/SocketPermission.cs
-System.Net/WebAsyncResult.cs
-
-System.Net.Mail/AlternateView.cs
-System.Net.Mail/AlternateViewCollection.cs
-System.Net.Mail/Attachment.cs
-System.Net.Mail/AttachmentBase.cs
-System.Net.Mail/AttachmentCollection.cs
-System.Net.Mail/DeliveryNotificationOptions.cs
-System.Net.Mail/LinkedResource.cs
-System.Net.Mail/LinkedResourceCollection.cs
-System.Net.Mail/MailAddress.cs
-System.Net.Mail/MailAddressCollection.cs
-System.Net.Mail/MailMessage.cs
-System.Net.Mail/MailPriority.cs
-System.Net.Mail/SendCompletedEventHandler.cs
-System.Net.Mail/SmtpAccess.cs
-System.Net.Mail/SmtpDeliveryFormat.cs
-System.Net.Mail/SmtpDeliveryMethod.cs
-System.Net.Mail/SmtpException.cs
-System.Net.Mail/SmtpFailedRecipientException.cs
-System.Net.Mail/SmtpFailedRecipientsException.cs
-System.Net.Mail/SmtpStatusCode.cs
-
-System.Net.NetworkInformation/IcmpV4Statistics.cs
-System.Net.NetworkInformation/IcmpV6Statistics.cs
-System.Net.NetworkInformation/IPAddressCollection.cs
-System.Net.NetworkInformation/IPGlobalProperties.cs
-System.Net.NetworkInformation/IPGlobalStatistics.cs
-System.Net.NetworkInformation/IPInterfaceProperties.cs
-System.Net.NetworkInformation/IPv4InterfaceProperties.cs
-System.Net.NetworkInformation/IPv4InterfaceStatistics.cs
-System.Net.NetworkInformation/IPv6InterfaceProperties.cs
-System.Net.NetworkInformation/LinuxNetworkInterfaceMarshal.cs
-System.Net.NetworkInformation/MacOsNetworkInterfaceMarshal.cs
-System.Net.NetworkInformation/NetworkChange.cs
-System.Net.NetworkInformation/NetworkInterface.cs
-System.Net.NetworkInformation/Ping.cs
-System.Net.NetworkInformation/PingCompletedEventArgs.cs
-System.Net.NetworkInformation/PingCompletedEventHandler.cs
-System.Net.NetworkInformation/TcpStatistics.cs
-System.Net.NetworkInformation/UdpStatistics.cs
-System.Net.NetworkInformation/UnicastIPAddressInformation.cs
-System.Net.NetworkInformation/Win32NetworkInterfaceMarshal.cs
-System.Net.Security/EncryptionPolicy.cs
-System.Net.Security/LocalCertificateSelectionCallback.cs
-System.Net.Security/NegotiateStream.cs
-System.Net.Security/RemoteCertificateValidationCallback.cs
-System.Net.Security/SslPolicyErrors.cs
-
-System.Net.Sockets/SafeSocketHandle.cs
-System.Net.Sockets/Socket.cs
-System.Net.Sockets/SocketAsyncEventArgs.cs
-System.Net.Sockets/SocketAsyncResult.cs
-System.Net.Sockets/SocketOperation.cs
-System.Net.Sockets/SocketReceiveFromResult.cs
-System.Net.Sockets/SocketReceiveMessageFromResult.cs
-System.Net.Sockets/SocketTaskExtensions.cs
-
-System.Runtime.InteropServices.ComTypes/ADVF.cs
-System.Runtime.InteropServices.ComTypes/DATADIR.cs
-System.Runtime.InteropServices.ComTypes/DVASPECT.cs
-System.Runtime.InteropServices.ComTypes/FORMATETC.cs
-System.Runtime.InteropServices.ComTypes/IAdviseSink.cs
-System.Runtime.InteropServices.ComTypes/IDataObject.cs
-System.Runtime.InteropServices.ComTypes/IEnumFORMATETC.cs
-System.Runtime.InteropServices.ComTypes/IEnumSTATDATA.cs
-System.Runtime.InteropServices.ComTypes/STATDATA.cs
-System.Runtime.InteropServices.ComTypes/STGMEDIUM.cs
-System.Runtime.InteropServices.ComTypes/TYMED.cs
-
-System.Security.AccessControl/SemaphoreAccessRule.cs
-System.Security.AccessControl/SemaphoreAuditRule.cs
-System.Security.AccessControl/SemaphoreRights.cs
-System.Security.AccessControl/SemaphoreSecurity.cs
-System.Security.Authentication/AuthenticationException.cs
-System.Security.Authentication/CipherAlgorithmType.cs
-System.Security.Authentication/ExchangeAlgorithmType.cs
-System.Security.Authentication/HashAlgorithmType.cs
-System.Security.Authentication/SslProtocols.cs
-System.Security.Authentication/InvalidCredentialException.cs
-System.Security.Authentication.ExtendedProtection/ChannelBinding.cs
-System.Security.Authentication.ExtendedProtection/ChannelBindingKind.cs
-System.Security.Authentication.ExtendedProtection/ExtendedProtectionPolicy.cs
-System.Security.Authentication.ExtendedProtection/ExtendedProtectionPolicyTypeConverter.cs
-System.Security.Authentication.ExtendedProtection/PolicyEnforcement.cs
-System.Security.Authentication.ExtendedProtection/ProtectionScenario.cs
-System.Security.Authentication.ExtendedProtection.Configuration/ConfigUtil.cs
-System.Security.Authentication.ExtendedProtection.Configuration/ExtendedProtectionPolicyElement.cs
-System.Security.Authentication.ExtendedProtection.Configuration/ServiceNameElement.cs
-System.Security.Authentication.ExtendedProtection.Configuration/ServiceNameElementCollection.cs
-
-System.Security.Cryptography/AsnEncodedData.cs
-System.Security.Cryptography/AsnEncodedDataCollection.cs
-System.Security.Cryptography/AsnEncodedDataEnumerator.cs
-
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/OpenFlags.cs
-System.Security.Cryptography.X509Certificates/OSX509Certificates.cs
-System.Security.Cryptography.X509Certificates/PublicKey.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/StoreLocation.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/StoreName.cs
-System.Security.Cryptography.X509Certificates/X500DistinguishedName.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X500DistinguishedNameFlags.cs
-System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtension.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2Collection.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2Enumerator.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2Impl.cs
-System.Security.Cryptography.X509Certificates/X509Certificate2ImplMono.cs
-System.Security.Cryptography.X509Certificates/X509CertificateCollection.cs
-System.Security.Cryptography.X509Certificates/X509CertificateImplCollection.cs
-System.Security.Cryptography.X509Certificates/X509Chain.cs
-System.Security.Cryptography.X509Certificates/X509ChainElement.cs
-System.Security.Cryptography.X509Certificates/X509ChainElementCollection.cs
-System.Security.Cryptography.X509Certificates/X509ChainElementEnumerator.cs
-System.Security.Cryptography.X509Certificates/X509ChainImpl.cs
-System.Security.Cryptography.X509Certificates/X509ChainImplMono.cs
-System.Security.Cryptography.X509Certificates/X509ChainPolicy.cs
-System.Security.Cryptography.X509Certificates/X509ChainStatus.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509ChainStatusFlags.cs
-System.Security.Cryptography.X509Certificates/X509EnhancedKeyUsageExtension.cs
-System.Security.Cryptography.X509Certificates/X509Extension.cs
-System.Security.Cryptography.X509Certificates/X509ExtensionCollection.cs
-System.Security.Cryptography.X509Certificates/X509ExtensionEnumerator.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509FindType.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509IncludeOption.cs
-System.Security.Cryptography.X509Certificates/X509Helper2.cs
-System.Security.Cryptography.X509Certificates/X509KeyUsageExtension.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509KeyUsageFlags.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509NameType.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509RevocationFlag.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509RevocationMode.cs
-System.Security.Cryptography.X509Certificates/X509Store.cs
-System.Security.Cryptography.X509Certificates/X509SubjectKeyIdentifierExtension.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509SubjectKeyIdentifierHashAlgorithm.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509VerificationFlags.cs
-
-System.Threading/ThreadExceptionEventArgs.cs
-System.Threading/ThreadExceptionEventHandler.cs
-
-System.Timers/ElapsedEventArgs.cs
-
-System.Windows.Input/ICommand.cs
-
-Mono.Btls/MonoBtlsBio.cs
-Mono.Btls/MonoBtlsContext.cs
-Mono.Btls/MonoBtlsError.cs
-Mono.Btls/MonoBtlsException.cs
-Mono.Btls/MonoBtlsKey.cs
-Mono.Btls/MonoBtlsObject.cs
-Mono.Btls/MonoBtlsPkcs12.cs
-Mono.Btls/MonoBtlsProvider.cs
-Mono.Btls/MonoBtlsSsl.cs
-Mono.Btls/MonoBtlsSslCtx.cs
-Mono.Btls/MonoBtlsSslError.cs
-Mono.Btls/MonoBtlsStream.cs
-Mono.Btls/MonoBtlsUtils.cs
-Mono.Btls/MonoBtlsX509.cs
-Mono.Btls/MonoBtlsX509Chain.cs
-Mono.Btls/MonoBtlsX509Crl.cs
-Mono.Btls/MonoBtlsX509Error.cs
-Mono.Btls/MonoBtlsX509Exception.cs
-Mono.Btls/MonoBtlsX509FileType.cs
-Mono.Btls/MonoBtlsX509Format.cs
-Mono.Btls/MonoBtlsX509Lookup.cs
-Mono.Btls/MonoBtlsX509LookupMonoCollection.cs
-Mono.Btls/MonoBtlsX509LookupMono.cs
-Mono.Btls/MonoBtlsX509LookupType.cs
-Mono.Btls/MonoBtlsX509Name.cs
-Mono.Btls/MonoBtlsX509NameEntryType.cs
-Mono.Btls/MonoBtlsX509Purpose.cs
-Mono.Btls/MonoBtlsX509Revoked.cs
-Mono.Btls/MonoBtlsX509Store.cs
-Mono.Btls/MonoBtlsX509StoreCtx.cs
-Mono.Btls/MonoBtlsX509StoreManager.cs
-Mono.Btls/MonoBtlsX509StoreType.cs
-Mono.Btls/MonoBtlsX509TrustKind.cs
-Mono.Btls/MonoBtlsX509VerifyFlags.cs
-Mono.Btls/MonoBtlsX509VerifyParam.cs
-Mono.Btls/X509CertificateImplBtls.cs
-Mono.Btls/X509ChainImplBtls.cs
-
-Mono.AppleTls/AppleCertificateHelper.cs
-Mono.AppleTls/AppleTlsContext.cs
-Mono.AppleTls/AppleTlsProvider.cs
-Mono.AppleTls/AppleTlsStream.cs
-Mono.AppleTls/INativeObject.cs
-Mono.AppleTls/Certificate.cs
-Mono.AppleTls/ImportExport.cs
-Mono.AppleTls/Enums.cs
-Mono.AppleTls/SecureTransport.cs
-Mono.AppleTls/Policy.cs
-Mono.AppleTls/Trust.cs
-Mono.AppleTls/SslConnection.cs
-Mono.AppleTls/Items.cs
-
-Mono.Util/MonoPInvokeCallbackAttribute.cs
-
-MonoTouch/Dummy.cs
-
-ReferenceSources/AutoWebProxyScriptEngine.cs
-ReferenceSources/AssertWrapper.cs
-ReferenceSources/CAPI.cs
-ReferenceSources/EnvironmentHelpers.cs
-ReferenceSources/HttpApi.cs
-ReferenceSources/LocalAppContextSwitches.cs
-ReferenceSources/HttpSysSettings.cs
-ReferenceSources/Logging.cs
-ReferenceSources/NativeMethods.cs
-ReferenceSources/RequestCacheProtocol.cs
-ReferenceSources/ServerCertValidationCallback.cs
-ReferenceSources/SettingsSectionInternal.cs
-ReferenceSources/SecureStringHelper.cs
-ReferenceSources/Socket.cs
-ReferenceSources/SR.cs
-ReferenceSources/SRCategoryAttribute.cs
-ReferenceSources/Win32Exception.cs
-
-../referencesource/System/regex/system/text/regularexpressions/Regex.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexBoyerMoore.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCapture.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCaptureCollection.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCharClass.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCode.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCompilationInfo.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexCompiler.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexFCD.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexGroup.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexGroupCollection.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexInterpreter.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexMatch.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexMatchCollection.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexMatchTimeoutException.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexNode.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexOptions.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexParser.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexReplacement.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexRunner.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexRunnerFactory.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexTree.cs
-../referencesource/System/regex/system/text/regularexpressions/RegexWriter.cs
-../referencesource/System/regex/system/text/regularexpressions/compiledregexrunner.cs
-../referencesource/System/regex/system/text/regularexpressions/compiledregexrunnerfactory.cs
-
-../referencesource/System/compmod/system/collections/objectmodel/observablecollection.cs
-../referencesource/System/compmod/system/collections/objectmodel/readonlyobservablecollection.cs
-
-../referencesource/System/compmod/system/collections/specialized/bitvector32.cs
-../referencesource/System/compmod/system/collections/specialized/casesensitivestringdictionary.cs
-../referencesource/System/compmod/system/collections/specialized/collectionsutil.cs
-../referencesource/System/compmod/system/collections/specialized/hybriddictionary.cs
-../referencesource/System/compmod/system/collections/specialized/inotifycollectionchanged.cs
-../referencesource/System/compmod/system/collections/specialized/iordereddictionary.cs
-../referencesource/System/compmod/system/collections/specialized/listdictionary.cs
-../referencesource/System/compmod/system/collections/specialized/nameobjectcollectionbase.cs
-../referencesource/System/compmod/system/collections/specialized/namevaluecollection.cs
-../referencesource/System/compmod/system/collections/specialized/notifycollectionchangedeventargs.cs
-../referencesource/System/compmod/system/collections/specialized/ordereddictionary.cs
-../referencesource/System/compmod/system/collections/specialized/stringcollection.cs
-../referencesource/System/compmod/system/collections/specialized/stringdictionary.cs
-../referencesource/System/compmod/system/collections/specialized/stringdictionarywithcomparer.cs
-
-../referencesource/System/compmod/system/componentmodel/AddingNewEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/AddingNewEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/AmbientValueAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ArrayConverter.cs
-../referencesource/System/compmod/system/componentmodel/ArraySubsetEnumerator.cs
-../referencesource/System/compmod/system/componentmodel/AsyncCompletedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/AsyncCompletedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/AsyncOperation.cs
-../referencesource/System/compmod/system/componentmodel/AsyncOperationManager.cs
-../referencesource/System/compmod/system/componentmodel/AttributeCollection.cs
-../referencesource/System/compmod/system/componentmodel/AttributeProviderAttribute.cs
-../referencesource/System/compmod/system/componentmodel/BackgroundWorker.cs
-../referencesource/System/compmod/system/componentmodel/BaseComponentEditor.cs
-../referencesource/System/compmod/system/componentmodel/basenumberconverter.cs
-../referencesource/System/compmod/system/componentmodel/BindableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/BindableSupport.cs
-../referencesource/System/compmod/system/componentmodel/BindingDirection.cs
-../referencesource/System/compmod/system/componentmodel/BindingList.cs
-../referencesource/System/compmod/system/componentmodel/BooleanConverter.cs
-../referencesource/System/compmod/system/componentmodel/BrowsableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ByteConverter.cs
-../referencesource/System/compmod/system/componentmodel/CancelEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/CancelEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/CategoryAttribute.cs
-../referencesource/System/compmod/system/componentmodel/CharConverter.cs
-../referencesource/System/compmod/system/componentmodel/CollectionChangeAction.cs
-../referencesource/System/compmod/system/componentmodel/CollectionChangeEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/CollectionChangeEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/CollectionConverter.cs
-../referencesource/System/compmod/system/componentmodel/ComplexBindingPropertiesAttribute.cs
-../referencesource/System/compmod/system/componentmodel/CompModSwitches.cs
-../referencesource/System/compmod/system/componentmodel/Component.cs
-../referencesource/System/compmod/system/componentmodel/ComponentCollection.cs
-../referencesource/System/compmod/system/componentmodel/ComponentConverter.cs
-../referencesource/System/compmod/system/componentmodel/ComponentResourceManager.cs
-../referencesource/System/compmod/system/componentmodel/Container.cs
-../referencesource/System/compmod/system/componentmodel/ContainerFilterService.cs
-../referencesource/System/compmod/system/componentmodel/CultureInfoConverter.cs
-../referencesource/System/compmod/system/componentmodel/CustomTypeDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/DataErrorsChangedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/DataObjectAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DataObjectFieldAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DataObjectMethodAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DataObjectMethodType.cs
-../referencesource/System/compmod/system/componentmodel/DateTimeConverter.cs
-../referencesource/System/compmod/system/componentmodel/DateTimeOffsetConverter.cs
-../referencesource/System/compmod/system/componentmodel/DebugExtendedPropertyDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/DebugReflectEventDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/DebugReflectPropertyDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/DebugTypeDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/DecimalConverter.cs
-../referencesource/System/compmod/system/componentmodel/DefaultBindingPropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DefaultEventAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DefaultPropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DefaultValueAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DelegatingTypeDescriptionProvider.cs
-../referencesource/System/compmod/system/componentmodel/DescriptionAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/ActiveDocumentEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/ActiveDocumentEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/CheckoutException.cs
-../referencesource/System/compmod/system/componentmodel/design/CommandID.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentChangedEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentChangedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentChangingEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentChangingEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentRenameEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/ComponentRenameEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerOptionService.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerTransaction.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerTransactionCloseEvent.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerTransactionCloseEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerVerb.cs
-../referencesource/System/compmod/system/componentmodel/design/DesignerVerbCollection.cs
-../referencesource/System/compmod/system/componentmodel/design/DesigntimeLicenseContext.cs
-../referencesource/System/compmod/system/componentmodel/design/DesigntimeLicenseContextSerializer.cs
-../referencesource/System/compmod/system/componentmodel/design/DocumentCollection.cs
-../referencesource/System/compmod/system/componentmodel/design/DocumentEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/design/DocumentEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/HelpContextType.cs
-../referencesource/System/compmod/system/componentmodel/design/HelpKeywordAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/HelpKeywordType.cs
-../referencesource/System/compmod/system/componentmodel/design/IComponentChangeService.cs
-../referencesource/System/compmod/system/componentmodel/design/IComponentDiscoveryService.cs
-../referencesource/System/compmod/system/componentmodel/design/IComponentInitializer.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesigner.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesignerEventService.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesignerFilter.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesignerHost.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesignerHostTransactionState.cs
-../referencesource/System/compmod/system/componentmodel/design/IDesignerOptionService.cs
-../referencesource/System/compmod/system/componentmodel/design/IDictionaryService.cs
-../referencesource/System/compmod/system/componentmodel/design/IEventPropertyService.cs
-../referencesource/System/compmod/system/componentmodel/design/IExtenderListService.cs
-../referencesource/System/compmod/system/componentmodel/design/IExtenderProviderService.cs
-../referencesource/System/compmod/system/componentmodel/design/IHelpService.cs
-../referencesource/System/compmod/system/componentmodel/design/IInheritanceService.cs
-../referencesource/System/compmod/system/componentmodel/design/IMenuCommandService.cs
-../referencesource/System/compmod/system/componentmodel/design/InheritanceAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/InheritanceLevel.cs
-../referencesource/System/compmod/system/componentmodel/design/IReferenceService.cs
-../referencesource/System/compmod/system/componentmodel/design/IResourceService.cs
-../referencesource/System/compmod/system/componentmodel/design/IRootDesigner.cs
-../referencesource/System/compmod/system/componentmodel/design/ISelectionService.cs
-../referencesource/System/compmod/system/componentmodel/design/IServiceObjectContainer.cs
-../referencesource/System/compmod/system/componentmodel/design/ITreeDesigner.cs
-../referencesource/System/compmod/system/componentmodel/design/ITypeDescriptorFilterService.cs
-../referencesource/System/compmod/system/componentmodel/design/ITypeDiscoveryService.cs
-../referencesource/System/compmod/system/componentmodel/design/ITypeResolutionService.cs
-../referencesource/System/compmod/system/componentmodel/design/MenuCommand.cs
-../referencesource/System/compmod/system/componentmodel/design/NotifyParentPropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/ParenthesizePropertyNameAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/PropertyTabAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/PropertyTabScope.cs
-../referencesource/System/compmod/system/componentmodel/design/RefreshProperties.cs
-../referencesource/System/compmod/system/componentmodel/design/RefreshPropertiesAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/SelectionTypes.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/ComponentSerializationService.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/ContextStack.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/DefaultSerializationProviderAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/DesignerLoader.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/DesignerSerializerAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/IDesignerLoaderHost.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/IDesignerLoaderService.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/IDesignerSerializationManager.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/IDesignerSerializationProvider.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/IDesignerSerializationService.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/INameCreationService.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/InstanceDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/MemberRelationshipService.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/ResolveNameEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/ResolveNameEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/RootDesignerSerializerAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/serialization/SerializationStore.cs
-../referencesource/System/compmod/system/componentmodel/design/ServiceCreatorCallback.cs
-../referencesource/System/compmod/system/componentmodel/design/ServiceObjectContainer.cs
-../referencesource/System/compmod/system/componentmodel/design/StandardCommands.cs
-../referencesource/System/compmod/system/componentmodel/design/StandardToolWindows.cs
-../referencesource/System/compmod/system/componentmodel/design/ToolboxItemAttribute.cs
-../referencesource/System/compmod/system/componentmodel/design/ViewTechnology.cs
-../referencesource/System/compmod/system/componentmodel/DesignerAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DesignerCategoryAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DesignerSerializationVisibility.cs
-../referencesource/System/compmod/system/componentmodel/DesignerSerializationVisibilityAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DesignOnlyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DesignTimeVisibleAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DisplayNameAttribute.cs
-../referencesource/System/compmod/system/componentmodel/DoubleConverter.cs
-../referencesource/System/compmod/system/componentmodel/DoWorkEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/DoWorkEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/EditorAttribute.cs
-../referencesource/System/compmod/system/componentmodel/EditorBrowsableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/EnumConverter.cs
-../referencesource/System/compmod/system/componentmodel/EventDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/EventDescriptorCollection.cs
-../referencesource/System/compmod/system/componentmodel/EventHandlerList.cs
-../referencesource/System/compmod/system/componentmodel/ExpandableObjectConverter.cs
-../referencesource/System/compmod/system/componentmodel/ExtendedPropertyDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/ExtenderProvidedPropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/FxCopSuppression.cs
-../referencesource/System/compmod/system/componentmodel/GuidConverter.cs
-../referencesource/System/compmod/system/componentmodel/HandledEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/HandledEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/IBindingList.cs
-../referencesource/System/compmod/system/componentmodel/IBindingListView.cs
-../referencesource/System/compmod/system/componentmodel/ICancelAddNew.cs
-../referencesource/System/compmod/system/componentmodel/IChangeTracking.cs
-../referencesource/System/compmod/system/componentmodel/IComNativeDescriptorHandler.cs
-../referencesource/System/compmod/system/componentmodel/IComponent.cs
-../referencesource/System/compmod/system/componentmodel/IContainer.cs
-../referencesource/System/compmod/system/componentmodel/ICustomTypeDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/IDataErrorInfo.cs
-../referencesource/System/compmod/system/componentmodel/IEditableObject.cs
-../referencesource/System/compmod/system/componentmodel/IExtenderProvider.cs
-../referencesource/System/compmod/system/componentmodel/IIntellisenseBuilder.cs
-../referencesource/System/compmod/system/componentmodel/IListSource.cs
-../referencesource/System/compmod/system/componentmodel/ImmutableObjectAttribute.cs
-../referencesource/System/compmod/system/componentmodel/INestedContainer.cs
-../referencesource/System/compmod/system/componentmodel/INestedSite.cs
-../referencesource/System/compmod/system/componentmodel/InitializationEventAttribute.cs
-../referencesource/System/compmod/system/componentmodel/INotifyDataErrorInfo.cs
-../referencesource/System/compmod/system/componentmodel/INotifyPropertyChanged.cs
-../referencesource/System/compmod/system/componentmodel/INotifyPropertyChanging.cs
-../referencesource/System/compmod/system/componentmodel/InstallerTypeAttribute.cs
-../referencesource/System/compmod/system/componentmodel/InstanceCreationEditor.cs
-../referencesource/System/compmod/system/componentmodel/Int16Converter.cs
-../referencesource/System/compmod/system/componentmodel/Int32Converter.cs
-../referencesource/System/compmod/system/componentmodel/Int64Converter.cs
-../referencesource/System/compmod/system/componentmodel/IntSecurity.cs
-../referencesource/System/compmod/system/componentmodel/InvalidAsynchronousStateException.cs
-../referencesource/System/compmod/system/componentmodel/InvalidEnumArgumentException.cs
-../referencesource/System/compmod/system/componentmodel/IRaiseItemChangedEvents.cs
-../referencesource/System/compmod/system/componentmodel/IRevertibleChangeTracking.cs
-../referencesource/System/compmod/system/componentmodel/ISite.cs
-../referencesource/System/compmod/system/componentmodel/ISupportInitialize.cs
-../referencesource/System/compmod/system/componentmodel/ISupportInitializeNotification.cs
-../referencesource/System/compmod/system/componentmodel/ISynchronizeInvoke.cs
-../referencesource/System/compmod/system/componentmodel/ITypeDescriptorContext.cs
-../referencesource/System/compmod/system/componentmodel/ITypedList.cs
-../referencesource/System/compmod/system/componentmodel/License.cs
-../referencesource/System/compmod/system/componentmodel/LicenseContext.cs
-../referencesource/System/compmod/system/componentmodel/LicenseException.cs
-../referencesource/System/compmod/system/componentmodel/LicenseManager.cs
-../referencesource/System/compmod/system/componentmodel/LicenseProvider.cs
-../referencesource/System/compmod/system/componentmodel/LicenseProviderAttribute.cs
-../referencesource/System/compmod/system/componentmodel/LicenseUsageMode.cs
-../referencesource/System/compmod/system/componentmodel/LicFileLicenseProvider.cs
-../referencesource/System/compmod/system/componentmodel/ListBindableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ListChangedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/ListChangedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/ListChangedType.cs
-../referencesource/System/compmod/system/componentmodel/ListSortDescription.cs
-../referencesource/System/compmod/system/componentmodel/ListSortDescriptionCollection.cs
-../referencesource/System/compmod/system/componentmodel/ListSortDirection.cs
-../referencesource/System/compmod/system/componentmodel/LocalizableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/LookupBindingPropertiesAttribute.cs
-../referencesource/System/compmod/system/componentmodel/MarshalByValueComponent.cs
-../referencesource/System/compmod/system/componentmodel/MaskedTextProvider.cs
-../referencesource/System/compmod/system/componentmodel/MaskedTextResultHint.cs
-../referencesource/System/compmod/system/componentmodel/MemberDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/MergablePropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/MultilineStringConverter.cs
-../referencesource/System/compmod/system/componentmodel/NestedContainer.cs
-../referencesource/System/compmod/system/componentmodel/NullableConverter.cs
-../referencesource/System/compmod/system/componentmodel/PasswordPropertyTextAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ProgressChangedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/ProgressChangedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/PropertyChangedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/PropertyChangedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/PropertyChangingEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/PropertyChangingEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/PropertyDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/PropertyDescriptorCollection.cs
-../referencesource/System/compmod/system/componentmodel/ProvidePropertyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ReadOnlyAttribute.cs
-../referencesource/System/compmod/system/componentmodel/RecommendedAsConfigurableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ReferenceConverter.cs
-../referencesource/System/compmod/system/componentmodel/ReflectEventDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/ReflectPropertyDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/ReflectTypeDescriptionProvider.cs
-../referencesource/System/compmod/system/componentmodel/RefreshEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/RefreshEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/RunInstallerAttribute.cs
-../referencesource/System/compmod/system/componentmodel/RunWorkerCompletedEventArgs.cs
-../referencesource/System/compmod/system/componentmodel/RunWorkerCompletedEventHandler.cs
-../referencesource/System/compmod/system/componentmodel/SByteConverter.cs
-../referencesource/System/compmod/system/componentmodel/SettingsBindableAttribute.cs
-../referencesource/System/compmod/system/componentmodel/SingleConverter.cs
-../referencesource/System/compmod/system/componentmodel/StringConverter.cs
-../referencesource/System/compmod/system/componentmodel/SyntaxCheck.cs
-../referencesource/System/compmod/system/componentmodel/TimeSpanConverter.cs
-../referencesource/System/compmod/system/componentmodel/ToolboxItemFilterAttribute.cs
-../referencesource/System/compmod/system/componentmodel/ToolboxItemFilterType.cs
-../referencesource/System/compmod/system/componentmodel/TypeConverter.cs
-../referencesource/System/compmod/system/componentmodel/TypeConverterAttribute.cs
-../referencesource/System/compmod/system/componentmodel/TypeDescriptionProvider.cs
-../referencesource/System/compmod/system/componentmodel/TypeDescriptionProviderAttribute.cs
-../referencesource/System/compmod/system/componentmodel/TypeDescriptionProviderService.cs
-../referencesource/System/compmod/system/componentmodel/TypeDescriptor.cs
-../referencesource/System/compmod/system/componentmodel/TypeListConverter.cs
-../referencesource/System/compmod/system/componentmodel/UInt16Converter.cs
-../referencesource/System/compmod/system/componentmodel/UInt32Converter.cs
-../referencesource/System/compmod/system/componentmodel/UInt64Converter.cs
-../referencesource/System/compmod/system/componentmodel/WarningException.cs
-../referencesource/System/compmod/system/componentmodel/Win32Exception.cs
-
-../referencesource/System/compmod/system/diagnostics/AssertSection.cs
-../referencesource/System/compmod/system/diagnostics/BooleanSwitch.cs
-../referencesource/System/compmod/system/diagnostics/CorrelationManager.cs
-../referencesource/System/compmod/system/diagnostics/Debug.cs
-../referencesource/System/compmod/system/diagnostics/DelimitedListTraceListener.cs
-../referencesource/System/compmod/system/diagnostics/DiagnosticsConfiguration.cs
-../referencesource/System/compmod/system/diagnostics/ListenerElementsCollection.cs
-../referencesource/System/compmod/system/diagnostics/SeverityFilter.cs
-../referencesource/System/compmod/system/diagnostics/SourceFilter.cs
-../referencesource/System/compmod/system/diagnostics/SourceLevels.cs
-../referencesource/System/compmod/system/diagnostics/SourceSwitch.cs
-../referencesource/System/compmod/system/diagnostics/SwitchAttribute.cs
-../referencesource/System/compmod/system/diagnostics/Switch.cs
-../referencesource/System/compmod/system/diagnostics/SwitchLevelAttribute.cs
-../referencesource/System/compmod/system/diagnostics/TextWriterTraceListener.cs
-../referencesource/System/compmod/system/diagnostics/Trace.cs
-../referencesource/System/compmod/system/diagnostics/TraceEventCache.cs
-../referencesource/System/compmod/system/diagnostics/TraceEventType.cs
-../referencesource/System/compmod/system/diagnostics/TraceFilter.cs
-../referencesource/System/compmod/system/diagnostics/TraceInternal.cs
-../referencesource/System/compmod/system/diagnostics/TraceLevel.cs
-../referencesource/System/compmod/system/diagnostics/TraceListener.cs
-../referencesource/System/compmod/system/diagnostics/TraceListeners.cs
-../referencesource/System/compmod/system/diagnostics/TraceOptions.cs
-../referencesource/System/compmod/system/diagnostics/TraceSource.cs
-../referencesource/System/compmod/system/diagnostics/TraceSwitch.cs
-../referencesource/System/compmod/system/diagnostics/traceutils.cs
-
-../referencesource/System/net/System/_DomainName.cs
-../referencesource/System/net/System/_IPv4Address.cs
-../referencesource/System/net/System/_IPv6Address.cs
-../referencesource/System/net/System/_UncName.cs
-../referencesource/System/net/System/_UriSyntax.cs
-../referencesource/System/net/System/GenericUriParser.cs
-../referencesource/System/net/System/IriHelper.cs
-../referencesource/System/net/System/URI.cs
-../referencesource/System/net/System/UriEnumTypes.cs
-../referencesource/System/net/System/UriExt.cs
-../referencesource/System/net/System/URIFormatException.cs
-../referencesource/System/net/System/UriHelper.cs
-../referencesource/System/net/System/UriHostNameType.cs
-../referencesource/System/net/System/UriParserTemplates.cs
-../referencesource/System/net/System/URIPartial.cs
-../referencesource/System/net/System/UriScheme.cs
-
-../referencesource/System/net/System/Net/_BufferOffsetSize.cs
-../referencesource/System/net/System/Net/_Connection.cs
-../referencesource/System/net/System/Net/_emptywebproxy.cs
-../referencesource/System/net/System/Net/_HeaderInfo.cs
-../referencesource/System/net/System/Net/_HeaderInfoTable.cs
-../referencesource/System/net/System/Net/_HTTPDateParse.cs
-../referencesource/System/net/System/Net/_IStreams.cs
-../referencesource/System/net/System/Net/_NetRes.cs
-../referencesource/System/net/System/Net/_LazyAsyncResult.cs
-../referencesource/System/net/System/Net/_LoggingObject.cs
-../referencesource/System/net/System/Net/_PooledStream.cs
-../referencesource/System/net/System/Net/_ProxyChain.cs
-../referencesource/System/net/System/Net/_ScatterGatherBuffers.cs
-../referencesource/System/net/System/Net/_Semaphore.cs
-../referencesource/System/net/System/Net/_ServiceNameStore.cs
-../referencesource/System/net/System/Net/_TimerThread.cs
-../referencesource/System/net/System/Net/_WebProxyDataBuilder.cs
-../referencesource/System/net/System/Net/AuthenticationScheme.cs
-../referencesource/System/net/System/Net/AuthenticationSchemeSelector.cs
-../referencesource/System/net/System/Net/Authorization.cs
-../referencesource/System/net/System/Net/CredentialCache.cs
-../referencesource/System/net/System/Net/cookie.cs
-../referencesource/System/net/System/Net/cookiecollection.cs
-../referencesource/System/net/System/Net/cookiecontainer.cs
-../referencesource/System/net/System/Net/cookieexception.cs
-../referencesource/System/net/System/Net/connectionpool.cs
-../referencesource/System/net/System/Net/DnsEndPoint.cs
-../referencesource/System/net/System/Net/EndPoint.cs
-../referencesource/System/net/System/Net/FtpStatusCode.cs
-../referencesource/System/net/System/Net/filewebrequest.cs
-../referencesource/System/net/System/Net/filewebresponse.cs
-../referencesource/System/net/System/Net/GlobalProxySelection.cs
-../referencesource/System/net/System/Net/HttpListenerException.cs
-../referencesource/System/net/System/Net/HttpListenerRequestUriBuilder.cs
-../referencesource/System/net/System/Net/HttpRequestHeader.cs
-../referencesource/System/net/System/Net/HttpResponseHeader.cs
-../referencesource/System/net/System/Net/HttpStatusCode.cs
-../referencesource/System/net/System/Net/HttpVersion.cs
-../referencesource/System/net/System/Net/IAuthenticationModule.cs
-../referencesource/System/net/System/Net/ICertificatePolicy.cs
-../referencesource/System/net/System/Net/ICredentials.cs
-../referencesource/System/net/System/Net/ICredentialsByHost.cs
-../referencesource/System/net/System/Net/Internal.cs
-../referencesource/System/net/System/Net/IPAddress.cs
-../referencesource/System/net/System/Net/IPEndPoint.cs
-../referencesource/System/net/System/Net/IPHostEntry.cs
-../referencesource/System/net/System/Net/iwebproxy.cs
-../referencesource/System/net/System/Net/IWebProxyFinder.cs
-../referencesource/System/net/System/Net/IWebRequestCreate.cs
-../referencesource/System/net/System/Net/NetworkAccess.cs
-../referencesource/System/net/System/Net/NetworkCredential.cs
-../referencesource/System/net/System/Net/ProtocolViolationException.cs
-../referencesource/System/net/System/Net/TransportContext.cs
-../referencesource/System/net/System/Net/TransportType.cs
-../referencesource/System/net/System/Net/UnicodeDecodingConformance.cs
-../referencesource/System/net/System/Net/UnicodeEncodingConformance.cs
-../referencesource/System/net/System/Net/ServicePointManager.cs
-../referencesource/System/net/System/Net/SocketAddress.cs
-../referencesource/System/net/System/Net/SocketException.cs
-../referencesource/System/net/System/Net/webclient.cs
-../referencesource/System/net/System/Net/WebException.cs
-../referencesource/System/net/System/Net/WebExceptionStatus.cs
-../referencesource/System/net/System/Net/WebHeaderCollection.cs
-../referencesource/System/net/System/Net/WebPermission.cs
-../referencesource/System/net/System/Net/webproxy.cs
-../referencesource/System/net/System/Net/WebRequestMethods.cs
-../referencesource/System/net/System/Net/WebRequest.cs
-../referencesource/System/net/System/Net/WebResponse.cs
-../referencesource/System/net/System/Net/WebUtility.cs
-../referencesource/System/net/System/Net/WriteStreamClosedEventArgs.cs
-
-../referencesource/System/net/System/Net/Cache/RequestCache.cs
-../referencesource/System/net/System/Net/Cache/RequestCacheEntry.cs
-../referencesource/System/net/System/Net/Cache/RequestCachePolicy.cs
-../referencesource/System/net/System/Net/Cache/RequestCacheManager.cs
-
-../referencesource/System/net/System/Net/Configuration/DefaultProxySection.cs
-
-../referencesource/System/net/System/Net/SecureProtocols/AuthenticatedStream.cs
-../referencesource/System/net/System/Net/SecureProtocols/NegotiateEnumTypes.cs
-
-../referencesource/System/net/System/Net/Sockets/_MultipleConnectAsync.cs
-../referencesource/System/net/System/Net/Sockets/AddressFamily.cs
-../referencesource/System/net/System/Net/Sockets/IOControlCode.cs
-../referencesource/System/net/System/Net/Sockets/IPPacketInformation.cs
-../referencesource/System/net/System/Net/Sockets/IPProtectionLevel.cs
-../referencesource/System/net/System/Net/Sockets/LingerOption.cs
-../referencesource/System/net/System/Net/Sockets/MulticastOption.cs
-../referencesource/System/net/System/Net/Sockets/NetworkStream.cs
-../referencesource/System/net/System/Net/Sockets/ProtocolFamily.cs
-../referencesource/System/net/System/Net/Sockets/ProtocolType.cs
-../referencesource/System/net/System/Net/Sockets/SelectMode.cs
-../referencesource/System/net/System/Net/Sockets/Socket.cs
-../referencesource/System/net/System/Net/Sockets/SocketErrors.cs
-../referencesource/System/net/System/Net/Sockets/SocketFlags.cs
-../referencesource/System/net/System/Net/Sockets/SocketInformation.cs
-../referencesource/System/net/System/Net/Sockets/SocketInformationOptions.cs
-../referencesource/System/net/System/Net/Sockets/SocketOptionLevel.cs
-../referencesource/System/net/System/Net/Sockets/SocketOptionName.cs
-../referencesource/System/net/System/Net/Sockets/SocketShutdown.cs
-../referencesource/System/net/System/Net/Sockets/SocketType.cs
-../referencesource/System/net/System/Net/Sockets/TransmitFileFlags.cs
-../referencesource/System/net/System/Net/Sockets/UdpReceiveResult.cs
-
-../referencesource/System/net/System/Net/NetworkInformation/DuplicateAddressDetectionState.cs
-../referencesource/System/net/System/Net/NetworkInformation/GatewayIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/GatewayIPAddressInformationCollection.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPAddressCollection.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPAddressInformationCollection.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPGlobalProperties.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPGlobalStatistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPInterfaceProperties.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPInterfaceStatistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPStatus.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPv4InterfaceProperties.cs
-../referencesource/System/net/System/Net/NetworkInformation/IPv6InterfaceProperties.cs
-../referencesource/System/net/System/Net/NetworkInformation/IcmpV4Statistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/IcmpV6Statistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/MulticastIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/MulticastIPAddressInformationCollection.cs
-../referencesource/System/net/System/Net/NetworkInformation/NetworkAddressChange.cs
-../referencesource/System/net/System/Net/NetworkInformation/NetworkInformationException.cs
-../referencesource/System/net/System/Net/NetworkInformation/NetworkInformationPermission.cs
-../referencesource/System/net/System/Net/NetworkInformation/NetworkInterface.cs
-../referencesource/System/net/System/Net/NetworkInformation/NetworkInterfaceComponent.cs
-../referencesource/System/net/System/Net/NetworkInformation/OperationalStatus.cs
-../referencesource/System/net/System/Net/NetworkInformation/PhysicalAddress.cs
-../referencesource/System/net/System/Net/NetworkInformation/PingOptions.cs
-../referencesource/System/net/System/Net/NetworkInformation/PingReply.cs
-../referencesource/System/net/System/Net/NetworkInformation/PrefixOrigin.cs
-../referencesource/System/net/System/Net/NetworkInformation/ScopeLevel.cs
-../referencesource/System/net/System/Net/NetworkInformation/SuffixOrigin.cs
-../referencesource/System/net/System/Net/NetworkInformation/SystemGatewayIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/SystemIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/SystemMulticastIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/SystemTcpConnection.cs
-../referencesource/System/net/System/Net/NetworkInformation/TcpConnection.cs
-../referencesource/System/net/System/Net/NetworkInformation/TcpState.cs
-../referencesource/System/net/System/Net/NetworkInformation/TcpStatistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/UdpStatistics.cs
-../referencesource/System/net/System/Net/NetworkInformation/UnicastIPAddressInformation.cs
-../referencesource/System/net/System/Net/NetworkInformation/UnicastIPAddressInformationCollection.cs
-../referencesource/System/net/System/Net/NetworkInformation/interfacetype.cs
-../referencesource/System/net/System/Net/NetworkInformation/nodetype.cs
-../referencesource/System/net/System/Net/NetworkInformation/pingexception.cs
-
-../referencesource/System/net/System/Net/mail/Base64Stream.cs
-../referencesource/System/net/System/Net/mail/Base64WriteStateInfo.cs
-../referencesource/System/net/System/Net/mail/BaseWriter.cs
-../referencesource/System/net/System/Net/mail/BufferBuilder.cs
-../referencesource/System/net/System/Net/mail/ClosableStream.cs
-../referencesource/System/net/System/Net/mail/ContentDisposition.cs
-../referencesource/System/net/System/Net/mail/ContentType.cs
-../referencesource/System/net/System/Net/mail/DelegatedStream.cs
-../referencesource/System/net/System/Net/mail/DispositionTypeNames.cs
-../referencesource/System/net/System/Net/mail/EightBitStream.cs
-../referencesource/System/net/System/Net/mail/EncodedStreamFactory.cs
-../referencesource/System/net/System/Net/mail/HeaderCollection.cs
-../referencesource/System/net/System/Net/mail/IEncodableStream.cs
-../referencesource/System/net/System/Net/mail/MailBnfHelper.cs
-../referencesource/System/net/System/Net/mail/MailHeaderInfo.cs
-../referencesource/System/net/System/Net/mail/MimeBasePart.cs
-../referencesource/System/net/System/Net/mail/MimeEmbeddedMessagePart.cs
-../referencesource/System/net/System/Net/mail/MimeMultiPart.cs
-../referencesource/System/net/System/Net/mail/MimeMultiPartType.cs
-../referencesource/System/net/System/Net/mail/MimePart.cs
-../referencesource/System/net/System/Net/mail/MimeWriter.cs
-../referencesource/System/net/System/Net/mail/MultiAsyncResult.cs
-../referencesource/System/net/System/Net/mail/QEncodedStream.cs
-../referencesource/System/net/System/Net/mail/QuotedPrintableStream.cs
-../referencesource/System/net/System/Net/mail/SmtpDateTime.cs
-../referencesource/System/net/System/Net/mail/TrackingStringDictionary.cs
-../referencesource/System/net/System/Net/mail/TrackingValidationObjectDictionary.cs
-../referencesource/System/net/System/Net/mail/TransferEncoding.cs
-../referencesource/System/net/System/Net/mail/WriteStateInfoBase.cs
-../referencesource/System/net/System/Net/mail/mediatypenames.cs
-
-../referencesource/System/sys/system/Diagnostics/CodeAnalysis/ExcludeFromCodeCoverageAttribute.cs
-
-../referencesource/System/sys/system/IO/ports/InternalResources.cs
-
-../referencesource/System/sys/system/runtime/interopservices/DefaultParameterValueAttribute.cs
-../referencesource/System/sys/system/runtime/interopservices/handlecollector.cs
-
-../referencesource/System/sys/system/runtime/versioning/FrameworkName.cs
-
-../referencesource/System/sys/system/threading/Barrier.cs
-../referencesource/System/sys/system/threading/semaphore.cs
-
-../referencesource/System/sys/system/windows/markup/ValueSerializerAttribute.cs
-
-../referencesource/System/security/system/security/Authentication/ExtendedProtection/TokenBinding.cs
-../referencesource/System/security/system/security/Authentication/ExtendedProtection/ServiceNameCollection.cs
-
-../referencesource/System/security/system/security/cryptography/oid.cs
-
-../referencesource/System/security/system/security/cryptography/x509/x509utils.cs
-
-../referencesource/System/security/system/security/permissions/typedescriptorpermission.cs
-
-../referencesource/System/services/monitoring/system/diagnosticts/AsyncStreamReader.cs
-../referencesource/System/services/monitoring/system/diagnosticts/Process.cs
-../referencesource/System/services/monitoring/system/diagnosticts/ProcessModuleCollection.cs
-../referencesource/System/services/monitoring/system/diagnosticts/ProcessStartInfo.cs
-../referencesource/System/services/monitoring/system/diagnosticts/processwaithandle.cs
-../referencesource/System/services/monitoring/system/diagnosticts/ProcessThreadCollection.cs
-
-../referencesource/System/services/timers/system/timers/ElapsedEventHandler.cs
-../referencesource/System/services/timers/system/timers/Timer.cs
-../referencesource/System/services/timers/system/timers/TimersDescriptionAttribute.cs
-
-../referencesource/System/misc/hresults.cs
-../referencesource/System/misc/invariantcomparer.cs
-../referencesource/System/misc/SecurityUtils.cs
-../referencesource/System/misc/WeakHashtable.cs
-
-../referencesource/System/compmod/system/codedom/compiler/GeneratedCodeAttribute.cs
-
-../referencesource/System/compmod/microsoft/win32/safehandles/SafeProcessHandle.cs
-
-corefx/SR.cs
-
-../../../external/corefx/src/Common/src/System/StringExtensions.cs
-
-../../../external/corefx/src/Common/src/System/Collections/Generic/ArrayBuilder.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/EnumerableHelpers.cs
-../../../external/corefx/src/Common/src/System/Collections/Generic/LargeArrayBuilder.cs
-
-../../../external/corefx/src/Common/src/System/Net/HttpStatusDescription.cs
-../../../external/corefx/src/Common/src/System/Net/SecurityProtocol.cs
-../../../external/corefx/src/Common/src/System/Net/UriScheme.cs
-
-../../../external/corefx/src/Common/src/System/Net/Logging/NetEventSource.Common.cs
-
-../../../external/corefx/src/Common/src/System/Net/WebSockets/ManagedWebSocket.cs
-../../../external/corefx/src/Common/src/System/Net/WebSockets/WebSocketValidate.cs
-
-../../../external/corefx/src/System.Runtime/src/System/Collections/Generic/ISet.cs
-
-../../../external/corefx/src/System.Buffers/src/System/Buffers/ArrayPool.cs
-../../../external/corefx/src/System.Buffers/src/System/Buffers/ArrayPoolEventSource.cs
-../../../external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPool.cs
-../../../external/corefx/src/System.Buffers/src/System/Buffers/DefaultArrayPoolBucket.cs
-../../../external/corefx/src/System.Buffers/src/System/Buffers/Utilities.cs
-
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/BitHelper.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/ICollectionDebugView.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/IDictionaryDebugView.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/LinkedList.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/Queue.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/QueueDebugView.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/SortedDictionary.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/SortedList.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/SortedSet.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/SortedSet.TreeSubSet.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/SortedSetEqualityComparer.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/Stack.cs
-../../../external/corefx/src/System.Collections/src/System/Collections/Generic/StackDebugView.cs
-
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentBag.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/CDSCollectionETWBCLProvider.cs
-
-../../../external/corefx/src/System.IO.Compression/src/System/IO/Compression/CompressionLevel.cs
-../../../external/corefx/src/System.IO.Compression/src/System/IO/Compression/CompressionMode.cs
-../../../external/corefx/src/System.IO.Compression/src/System/IO/Compression/GZipStream.cs
-
-../../../external/corefx/src/System.Net.ServicePoint/src/System/Net/SecurityProtocolType.cs
-
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocket.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketCloseStatus.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketContext.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketError.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketException.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketMessageType.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketReceiveResult.cs
-../../../external/corefx/src/System.Net.WebSockets/src/System/Net/WebSockets/WebSocketState.cs
-
-../../../external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/ClientWebSocket.cs
-../../../external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/ClientWebSocketOptions.cs
-../../../external/corefx/src/System.Net.WebSockets.Client/src/System/Net/WebSockets/WebSocketHandle.Managed.cs
-
-../../../external/corefx/src/System.Net.HttpListener/src/System/Net/WebSockets/HttpListenerWebSocketContext.cs
-
-../../../external/corefx/src/System.Private.Uri/src/System/UriBuilder.cs
-
-../../../external/corefx/src/System.Runtime.Extensions/src/System/CodeDom/Compiler/IndentedTextWriter.cs
diff --git a/mcs/class/System/common_networking.sources b/mcs/class/System/common_networking.sources
deleted file mode 100644
index 548180b26cb..00000000000
--- a/mcs/class/System/common_networking.sources
+++ /dev/null
@@ -1,53 +0,0 @@
-Mono.Http/NtlmClient.cs
-System.Net/NtlmClient.cs
-
-Mono.Net.Security/AsyncProtocolRequest.cs
-Mono.Net.Security/CallbackHelpers.cs
-Mono.Net.Security/ChainValidationHelper.cs
-Mono.Net.Security/LegacySslStream.cs
-Mono.Net.Security/LegacyTlsProvider.cs
-Mono.Net.Security/MobileAuthenticatedStream.cs
-Mono.Net.Security/MobileTlsContext.cs
-Mono.Net.Security/MonoTlsProviderFactory.cs
-Mono.Net.Security/MonoTlsStream.cs
-Mono.Net.Security/NoReflectionHelper.cs
-Mono.Net.Security/SystemCertificateValidator.cs
-
-System.Net/MacProxy.cs
-System.Net.Mail/SmtpClient.cs
-System.Net.Security/SslStream.cs
-System.Net/AuthenticationManager.cs
-System.Net/ChunkedInputStream.cs
-System.Net/EndPointListener.cs
-System.Net/EndPointManager.cs
-System.Net/FtpAsyncResult.cs
-System.Net/FtpDataStream.cs
-System.Net/FtpRequestCreator.cs
-System.Net/FtpStatus.cs
-System.Net/FtpWebRequest.cs
-System.Net/FtpWebResponse.cs
-System.Net/HttpConnection.cs
-System.Net/HttpListener.cs
-System.Net/HttpListener.Mono.cs
-System.Net/HttpListenerBasicIdentity.cs
-System.Net/HttpListenerContext.cs
-System.Net/HttpListenerPrefixCollection.cs
-System.Net/HttpListenerRequest.cs
-System.Net/HttpListenerResponse.cs
-System.Net/HttpListenerTimeoutManager.cs
-System.Net/HttpWebRequest.cs
-System.Net/HttpWebResponse.cs
-System.Net/IWebConnectionState.cs
-System.Net/ListenerAsyncResult.cs
-System.Net/ResponseStream.cs
-System.Net/ServicePoint.cs
-System.Net/ServicePointManager.cs
-System.Net/ServicePointManager.extra.cs
-System.Net/WebConnection.cs
-System.Net/WebConnectionData.cs
-System.Net/WebConnectionGroup.cs
-System.Net/WebConnectionStream.cs
-
-../referencesource/System/net/System/Net/Sockets/TCPClient.cs
-../referencesource/System/net/System/Net/Sockets/TCPListener.cs
-../referencesource/System/net/System/Net/Sockets/UDPClient.cs
diff --git a/mcs/class/System/mobile_System.dll.sources b/mcs/class/System/mobile_System.dll.sources
deleted file mode 100644
index 738753a16c7..00000000000
--- a/mcs/class/System/mobile_System.dll.sources
+++ /dev/null
@@ -1,3 +0,0 @@
-#include common.sources
-#include common_networking.sources
-System.IO/FileSystemWatcher_mobile.cs
diff --git a/mcs/class/System/monodroid_System.dll.sources b/mcs/class/System/monodroid_System.dll.sources
deleted file mode 100644
index c6769c373a7..00000000000
--- a/mcs/class/System/monodroid_System.dll.sources
+++ /dev/null
@@ -1,3 +0,0 @@
-#include mobile_System.dll.sources
-System/AndroidPlatform.cs
-Mono.Btls/MonoBtlsX509LookupAndroid.cs
diff --git a/mcs/class/System/monotouch_System.dll.sources b/mcs/class/System/monotouch_System.dll.sources
deleted file mode 100644
index e478e8894eb..00000000000
--- a/mcs/class/System/monotouch_System.dll.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-#include mobile_System.dll.sources
-
diff --git a/mcs/class/System/monotouch_runtime_System.dll.sources b/mcs/class/System/monotouch_runtime_System.dll.sources
deleted file mode 100644
index 7c0bd5983a5..00000000000
--- a/mcs/class/System/monotouch_runtime_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.dll.sources
diff --git a/mcs/class/System/monotouch_tv_System.dll.sources b/mcs/class/System/monotouch_tv_System.dll.sources
deleted file mode 100644
index 7c0bd5983a5..00000000000
--- a/mcs/class/System/monotouch_tv_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.dll.sources
diff --git a/mcs/class/System/monotouch_tv_runtime_System.dll.sources b/mcs/class/System/monotouch_tv_runtime_System.dll.sources
deleted file mode 100644
index 7c0bd5983a5..00000000000
--- a/mcs/class/System/monotouch_tv_runtime_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_System.dll.sources
diff --git a/mcs/class/System/monotouch_watch_System.dll.exclude.sources b/mcs/class/System/monotouch_watch_System.dll.exclude.sources
deleted file mode 100644
index 58aa75573b0..00000000000
--- a/mcs/class/System/monotouch_watch_System.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include common_networking.sources
diff --git a/mcs/class/System/monotouch_watch_System.dll.sources b/mcs/class/System/monotouch_watch_System.dll.sources
deleted file mode 100644
index ad5e4c7bee8..00000000000
--- a/mcs/class/System/monotouch_watch_System.dll.sources
+++ /dev/null
@@ -1,22 +0,0 @@
-#include monotouch_System.dll.sources
-System.Net.Mail/SmtpClient.platformnotsupported.cs
-System.Net.Security/SslStream.platformnotsupported.cs
-System.Net.Sockets/TcpClient.platformnotsupported.cs
-System.Net.Sockets/TcpListener.platformnotsupported.cs
-System.Net.Sockets/UdpClient.platformnotsupported.cs
-System.Net/AuthenticationManager.platformnotsupported.cs
-System.Net/FtpRequestCreator.platformnotsupported.cs
-System.Net/FtpWebRequest.platformnotsupported.cs
-System.Net/FtpWebResponse.platformnotsupported.cs
-System.Net/HttpListener.platformnotsupported.cs
-System.Net/HttpListenerBasicIdentity.platformnotsupported.cs
-System.Net/HttpListenerContext.platformnotsupported.cs
-System.Net/HttpListenerPrefixCollection.platformnotsupported.cs
-System.Net/HttpListenerRequest.platformnotsupported.cs
-System.Net/HttpListenerResponse.platformnotsupported.cs
-System.Net/HttpListenerTimeoutManager.platformnotsupported.cs
-System.Net/HttpWebRequest.platformnotsupported.cs
-System.Net/HttpWebResponse.platformnotsupported.cs
-System.Net/ServicePoint.platformnotsupported.cs
-System.Net/ServicePointManager.platformnotsupported.cs
-../Mono.Security/Mono.Security.X509.Extensions/AuthorityKeyIdentifierExtension.cs
diff --git a/mcs/class/System/monotouch_watch_runtime_System.dll.exclude.sources b/mcs/class/System/monotouch_watch_runtime_System.dll.exclude.sources
deleted file mode 100644
index 8869410435c..00000000000
--- a/mcs/class/System/monotouch_watch_runtime_System.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_watch_System.dll.exclude.sources
diff --git a/mcs/class/System/monotouch_watch_runtime_System.dll.sources b/mcs/class/System/monotouch_watch_runtime_System.dll.sources
deleted file mode 100644
index c8c328c5ce6..00000000000
--- a/mcs/class/System/monotouch_watch_runtime_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_watch_System.dll.sources
diff --git a/mcs/class/System/net_4_x_System.dll.sources b/mcs/class/System/net_4_x_System.dll.sources
deleted file mode 100644
index 46b53b43052..00000000000
--- a/mcs/class/System/net_4_x_System.dll.sources
+++ /dev/null
@@ -1,381 +0,0 @@
-#include common.sources
-#include common_networking.sources
-
-Microsoft.CSharp/CSharpCodeGenerator.cs
-Microsoft.VisualBasic/VBCodeGenerator.cs
-
-Microsoft.Win32/IntranetZoneCredentialPolicy.cs
-Microsoft.Win32/PowerModeChangedEventArgs.cs
-Microsoft.Win32/PowerModeChangedEventHandler.cs
-Microsoft.Win32/PowerModes.cs
-Microsoft.Win32/SessionEndedEventArgs.cs
-Microsoft.Win32/SessionEndedEventHandler.cs
-Microsoft.Win32/SessionEndingEventArgs.cs
-Microsoft.Win32/SessionEndingEventHandler.cs
-Microsoft.Win32/SessionEndReasons.cs
-Microsoft.Win32/SessionSwitchEventArgs.cs
-Microsoft.Win32/SessionSwitchEventHandler.cs
-Microsoft.Win32/SessionSwitchReason.cs
-Microsoft.Win32/SystemEvents.cs
-Microsoft.Win32/TimerElapsedEventArgs.cs
-Microsoft.Win32/TimerElapsedEventHandler.cs
-Microsoft.Win32/UserPreferenceCategory.cs
-Microsoft.Win32/UserPreferenceChangedEventArgs.cs
-Microsoft.Win32/UserPreferenceChangedEventHandler.cs
-Microsoft.Win32/UserPreferenceChangingEventArgs.cs
-Microsoft.Win32/UserPreferenceChangingEventHandler.cs
-
-System/MonoToolsLocator.cs
-
-System.CodeDom.Compiler/Executor.cs
-System.Configuration/ApplicationScopedSettingAttribute.cs
-System.Configuration/ApplicationSettingsBase.cs
-System.Configuration/ApplicationSettingsGroup.cs
-System.Configuration/AppSettingsReader.cs
-System.Configuration/ClientSettingsSection.cs
-System.Configuration/ConfigHelper.cs
-System.Configuration/ConfigurationException.cs
-System.Configuration/ConfigurationSettings.cs
-System.Configuration/ConfigXmlDocument.cs
-System.Configuration/CustomizableFileSettingsProvider.cs
-System.Configuration/DefaultSettingValueAttribute.cs
-System.Configuration/DictionarySectionHandler.cs
-System.Configuration/IApplicationSettingsProvider.cs
-System.Configuration/IConfigurationSectionHandler.cs
-System.Configuration/IConfigurationSystem.cs
-System.Configuration/IConfigXmlNode.cs
-System.Configuration/IdnElement.cs
-System.Configuration/IgnoreSectionHandler.cs
-System.Configuration/IriParsingElement.cs
-System.Configuration/IPersistComponentSettings.cs
-System.Configuration/ISettingsProviderService.cs
-System.Configuration/LocalFileSettingsProvider.cs
-System.Configuration/NameValueFileSectionHandler.cs
-System.Configuration/NameValueSectionHandler.cs
-System.Configuration/NoSettingsVersionUpgradeAttribute.cs
-System.Configuration/SettingAttribute.cs
-System.Configuration/SettingChangingEventArgs.cs
-System.Configuration/SettingChangingEventHandler.cs
-System.Configuration/SettingElementCollection.cs
-System.Configuration/SettingElement.cs
-System.Configuration/SettingsAttributeDictionary.cs
-System.Configuration/SettingsBase.cs
-System.Configuration/SettingsContext.cs
-System.Configuration/SettingsLoadedEventArgs.cs
-System.Configuration/SettingsLoadedEventHandler.cs
-System.Configuration/SettingsPropertyCollection.cs
-System.Configuration/SettingsProperty.cs
-System.Configuration/SettingsPropertyIsReadOnlyException.cs
-System.Configuration/SettingsPropertyNotFoundException.cs
-System.Configuration/SettingsPropertyValueCollection.cs
-System.Configuration/SettingsPropertyValue.cs
-System.Configuration/SettingsPropertyWrongTypeException.cs
-System.Configuration/SettingsProviderAttribute.cs
-System.Configuration/SettingsProviderCollection.cs
-System.Configuration/SettingsProvider.cs
-System.Configuration/SettingsSavingEventHandler.cs
-System.Configuration/SettingsSerializeAsAttribute.cs
-System.Configuration/SettingsSerializeAs.cs
-System.Configuration/SettingValueElement.cs
-System.Configuration/SettingsManageability.cs
-System.Configuration/SettingsManageabilityAttribute.cs
-System.Configuration/SettingsGroupDescriptionAttribute.cs
-System.Configuration/SettingsDescriptionAttribute.cs
-System.Configuration/SettingsGroupNameAttribute.cs
-System.Configuration/SingleTagSectionHandler.cs
-System.Configuration/SpecialSetting.cs
-System.Configuration/SpecialSettingAttribute.cs
-System.Configuration/UriSection.cs
-System.Configuration/UserSettingsGroup.cs
-System.Configuration/UserScopedSettingAttribute.cs
-
-System.Diagnostics/AlphabeticalEnumConverter.cs
-System.Diagnostics/CounterCreationDataCollection.cs
-System.Diagnostics/CounterCreationData.cs
-System.Diagnostics/CounterSampleCalculator.cs
-System.Diagnostics/CounterSample.cs
-System.Diagnostics/DiagnosticsConfigurationHandler.cs
-System.Diagnostics/EntryWrittenEventArgs.cs
-System.Diagnostics/EntryWrittenEventHandler.cs
-System.Diagnostics/EventInstance.cs
-System.Diagnostics/EventLog.cs
-System.Diagnostics/EventLogEntryCollection.cs
-System.Diagnostics/EventLogEntry.cs
-System.Diagnostics/EventLogEntryType.cs
-System.Diagnostics/EventLogImpl.cs
-System.Diagnostics/EventLogInstaller.cs
-System.Diagnostics/EventLogPermissionAccess.cs
-System.Diagnostics/EventLogPermissionAttribute.cs
-System.Diagnostics/EventLogPermission.cs
-System.Diagnostics/EventLogPermissionEntryCollection.cs
-System.Diagnostics/EventLogPermissionEntry.cs
-System.Diagnostics/EventLogTraceListener.cs
-System.Diagnostics/EventSourceCreationData.cs
-System.Diagnostics/ICollectData.cs
-System.Diagnostics/InstanceDataCollectionCollection.cs
-System.Diagnostics/InstanceDataCollection.cs
-System.Diagnostics/InstanceData.cs
-System.Diagnostics/LocalFileEventLog.cs
-System.Diagnostics/NullEventLog.cs
-System.Diagnostics/OverflowAction.cs
-System.Diagnostics/PerformanceCounterCategory.cs
-System.Diagnostics/PerformanceCounterCategoryType.cs
-System.Diagnostics/PerformanceCounter.cs
-System.Diagnostics/PerformanceCounterInstaller.cs
-System.Diagnostics/PerformanceCounterInstanceLifetime.cs
-System.Diagnostics/PerformanceCounterManager.cs
-System.Diagnostics/PerformanceCounterPermissionAccess.cs
-System.Diagnostics/PerformanceCounterPermissionAttribute.cs
-System.Diagnostics/PerformanceCounterPermission.cs
-System.Diagnostics/PerformanceCounterPermissionEntryCollection.cs
-System.Diagnostics/PerformanceCounterPermissionEntry.cs
-System.Diagnostics/PerformanceCounterType.cs
-System.Diagnostics/TraceSourceInfo.cs
-System.Diagnostics/Win32EventLog.cs
-
-System.IO/DefaultWatcher.cs
-System.IO/FAMWatcher.cs
-System.IO/NullFileWatcher.cs
-System.IO/FileAction.cs
-System.IO/FileSystemWatcher.cs
-System.IO/IFileWatcher.cs
-System.IO/InotifyWatcher.cs
-System.IO/KeventWatcher.cs
-System.IO/SearchPattern.cs
-System.IO/WindowsWatcher.cs
-
-System.IO.Ports/Handshake.cs
-System.IO.Ports/ISerialStream.cs
-System.IO.Ports/Parity.cs
-System.IO.Ports/SerialData.cs
-System.IO.Ports/SerialError.cs
-System.IO.Ports/SerialErrorEventArgs.cs
-System.IO.Ports/SerialPinChange.cs
-System.IO.Ports/SerialPinChangedEventArgs.cs
-System.IO.Ports/SerialPort.cs
-System.IO.Ports/SerialPortStream.cs
-System.IO.Ports/SerialReceivedEventArgs.cs
-System.IO.Ports/SerialSignal.cs
-System.IO.Ports/StopBits.cs
-System.IO.Ports/WinSerialStream.cs
-
-System.Media/AudioData.cs
-System.Media/AudioDevice.cs
-System.Media/SoundPlayer.cs
-System.Media/SystemSound.cs
-System.Media/SystemSounds.cs
-System.Media/Win32SoundPlayer.cs
-
-System.Net/DnsAsyncResult.cs
-System.Net/DnsPermissionAttribute.cs
-System.Net/DnsPermission.cs
-
-System.Net.Configuration/AuthenticationModuleElementCollection.cs
-System.Net.Configuration/AuthenticationModuleElement.cs
-System.Net.Configuration/AuthenticationModulesSection.cs
-System.Net.Configuration/BypassElementCollection.cs
-System.Net.Configuration/BypassElement.cs
-System.Net.Configuration/ConnectionManagementElementCollection.cs
-System.Net.Configuration/ConnectionManagementElement.cs
-System.Net.Configuration/ConnectionManagementHandler.cs
-System.Net.Configuration/ConnectionManagementSection.cs
-System.Net.Configuration/DefaultProxyHandler.cs
-System.Net.Configuration/DefaultProxySection.cs
-System.Net.Configuration/FtpCachePolicyElement.cs
-System.Net.Configuration/HttpCachePolicyElement.cs
-System.Net.Configuration/HttpWebRequestElement.cs
-System.Net.Configuration/Ipv6Element.cs
-System.Net.Configuration/MailSettingsSectionGroup.cs
-System.Net.Configuration/ModuleElement.cs
-System.Net.Configuration/NetAuthenticationModuleHandler.cs
-System.Net.Configuration/NetConfigurationHandler.cs
-System.Net.Configuration/NetSectionGroup.cs
-System.Net.Configuration/PerformanceCountersElement.cs
-System.Net.Configuration/ProxyElement.cs
-System.Net.Configuration/RequestCachingSection.cs
-System.Net.Configuration/ServicePointManagerElement.cs
-System.Net.Configuration/SettingsSection.cs
-System.Net.Configuration/SmtpNetworkElement.cs
-System.Net.Configuration/SmtpSection.cs
-System.Net.Configuration/SmtpSpecifiedPickupDirectoryElement.cs
-System.Net.Configuration/SocketElement.cs
-System.Net.Configuration/WebProxyScriptElement.cs
-System.Net.Configuration/WebRequestModuleElementCollection.cs
-System.Net.Configuration/WebRequestModuleElement.cs
-System.Net.Configuration/WebRequestModuleHandler.cs
-System.Net.Configuration/WebRequestModulesSection.cs
-
-System.Net.Mail/SmtpPermission.cs
-System.Net.Mail/SmtpPermissionAttribute.cs
-
-System.Runtime.InteropServices/StandardOleMarshalObject.cs
-
-System.Security.Permissions/PermissionHelper.cs
-System.Security.Permissions/ResourcePermissionBase.cs
-System.Security.Permissions/ResourcePermissionBaseEntry.cs
-System.Security.Permissions/StorePermissionAttribute.cs
-System.Security.Permissions/StorePermission.cs
-System.Security.Permissions/StorePermissionFlags.cs
-
-System.Web/AspNetHostingPermissionAttribute.cs
-System.Web/AspNetHostingPermission.cs
-System.Web/AspNetHostingPermissionLevel.cs
-
-Mono.Net.Dns/DnsClass.cs
-Mono.Net.Dns/DnsHeader.cs
-Mono.Net.Dns/DnsOpCode.cs
-Mono.Net.Dns/DnsPacket.cs
-Mono.Net.Dns/DnsQClass.cs
-Mono.Net.Dns/DnsQType.cs
-Mono.Net.Dns/DnsQuery.cs
-Mono.Net.Dns/DnsQuestion.cs
-Mono.Net.Dns/DnsRCode.cs
-Mono.Net.Dns/DnsResourceRecordA.cs
-Mono.Net.Dns/DnsResourceRecordAAAA.cs
-Mono.Net.Dns/DnsResourceRecordCName.cs
-Mono.Net.Dns/DnsResourceRecord.cs
-Mono.Net.Dns/DnsResourceRecordIPAddress.cs
-Mono.Net.Dns/DnsResourceRecordPTR.cs
-Mono.Net.Dns/DnsResponse.cs
-Mono.Net.Dns/DnsType.cs
-Mono.Net.Dns/DnsUtil.cs
-Mono.Net.Dns/ResolverAsyncOperation.cs
-Mono.Net.Dns/SimpleResolver.cs
-Mono.Net.Dns/ResolverError.cs
-Mono.Net.Dns/SimpleResolverEventArgs.cs
-ReferenceSources/BinaryCompatibility.cs
-ReferenceSources/ConfigurationManagerInternalFactory.cs
-ReferenceSources/SR2.cs
-
-../referencesource/System/misc/PrivilegedConfigurationManager.cs
-
-../referencesource/System/compmod/system/diagnostics/ConsoleTraceListener.cs
-../referencesource/System/compmod/system/diagnostics/FilterElement.cs
-../referencesource/System/compmod/system/diagnostics/PerfCounterSection.cs
-../referencesource/System/compmod/system/diagnostics/SourceElementsCollection.cs
-../referencesource/System/compmod/system/diagnostics/SwitchElementsCollection.cs
-../referencesource/System/compmod/system/diagnostics/SystemDiagnosticsSection.cs
-../referencesource/System/compmod/system/diagnostics/TraceSection.cs
-../referencesource/System/compmod/system/diagnostics/TypedElement.cs
-../referencesource/System/compmod/system/diagnostics/XmlWriterTraceListener.cs
-
-../../../external/corefx/src/Common/src/System/CSharpHelpers.cs
-
-../../../external/corefx/src/Common/src/System/IO/TempFileCollection.cs
-
-../../../external/corefx/src/Common/src/System/CodeDom/CodeObject.cs
-../../../external/corefx/src/Common/src/System/CodeDom/CodeTypeReference.cs
-../../../external/corefx/src/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs
-
-../../../external/corefx/src/System.CodeDom/src/Microsoft/CSharp/CSharpCodeGenerator.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/CSharp/CSharpMemberAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/CSharp/CSharpModifierAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/CSharp/CSharpTypeAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/VBCodeGenerator.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/VBMemberAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/VBModiferAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/VBTypeAttributeConverter.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeComment.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeConstructor.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDirective.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMemberField.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeNamespace.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CodeValidator.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.Evidence.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.Evidence.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/ExposedTabStringIndentedTextWriter.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/FieldDirection.cs
-../../../external/corefx/src/System.CodeDom/src/System/CodeDom/MemberAttributes.cs
-../../../external/corefx/src/System.CodeDom/src/System/Collections/Specialized/FixedStringLookup.cs
diff --git a/mcs/class/System/orbis_System.dll.exclude.sources b/mcs/class/System/orbis_System.dll.exclude.sources
deleted file mode 100644
index 88149d69837..00000000000
--- a/mcs/class/System/orbis_System.dll.exclude.sources
+++ /dev/null
@@ -1,2 +0,0 @@
-System.Net/MacProxy.cs
-System.Security.Cryptography.X509Certificates/OSX509Certificates.cs
diff --git a/mcs/class/System/orbis_System.dll.sources b/mcs/class/System/orbis_System.dll.sources
deleted file mode 100644
index 70a77a6dbff..00000000000
--- a/mcs/class/System/orbis_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.dll.sources
diff --git a/mcs/class/System/testing_aot_full_System.dll.sources b/mcs/class/System/testing_aot_full_System.dll.sources
deleted file mode 100644
index 70a77a6dbff..00000000000
--- a/mcs/class/System/testing_aot_full_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.dll.sources
diff --git a/mcs/class/System/testing_aot_hybrid_System.dll.sources b/mcs/class/System/testing_aot_hybrid_System.dll.sources
deleted file mode 100644
index 70a77a6dbff..00000000000
--- a/mcs/class/System/testing_aot_hybrid_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.dll.sources
diff --git a/mcs/class/System/winaot_System.dll.sources b/mcs/class/System/winaot_System.dll.sources
deleted file mode 100644
index 70a77a6dbff..00000000000
--- a/mcs/class/System/winaot_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.dll.sources
diff --git a/mcs/class/System/xammac_System.dll.sources b/mcs/class/System/xammac_System.dll.sources
deleted file mode 100644
index 70a77a6dbff..00000000000
--- a/mcs/class/System/xammac_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include mobile_System.dll.sources
diff --git a/mcs/class/System/xammac_net_4_5_System.dll.sources b/mcs/class/System/xammac_net_4_5_System.dll.sources
deleted file mode 100644
index beb6f2415cf..00000000000
--- a/mcs/class/System/xammac_net_4_5_System.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include net_4_x_System.dll.sources
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index 9cd987fabb5..12aa414ff9a 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -9,27 +9,27 @@ thisdir = class/aot-compiler
include ../../build/rules.make
the_libdir = $(topdir)/class/lib/$(PROFILE)/
-CSC_DIR = $(dir $(CSC_LOCATION))
-# The directory where the AOT images are stored
-images_dir = $(the_libdir)
+
+mscorlib_dll = $(the_libdir)/mscorlib.dll
+mscorlib_aot_image = $(mscorlib_dll)$(PLATFORM_AOT_SUFFIX)
# mcs.exe is only in the build profile, but the aot image should be compiled against the current
# profile
+ifdef MCS_MODE
mcs_exe = $(the_libdir)/mcs.exe
mcs_aot_image = $(the_libdir)/mcs.exe$(PLATFORM_AOT_SUFFIX)
+else
csc_exe = $(CSC_LOCATION)
-csc_aot_image = $(images_dir)/csc.exe$(PLATFORM_AOT_SUFFIX)
-csc_MCS_dll = $(CSC_DIR)/Microsoft.CodeAnalysis.CSharp.dll
-csc_MCS_image = $(images_dir)/Microsoft.CodeAnalysis.CSharp.dll$(PLATFORM_AOT_SUFFIX)
-csc_MC_dll = $(CSC_DIR)/Microsoft.CodeAnalysis.dll
-csc_MC_image = $(images_dir)/Microsoft.CodeAnalysis.dll$(PLATFORM_AOT_SUFFIX)
-csc_SRM_dll = $(CSC_DIR)/System.Reflection.Metadata.dll
-csc_SRM_image = $(images_dir)/System.Reflection.Metadata.dll$(PLATFORM_AOT_SUFFIX)
-csc_SCI_dll = $(CSC_DIR)/System.Collections.Immutable.dll
-csc_SCI_image = $(images_dir)/System.Collections.Immutable.dll$(PLATFORM_AOT_SUFFIX)
-
-mscorlib_dll = $(the_libdir)/mscorlib.dll
-mscorlib_aot_image = $(mscorlib_dll)$(PLATFORM_AOT_SUFFIX)
+csc_aot_image = $(the_libdir)/csc.exe$(PLATFORM_AOT_SUFFIX)
+csc_MCS_dll = $(dir $(CSC_LOCATION))/Microsoft.CodeAnalysis.CSharp.dll
+csc_MCS_image = $(the_libdir)/Microsoft.CodeAnalysis.CSharp.dll$(PLATFORM_AOT_SUFFIX)
+csc_MC_dll = $(dir $(CSC_LOCATION))/Microsoft.CodeAnalysis.dll
+csc_MC_image = $(the_libdir)/Microsoft.CodeAnalysis.dll$(PLATFORM_AOT_SUFFIX)
+csc_SRM_dll = $(dir $(CSC_LOCATION))/System.Reflection.Metadata.dll
+csc_SRM_image = $(the_libdir)/System.Reflection.Metadata.dll$(PLATFORM_AOT_SUFFIX)
+csc_SCI_dll = $(dir $(CSC_LOCATION))/System.Collections.Immutable.dll
+csc_SCI_image = $(the_libdir)/System.Collections.Immutable.dll$(PLATFORM_AOT_SUFFIX)
+endif
# The $(dir $(RUNTIME)) is necessary to get path to the mono binary in case when we cross-compile
# or just compile from a different directory than the top source dir
@@ -49,55 +49,59 @@ profile_arg:=$(subst $(space)$(comma),$(comma),$(foreach pf,$(profile_file),$(co
endif
ifdef PLATFORM_AOT_SUFFIX
+
+IMAGES = $(mscorlib_aot_image)
+$(mscorlib_aot_image): $(mscorlib_dll) $(runtime_dep)
+ $(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg) --debug $(mscorlib_dll) || (cat $(PROFILE)_aot.log; exit 1)
+
+ifdef MCS_MODE
+
+IMAGES += $(mcs_aot_image)
$(mcs_aot_image): $(mcs_exe) $(mscorlib_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(mcs_aot_image) --debug $(mcs_exe) || cat $(PROFILE)_aot.log || (cat $(PROFILE)_aot.log; exit 1)
+else
+
+IMAGES += $(csc_aot_image)
$(csc_aot_image): $(csc_exe) $(mscorlib_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(csc_aot_image) --debug $(csc_exe) || cat $(PROFILE)_aot.log || (cat $(PROFILE)_aot.log; exit 1)
-$(mscorlib_aot_image): $(mscorlib_dll) $(runtime_dep)
- $(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg) --debug $(mscorlib_dll) || (cat $(PROFILE)_aot.log; exit 1)
-
+IMAGES += $(csc_MC_image)
$(csc_MC_image): $(csc_MC_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(csc_MC_image) --debug $(csc_MC_dll) || (cat $(PROFILE)_aot.log; exit 1)
+IMAGES += $(csc_MCS_image)
$(csc_MCS_image): $(csc_MCS_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(csc_MCS_image) --debug $(csc_MCS_dll) || (cat $(PROFILE)_aot.log; exit 1)
+IMAGES += $(csc_SRM_image)
$(csc_SRM_image): $(csc_SRM_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(csc_SRM_image) --debug --apply-bindings=$(csc_exe).config $(csc_SRM_dll) || (cat $(PROFILE)_aot.log; exit 1)
+IMAGES += $(csc_SCI_image)
$(csc_SCI_image): $(csc_SCI_dll) $(runtime_dep)
$(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version$(profile_arg),outfile=$(csc_SCI_image) --debug $(csc_SCI_dll) || (cat $(PROFILE)_aot.log; exit 1)
-ifdef ENABLE_AOT
-
-CSC_IMAGES = $(csc_aot_image) $(csc_SRM_image) $(csc_SCI_image) $(csc_MC_image) $(csc_MCS_image)
+endif
-clean-local:
- -rm -f $(mscorlib_aot_image) $(mcs_aot_image) $(CSC_IMAGES) $(PROFILE)_aot.log
+ifdef ENABLE_AOT
# AOT build profile to speed up build
ifeq ($(PROFILE),build)
-IMAGES = $(mscorlib_aot_image)
-
-ifdef MCS_MODE
-IMAGES += $(mcs_aot_image)
-else
-IMAGES += $(CSC_IMAGES)
-endif
+clean-local:
+ -rm -f $(IMAGES) $(PROFILE)_aot.log
all-local: $(IMAGES)
+
install-local:
endif
ifeq ($(PROFILE), $(DEFAULT_PROFILE))
-IMAGES = $(mscorlib_aot_image) $(mcs_aot_image) $(CSC_IMAGES)
-
all-local: $(IMAGES)
+
install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
$(INSTALL_LIB) $(IMAGES) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
diff --git a/mcs/class/class.sln b/mcs/class/class.sln
new file mode 100644
index 00000000000..00d669d14f3
--- /dev/null
+++ b/mcs/class/class.sln
@@ -0,0 +1,173 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corlib", "corlib/corlib.csproj", "{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Security", "Mono.Security/Mono.Security.csproj", "{42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System", "System/System.csproj", "{2762E921-91A8-4C87-91E9-BA628013F753}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Xml", "System.XML/System.Xml.csproj", "{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Configuration", "System.Configuration/System.Configuration.csproj", "{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security", "System.Security/System.Security.csproj", "{3ED36717-A9D1-4289-8949-9B7F39766DEB}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Core", "System.Core/System.Core.csproj", "{359142A1-D80F-401E-AA64-7167C9317649}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.CompilerServices.SymbolWriter", "Mono.CompilerServices.SymbolWriter/Mono.CompilerServices.SymbolWriter.csproj", "{88177C4B-894F-485D-B95A-44199C06BE9F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ basic|Any CPU = basic|Any CPU
+ build-darwin|Any CPU = build-darwin|Any CPU
+ build-linux|Any CPU = build-linux|Any CPU
+ build-win32|Any CPU = build-win32|Any CPU
+ net_4_x-darwin|Any CPU = net_4_x-darwin|Any CPU
+ net_4_x-linux|Any CPU = net_4_x-linux|Any CPU
+ net_4_x-win32|Any CPU = net_4_x-win32|Any CPU
+ binary_reference_assemblies|Any CPU = binary_reference_assemblies|Any CPU
+ xbuild_12|Any CPU = xbuild_12|Any CPU
+ xbuild_14|Any CPU = xbuild_14|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.basic|Any CPU.Build.0 = basic|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.basic|Any CPU.Build.0 = basic|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {42D59DE7-586F-4ACF-BDD5-E7869E39E3EF}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.basic|Any CPU.Build.0 = basic|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {2762E921-91A8-4C87-91E9-BA628013F753}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.basic|Any CPU.Build.0 = basic|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.basic|Any CPU.Build.0 = basic|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {D5CDC09C-F19A-4811-A6C8-70F51CBFB644}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.basic|Any CPU.Build.0 = basic|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {3ED36717-A9D1-4289-8949-9B7F39766DEB}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.basic|Any CPU.Build.0 = basic|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {359142A1-D80F-401E-AA64-7167C9317649}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.basic|Any CPU.ActiveCfg = basic|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-darwin|Any CPU.ActiveCfg = build-darwin|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-darwin|Any CPU.Build.0 = build-darwin|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-linux|Any CPU.ActiveCfg = build-linux|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-linux|Any CPU.Build.0 = build-linux|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-win32|Any CPU.ActiveCfg = build-win32|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.build-win32|Any CPU.Build.0 = build-win32|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-darwin|Any CPU.ActiveCfg = net_4_x-darwin|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-darwin|Any CPU.Build.0 = net_4_x-darwin|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-linux|Any CPU.ActiveCfg = net_4_x-linux|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-linux|Any CPU.Build.0 = net_4_x-linux|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-win32|Any CPU.ActiveCfg = net_4_x-win32|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.net_4_x-win32|Any CPU.Build.0 = net_4_x-win32|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.binary_reference_assemblies|Any CPU.ActiveCfg = binary_reference_assemblies|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.xbuild_12|Any CPU.ActiveCfg = xbuild_12|Any CPU
+ {88177C4B-894F-485D-B95A-44199C06BE9F}.xbuild_14|Any CPU.ActiveCfg = xbuild_14|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/mcs/class/corlib/Makefile b/mcs/class/corlib/Makefile
index 54a15067ebe..4996e62ec52 100644
--- a/mcs/class/corlib/Makefile
+++ b/mcs/class/corlib/Makefile
@@ -3,32 +3,18 @@ SUBDIRS =
include ../../build/rules.make
export __SECURITY_BOOTSTRAP_DB=$(topdir)/class/corlib
-LIBRARY = corlib.dll
-LIBRARY_NAME = mscorlib.dll
-
-LIB_MCS_FLAGS = $(REFERENCE_SOURCES_FLAGS) $(RESOURCE_FILES:%=-resource:%)
-
-ifeq (2, $(FRAMEWORK_VERSION_MAJOR))
-LIB_MCS_FLAGS += -runtimemetadataversion:v4.0.30319
-else
-ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
-LIB_MCS_FLAGS += -runtimemetadataversion:v4.0.30319
-else
-$(error Unknown framework version)
-endif
-endif
+ASSEMBLY = corlib.dll
+ASSEMBLY_NAME = mscorlib.dll
ifeq ($(PROFILE),build)
-CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/$(PROFILE)/csc.$(LIBRARY).aotprofile
+CSC_RUNTIME_FLAGS=--profile=aot:output=$(topdir)/class/lib/$(PROFILE)/csc.$(ASSEMBLY).aotprofile
endif
-RESOURCE_STRINGS = ../referencesource/mscorlib/mscorlib.txt
-
RESX_RESOURCE_STRING = \
../../../external/corert/src/System.Private.CoreLib/src/Resources/Strings.resx \
../../../external/corefx/src/System.Collections.Concurrent/src/Resources/Strings.resx
-LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
+ASSEMBLY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
RESOURCE_FILES = \
resources/charinfo.nlp \
@@ -41,51 +27,18 @@ RESOURCE_FILES = \
resources/collation.cjkKOlv2.bin \
LinkerDescriptor/mscorlib.xml
-REFERENCE_SOURCES_FLAGS = -d:FEATURE_PAL,GENERICS_WORK,FEATURE_LIST_PREDICATES,FEATURE_SERIALIZATION,FEATURE_ASCII,FEATURE_LATIN1,FEATURE_UTF7,FEATURE_UTF32,MONO_HYBRID_ENCODING_SUPPORT,FEATURE_ASYNC_IO,NEW_EXPERIMENTAL_ASYNC_IO,FEATURE_UTF32,FEATURE_EXCEPTIONDISPATCHINFO,FEATURE_CORRUPTING_EXCEPTIONS,FEATURE_EXCEPTION_NOTIFICATIONS,FEATURE_STRONGNAME_MIGRATION,FEATURE_USE_LCID,FEATURE_FUSION,FEATURE_CRYPTO,FEATURE_X509_SECURESTRINGS,FEATURE_SYNCHRONIZATIONCONTEXT,FEATURE_SYNCHRONIZATIONCONTEXT_WAIT,HAS_CORLIB_CONTRACTS
-
-ifndef MOBILE_PROFILE
-REFERENCE_SOURCES_FLAGS += -d:FEATURE_MACL
-endif
-
-ifndef AOT_FRIENDLY_PROFILE
-REFERENCE_SOURCES_FLAGS += -d:FEATURE_REMOTING,MONO_COM,FEATURE_COMINTEROP,FEATURE_ROLE_BASED_SECURITY
-endif
-
ifndef NO_THREAD_ABORT
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
endif
ifndef NO_THREAD_SUSPEND_RESUME
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
TEST_MCS_FLAGS += -d:MONO_FEATURE_THREAD_SUSPEND_RESUME
endif
ifndef NO_MULTIPLE_APPDOMAINS
-REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
TEST_MCS_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
endif
-ifndef NO_CONSOLE
-LIB_MCS_FLAGS += -d:MONO_FEATURE_CONSOLE
-endif
-
-ifdef MONO_FEATURE_APPLETLS
-LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLETLS
-endif
-
-ifdef ONLY_APPLETLS
-LIB_MCS_FLAGS += -d:ONLY_APPLETLS
-endif
-
-ifdef MONO_FEATURE_APPLE_X509
-LIB_MCS_FLAGS += -d:MONO_FEATURE_APPLE_X509
-endif
-
-WARNING_ABOUT_DISABLED_WARNING=1635
-LOCAL_MCS_FLAGS = -unsafe -nostdlib -nowarn:612,618,$(WARNING_ABOUT_DISABLED_WARNING) -d:INSIDE_CORLIB,MONO_CULTURE_DATA -d:LIBC $(REFERENCE_SOURCES_FLAGS)
-DEFAULT_REFERENCES =
-
TEST_LIB_REFS = System.Core System
ifndef AOT_FRIENDLY_PROFILE
@@ -98,28 +51,6 @@ endif
TEST_MCS_FLAGS += -debug -nowarn:168,219,618,672 -unsafe \
-define:MONO_DATACONVERTER_STATIC_METHODS $(TEST_RESX_RESOURCES:%=-resource:%)
-
-CC_PROFILE := $(filter monotouch% xammac, $(PROFILE))
-ifdef CC_PROFILE
-
-BUILT_SOURCES = \
- CommonCrypto/MD5CryptoServiceProvider.g.cs \
- CommonCrypto/SHA256Managed.g.cs \
- CommonCrypto/RC2CryptoServiceProvider.g.cs \
- CommonCrypto/SHA384Managed.g.cs \
- CommonCrypto/DESCryptoServiceProvider.g.cs \
- CommonCrypto/SHA1CryptoServiceProvider.g.cs \
- CommonCrypto/SHA512Managed.g.cs \
- CommonCrypto/MD2Managed.g.cs \
- CommonCrypto/SHA1Managed.g.cs \
- CommonCrypto/TripleDESCryptoServiceProvider.g.cs \
- CommonCrypto/MD4Managed.g.cs
-
-CommonCrypto/%.g.cs:
- $(MAKE) -C CommonCrypto
-
-endif
-
EXTRA_DISTFILES = \
Test/resources/MyResources.resources \
Test/resources/MyResources.de.resources \
@@ -143,7 +74,7 @@ TEST_RESX_RESOURCES_SATELITE = \
CLEAN_FILES += $(TEST_RESX_RESOURCES)
-include $(topdir)/build/library.make
+include $(topdir)/build/msbuild.make
$(TEST_RESX_RESOURCES) $(TEST_RESX_RESOURCES_SATELITE): %.resources: %.resx
$(RESGEN) $< || cp $@.prebuilt $@
diff --git a/mcs/class/corlib/corlib-net_4_x.csproj b/mcs/class/corlib/corlib.csproj
index b804694794b..0af7e190793 100644
--- a/mcs/class/corlib/corlib-net_4_x.csproj
+++ b/mcs/class/corlib/corlib.csproj
@@ -1,1758 +1,1750 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>612,618,1635,1699</NoWarn>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
-
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>mscorlib</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>612,618,1635,1699</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;INSIDE_CORLIB;MONO_CULTURE_DATA;LIBC;FEATURE_PAL;GENERICS_WORK;FEATURE_LIST_PREDICATES;FEATURE_SERIALIZATION;FEATURE_ASCII;FEATURE_LATIN1;FEATURE_UTF7;FEATURE_UTF32;MONO_HYBRID_ENCODING_SUPPORT;FEATURE_ASYNC_IO;NEW_EXPERIMENTAL_ASYNC_IO;FEATURE_UTF32;FEATURE_EXCEPTIONDISPATCHINFO;FEATURE_CORRUPTING_EXCEPTIONS;FEATURE_EXCEPTION_NOTIFICATIONS;FEATURE_STRONGNAME_MIGRATION;FEATURE_USE_LCID;FEATURE_FUSION;FEATURE_CRYPTO;FEATURE_X509_SECURESTRINGS;FEATURE_SYNCHRONIZATIONCONTEXT;FEATURE_SYNCHRONIZATIONCONTEXT_WAIT;HAS_CORLIB_CONTRACTS;FEATURE_MACL;FEATURE_REMOTING;MONO_COM;FEATURE_COMINTEROP;FEATURE_ROLE_BASED_SECURITY;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;FEATURE_PAL;GENERICS_WORK;FEATURE_LIST_PREDICATES;FEATURE_SERIALIZATION;FEATURE_ASCII;FEATURE_LATIN1;FEATURE_UTF7;FEATURE_UTF32;MONO_HYBRID_ENCODING_SUPPORT;FEATURE_ASYNC_IO;NEW_EXPERIMENTAL_ASYNC_IO;FEATURE_UTF32;FEATURE_EXCEPTIONDISPATCHINFO;FEATURE_CORRUPTING_EXCEPTIONS;FEATURE_EXCEPTION_NOTIFICATIONS;FEATURE_STRONGNAME_MIGRATION;FEATURE_USE_LCID;FEATURE_FUSION;FEATURE_CRYPTO;FEATURE_X509_SECURESTRINGS;FEATURE_SYNCHRONIZATIONCONTEXT;FEATURE_SYNCHRONIZATIONCONTEXT_WAIT;HAS_CORLIB_CONTRACTS;FEATURE_MACL;FEATURE_REMOTING;MONO_COM;FEATURE_COMINTEROP;FEATURE_ROLE_BASED_SECURITY;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;MONO_FEATURE_CONSOLE;MONO_FEATURE_APPLETLS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>612,618,1635,1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>INSIDE_CORLIB;MONO_CULTURE_DATA;LIBC;FEATURE_PAL;GENERICS_WORK;FEATURE_LIST_PREDICATES;FEATURE_SERIALIZATION;FEATURE_ASCII;FEATURE_LATIN1;FEATURE_UTF7;FEATURE_UTF32;MONO_HYBRID_ENCODING_SUPPORT;FEATURE_ASYNC_IO;NEW_EXPERIMENTAL_ASYNC_IO;FEATURE_UTF32;FEATURE_EXCEPTIONDISPATCHINFO;FEATURE_CORRUPTING_EXCEPTIONS;FEATURE_EXCEPTION_NOTIFICATIONS;FEATURE_STRONGNAME_MIGRATION;FEATURE_USE_LCID;FEATURE_FUSION;FEATURE_CRYPTO;FEATURE_X509_SECURESTRINGS;FEATURE_SYNCHRONIZATIONCONTEXT;FEATURE_SYNCHRONIZATIONCONTEXT_WAIT;HAS_CORLIB_CONTRACTS;FEATURE_MACL;FEATURE_REMOTING;MONO_COM;FEATURE_COMINTEROP;FEATURE_ROLE_BASED_SECURITY;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;FEATURE_PAL;GENERICS_WORK;FEATURE_LIST_PREDICATES;FEATURE_SERIALIZATION;FEATURE_ASCII;FEATURE_LATIN1;FEATURE_UTF7;FEATURE_UTF32;MONO_HYBRID_ENCODING_SUPPORT;FEATURE_ASYNC_IO;NEW_EXPERIMENTAL_ASYNC_IO;FEATURE_UTF32;FEATURE_EXCEPTIONDISPATCHINFO;FEATURE_CORRUPTING_EXCEPTIONS;FEATURE_EXCEPTION_NOTIFICATIONS;FEATURE_STRONGNAME_MIGRATION;FEATURE_USE_LCID;FEATURE_FUSION;FEATURE_CRYPTO;FEATURE_X509_SECURESTRINGS;FEATURE_SYNCHRONIZATIONCONTEXT;FEATURE_SYNCHRONIZATIONCONTEXT_WAIT;HAS_CORLIB_CONTRACTS;FEATURE_MACL;FEATURE_REMOTING;MONO_COM;FEATURE_COMINTEROP;FEATURE_ROLE_BASED_SECURITY;MONO_FEATURE_THREAD_ABORT;MONO_FEATURE_THREAD_SUSPEND_RESUME;MONO_FEATURE_MULTIPLE_APPDOMAINS;MONO_FEATURE_CONSOLE;MONO_FEATURE_APPLETLS</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentDictionary.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentQueue.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentStack.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\IProducerConsumerCollection.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\OrderablePartitioner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\Partitioner.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\PartitionerStatic.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ContentType.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyStorageFlags.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.MemAllocFree.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
- <Compile Include="..\..\..\external\corert\src\Common\src\System\Numerics\Hashing\HashHelpers.cs" />
- <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Libraries.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Collections\DictionaryEntry.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Collections\Generic\KeyValuePair.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Diagnostics\Debug.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\IsReadOnlyAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\ITuple.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\RuntimeFeature.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TupleElementNamesAttribute.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\TupleExtensions.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\ValueTuple.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Array.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\LowLevelComparer.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\ObjectEqualityComparer.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
- <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Tuple.cs" />
- <Compile Include="..\..\build\common\AssemblyRef.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\Mono.Parallel\Mono.Threading\AtomicBoolean.cs" />
- <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
- <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
- <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
- <Compile Include="..\Mono.Security\Mono.Math.Prime\ConfidenceFactor.cs" />
- <Compile Include="..\Mono.Security\Mono.Math.Prime\PrimalityTests.cs" />
- <Compile Include="..\Mono.Security\Mono.Math\BigInteger.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeBase.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoTools.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\KeyPairPersistence.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS1.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS8.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RC4.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RSAManaged.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.Cryptography\SymmetricTransform.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\PKCS12.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X501Name.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Certificate.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509CertificateCollection.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Chain.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509ChainStatusFlags.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509CRL.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extension.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extensions.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Store.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509StoreManager.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X509Stores.cs" />
- <Compile Include="..\Mono.Security\Mono.Security.X509\X520Attributes.cs" />
- <Compile Include="..\Mono.Security\Mono.Security\ASN1.cs" />
- <Compile Include="..\Mono.Security\Mono.Security\ASN1Convert.cs" />
- <Compile Include="..\Mono.Security\Mono.Security\BitConverterLE.cs" />
- <Compile Include="..\Mono.Security\Mono.Security\PKCS7.cs" />
- <Compile Include="..\Mono.Security\Mono.Security\StrongName.cs" />
- <Compile Include="..\referencesource\mscorlib\\system\runtime\reliability\criticalfinalizerobject.cs" />
- <Compile Include="..\referencesource\mscorlib\\system\runtime\reliability\prepreparemethodattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\\system\runtime\reliability\reliabilitycontractattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safefilehandle.cs" />
- <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safefindhandle.cs" />
- <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\saferegistryhandle.cs" />
- <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safewaithandle.cs" />
- <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\win32safehandles.cs" />
- <Compile Include="..\referencesource\mscorlib\system\__filters.cs" />
- <Compile Include="..\referencesource\mscorlib\system\__hresults.cs" />
- <Compile Include="..\referencesource\mscorlib\system\_localdatastore.cs" />
- <Compile Include="..\referencesource\mscorlib\system\_localdatastoremgr.cs" />
- <Compile Include="..\referencesource\mscorlib\system\accessviolationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\action.cs" />
- <Compile Include="..\referencesource\mscorlib\system\activator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\AggregateException.cs" />
- <Compile Include="..\referencesource\mscorlib\system\AppContext\AppContext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\AppContext\AppContextSwitches.cs" />
- <Compile Include="..\referencesource\mscorlib\system\appdomainattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\appdomainunloadedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\applicationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\applicationid.cs" />
- <Compile Include="..\referencesource\mscorlib\system\argumentexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\argumentnullexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\argumentoutofrangeexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\arithmeticexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\arraysegment.cs" />
- <Compile Include="..\referencesource\mscorlib\system\arraytypemismatchexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\asynccallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\attribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\attributetargets.cs" />
- <Compile Include="..\referencesource\mscorlib\system\attributeusageattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\badimageformatexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\bitconverter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\boolean.cs" />
- <Compile Include="..\referencesource\mscorlib\system\buffer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\byte.cs" />
- <Compile Include="..\referencesource\mscorlib\system\cannotunloadappdomainexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\char.cs" />
- <Compile Include="..\referencesource\mscorlib\system\charenumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\clscompliantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\arraylist.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\bitarray.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\caseinsensitivecomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\caseinsensitivehashcodeprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\collectionbase.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\comparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\compatiblecomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\dictionarybase.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\emptyreadonlydictionaryinternal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\comparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\debugview.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\equalitycomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\icollection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\icomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\idictionary.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ienumerable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ienumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\iequalitycomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ilist.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlycollection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlydictionary.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlylist.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\keynotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\generic\list.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\hashtable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\icollection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\icomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\idictionary.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\idictionaryenumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\ienumerable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\ienumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\iequalitycomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\ihashcodeprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\ilist.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\istructuralcomparable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\istructuralequatable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\keyvaluepairs.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\listdictionaryinternal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\collection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\keyedcollection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\readonlycollection.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\readonlydictionary.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\queue.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\readonlycollectionbase.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\sortedlist.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\stack.cs" />
- <Compile Include="..\referencesource\mscorlib\system\collections\structuralcomparisons.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolecanceleventargs.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolecolor.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolekey.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolekeyinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolemodifiers.cs" />
- <Compile Include="..\referencesource\mscorlib\system\consolespecialkey.cs" />
- <Compile Include="..\referencesource\mscorlib\system\contextboundobject.cs" />
- <Compile Include="..\referencesource\mscorlib\system\contextmarshalexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\contextstaticattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\convert.cs" />
- <Compile Include="..\referencesource\mscorlib\system\datamisalignedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\datetime.cs" />
- <Compile Include="..\referencesource\mscorlib\system\datetimekind.cs" />
- <Compile Include="..\referencesource\mscorlib\system\datetimeoffset.cs" />
- <Compile Include="..\referencesource\mscorlib\system\dayofweek.cs" />
- <Compile Include="..\referencesource\mscorlib\system\dbnull.cs" />
- <Compile Include="..\referencesource\mscorlib\system\decimal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\defaultbinder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\assert.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\assertfilter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\assertfilters.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\codeanalysis\suppressmessageattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\conditionalattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\contracts\contracts.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\contracts\contractsbcl.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\debuggerattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\eventactivityoptions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\eventsourceexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\TraceLogging\EventSourceOptions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\TraceLogging\TraceLoggingEventTraits.cs" />
- <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\winmeta.cs" />
- <Compile Include="..\referencesource\mscorlib\system\dividebyzeroexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\dllnotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\double.cs" />
- <Compile Include="..\referencesource\mscorlib\system\duplicatewaitobjectexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\empty.cs" />
- <Compile Include="..\referencesource\mscorlib\system\entrypointnotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\enum.cs" />
- <Compile Include="..\referencesource\mscorlib\system\eventargs.cs" />
- <Compile Include="..\referencesource\mscorlib\system\eventhandler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\exception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\executionengineexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\fieldaccessexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\flagsattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\formatexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\FormattableString.cs" />
- <Compile Include="..\referencesource\mscorlib\system\gc.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\bidicategory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\calendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\calendaralgorithmtype.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\calendardata.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\calendarweekrule.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\CalendricalCalculationsHelper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\charunicodeinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\chineselunisolarcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\compareinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\culturenotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\culturetypes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformat.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformatinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformatinfoscanner.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeparse.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\datetimestyles.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\daylighttime.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\digitshapes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\eastasianlunisolarcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\globalizationassembly.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendarhelper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendartypes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\hebrewcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\hebrewnumber.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\hijricalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\japanesecalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\japaneselunisolarcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\juliancalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\koreancalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\koreanlunisolarcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\numberformatinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\numberstyles.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\Persiancalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\sortversion.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\stringinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\taiwancalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\taiwanlunisolarcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\textelementenumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\textinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\thaibuddhistcalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\timespanformat.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\timespanparse.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\umalquracalendar.cs" />
- <Compile Include="..\referencesource\mscorlib\system\globalization\unicodecategory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\guid.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iappdomain.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iappdomainsetup.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iasyncresult.cs" />
- <Compile Include="..\referencesource\mscorlib\system\icloneable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\icomparable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iconvertible.cs" />
- <Compile Include="..\referencesource\mscorlib\system\icustomformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\idisposable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iequatable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iformatprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iformattable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\indexoutofrangeexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\insufficientexecutionstackexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\insufficientmemoryexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\int16.cs" />
- <Compile Include="..\referencesource\mscorlib\system\int32.cs" />
- <Compile Include="..\referencesource\mscorlib\system\int64.cs" />
- <Compile Include="..\referencesource\mscorlib\system\invalidcastexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\invalidoperationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\invalidprogramexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\invalidtimezoneexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\__error.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\__hresults.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\binaryreader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\binarywriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\bufferedstream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\directory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\directorynotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\drivenotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\endofstreamexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\fileinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\fileloadexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\filenotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\filesystemenumerable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\filesysteminfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\ioexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\memorystream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\pathtoolongexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\pinnedbuffermemorystream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\stream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\streamreader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\streamwriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\stringreader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\stringwriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\textreader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\textwriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemoryaccessor.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemorystream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemorystreamwrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iobservable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iobserver.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iprogress.cs" />
- <Compile Include="..\referencesource\mscorlib\system\iserviceobjectprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\Lazy.cs" />
- <Compile Include="..\referencesource\mscorlib\system\math.cs" />
- <Compile Include="..\referencesource\mscorlib\system\memberaccessexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\methodaccessexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\midpointrounding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\missingfieldexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\missingmemberexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\missingmethodexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\multicastnotsupportedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\nonserializedattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\notfinitenumberexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\notimplementedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\notsupportedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\nullreferenceexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\number.cs" />
- <Compile Include="..\referencesource\mscorlib\system\objectdisposedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\obsoleteattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\operationcanceledexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\outofmemoryexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\overflowexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\paramarrayattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\paramsarray.cs" />
- <Compile Include="..\referencesource\mscorlib\system\platformnotsupportedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\progress.cs" />
- <Compile Include="..\referencesource\mscorlib\system\random.cs" />
- <Compile Include="..\referencesource\mscorlib\system\rankexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\ambiguousmatchexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\assemblyattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\assemblynameflags.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\assemblynameproxy.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\binder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\bindingflags.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\callingconventions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\CustomAttributeExtensions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\defaultmemberattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\emit\methodbuilder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\emit\symboltype.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\eventattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\fieldattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\genericparameterattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\icustomattributeprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\interfacemapping.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\introspectionextensions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\invalidfiltercriteriaexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\ireflect.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\ireflectabletype.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\manifestresourceinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\mdimport.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\memberfilter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\memberinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\memberinfoserializationholder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\membertypes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\methodattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\methodbase.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\methodbody.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\methodimplattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\methodinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\missing.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\obfuscateassemblyattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\obfuscationattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\parameterattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\parametermodifier.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\pointer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\propertyattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\reflectioncontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\resourceattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\RuntimeReflectionExtensions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\targetexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\targetinvocationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\targetparametercountexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\typeattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\typedelegator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\typefilter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\reflection\typeinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resid.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\__fastresourcecomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\__hresults.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\filebasedresourcegroveler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\iresourcegroveler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\iresourcereader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\iresourcewriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\looselylinkedresourcereference.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\manifestbasedresourcegroveler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\missingmanifestresourceexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\missingsatelliteassemblyexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\neutralresourceslanguageattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourcefallbackmanager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourcemanager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourcereader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourceset.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourcetypecode.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\resourcewriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\runtimeresourceset.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\satellitecontractversionattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\resources\ultimateresourcefallbacklocation.cs" />
- <Compile Include="..\referencesource\mscorlib\system\rttype.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\accessedthroughpropertyattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\assemblyattributesgohere.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\assemblysettingattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\AsyncMethodBuilder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\AsyncStateMachineAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerFilePathAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerLineNumberAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerMemberNameAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\callingconvention.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilationrelaxations.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilergeneratedattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilerglobalscopeattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilermarshaloverride.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\customconstantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\datetimeconstantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\decimalconstantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\decoratednameattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\disableprivatereflectionattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\discardableattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\extensionattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\fixedaddressvaluetypeattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\fixedbufferattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\FormattableStringFactory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\hascopysemanticsattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\IAsyncStateMachine.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\idispatchconstantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\indexernameattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\INotifyCompletion.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\internalsvisibletoattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isboxed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isbyvalue.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isconst.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\iscopyconstructed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isexplicitlydereferenced.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isimplicitlydereferenced.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isjitintrinsic.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\islong.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\ispinned.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\issignunspecifiedbyte.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isudtreturn.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isvolatile.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\IteratorStateMachineAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\iunknownconstantattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\methodimplattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\nativecppclassattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\ReferenceAssemblyAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\requiredattributeattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\RuntimeCompatibilityAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\RuntimeWrappedException.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\scopelessenumattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\specialnameattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\StateMachineAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\suppressildasmattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\suppressmergecheckattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TaskAwaiter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\typedependencyattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TypeForwardedFromAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TypeForwardedToAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\unsafevaluetypeattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\YieldAwaitable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\corruptingexceptioncommon.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\exceptionnotification.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\exceptionservicescommon.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\arraywithoffset.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\attributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\bstrwrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\callingconvention.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\charset.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\comexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\commembertype.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ibindctx.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iconnectionpoint.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iconnectionpointcontainer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumconnectionpoints.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumconnections.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumerable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienummoniker.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumstring.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumvariant.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iexpando.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\imoniker.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ipersistfile.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ireflect.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\irunningobjecttable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\istream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypecomp.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypeinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypeinfo2.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypelib.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypelib2.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\criticalhandle.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\currencywrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\dispatchwrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\errorwrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\expando\iexpando.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\externalexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\handleref.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomadapter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomfactory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustommarshaler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomqueryinterface.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\invalidcomobjectexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\invalidolevarianttypeexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\iregistrationservices.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\layoutkind.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\marshaldirectiveexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\objectcreationdelegate.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\runtimeenvironment.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safearrayrankmismatchexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safearraytypemismatchexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safehandle.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\sehexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ucomienumconnections.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\unknownwrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\variantWrapper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\attributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\eventregistrationtoken.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\iactivationfactory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\irestrictederrorinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\NgenServicingAttributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\remoting\callcontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\deserializationeventhandler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatterconverter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binarycommonclasses.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryconverter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryenums.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryformatterwriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binarymethodmessage.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectreader.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectwriter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryparser.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryutilclasses.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\commonenums.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\ifieldinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\isoapmessage.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\sertrace.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\soapfault.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\soapmessage.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatterservices.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\ideserializationcallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iformatterconverter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iobjectreference.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iserializable.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iserializationsurrogate.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\isurrogateselector.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\memberholder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectclonehelper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectidgenerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectmanager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\safeserializationmanager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationbinder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationeventscache.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationfieldinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationinfoenumerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationobjectmanager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\streamingcontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\surrogateselector.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\valuetypefixupinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\componentguaranteesattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\multitargetinghelpers.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\NonVersionableAttribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\resourceattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\targetframeworkattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\targetframeworkid.cs" />
- <Compile Include="..\referencesource\mscorlib\system\sbyte.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\attributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\Claim.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimsIdentity.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimsPrincipal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimTypes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimValueTypes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\claims\RoleClaimProvider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\aes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricalgorithm.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetrickeyexchangedeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetrickeyexchangeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricsignaturedeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricsignatureformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\base64transforms.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\crypto.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\cryptoapitransform.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\cryptostream.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\derivebytes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\des.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsa.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsasignaturedeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsasignatureformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hashalgorithm.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\HashAlgorithmName.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmac.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacmd5.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacripemd160.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha1.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha256.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha384.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha512.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\icryptotransform.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\keyedhashalgorithm.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\mactripledes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\maskgenerationmethod.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\md5.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\passwordderivebytes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\pkcs1maskgenerationmethod.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\randomnumbergenerator.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rfc2898derivebytes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndael.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanagedtransform.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\ripemd160.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\ripemd160managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsa.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsacryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSAEncryptionPadding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSAEncryptionPaddingMode.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsaoaepkeyexchangedeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsaoaepkeyexchangeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsapkcs1keyexchangedeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsapkcs1keyexchangeformatter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSASignaturePadding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSASignaturePaddingMode.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\signaturedescription.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\symmetricalgorithm.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\utils.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\cryptography\x509certificates\x509utils.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\principal\genericidentity.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\safesecurityhandles.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\securitycontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\securitydocument.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\util\hex.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\util\parser.cs" />
- <Compile Include="..\referencesource\mscorlib\system\security\util\tokenizer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\serializableattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\sharedstatics.cs" />
- <Compile Include="..\referencesource\mscorlib\system\single.cs" />
- <Compile Include="..\referencesource\mscorlib\system\stackoverflowexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\string.cs" />
- <Compile Include="..\referencesource\mscorlib\system\stringcomparer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\stringfreezingattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\systemexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\asciiencoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\codepageencoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decoder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decoderbestfitfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decoderexceptionfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decoderfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decodernls.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\decoderreplacementfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoderbestfitfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoderexceptionfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoderfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encodernls.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoderreplacementfallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encodinginfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\encodingprovider.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\mlangcodepageencoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\stringbuilder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\stringbuildercache.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\surrogateencoder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\unicodeencoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\utf32encoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\utf7encoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\text\utf8encoding.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threadattributes.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\abandonedmutexexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\apartmentstate.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\asynclocal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\autoresetevent.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\CancellationToken.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\CancellationTokenRegistration.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\CancellationTokenSource.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\CountdownEvent.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\eventresetmode.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\eventwaithandle.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\executioncontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\LazyInitializer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\lockrecursionexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\manualresetevent.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\ManualResetEventSlim.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\monitor.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\parameterizedthreadstart.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\semaphorefullexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\SemaphoreSlim.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\sendorpostcallback.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\SpinLock.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\SpinWait.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\synchronizationcontext.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\synchronizationlockexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\AsyncCausalityTracer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\BeginEndAwaitableAdapter.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Future.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\FutureFactory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Parallel.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ParallelLoopState.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ParallelRangeManager.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ProducerConsumerQueues.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Task.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskCanceledException.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskCompletionSource.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskContinuation.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskExceptionHolder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskFactory.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskScheduler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskSchedulerException.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskToApm.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ThreadPoolTaskScheduler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\thread.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadabortexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadinterruptedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\ThreadLocal.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadpool.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadpriority.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadstart.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadstartexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadstate.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\threadstateexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\timeout.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\waithandle.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\waithandlecannotbeopenedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threading\waithandleExtensions.cs" />
- <Compile Include="..\referencesource\mscorlib\system\threadstaticattribute.cs" />
- <Compile Include="..\referencesource\mscorlib\system\throwhelper.cs" />
- <Compile Include="..\referencesource\mscorlib\system\timeoutexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\timespan.cs" />
- <Compile Include="..\referencesource\mscorlib\system\timezoneinfo.cs" />
- <Compile Include="..\referencesource\mscorlib\system\timezonenotfoundexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\type.cs" />
- <Compile Include="..\referencesource\mscorlib\system\typeaccessexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\typedreference.cs" />
- <Compile Include="..\referencesource\mscorlib\system\typeinitializationexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\typeloadexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\typeunloadedexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\uint16.cs" />
- <Compile Include="..\referencesource\mscorlib\system\uint32.cs" />
- <Compile Include="..\referencesource\mscorlib\system\uint64.cs" />
- <Compile Include="..\referencesource\mscorlib\system\unauthorizedaccessexception.cs" />
- <Compile Include="..\referencesource\mscorlib\system\unhandledexceptioneventargs.cs" />
- <Compile Include="..\referencesource\mscorlib\system\unhandledexceptioneventhandler.cs" />
- <Compile Include="..\referencesource\mscorlib\system\unityserializationholder.cs" />
- <Compile Include="..\referencesource\mscorlib\system\unsafecharbuffer.cs" />
- <Compile Include="..\referencesource\mscorlib\system\version.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="coreclr\SorterArray.cs" />
- <Compile Include="CoreFoundation\CFHelpers.cs" />
- <Compile Include="corefx\SR.cs" />
- <Compile Include="corert\AddrofIntrinsics.cs" />
- <Compile Include="corert\Debug.cs" />
- <Compile Include="corert\EnvironmentAugments.cs" />
- <Compile Include="corert\Interop.cs" />
- <Compile Include="corert\Interop.MemAllocFree.cs" />
- <Compile Include="corert\RelocatedTypeAttribute.cs" />
- <Compile Include="corert\RuntimeThread.cs" />
- <Compile Include="corert\ThreadPoolBoundHandle.cs" />
- <Compile Include="Microsoft.Win32\IRegistryApi.cs" />
- <Compile Include="Microsoft.Win32\Registry.cs" />
- <Compile Include="Microsoft.Win32\RegistryHive.cs" />
- <Compile Include="Microsoft.Win32\RegistryKey.cs" />
- <Compile Include="Microsoft.Win32\RegistryKeyPermissionCheck.cs" />
- <Compile Include="Microsoft.Win32\RegistryOptions.cs" />
- <Compile Include="Microsoft.Win32\RegistryValueKind.cs" />
- <Compile Include="Microsoft.Win32\RegistryValueOptions.cs" />
- <Compile Include="Microsoft.Win32\RegistryView.cs" />
- <Compile Include="Microsoft.Win32\UnixRegistryApi.cs" />
- <Compile Include="Microsoft.Win32\Win32RegistryApi.cs" />
- <Compile Include="Microsoft.Win32\Win32ResultCode.cs" />
- <Compile Include="Mono.Globalization.Unicode\CodePointIndexer.cs" />
- <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTable.cs" />
- <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTableUtil.cs" />
- <Compile Include="Mono.Globalization.Unicode\Normalization.cs" />
- <Compile Include="Mono.Globalization.Unicode\NormalizationTableUtil.cs" />
- <Compile Include="Mono.Globalization.Unicode\SimpleCollator.cs" />
- <Compile Include="Mono.Globalization.Unicode\SortKey.cs" />
- <Compile Include="Mono.Globalization.Unicode\SortKeyBuffer.cs" />
- <Compile Include="Mono.Interop\ComInteropProxy.cs" />
- <Compile Include="Mono.Interop\IDispatch.cs" />
- <Compile Include="Mono.Interop\IUnknown.cs" />
- <Compile Include="Mono.Security.Cryptography\DSAManaged.cs" />
- <Compile Include="Mono.Security.Cryptography\HMACAlgorithm.cs" />
- <Compile Include="Mono.Security.Cryptography\MACAlgorithm.cs" />
- <Compile Include="Mono.Security\StrongNameManager.cs" />
- <Compile Include="Mono.Security\Uri.cs" />
- <Compile Include="Mono.Xml\SecurityParser.cs" />
- <Compile Include="Mono.Xml\SmallXmlParser.cs" />
- <Compile Include="Mono\DataConverter.cs" />
- <Compile Include="Mono\Runtime.cs" />
- <Compile Include="Mono\RuntimeHandles.cs" />
- <Compile Include="Mono\RuntimeMarshal.cs" />
- <Compile Include="Mono\RuntimeStructs.cs" />
- <Compile Include="Mono\SafeGPtrArrayHandle.cs" />
- <Compile Include="Mono\SafeStringMarshal.cs" />
- <Compile Include="ReferenceSources\__ConsoleStream.cs" />
- <Compile Include="ReferenceSources\AppContextDefaultValues.cs" />
- <Compile Include="ReferenceSources\AppDomain.cs" />
- <Compile Include="ReferenceSources\Array.cs" />
- <Compile Include="ReferenceSources\BCLDebug.cs" />
- <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
- <Compile Include="ReferenceSources\Buffer.cs" />
- <Compile Include="ReferenceSources\CalendarData.cs" />
- <Compile Include="ReferenceSources\CLRConfig.cs" />
- <Compile Include="ReferenceSources\CompareInfo.cs" />
- <Compile Include="ReferenceSources\CompatibilitySwitches.cs" />
- <Compile Include="ReferenceSources\CultureData.cs" />
- <Compile Include="ReferenceSources\DefaultBinder.cs" />
- <Compile Include="ReferenceSources\EncodingDataItem.cs" />
- <Compile Include="ReferenceSources\EncodingTable.cs" />
- <Compile Include="ReferenceSources\Environment.cs" />
- <Compile Include="ReferenceSources\JitHelpers.cs" />
- <Compile Include="ReferenceSources\MethodBase.cs" />
- <Compile Include="ReferenceSources\NativeMethods.cs" />
- <Compile Include="ReferenceSources\ParseNumbers.cs" />
- <Compile Include="ReferenceSources\PathInternal.cs" />
- <Compile Include="ReferenceSources\RemotingFieldCachedData.cs" />
- <Compile Include="ReferenceSources\RuntimeHandles.cs" />
- <Compile Include="ReferenceSources\RuntimeType.cs" />
- <Compile Include="ReferenceSources\SecurityContext.cs" />
- <Compile Include="ReferenceSources\String.cs" />
- <Compile Include="ReferenceSources\TextInfo.cs" />
- <Compile Include="ReferenceSources\Type.cs" />
- <Compile Include="ReferenceSources\TypeNameParser.cs" />
- <Compile Include="ReferenceSources\win32native.cs" />
- <Compile Include="System.Configuration.Assemblies\AssemblyHash.cs" />
- <Compile Include="System.Configuration.Assemblies\AssemblyHashAlgorithm.cs" />
- <Compile Include="System.Configuration.Assemblies\AssemblyVersionCompatibility.cs" />
- <Compile Include="System.Configuration.Assemblies\ProcessorID.cs" />
- <Compile Include="System.Deployment.Internal\InternalActivationContextHelper.cs" />
- <Compile Include="System.Deployment.Internal\InternalApplicationIdentityHelper.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder1.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocument.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocumentWriter.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolMethod.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolNamespace.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolReader.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolScope.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolVariable.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\ISymbolWriter.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\SymAddressKind.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\SymbolToken.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />
- <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventAttribute.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventCommand.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventCommandEventArgs.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventCounter.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventDataAttribute.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventFieldAttribute.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventFieldFormat.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventFieldTags.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventIgnoreAttribute.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventListener.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventManifestOptions.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventSource.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventSourceAttribute.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventSourceSettings.cs" />
- <Compile Include="System.Diagnostics.Tracing\EventWrittenEventArgs.cs" />
- <Compile Include="System.Diagnostics.Tracing\NonEventAttribute.cs" />
- <Compile Include="System.Diagnostics\Debugger.cs" />
- <Compile Include="System.Diagnostics\StackFrame.cs" />
- <Compile Include="System.Diagnostics\StackTrace.cs" />
- <Compile Include="System.Globalization\CultureInfo.cs" />
- <Compile Include="System.Globalization\IdnMapping.cs" />
- <Compile Include="System.Globalization\RegionInfo.cs" />
- <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />
- <Compile Include="System.IO.IsolatedStorage\INormalizeForIsolatedStorage.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorage.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageException.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFile.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileEnumerator.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStream.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageScope.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityOptions.cs" />
- <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityState.cs" />
- <Compile Include="System.IO\Directory.cs" />
- <Compile Include="System.IO\DirectoryInfo.cs" />
- <Compile Include="System.IO\DriveInfo.cs" />
- <Compile Include="System.IO\DriveType.cs" />
- <Compile Include="System.IO\File.cs" />
- <Compile Include="System.IO\FileAccess.cs" />
- <Compile Include="System.IO\FileAttributes.cs" />
- <Compile Include="System.IO\FileMode.cs" />
- <Compile Include="System.IO\FileOptions.cs" />
- <Compile Include="System.IO\FileShare.cs" />
- <Compile Include="System.IO\FileStream.cs" />
- <Compile Include="System.IO\FileStreamAsyncResult.cs" />
- <Compile Include="System.IO\HGlobalUnmanagedMemoryStream.cs" />
- <Compile Include="System.IO\LogcatTextWriter.cs" />
- <Compile Include="System.IO\MonoFileType.cs" />
- <Compile Include="System.IO\MonoIO.cs" />
- <Compile Include="System.IO\MonoIOError.cs" />
- <Compile Include="System.IO\MonoIOStat.cs" />
- <Compile Include="System.IO\Path.cs" />
- <Compile Include="System.IO\SearchOption.cs" />
- <Compile Include="System.IO\SearchPattern.cs" />
- <Compile Include="System.IO\SeekOrigin.cs" />
- <Compile Include="System.IO\UnexceptionalStreamReader.cs" />
- <Compile Include="System.IO\UnexceptionalStreamWriter.cs" />
- <Compile Include="System.Reflection.Emit\AssemblyBuilder.cs" />
- <Compile Include="System.Reflection.Emit\AssemblyBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\AssemblyBuilderAccess.cs" />
- <Compile Include="System.Reflection.Emit\ConstructorBuilder.cs" />
- <Compile Include="System.Reflection.Emit\ConstructorBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\ConstructorOnTypeBuilderInst.cs" />
- <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.cs" />
- <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\DerivedTypes.cs" />
- <Compile Include="System.Reflection.Emit\DynamicILInfo.cs" />
- <Compile Include="System.Reflection.Emit\DynamicMethod.cs" />
- <Compile Include="System.Reflection.Emit\EnumBuilder.cs" />
- <Compile Include="System.Reflection.Emit\EnumBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\EventBuilder.cs" />
- <Compile Include="System.Reflection.Emit\EventBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\EventOnTypeBuilderInst.cs" />
- <Compile Include="System.Reflection.Emit\EventToken.cs" />
- <Compile Include="System.Reflection.Emit\FieldBuilder.cs" />
- <Compile Include="System.Reflection.Emit\FieldBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\FieldOnTypeBuilderInst.cs" />
- <Compile Include="System.Reflection.Emit\FieldToken.cs" />
- <Compile Include="System.Reflection.Emit\FlowControl.cs" />
- <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.cs" />
- <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\ILGenerator.cs" />
- <Compile Include="System.Reflection.Emit\ILGenerator.pns.cs" />
- <Compile Include="System.Reflection.Emit\Label.cs" />
- <Compile Include="System.Reflection.Emit\LocalBuilder.cs" />
- <Compile Include="System.Reflection.Emit\MethodBuilder.cs" />
- <Compile Include="System.Reflection.Emit\MethodBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\MethodOnTypeBuilderInst.cs" />
- <Compile Include="System.Reflection.Emit\MethodRental.cs" />
- <Compile Include="System.Reflection.Emit\MethodToken.cs" />
- <Compile Include="System.Reflection.Emit\ModuleBuilder.cs" />
- <Compile Include="System.Reflection.Emit\ModuleBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\MonoArrayMethod.cs" />
- <Compile Include="System.Reflection.Emit\OpCode.cs" />
- <Compile Include="System.Reflection.Emit\OpCodeNames.cs" />
- <Compile Include="System.Reflection.Emit\OpCodes.cs" />
- <Compile Include="System.Reflection.Emit\OpCodeType.cs" />
- <Compile Include="System.Reflection.Emit\OperandType.cs" />
- <Compile Include="System.Reflection.Emit\PackingSize.cs" />
- <Compile Include="System.Reflection.Emit\ParameterBuilder.cs" />
- <Compile Include="System.Reflection.Emit\ParameterBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\ParameterToken.cs" />
- <Compile Include="System.Reflection.Emit\PEFileKinds.cs" />
- <Compile Include="System.Reflection.Emit\PropertyBuilder.cs" />
- <Compile Include="System.Reflection.Emit\PropertyBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\PropertyOnTypeBuilderInst.cs" />
- <Compile Include="System.Reflection.Emit\PropertyToken.cs" />
- <Compile Include="System.Reflection.Emit\SignatureHelper.cs" />
- <Compile Include="System.Reflection.Emit\SignatureHelper.pns.cs" />
- <Compile Include="System.Reflection.Emit\SignatureToken.cs" />
- <Compile Include="System.Reflection.Emit\StackBehaviour.cs" />
- <Compile Include="System.Reflection.Emit\StringToken.cs" />
- <Compile Include="System.Reflection.Emit\TypeBuilder.cs" />
- <Compile Include="System.Reflection.Emit\TypeBuilder.pns.cs" />
- <Compile Include="System.Reflection.Emit\TypeBuilderInstantiation.cs" />
- <Compile Include="System.Reflection.Emit\TypeToken.cs" />
- <Compile Include="System.Reflection.Emit\UnmanagedMarshal.cs" />
- <Compile Include="System.Reflection.Metadata\AssemblyExtensions.cs" />
- <Compile Include="System.Reflection\Assembly.cs" />
- <Compile Include="System.Reflection\AssemblyName.cs" />
- <Compile Include="System.Reflection\ConstructorInfo.cs" />
- <Compile Include="System.Reflection\CustomAttributeData.cs" />
- <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />
- <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />
- <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />
- <Compile Include="System.Reflection\EventInfo.cs" />
- <Compile Include="System.Reflection\ExceptionHandlingClause.cs" />
- <Compile Include="System.Reflection\FieldInfo.cs" />
- <Compile Include="System.Reflection\ImageFileMachine.cs" />
- <Compile Include="System.Reflection\LocalVariableInfo.cs" />
- <Compile Include="System.Reflection\MethodBody.cs" />
- <Compile Include="System.Reflection\Module.cs" />
- <Compile Include="System.Reflection\ModuleResolveEventHandler.cs" />
- <Compile Include="System.Reflection\MonoAssembly.cs" />
- <Compile Include="System.Reflection\MonoEvent.cs" />
- <Compile Include="System.Reflection\MonoField.cs" />
- <Compile Include="System.Reflection\MonoMethod.cs" />
- <Compile Include="System.Reflection\MonoModule.cs" />
- <Compile Include="System.Reflection\MonoParameterInfo.cs" />
- <Compile Include="System.Reflection\MonoProperty.cs" />
- <Compile Include="System.Reflection\ParameterInfo.cs" />
- <Compile Include="System.Reflection\PortableExecutableKinds.cs" />
- <Compile Include="System.Reflection\PropertyInfo.cs" />
- <Compile Include="System.Reflection\ReflectionTypeLoadException.cs" />
- <Compile Include="System.Reflection\StrongNameKeyPair.cs" />
- <Compile Include="System.Resources\Win32Resources.cs" />
- <Compile Include="System.Runtime.CompilerServices\ConditionalWeakTable.cs" />
- <Compile Include="System.Runtime.CompilerServices\RuntimeHelpers.cs" />
- <Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />
- <Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />
- <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DesignerNamespaceResolveEventArgs.cs" />
- <Compile Include="System.Runtime.InteropServices.WindowsRuntime\NamespaceResolveEventArgs.cs" />
- <Compile Include="System.Runtime.InteropServices.WindowsRuntime\UnsafeNativeMethods.cs" />
- <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMetadata.cs" />
- <Compile Include="System.Runtime.InteropServices\_Activator.cs" />
- <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />
- <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_AssemblyName.cs" />
- <Compile Include="System.Runtime.InteropServices\_Attribute.cs" />
- <Compile Include="System.Runtime.InteropServices\_ConstructorBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_ConstructorInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_CustomAttributeBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_EnumBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_EventBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_EventInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_Exception.cs" />
- <Compile Include="System.Runtime.InteropServices\_FieldBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_FieldInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_ILGenerator.cs" />
- <Compile Include="System.Runtime.InteropServices\_LocalBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_MemberInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_MethodBase.cs" />
- <Compile Include="System.Runtime.InteropServices\_MethodBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_MethodInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_MethodRental.cs" />
- <Compile Include="System.Runtime.InteropServices\_Module.cs" />
- <Compile Include="System.Runtime.InteropServices\_ModuleBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_ParameterBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_ParameterInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_PropertyBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\_PropertyInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\_SignatureHelper.cs" />
- <Compile Include="System.Runtime.InteropServices\_Thread.cs" />
- <Compile Include="System.Runtime.InteropServices\_Type.cs" />
- <Compile Include="System.Runtime.InteropServices\_TypeBuilder.cs" />
- <Compile Include="System.Runtime.InteropServices\BIND_OPTS.cs" />
- <Compile Include="System.Runtime.InteropServices\BINDPTR.cs" />
- <Compile Include="System.Runtime.InteropServices\CALLCONV.cs" />
- <Compile Include="System.Runtime.InteropServices\ComEventsHelper.cs" />
- <Compile Include="System.Runtime.InteropServices\CustomQueryInterfaceMode.cs" />
- <Compile Include="System.Runtime.InteropServices\DESCKIND.cs" />
- <Compile Include="System.Runtime.InteropServices\DISPPARAMS.cs" />
- <Compile Include="System.Runtime.InteropServices\ELEMDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\EXCEPINFO.cs" />
- <Compile Include="System.Runtime.InteropServices\ExporterEventKind.cs" />
- <Compile Include="System.Runtime.InteropServices\ExtensibleClassFactory.cs" />
- <Compile Include="System.Runtime.InteropServices\FILETIME.cs" />
- <Compile Include="System.Runtime.InteropServices\FUNCDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\FUNCFLAGS.cs" />
- <Compile Include="System.Runtime.InteropServices\FUNCKIND.cs" />
- <Compile Include="System.Runtime.InteropServices\GCHandle.cs" />
- <Compile Include="System.Runtime.InteropServices\GCHandleType.cs" />
- <Compile Include="System.Runtime.InteropServices\IDLDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\IDLFLAG.cs" />
- <Compile Include="System.Runtime.InteropServices\IErrorInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\IMPLTYPEFLAGS.cs" />
- <Compile Include="System.Runtime.InteropServices\ImporterEventKind.cs" />
- <Compile Include="System.Runtime.InteropServices\INVOKEKIND.cs" />
- <Compile Include="System.Runtime.InteropServices\ITypeLibConverter.cs" />
- <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNameProvider.cs" />
- <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNotifySink.cs" />
- <Compile Include="System.Runtime.InteropServices\ITypeLibImporterNotifySink.cs" />
- <Compile Include="System.Runtime.InteropServices\LIBFLAGS.cs" />
- <Compile Include="System.Runtime.InteropServices\ManagedErrorInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\Marshal.cs" />
- <Compile Include="System.Runtime.InteropServices\MarshalAsAttribute.cs" />
- <Compile Include="System.Runtime.InteropServices\PARAMDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\PARAMFLAG.cs" />
- <Compile Include="System.Runtime.InteropServices\RegistrationClassContext.cs" />
- <Compile Include="System.Runtime.InteropServices\RegistrationConnectionType.cs" />
- <Compile Include="System.Runtime.InteropServices\RegistrationServices.cs" />
- <Compile Include="System.Runtime.InteropServices\SafeBuffer.cs" />
- <Compile Include="System.Runtime.InteropServices\SafeHandle.cs" />
- <Compile Include="System.Runtime.InteropServices\STATSTG.cs" />
- <Compile Include="System.Runtime.InteropServices\SYSKIND.cs" />
- <Compile Include="System.Runtime.InteropServices\TYPEATTR.cs" />
- <Compile Include="System.Runtime.InteropServices\TYPEDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\TYPEFLAGS.cs" />
- <Compile Include="System.Runtime.InteropServices\TYPEKIND.cs" />
- <Compile Include="System.Runtime.InteropServices\TYPELIBATTR.cs" />
- <Compile Include="System.Runtime.InteropServices\TypeLibConverter.cs" />
- <Compile Include="System.Runtime.InteropServices\TypeLibExporterFlags.cs" />
- <Compile Include="System.Runtime.InteropServices\TypeLibImporterFlags.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIBindCtx.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPoint.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPointContainer.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnectionPoints.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIEnumMoniker.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIEnumString.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIEnumVARIANT.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIMoniker.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIPersistFile.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIRunningObjectTable.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMIStream.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMITypeComp.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMITypeInfo.cs" />
- <Compile Include="System.Runtime.InteropServices\UCOMITypeLib.cs" />
- <Compile Include="System.Runtime.InteropServices\VARDESC.cs" />
- <Compile Include="System.Runtime.InteropServices\VARFLAGS.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\ActivationServices.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\ActivatorLevel.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\AppDomainLevelActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\ConstructionLevelActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\ContextLevelActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\IActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\IConstructionCallMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\IConstructionReturnMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\RemoteActivationAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\RemoteActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Activation\UrlAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\AggregateDictionary.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\BaseChannelObjectWithProperties.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\BaseChannelSinkWithProperties.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\BaseChannelWithProperties.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ChannelDataStore.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ChannelServices.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ChannelSinkStackEntry.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ClientChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannel.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannelDataStore.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiver.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiverHook.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannelSender.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IChannelSinkBase.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSink.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkProvider.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSink.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSinkProvider.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IClientResponseChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ISecurableChannel.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSink.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkProvider.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IServerFormatterSinkProvider.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\IServerResponseChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ITransportHeaders.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ServerChannelSinkStack.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSink.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSinkProvider.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\ServerProcessing.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\SinkProviderData.cs" />
- <Compile Include="System.Runtime.Remoting.Channels\TransportHeaders.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\Context.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\ContextAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\ContextProperty.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\CrossContextChannel.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\CrossContextDelegate.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContextAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContextProperty.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContextPropertyActivator.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContributeClientContextSink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContributeDynamicSink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContributeEnvoySink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContributeObjectSink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IContributeServerContextSink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IDynamicMessageSink.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\IDynamicProperty.cs" />
- <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\ClientSponsor.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\ILease.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\ISponsor.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\Lease.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\LeaseManager.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\LeaseSink.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\LeaseState.cs" />
- <Compile Include="System.Runtime.Remoting.Lifetime\LifetimeServices.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ArgInfo.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\AsyncResult.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\CADMessages.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ClientContextTerminatorSink.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCall.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCallDictionary.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ConstructionResponse.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\EnvoyTerminatorSink.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ErrorMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\Header.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\HeaderHandler.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IInternalMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMessageCtrl.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMessageSink.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMethodCallMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMethodMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IMethodReturnMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\InternalMessageWrapper.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\IRemotingFormatter.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ISerializationRootObject.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MessageSurrogateFilter.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodCall.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodCallDictionary.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodCallMessageWrapper.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodDictionary.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodResponse.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnDictionary.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnMessageWrapper.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\MonoMethodMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\OneWayAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogate.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogateSelector.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ReturnMessage.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ServerContextTerminatorSink.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\ServerObjectTerminatorSink.cs" />
- <Compile Include="System.Runtime.Remoting.Messaging\StackBuilderSink.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\ISoapXsd.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapAnyUri.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapBase64Binary.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDate.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDateTime.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDay.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDuration.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntities.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntity.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHelper.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinary.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapId.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdref.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdrefs.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapInteger.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapLanguage.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonth.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonthDay.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapName.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNcName.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNegativeInteger.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtoken.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtokens.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonNegativeInteger.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonPositiveInteger.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNormalizedString.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNotation.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapPositiveInteger.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapQName.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapTime.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapToken.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYear.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYearMonth.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapFieldAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapMethodAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapOption.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapParameterAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\SoapTypeAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Metadata\XmlFieldOrderOption.cs" />
- <Compile Include="System.Runtime.Remoting.Proxies\ProxyAttribute.cs" />
- <Compile Include="System.Runtime.Remoting.Proxies\RealProxy.cs" />
- <Compile Include="System.Runtime.Remoting.Proxies\RemotingProxy.cs" />
- <Compile Include="System.Runtime.Remoting.Services\EnterpriseServicesHelper.cs" />
- <Compile Include="System.Runtime.Remoting.Services\ITrackingHandler.cs" />
- <Compile Include="System.Runtime.Remoting.Services\TrackingServices.cs" />
- <Compile Include="System.Runtime.Remoting\ActivatedClientTypeEntry.cs" />
- <Compile Include="System.Runtime.Remoting\ActivatedServiceTypeEntry.cs" />
- <Compile Include="System.Runtime.Remoting\CustomErrorsModes.cs" />
- <Compile Include="System.Runtime.Remoting\EnvoyInfo.cs" />
- <Compile Include="System.Runtime.Remoting\IChannelInfo.cs" />
- <Compile Include="System.Runtime.Remoting\Identity.cs" />
- <Compile Include="System.Runtime.Remoting\IEnvoyInfo.cs" />
- <Compile Include="System.Runtime.Remoting\InternalRemotingServices.cs" />
- <Compile Include="System.Runtime.Remoting\IObjectHandle.cs" />
- <Compile Include="System.Runtime.Remoting\IRemotingTypeInfo.cs" />
- <Compile Include="System.Runtime.Remoting\ObjectHandle.cs" />
- <Compile Include="System.Runtime.Remoting\ObjRef.cs" />
- <Compile Include="System.Runtime.Remoting\RemotingConfiguration.cs" />
- <Compile Include="System.Runtime.Remoting\RemotingException.cs" />
- <Compile Include="System.Runtime.Remoting\RemotingServices.cs" />
- <Compile Include="System.Runtime.Remoting\RemotingTimeoutException.cs" />
- <Compile Include="System.Runtime.Remoting\ServerException.cs" />
- <Compile Include="System.Runtime.Remoting\ServerIdentity.cs" />
- <Compile Include="System.Runtime.Remoting\SoapServices.cs" />
- <Compile Include="System.Runtime.Remoting\TypeEntry.cs" />
- <Compile Include="System.Runtime.Remoting\TypeInfo.cs" />
- <Compile Include="System.Runtime.Remoting\WellKnownClientTypeEntry.cs" />
- <Compile Include="System.Runtime.Remoting\WellKnownObjectMode.cs" />
- <Compile Include="System.Runtime.Remoting\WellKnownServiceTypeEntry.cs" />
- <Compile Include="System.Runtime.Versioning\CompatibilitySwitch.cs" />
- <Compile Include="System.Runtime\GCLargeObjectHeapCompactionMode.cs" />
- <Compile Include="System.Runtime\GCLatencyMode.cs" />
- <Compile Include="System.Runtime\GCSettings.cs" />
- <Compile Include="System.Runtime\MemoryFailPoint.cs" />
- <Compile Include="System.Security.AccessControl\AccessControlActions.cs" />
- <Compile Include="System.Security.AccessControl\AccessControlModification.cs" />
- <Compile Include="System.Security.AccessControl\AccessControlSections.cs" />
- <Compile Include="System.Security.AccessControl\AccessControlType.cs" />
- <Compile Include="System.Security.AccessControl\AccessRule.cs" />
- <Compile Include="System.Security.AccessControl\AccessRule_T.cs" />
- <Compile Include="System.Security.AccessControl\AceEnumerator.cs" />
- <Compile Include="System.Security.AccessControl\AceFlags.cs" />
- <Compile Include="System.Security.AccessControl\AceQualifier.cs" />
- <Compile Include="System.Security.AccessControl\AceType.cs" />
- <Compile Include="System.Security.AccessControl\AuditFlags.cs" />
- <Compile Include="System.Security.AccessControl\AuditRule.cs" />
- <Compile Include="System.Security.AccessControl\AuditRule_T.cs" />
- <Compile Include="System.Security.AccessControl\AuthorizationRule.cs" />
- <Compile Include="System.Security.AccessControl\AuthorizationRuleCollection.cs" />
- <Compile Include="System.Security.AccessControl\CommonAce.cs" />
- <Compile Include="System.Security.AccessControl\CommonAcl.cs" />
- <Compile Include="System.Security.AccessControl\CommonObjectSecurity.cs" />
- <Compile Include="System.Security.AccessControl\CommonSecurityDescriptor.cs" />
- <Compile Include="System.Security.AccessControl\CompoundAce.cs" />
- <Compile Include="System.Security.AccessControl\CompoundAceType.cs" />
- <Compile Include="System.Security.AccessControl\ControlFlags.cs" />
- <Compile Include="System.Security.AccessControl\CryptoKeyAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\CryptoKeyAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\CryptoKeyRights.cs" />
- <Compile Include="System.Security.AccessControl\CryptoKeySecurity.cs" />
- <Compile Include="System.Security.AccessControl\CustomAce.cs" />
- <Compile Include="System.Security.AccessControl\DirectoryObjectSecurity.cs" />
- <Compile Include="System.Security.AccessControl\DirectorySecurity.cs" />
- <Compile Include="System.Security.AccessControl\DiscretionaryAcl.cs" />
- <Compile Include="System.Security.AccessControl\EventWaitHandleAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\EventWaitHandleAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\EventWaitHandleRights.cs" />
- <Compile Include="System.Security.AccessControl\EventWaitHandleSecurity.cs" />
- <Compile Include="System.Security.AccessControl\FileSecurity.cs" />
- <Compile Include="System.Security.AccessControl\FileSystemAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\FileSystemAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\FileSystemRights.cs" />
- <Compile Include="System.Security.AccessControl\FileSystemSecurity.cs" />
- <Compile Include="System.Security.AccessControl\GenericAce.cs" />
- <Compile Include="System.Security.AccessControl\GenericAcl.cs" />
- <Compile Include="System.Security.AccessControl\GenericSecurityDescriptor.cs" />
- <Compile Include="System.Security.AccessControl\InheritanceFlags.cs" />
- <Compile Include="System.Security.AccessControl\KnownAce.cs" />
- <Compile Include="System.Security.AccessControl\MutexAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\MutexAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\MutexRights.cs" />
- <Compile Include="System.Security.AccessControl\MutexSecurity.cs" />
- <Compile Include="System.Security.AccessControl\NativeObjectSecurity.cs" />
- <Compile Include="System.Security.AccessControl\ObjectAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\ObjectAce.cs" />
- <Compile Include="System.Security.AccessControl\ObjectAceFlags.cs" />
- <Compile Include="System.Security.AccessControl\ObjectAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\ObjectSecurity.cs" />
- <Compile Include="System.Security.AccessControl\ObjectSecurity_T.cs" />
- <Compile Include="System.Security.AccessControl\PrivilegeNotHeldException.cs" />
- <Compile Include="System.Security.AccessControl\PropagationFlags.cs" />
- <Compile Include="System.Security.AccessControl\QualifiedAce.cs" />
- <Compile Include="System.Security.AccessControl\RawAcl.cs" />
- <Compile Include="System.Security.AccessControl\RawSecurityDescriptor.cs" />
- <Compile Include="System.Security.AccessControl\RegistryAccessRule.cs" />
- <Compile Include="System.Security.AccessControl\RegistryAuditRule.cs" />
- <Compile Include="System.Security.AccessControl\RegistryRights.cs" />
- <Compile Include="System.Security.AccessControl\RegistrySecurity.cs" />
- <Compile Include="System.Security.AccessControl\ResourceType.cs" />
- <Compile Include="System.Security.AccessControl\SddlAccessRight.cs" />
- <Compile Include="System.Security.AccessControl\SecurityInfos.cs" />
- <Compile Include="System.Security.AccessControl\SystemAcl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\INativeCertificateHelper.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate20.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImpl.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplApple.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplMono.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper.Apple.cs" />
- <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper.cs" />
- <Compile Include="System.Security.Cryptography\CryptoAPITransform.cs" />
- <Compile Include="System.Security.Cryptography\CryptoConfig.common.cs" />
- <Compile Include="System.Security.Cryptography\CryptoConfig.cs" />
- <Compile Include="System.Security.Cryptography\CryptoConfig.fullaot.cs" />
- <Compile Include="System.Security.Cryptography\CspKeyContainerInfo.cs" />
- <Compile Include="System.Security.Cryptography\DESCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\DSACryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\ICspAsymmetricAlgorithm.cs" />
- <Compile Include="System.Security.Cryptography\KeyNumber.cs" />
- <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RC2CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RSACryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatter.cs" />
- <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatter.cs" />
- <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
- <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProvider.cs" />
- <Compile Include="System.Security.Permissions\CodeAccessSecurityAttribute.cs" />
- <Compile Include="System.Security.Permissions\EnvironmentPermission.cs" />
- <Compile Include="System.Security.Permissions\EnvironmentPermissionAccess.cs" />
- <Compile Include="System.Security.Permissions\EnvironmentPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\FileDialogPermission.cs" />
- <Compile Include="System.Security.Permissions\FileDialogPermissionAccess.cs" />
- <Compile Include="System.Security.Permissions\FileDialogPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\FileIOPermission.cs" />
- <Compile Include="System.Security.Permissions\FileIOPermissionAccess.cs" />
- <Compile Include="System.Security.Permissions\FileIOPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\GacIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\GacIdentityPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\HostProtectionAttribute.cs" />
- <Compile Include="System.Security.Permissions\HostProtectionPermission.cs" />
- <Compile Include="System.Security.Permissions\HostProtectionResource.cs" />
- <Compile Include="System.Security.Permissions\IBuiltInPermission.cs" />
- <Compile Include="System.Security.Permissions\IsolatedStorageContainment.cs" />
- <Compile Include="System.Security.Permissions\IsolatedStorageFilePermission.cs" />
- <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\IsolatedStoragePermission.cs" />
- <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\IUnrestrictedPermission.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermission.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntry.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryCollection.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryEnumerator.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\KeyContainerPermissionFlags.cs" />
- <Compile Include="System.Security.Permissions\PermissionSetAttribute.cs" />
- <Compile Include="System.Security.Permissions\PermissionState.cs" />
- <Compile Include="System.Security.Permissions\PrincipalPermission.cs" />
- <Compile Include="System.Security.Permissions\PrincipalPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\PublisherIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\ReflectionPermission.cs" />
- <Compile Include="System.Security.Permissions\ReflectionPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\ReflectionPermissionFlag.cs" />
- <Compile Include="System.Security.Permissions\RegistryPermission.cs" />
- <Compile Include="System.Security.Permissions\RegistryPermissionAccess.cs" />
- <Compile Include="System.Security.Permissions\RegistryPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\SecurityAction.cs" />
- <Compile Include="System.Security.Permissions\SecurityAttribute.cs" />
- <Compile Include="System.Security.Permissions\SecurityPermission.cs" />
- <Compile Include="System.Security.Permissions\SecurityPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\SecurityPermissionFlag.cs" />
- <Compile Include="System.Security.Permissions\SiteIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StrongNameIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\StrongNamePermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlob.cs" />
- <Compile Include="System.Security.Permissions\UIPermission.cs" />
- <Compile Include="System.Security.Permissions\UIPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\UIPermissionClipboard.cs" />
- <Compile Include="System.Security.Permissions\UIPermissionWindow.cs" />
- <Compile Include="System.Security.Permissions\UrlIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttribute.cs" />
- <Compile Include="System.Security.Permissions\ZoneIdentityPermission.cs" />
- <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttribute.cs" />
- <Compile Include="System.Security.Policy\AllMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\ApplicationDirectory.cs" />
- <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\ApplicationSecurityInfo.cs" />
- <Compile Include="System.Security.Policy\ApplicationSecurityManager.cs" />
- <Compile Include="System.Security.Policy\ApplicationTrust.cs" />
- <Compile Include="System.Security.Policy\ApplicationTrustCollection.cs" />
- <Compile Include="System.Security.Policy\ApplicationTrustEnumerator.cs" />
- <Compile Include="System.Security.Policy\ApplicationVersionMatch.cs" />
- <Compile Include="System.Security.Policy\CodeConnectAccess.cs" />
- <Compile Include="System.Security.Policy\CodeGroup.cs" />
- <Compile Include="System.Security.Policy\DefaultPolicies.cs" />
- <Compile Include="System.Security.Policy\Evidence.cs" />
- <Compile Include="System.Security.Policy\EvidenceBase.cs" />
- <Compile Include="System.Security.Policy\FileCodeGroup.cs" />
- <Compile Include="System.Security.Policy\FirstMatchCodeGroup.cs" />
- <Compile Include="System.Security.Policy\Gac.cs" />
- <Compile Include="System.Security.Policy\GacMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\Hash.cs" />
- <Compile Include="System.Security.Policy\HashMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\IApplicationTrustManager.cs" />
- <Compile Include="System.Security.Policy\IBuiltInEvidence.cs" />
- <Compile Include="System.Security.Policy\IConstantMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\IIdentityPermissionFactory.cs" />
- <Compile Include="System.Security.Policy\IMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\MembershipConditionHelper.cs" />
- <Compile Include="System.Security.Policy\MonoTrustManager.cs" />
- <Compile Include="System.Security.Policy\NetCodeGroup.cs" />
- <Compile Include="System.Security.Policy\PermissionRequestEvidence.cs" />
- <Compile Include="System.Security.Policy\PolicyException.cs" />
- <Compile Include="System.Security.Policy\PolicyLevel.cs" />
- <Compile Include="System.Security.Policy\PolicyStatement.cs" />
- <Compile Include="System.Security.Policy\PolicyStatementAttribute.cs" />
- <Compile Include="System.Security.Policy\Publisher.cs" />
- <Compile Include="System.Security.Policy\PublisherMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\Site.cs" />
- <Compile Include="System.Security.Policy\SiteMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\StrongName.cs" />
- <Compile Include="System.Security.Policy\StrongNameMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\TrustManagerContext.cs" />
- <Compile Include="System.Security.Policy\TrustManagerUIContext.cs" />
- <Compile Include="System.Security.Policy\UnionCodeGroup.cs" />
- <Compile Include="System.Security.Policy\Url.cs" />
- <Compile Include="System.Security.Policy\UrlMembershipCondition.cs" />
- <Compile Include="System.Security.Policy\Zone.cs" />
- <Compile Include="System.Security.Policy\ZoneMembershipCondition.cs" />
- <Compile Include="System.Security.Principal\GenericPrincipal.cs" />
- <Compile Include="System.Security.Principal\IdentityNotMappedException.cs" />
- <Compile Include="System.Security.Principal\IdentityReference.cs" />
- <Compile Include="System.Security.Principal\IdentityReferenceCollection.cs" />
- <Compile Include="System.Security.Principal\IIdentity.cs" />
- <Compile Include="System.Security.Principal\IPrincipal.cs" />
- <Compile Include="System.Security.Principal\NTAccount.cs" />
- <Compile Include="System.Security.Principal\PrincipalPolicy.cs" />
- <Compile Include="System.Security.Principal\SecurityIdentifier.cs" />
- <Compile Include="System.Security.Principal\TokenAccessLevels.cs" />
- <Compile Include="System.Security.Principal\TokenImpersonationLevel.cs" />
- <Compile Include="System.Security.Principal\WellKnownAccount.cs" />
- <Compile Include="System.Security.Principal\WellKnownSidType.cs" />
- <Compile Include="System.Security.Principal\WindowsAccountType.cs" />
- <Compile Include="System.Security.Principal\WindowsBuiltInRole.cs" />
- <Compile Include="System.Security.Principal\WindowsIdentity.cs" />
- <Compile Include="System.Security.Principal\WindowsImpersonationContext.cs" />
- <Compile Include="System.Security.Principal\WindowsPrincipal.cs" />
- <Compile Include="System.Security\CodeAccessPermission.cs" />
- <Compile Include="System.Security\HostProtectionException.cs" />
- <Compile Include="System.Security\HostSecurityManager.cs" />
- <Compile Include="System.Security\HostSecurityManagerFlags.cs" />
- <Compile Include="System.Security\IEvidenceFactory.cs" />
- <Compile Include="System.Security\IPermission.cs" />
- <Compile Include="System.Security\ISecurityEncodable.cs" />
- <Compile Include="System.Security\ISecurityPolicyEncodable.cs" />
- <Compile Include="System.Security\IStackWalk.cs" />
- <Compile Include="System.Security\NamedPermissionSet.cs" />
- <Compile Include="System.Security\PermissionBuilder.cs" />
- <Compile Include="System.Security\PermissionSet.cs" />
- <Compile Include="System.Security\PolicyLevelType.cs" />
- <Compile Include="System.Security\SecureString.cs" />
- <Compile Include="System.Security\SecurityElement.cs" />
- <Compile Include="System.Security\SecurityException.cs" />
- <Compile Include="System.Security\SecurityFrame.cs" />
- <Compile Include="System.Security\SecurityManager.cs" />
- <Compile Include="System.Security\SecurityManager_mobile.cs" />
- <Compile Include="System.Security\SecurityState.cs" />
- <Compile Include="System.Security\SecurityZone.cs" />
- <Compile Include="System.Security\VerificationException.cs" />
- <Compile Include="System.Security\XmlSyntaxException.cs" />
- <Compile Include="System.Text\EncodingHelper.cs" />
- <Compile Include="System.Text\Latin1Encoding.cs" />
- <Compile Include="System.Text\NormalizationForm.cs" />
- <Compile Include="System.Threading.Tasks\DecoupledTask.cs" />
- <Compile Include="System.Threading\CompressedStack.cs" />
- <Compile Include="System.Threading\HostExecutionContext.cs" />
- <Compile Include="System.Threading\HostExecutionContextManager.cs" />
- <Compile Include="System.Threading\Interlocked.cs" />
- <Compile Include="System.Threading\LockCookie.cs" />
- <Compile Include="System.Threading\LockQueue.cs" />
- <Compile Include="System.Threading\Monitor.cs" />
- <Compile Include="System.Threading\Mutex.cs" />
- <Compile Include="System.Threading\NativeEventCalls.cs" />
- <Compile Include="System.Threading\NativeOverlapped.cs" />
- <Compile Include="System.Threading\Overlapped.cs" />
- <Compile Include="System.Threading\ReaderWriterLock.cs" />
- <Compile Include="System.Threading\RegisteredWaitHandle.cs" />
- <Compile Include="System.Threading\Thread.cs" />
- <Compile Include="System.Threading\Timer.cs" />
- <Compile Include="System.Threading\TimerCallback.cs" />
- <Compile Include="System.Threading\Volatile.cs" />
- <Compile Include="System.Threading\WaitHandle.cs" />
- <Compile Include="System\__ComObject.cs" />
- <Compile Include="System\ActivationContext.cs" />
- <Compile Include="System\AndroidPlatform.cs" />
- <Compile Include="System\AppDomain.cs" />
- <Compile Include="System\AppDomainInitializer.cs" />
- <Compile Include="System\AppDomainManager.cs" />
- <Compile Include="System\AppDomainSetup.cs" />
- <Compile Include="System\ApplicationIdentity.cs" />
- <Compile Include="System\ArgIterator.cs" />
- <Compile Include="System\Array.cs" />
- <Compile Include="System\AssemblyLoadEventArgs.cs" />
- <Compile Include="System\AssemblyLoadEventHandler.cs" />
- <Compile Include="System\Console.cs" />
- <Compile Include="System\Console.iOS.cs" />
- <Compile Include="System\ConsoleDriver.cs" />
- <Compile Include="System\ControlCharacters.cs" />
- <Compile Include="System\CrossAppDomainDelegate.cs" />
- <Compile Include="System\CStreamReader.cs" />
- <Compile Include="System\CStreamWriter.cs" />
- <Compile Include="System\Delegate.cs" />
- <Compile Include="System\DelegateSerializationHolder.cs" />
- <Compile Include="System\DomainManagerInitializationFlags.cs" />
- <Compile Include="System\EmptyArray.cs" />
- <Compile Include="System\Environment.cs" />
- <Compile Include="System\EnvironmentVariableTarget.cs" />
- <Compile Include="System\Guid.cs" />
- <Compile Include="System\IConsoleDriver.cs" />
- <Compile Include="System\IntPtr.cs" />
- <Compile Include="System\KnownTerminals.cs" />
- <Compile Include="System\MarshalByRefObject.cs" />
- <Compile Include="System\ModuleHandle.cs" />
- <Compile Include="System\MonoAsyncCall.cs" />
- <Compile Include="System\MonoCQItem.cs" />
- <Compile Include="System\MonoCustomAttrs.cs" />
- <Compile Include="System\MonoListItem.cs" />
- <Compile Include="System\MonoTouchAOTHelper.cs" />
- <Compile Include="System\MonoType.cs" />
- <Compile Include="System\MulticastDelegate.cs" />
- <Compile Include="System\Nullable.cs" />
- <Compile Include="System\NullConsoleDriver.cs" />
- <Compile Include="System\NumberFormatter.cs" />
- <Compile Include="System\Object.cs" />
- <Compile Include="System\OperatingSystem.cs" />
- <Compile Include="System\PlatformID.cs" />
- <Compile Include="System\ResolveEventArgs.cs" />
- <Compile Include="System\ResolveEventHandler.cs" />
- <Compile Include="System\RuntimeArgumentHandle.cs" />
- <Compile Include="System\RuntimeFieldHandle.cs" />
- <Compile Include="System\RuntimeMethodHandle.cs" />
- <Compile Include="System\RuntimeTypeHandle.cs" />
- <Compile Include="System\StringComparison.cs" />
- <Compile Include="System\TermInfoBooleans.cs" />
- <Compile Include="System\TermInfoDriver.cs" />
- <Compile Include="System\TermInfoNumbers.cs" />
- <Compile Include="System\TermInfoReader.cs" />
- <Compile Include="System\TermInfoStrings.cs" />
- <Compile Include="System\TimeZone.cs" />
- <Compile Include="System\TimeZoneInfo.Android.cs" />
- <Compile Include="System\TimeZoneInfo.cs" />
- <Compile Include="System\TimeZoneInfo.MonoTouch.cs" />
- <Compile Include="System\TimeZoneInfo.Serialization.cs" />
- <Compile Include="System\TimeZoneInfo.WinRT.cs" />
- <Compile Include="System\TypeCode.cs" />
- <Compile Include="System\TypeIdentifier.cs" />
- <Compile Include="System\TypeSpec.cs" />
- <Compile Include="System\UIntPtr.cs" />
- <Compile Include="System\ValueType.cs" />
- <Compile Include="System\Variant.cs" />
- <Compile Include="System\Void.cs" />
- <Compile Include="System\WeakReference.cs" />
- <Compile Include="System\WeakReference_T.cs" />
- <Compile Include="System\WindowsConsoleDriver.cs" /> </ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="..\..\build\msbuild.props" />
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+ <PropertyGroup>
+ <AssemblyName>mscorlib</AssemblyName>
+ <ProjectGuid>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</ProjectGuid>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <NoWarn>$(NoWarn),612,618,1635</NoWarn>
+ </PropertyGroup>
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="resources/charinfo.nlp">
- <LogicalName>charinfo.nlp</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.core.bin">
- <LogicalName>collation.core.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.tailoring.bin">
- <LogicalName>collation.tailoring.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.cjkCHS.bin">
- <LogicalName>collation.cjkCHS.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.cjkCHT.bin">
- <LogicalName>collation.cjkCHT.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.cjkJA.bin">
- <LogicalName>collation.cjkJA.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.cjkKO.bin">
- <LogicalName>collation.cjkKO.bin</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="resources/collation.cjkKOlv2.bin">
- <LogicalName>collation.cjkKOlv2.bin</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
-</Project>
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);INSIDE_CORLIB,MONO_CULTURE_DATA;LIBC</DefineConstants>
+ <!-- ReferenceSource flags -->
+ <DefineConstants>$(DefineConstants);FEATURE_PAL;GENERICS_WORK;FEATURE_LIST_PREDICATES;FEATURE_SERIALIZATION;FEATURE_ASCII;FEATURE_LATIN1;FEATURE_UTF7;FEATURE_UTF32;MONO_HYBRID_ENCODING_SUPPORT;FEATURE_ASYNC_IO;NEW_EXPERIMENTAL_ASYNC_IO;FEATURE_UTF32;FEATURE_EXCEPTIONDISPATCHINFO;FEATURE_CORRUPTING_EXCEPTIONS;FEATURE_EXCEPTION_NOTIFICATIONS;FEATURE_STRONGNAME_MIGRATION;FEATURE_USE_LCID;FEATURE_FUSION;FEATURE_CRYPTO;FEATURE_X509_SECURESTRINGS;FEATURE_SYNCHRONIZATIONCONTEXT;FEATURE_SYNCHRONIZATIONCONTEXT_WAIT;HAS_CORLIB_CONTRACTS</DefineConstants>
+ <DefineConstants Condition="'$(ProfileIsMobile)' != 'true'">$(DefineConstants);FEATURE_MACL</DefineConstants>
+ <DefineConstants Condition="'$(ProfileIsAotFriendly)' != 'true'">$(DefineConstants);FEATURE_REMOTING;MONO_COM;FEATURE_COMINTEROP;FEATURE_ROLE_BASED_SECURITY</DefineConstants>
+ <DefineConstants Condition="'$(DisableThreadAbort)' != 'true'">$(DefineConstants);MONO_FEATURE_THREAD_ABORT</DefineConstants>
+ <DefineConstants Condition="'$(DisableThreadSuspendResume)' != 'true'">$(DefineConstants);MONO_FEATURE_THREAD_SUSPEND_RESUME</DefineConstants>
+ <DefineConstants Condition="'$(DisableAppDomains)' != 'true'">$(DefineConstants);MONO_FEATURE_MULTIPLE_APPDOMAINS</DefineConstants>
+ <DefineConstants Condition="'$(DisableConsole)' != 'true'">$(DefineConstants);MONO_FEATURE_CONSOLE</DefineConstants>
+ <DefineConstants Condition="'$(EnableAppleTls)' == 'true'">$(DefineConstants);MONO_FEATURE_APPLETLS</DefineConstants>
+ <DefineConstants Condition="'$(EnableAppleTlsOnly)' == 'true'">$(DefineConstants);ONLY_APPLETLS</DefineConstants>
+ <DefineConstants Condition="'$(EnableAppleX509)' == 'true'">$(DefineConstants);MONO_FEATURE_APPLE_X509</DefineConstants>
+ </PropertyGroup>
+
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+
+ <ItemGroup>
+ <EmbeddedResource Include="resources\charinfo.nlp">
+ <LogicalName>charinfo.nlp</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.core.bin">
+ <LogicalName>collation.core.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.tailoring.bin">
+ <LogicalName>collation.tailoring.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.cjkCHS.bin">
+ <LogicalName>collation.cjkCHS.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.cjkCHT.bin">
+ <LogicalName>collation.cjkCHT.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.cjkJA.bin">
+ <LogicalName>collation.cjkJA.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.cjkKO.bin">
+ <LogicalName>collation.cjkKO.bin</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="resources\collation.cjkKOlv2.bin">
+ <LogicalName>collation.cjkKOlv2.bin</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\AssemblyRef.cs" />
+ <Compile Include="..\..\build\common\SR.cs" />
+ <Compile Include="Microsoft.Win32\IRegistryApi.cs" />
+ <Compile Include="Microsoft.Win32\RegistryKey.cs" />
+ <Compile Include="Microsoft.Win32\RegistryKeyPermissionCheck.cs" />
+ <Compile Include="Microsoft.Win32\Registry.cs" />
+ <Compile Include="Microsoft.Win32\RegistryHive.cs" />
+ <Compile Include="Microsoft.Win32\RegistryOptions.cs" />
+ <Compile Include="Microsoft.Win32\RegistryValueKind.cs" />
+ <Compile Include="Microsoft.Win32\RegistryValueOptions.cs" />
+ <Compile Include="Microsoft.Win32\RegistryView.cs" />
+ <Compile Include="Microsoft.Win32\UnixRegistryApi.cs" />
+ <Compile Include="Microsoft.Win32\Win32RegistryApi.cs" />
+ <Compile Include="Microsoft.Win32\Win32ResultCode.cs" />
+ <Compile Include="Mono.Globalization.Unicode\CodePointIndexer.cs" />
+ <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTable.cs" />
+ <Compile Include="Mono.Globalization.Unicode\MSCompatUnicodeTableUtil.cs" />
+ <Compile Include="Mono.Globalization.Unicode\SimpleCollator.cs" />
+ <Compile Include="Mono.Globalization.Unicode\SortKey.cs" />
+ <Compile Include="Mono.Globalization.Unicode\SortKeyBuffer.cs" />
+ <Compile Include="Mono.Globalization.Unicode\Normalization.cs" />
+ <Compile Include="Mono.Globalization.Unicode\NormalizationTableUtil.cs" />
+ <Compile Include="Mono\Runtime.cs" />
+ <Compile Include="Mono\RuntimeHandles.cs" />
+ <Compile Include="Mono\RuntimeMarshal.cs" />
+ <Compile Include="Mono\RuntimeStructs.cs" />
+ <Compile Include="Mono\SafeGPtrArrayHandle.cs" />
+ <Compile Include="Mono\SafeStringMarshal.cs" />
+ <Compile Include="Mono\DataConverter.cs" />
+ <Compile Include="Mono.Interop\ComInteropProxy.cs" />
+ <Compile Include="Mono.Interop\IDispatch.cs" />
+ <Compile Include="Mono.Interop\IUnknown.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math\BigInteger.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math.Prime\ConfidenceFactor.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math.Prime\PrimalityTests.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\NextPrimeFinder.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\PrimeGeneratorBase.cs" />
+ <Compile Include="..\Mono.Security\Mono.Math.Prime.Generator\SequentialSearchPrimeGeneratorBase.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security\ASN1.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security\ASN1Convert.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security\BitConverterLE.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security\PKCS7.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security\StrongName.cs" />
+ <Compile Include="Mono.Security\StrongNameManager.cs" />
+ <Compile Include="Mono.Security\Uri.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeBase.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Authenticode\AuthenticodeDeformatter.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\CryptoTools.cs" />
+ <Compile Include="Mono.Security.Cryptography\DSAManaged.cs" />
+ <Compile Include="Mono.Security.Cryptography\HMACAlgorithm.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\KeyPairPersistence.cs" />
+ <Compile Include="Mono.Security.Cryptography\MACAlgorithm.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS1.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\PKCS8.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RC4.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\RSAManaged.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\SymmetricTransform.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\PKCS12.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X501Name.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Certificate.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509CertificateCollection.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Chain.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509ChainStatusFlags.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509CRL.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extension.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Extensions.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Store.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509Stores.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X509StoreManager.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509\X520Attributes.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\BasicConstraintsExtension.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\KeyUsageExtension.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.X509.Extensions\SubjectKeyIdentifierExtension.cs" />
+ <Compile Include="Mono.Xml\SmallXmlParser.cs" />
+ <Compile Include="Mono.Xml\SecurityParser.cs" />
+ <Compile Include="System\ActivationContext.cs" />
+ <Compile Include="System\AndroidPlatform.cs" />
+ <Compile Include="System\AppDomain.cs" />
+ <Compile Include="System\AppDomainInitializer.cs" />
+ <Compile Include="System\AppDomainManager.cs" />
+ <Compile Include="System\AppDomainSetup.cs" />
+ <Compile Include="System\ApplicationIdentity.cs" />
+ <Compile Include="System\ArgIterator.cs" />
+ <Compile Include="System\Array.cs" />
+ <Compile Include="System\AssemblyLoadEventArgs.cs" />
+ <Compile Include="System\AssemblyLoadEventHandler.cs" />
+ <Compile Include="System\CStreamReader.cs" />
+ <Compile Include="System\CStreamWriter.cs" />
+ <Compile Include="System\Console.cs" />
+ <Compile Include="System\Console.iOS.cs" />
+ <Compile Include="System\ConsoleDriver.cs" />
+ <Compile Include="System\ControlCharacters.cs" />
+ <Compile Include="System\CrossAppDomainDelegate.cs" />
+ <Compile Include="System\Delegate.cs" />
+ <Compile Include="System\DelegateSerializationHolder.cs" />
+ <Compile Include="System\DomainManagerInitializationFlags.cs" />
+ <Compile Include="System\EmptyArray.cs" />
+ <Compile Include="System\Environment.cs" />
+ <Compile Include="System\EnvironmentVariableTarget.cs" />
+ <Compile Include="System\Guid.cs" />
+ <Compile Include="System\IConsoleDriver.cs" />
+ <Compile Include="System\IntPtr.cs" />
+ <Compile Include="System\KnownTerminals.cs" />
+ <Compile Include="System\MarshalByRefObject.cs" />
+ <Compile Include="System\MonoAsyncCall.cs" />
+ <Compile Include="System\MonoCQItem.cs" />
+ <Compile Include="System\MonoCustomAttrs.cs" />
+ <Compile Include="System\MonoListItem.cs" />
+ <Compile Include="System\MonoType.cs" />
+ <Compile Include="System\MonoTouchAOTHelper.cs" />
+ <Compile Include="System\MulticastDelegate.cs" />
+ <Compile Include="System\NullConsoleDriver.cs" />
+ <Compile Include="System\Nullable.cs" />
+ <Compile Include="System\NumberFormatter.cs" />
+ <Compile Include="System\Object.cs" />
+ <Compile Include="System\OperatingSystem.cs" />
+ <Compile Include="System\PlatformID.cs" />
+ <Compile Include="System\ResolveEventArgs.cs" />
+ <Compile Include="System\ResolveEventHandler.cs" />
+ <Compile Include="System\RuntimeArgumentHandle.cs" />
+ <Compile Include="System\RuntimeFieldHandle.cs" />
+ <Compile Include="System\RuntimeMethodHandle.cs" />
+ <Compile Include="System\RuntimeTypeHandle.cs" />
+ <Compile Include="System\ModuleHandle.cs" />
+ <Compile Include="System\StringComparison.cs" />
+ <Compile Include="System\TermInfoBooleans.cs" />
+ <Compile Include="System\TermInfoDriver.cs" />
+ <Compile Include="System\TermInfoNumbers.cs" />
+ <Compile Include="System\TermInfoReader.cs" />
+ <Compile Include="System\TermInfoStrings.cs" />
+ <Compile Include="System\TimeZone.cs" />
+ <Compile Include="System\TimeZoneInfo.cs" />
+ <Compile Include="System\TimeZoneInfo.Android.cs" />
+ <Compile Include="System\TimeZoneInfo.MonoTouch.cs" />
+ <Compile Include="System\TimeZoneInfo.Serialization.cs" />
+ <Compile Include="System\TimeZoneInfo.WinRT.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System\TypeIdentifier.cs" />
+ <Compile Include="System\TypeSpec.cs" />
+ <Compile Include="System\TypeCode.cs" />
+ <Compile Include="System\UIntPtr.cs" />
+ <Compile Include="System\ValueType.cs" />
+ <Compile Include="System\Variant.cs" />
+ <Compile Include="System\Void.cs" />
+ <Compile Include="System\WeakReference.cs" />
+ <Compile Include="System\WeakReference_T.cs" />
+ <Compile Include="System\WindowsConsoleDriver.cs" />
+ <Compile Include="System\__ComObject.cs" />
+ <Compile Include="System.Configuration.Assemblies\AssemblyHash.cs" />
+ <Compile Include="System.Configuration.Assemblies\AssemblyHashAlgorithm.cs" />
+ <Compile Include="System.Configuration.Assemblies\AssemblyVersionCompatibility.cs" />
+ <Compile Include="System.Configuration.Assemblies\ProcessorID.cs" />
+ <Compile Include="System.Deployment.Internal\InternalActivationContextHelper.cs" />
+ <Compile Include="System.Deployment.Internal\InternalApplicationIdentityHelper.cs" />
+ <Compile Include="System.Diagnostics\Debugger.cs" />
+ <Compile Include="System.Diagnostics\StackFrame.cs" />
+ <Compile Include="System.Diagnostics\StackTrace.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventCommand.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventCounter.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventSource.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventSourceAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventSourceSettings.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventCommandEventArgs.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventListener.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventWrittenEventArgs.cs" />
+ <Compile Include="System.Diagnostics.Tracing\NonEventAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventDataAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventFieldAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventFieldFormat.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventFieldTags.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventIgnoreAttribute.cs" />
+ <Compile Include="System.Diagnostics.Tracing\EventManifestOptions.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolBinder1.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocument.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolDocumentWriter.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolMethod.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolNamespace.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolReader.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolScope.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolVariable.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\ISymbolWriter.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\SymAddressKind.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\SymbolToken.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\SymDocumentType.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\SymLanguageType.cs" />
+ <Compile Include="System.Diagnostics.SymbolStore\SymLanguageVendor.cs" />
+ <Compile Include="System.Globalization\CultureInfo.cs" />
+ <Compile Include="System.Globalization\IdnMapping.cs" />
+ <Compile Include="System.Globalization\RegionInfo.cs" />
+ <Compile Include="System.Globalization\RegionInfo.MonoTouch.cs" />
+ <Compile Include="System.IO\Directory.cs" />
+ <Compile Include="System.IO\DirectoryInfo.cs" />
+ <Compile Include="System.IO\DriveInfo.cs" />
+ <Compile Include="System.IO\DriveType.cs" />
+ <Compile Include="System.IO\File.cs" />
+ <Compile Include="System.IO\FileAccess.cs" />
+ <Compile Include="System.IO\FileAttributes.cs" />
+ <Compile Include="System.IO\FileMode.cs" />
+ <Compile Include="System.IO\FileOptions.cs" />
+ <Compile Include="System.IO\FileShare.cs" />
+ <Compile Include="System.IO\FileStream.cs" />
+ <Compile Include="System.IO\FileStreamAsyncResult.cs" />
+ <Compile Include="System.IO\HGlobalUnmanagedMemoryStream.cs" />
+ <Compile Include="System.IO\LogcatTextWriter.cs" />
+ <Compile Include="System.IO\MonoIO.cs" />
+ <Compile Include="System.IO\MonoIOError.cs" />
+ <Compile Include="System.IO\MonoFileType.cs" />
+ <Compile Include="System.IO\MonoIOStat.cs" />
+ <Compile Include="System.IO\Path.cs" />
+ <Compile Include="System.IO\SearchOption.cs" />
+ <Compile Include="System.IO\SearchPattern.cs" />
+ <Compile Include="System.IO\SeekOrigin.cs" />
+ <Compile Include="System.IO\UnexceptionalStreamReader.cs" />
+ <Compile Include="System.IO\UnexceptionalStreamWriter.cs" />
+ <Compile Include="System.IO.IsolatedStorage\INormalizeForIsolatedStorage.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorage.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageException.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFile.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileEnumerator.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStream.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageScope.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityOptions.cs" />
+ <Compile Include="System.IO.IsolatedStorage\IsolatedStorageSecurityState.cs" />
+ <Compile Include="System.Reflection\Assembly.cs" />
+ <Compile Include="System.Reflection\AssemblyName.cs" />
+ <Compile Include="System.Reflection\ConstructorInfo.cs" />
+ <Compile Include="System.Reflection\CustomAttributeData.cs" />
+ <Compile Include="System.Reflection\CustomAttributeFormatException.cs" />
+ <Compile Include="System.Reflection\CustomAttributeNamedArgument.cs" />
+ <Compile Include="System.Reflection\CustomAttributeTypedArgument.cs" />
+ <Compile Include="System.Reflection\EventInfo.cs" />
+ <Compile Include="System.Reflection\ExceptionHandlingClause.cs" />
+ <Compile Include="System.Reflection\FieldInfo.cs" />
+ <Compile Include="System.Reflection\ImageFileMachine.cs" />
+ <Compile Include="System.Reflection\LocalVariableInfo.cs" />
+ <Compile Include="System.Reflection\MethodBody.cs" />
+ <Compile Include="System.Reflection\Module.cs" />
+ <Compile Include="System.Reflection\ModuleResolveEventHandler.cs" />
+ <Compile Include="System.Reflection\MonoAssembly.cs" />
+ <Compile Include="System.Reflection\MonoEvent.cs" />
+ <Compile Include="System.Reflection\MonoField.cs" />
+ <Compile Include="System.Reflection\MonoMethod.cs" />
+ <Compile Include="System.Reflection\MonoModule.cs" />
+ <Compile Include="System.Reflection\MonoParameterInfo.cs" />
+ <Compile Include="System.Reflection\MonoProperty.cs" />
+ <Compile Include="System.Reflection\ParameterInfo.cs" />
+ <Compile Include="System.Reflection\PortableExecutableKinds.cs" />
+ <Compile Include="System.Reflection\PropertyInfo.cs" />
+ <Compile Include="System.Reflection\ReflectionTypeLoadException.cs" />
+ <Compile Include="System.Reflection\StrongNameKeyPair.cs" />
+ <Compile Include="System.Reflection.Emit\AssemblyBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\AssemblyBuilderAccess.cs" />
+ <Compile Include="System.Reflection.Emit\ConstructorBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\ConstructorOnTypeBuilderInst.cs" />
+ <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\DerivedTypes.cs" />
+ <Compile Include="System.Reflection.Emit\DynamicILInfo.cs" />
+ <Compile Include="System.Reflection.Emit\DynamicMethod.cs" />
+ <Compile Include="System.Reflection.Emit\EnumBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\EventBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\EventOnTypeBuilderInst.cs" />
+ <Compile Include="System.Reflection.Emit\EventToken.cs" />
+ <Compile Include="System.Reflection.Emit\FieldBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\FieldOnTypeBuilderInst.cs" />
+ <Compile Include="System.Reflection.Emit\FieldToken.cs" />
+ <Compile Include="System.Reflection.Emit\FlowControl.cs" />
+ <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\ILGenerator.cs" />
+ <Compile Include="System.Reflection.Emit\Label.cs" />
+ <Compile Include="System.Reflection.Emit\LocalBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\MethodBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\MethodOnTypeBuilderInst.cs" />
+ <Compile Include="System.Reflection.Emit\MethodToken.cs" />
+ <Compile Include="System.Reflection.Emit\MethodRental.cs" />
+ <Compile Include="System.Reflection.Emit\ModuleBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\MonoArrayMethod.cs" />
+ <Compile Include="System.Reflection.Emit\OpCodeNames.cs" />
+ <Compile Include="System.Reflection.Emit\OpCode.cs" />
+ <Compile Include="System.Reflection.Emit\OpCodes.cs" />
+ <Compile Include="System.Reflection.Emit\OpCodeType.cs" />
+ <Compile Include="System.Reflection.Emit\OperandType.cs" />
+ <Compile Include="System.Reflection.Emit\PackingSize.cs" />
+ <Compile Include="System.Reflection.Emit\ParameterBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\ParameterToken.cs" />
+ <Compile Include="System.Reflection.Emit\PEFileKinds.cs" />
+ <Compile Include="System.Reflection.Emit\PropertyBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\PropertyOnTypeBuilderInst.cs" />
+ <Compile Include="System.Reflection.Emit\PropertyToken.cs" />
+ <Compile Include="System.Reflection.Emit\SignatureHelper.cs" />
+ <Compile Include="System.Reflection.Emit\SignatureToken.cs" />
+ <Compile Include="System.Reflection.Emit\StackBehaviour.cs" />
+ <Compile Include="System.Reflection.Emit\StringToken.cs" />
+ <Compile Include="System.Reflection.Emit\TypeBuilder.cs" />
+ <Compile Include="System.Reflection.Emit\TypeBuilderInstantiation.cs" />
+ <Compile Include="System.Reflection.Emit\TypeToken.cs" />
+ <Compile Include="System.Reflection.Emit\UnmanagedMarshal.cs" />
+ <Compile Include="System.Reflection.Emit\AssemblyBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\ConstructorBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\CustomAttributeBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\EnumBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\EventBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\FieldBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\GenericTypeParameterBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\ILGenerator.pns.cs" />
+ <Compile Include="System.Reflection.Emit\MethodBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\ModuleBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\ParameterBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\PropertyBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Emit\SignatureHelper.pns.cs" />
+ <Compile Include="System.Reflection.Emit\TypeBuilder.pns.cs" />
+ <Compile Include="System.Reflection.Metadata\AssemblyExtensions.cs" />
+ <Compile Include="System.Resources\Win32Resources.cs" />
+ <Compile Include="System.Runtime\GCLargeObjectHeapCompactionMode.cs" />
+ <Compile Include="System.Runtime\GCLatencyMode.cs" />
+ <Compile Include="System.Runtime\GCSettings.cs" />
+ <Compile Include="System.Runtime\MemoryFailPoint.cs" />
+ <Compile Include="System.Runtime.CompilerServices\ConditionalWeakTable.cs" />
+ <Compile Include="System.Runtime.CompilerServices\RuntimeHelpers.cs" />
+ <Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />
+ <Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Activator.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Assembly.cs" />
+ <Compile Include="System.Runtime.InteropServices\_AssemblyBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_AssemblyName.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Attribute.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ConstructorBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ConstructorInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_CustomAttributeBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_EnumBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_EventBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_EventInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Exception.cs" />
+ <Compile Include="System.Runtime.InteropServices\_FieldBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_FieldInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ILGenerator.cs" />
+ <Compile Include="System.Runtime.InteropServices\_LocalBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_MemberInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_MethodBase.cs" />
+ <Compile Include="System.Runtime.InteropServices\_MethodBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_MethodInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_MethodRental.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Module.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ModuleBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ParameterBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_ParameterInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_PropertyBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\_PropertyInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\_SignatureHelper.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Thread.cs" />
+ <Compile Include="System.Runtime.InteropServices\_Type.cs" />
+ <Compile Include="System.Runtime.InteropServices\_TypeBuilder.cs" />
+ <Compile Include="System.Runtime.InteropServices\BIND_OPTS.cs" />
+ <Compile Include="System.Runtime.InteropServices\BINDPTR.cs" />
+ <Compile Include="System.Runtime.InteropServices\CALLCONV.cs" />
+ <Compile Include="System.Runtime.InteropServices\DESCKIND.cs" />
+ <Compile Include="System.Runtime.InteropServices\DISPPARAMS.cs" />
+ <Compile Include="System.Runtime.InteropServices\ELEMDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\EXCEPINFO.cs" />
+ <Compile Include="System.Runtime.InteropServices\ExporterEventKind.cs" />
+ <Compile Include="System.Runtime.InteropServices\ExtensibleClassFactory.cs" />
+ <Compile Include="System.Runtime.InteropServices\FILETIME.cs" />
+ <Compile Include="System.Runtime.InteropServices\FUNCDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\FUNCFLAGS.cs" />
+ <Compile Include="System.Runtime.InteropServices\FUNCKIND.cs" />
+ <Compile Include="System.Runtime.InteropServices\GCHandle.cs" />
+ <Compile Include="System.Runtime.InteropServices\GCHandleType.cs" />
+ <Compile Include="System.Runtime.InteropServices\IDLDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\IDLFLAG.cs" />
+ <Compile Include="System.Runtime.InteropServices\IErrorInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\IMPLTYPEFLAGS.cs" />
+ <Compile Include="System.Runtime.InteropServices\INVOKEKIND.cs" />
+ <Compile Include="System.Runtime.InteropServices\ITypeLibConverter.cs" />
+ <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNameProvider.cs" />
+ <Compile Include="System.Runtime.InteropServices\ITypeLibExporterNotifySink.cs" />
+ <Compile Include="System.Runtime.InteropServices\ITypeLibImporterNotifySink.cs" />
+ <Compile Include="System.Runtime.InteropServices\ImporterEventKind.cs" />
+ <Compile Include="System.Runtime.InteropServices\LIBFLAGS.cs" />
+ <Compile Include="System.Runtime.InteropServices\ManagedErrorInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\Marshal.cs" />
+ <Compile Include="System.Runtime.InteropServices\MarshalAsAttribute.cs" />
+ <Compile Include="System.Runtime.InteropServices\PARAMDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\PARAMFLAG.cs" />
+ <Compile Include="System.Runtime.InteropServices\RegistrationClassContext.cs" />
+ <Compile Include="System.Runtime.InteropServices\RegistrationConnectionType.cs" />
+ <Compile Include="System.Runtime.InteropServices\STATSTG.cs" />
+ <Compile Include="System.Runtime.InteropServices\RegistrationServices.cs" />
+ <Compile Include="System.Runtime.InteropServices\SafeBuffer.cs" />
+ <Compile Include="System.Runtime.InteropServices\SafeHandle.cs" />
+ <Compile Include="System.Runtime.InteropServices\SYSKIND.cs" />
+ <Compile Include="System.Runtime.InteropServices\TYPEATTR.cs" />
+ <Compile Include="System.Runtime.InteropServices\TYPEDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\TYPEFLAGS.cs" />
+ <Compile Include="System.Runtime.InteropServices\TYPEKIND.cs" />
+ <Compile Include="System.Runtime.InteropServices\TYPELIBATTR.cs" />
+ <Compile Include="System.Runtime.InteropServices\TypeLibConverter.cs" />
+ <Compile Include="System.Runtime.InteropServices\TypeLibExporterFlags.cs" />
+ <Compile Include="System.Runtime.InteropServices\TypeLibImporterFlags.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIBindCtx.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPoint.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIConnectionPointContainer.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIEnumConnectionPoints.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIEnumMoniker.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIEnumString.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIEnumVARIANT.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIMoniker.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIPersistFile.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIRunningObjectTable.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMIStream.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMITypeComp.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMITypeInfo.cs" />
+ <Compile Include="System.Runtime.InteropServices\UCOMITypeLib.cs" />
+ <Compile Include="System.Runtime.InteropServices\VARDESC.cs" />
+ <Compile Include="System.Runtime.InteropServices\VARFLAGS.cs" />
+ <Compile Include="System.Runtime.InteropServices\CustomQueryInterfaceMode.cs" />
+ <Compile Include="System.Runtime.InteropServices\ComEventsHelper.cs" />
+ <Compile Include="System.Runtime.InteropServices.WindowsRuntime\DesignerNamespaceResolveEventArgs.cs" />
+ <Compile Include="System.Runtime.InteropServices.WindowsRuntime\NamespaceResolveEventArgs.cs" />
+ <Compile Include="System.Runtime.InteropServices.WindowsRuntime\UnsafeNativeMethods.cs" />
+ <Compile Include="System.Runtime.InteropServices.WindowsRuntime\WindowsRuntimeMetadata.cs" />
+ <Compile Include="System.Runtime.Remoting\ActivatedClientTypeEntry.cs" />
+ <Compile Include="System.Runtime.Remoting\ActivatedServiceTypeEntry.cs" />
+ <Compile Include="System.Runtime.Remoting\CustomErrorsModes.cs" />
+ <Compile Include="System.Runtime.Remoting\EnvoyInfo.cs" />
+ <Compile Include="System.Runtime.Remoting\IObjectHandle.cs" />
+ <Compile Include="System.Runtime.Remoting\IChannelInfo.cs" />
+ <Compile Include="System.Runtime.Remoting\Identity.cs" />
+ <Compile Include="System.Runtime.Remoting\InternalRemotingServices.cs" />
+ <Compile Include="System.Runtime.Remoting\IEnvoyInfo.cs" />
+ <Compile Include="System.Runtime.Remoting\IRemotingTypeInfo.cs" />
+ <Compile Include="System.Runtime.Remoting\ObjectHandle.cs" />
+ <Compile Include="System.Runtime.Remoting\ObjRef.cs" />
+ <Compile Include="System.Runtime.Remoting\RemotingConfiguration.cs" />
+ <Compile Include="System.Runtime.Remoting\RemotingException.cs" />
+ <Compile Include="System.Runtime.Remoting\RemotingTimeoutException.cs" />
+ <Compile Include="System.Runtime.Remoting\RemotingServices.cs" />
+ <Compile Include="System.Runtime.Remoting\ServerException.cs" />
+ <Compile Include="System.Runtime.Remoting\ServerIdentity.cs" />
+ <Compile Include="System.Runtime.Remoting\SoapServices.cs" />
+ <Compile Include="System.Runtime.Remoting\TypeEntry.cs" />
+ <Compile Include="System.Runtime.Remoting\TypeInfo.cs" />
+ <Compile Include="System.Runtime.Remoting\WellKnownObjectMode.cs" />
+ <Compile Include="System.Runtime.Remoting\WellKnownClientTypeEntry.cs" />
+ <Compile Include="System.Runtime.Remoting\WellKnownServiceTypeEntry.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\ActivationServices.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\ActivatorLevel.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\AppDomainLevelActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\ConstructionLevelActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\ContextLevelActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\IActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\IConstructionCallMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\IConstructionReturnMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\RemoteActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\RemoteActivationAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Activation\UrlAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\AggregateDictionary.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\BaseChannelObjectWithProperties.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\BaseChannelSinkWithProperties.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\BaseChannelWithProperties.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ChannelDataStore.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ChannelServices.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ChannelSinkStackEntry.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ClientChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannel.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannelDataStore.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiver.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannelReceiverHook.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannelSender.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IChannelSinkBase.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkProvider.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientFormatterSinkProvider.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IClientResponseChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ISecurableChannel.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IServerResponseChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ServerDispatchSinkProvider.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkProvider.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IServerChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\IServerFormatterSinkProvider.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ITransportHeaders.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ServerChannelSinkStack.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\ServerProcessing.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\SinkProviderData.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\TransportHeaders.cs" />
+ <Compile Include="System.Runtime.Remoting.Channels\CrossAppDomainChannel.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\Context.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\ContextAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\ContextProperty.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\CrossContextChannel.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\CrossContextDelegate.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContextAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContextProperty.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContextPropertyActivator.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContributeClientContextSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContributeDynamicSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContributeEnvoySink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContributeObjectSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IContributeServerContextSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IDynamicMessageSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\IDynamicProperty.cs" />
+ <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\ClientSponsor.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\ILease.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\ISponsor.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\Lease.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\LeaseManager.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\LeaseSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\LeaseState.cs" />
+ <Compile Include="System.Runtime.Remoting.Lifetime\LifetimeServices.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ArgInfo.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\AsyncResult.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ClientContextTerminatorSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCall.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ConstructionCallDictionary.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ConstructionResponse.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\EnvoyTerminatorSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\Header.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\HeaderHandler.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ErrorMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IInternalMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMessageCtrl.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMessageSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMethodCallMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMethodMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IMethodReturnMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\IRemotingFormatter.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\InternalMessageWrapper.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ISerializationRootObject.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MessageSurrogateFilter.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodCall.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodCallMessageWrapper.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodResponse.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodCallDictionary.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodDictionary.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnDictionary.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MethodReturnMessageWrapper.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\MonoMethodMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\OneWayAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogateSelector.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\RemotingSurrogate.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ReturnMessage.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ServerContextTerminatorSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\ServerObjectTerminatorSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\StackBuilderSink.cs" />
+ <Compile Include="System.Runtime.Remoting.Messaging\CADMessages.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapFieldAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapMethodAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapOption.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapParameterAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\SoapTypeAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata\XmlFieldOrderOption.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\ISoapXsd.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapAnyUri.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntity.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonth.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonNegativeInteger.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapToken.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapBase64Binary.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHexBinary.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapMonthDay.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNonPositiveInteger.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYear.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDate.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapHelper.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapId.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapName.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNormalizedString.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapYearMonth.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDateTime.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdref.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNcName.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNotation.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDay.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapIdrefs.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNegativeInteger.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapPositiveInteger.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapDuration.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapInteger.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtoken.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapQName.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapEntities.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapLanguage.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapNmtokens.cs" />
+ <Compile Include="System.Runtime.Remoting.Metadata.W3cXsd2001\SoapTime.cs" />
+ <Compile Include="System.Runtime.Remoting.Proxies\RealProxy.cs" />
+ <Compile Include="System.Runtime.Remoting.Proxies\RemotingProxy.cs" />
+ <Compile Include="System.Runtime.Remoting.Proxies\ProxyAttribute.cs" />
+ <Compile Include="System.Runtime.Remoting.Services\EnterpriseServicesHelper.cs" />
+ <Compile Include="System.Runtime.Remoting.Services\ITrackingHandler.cs" />
+ <Compile Include="System.Runtime.Remoting.Services\TrackingServices.cs" />
+ <Compile Include="System.Runtime.Versioning\CompatibilitySwitch.cs" />
+ <Compile Include="System.Security\CodeAccessPermission.cs" />
+ <Compile Include="System.Security\HostProtectionException.cs" />
+ <Compile Include="System.Security\HostSecurityManager.cs" />
+ <Compile Include="System.Security\HostSecurityManagerFlags.cs" />
+ <Compile Include="System.Security\IEvidenceFactory.cs" />
+ <Compile Include="System.Security\IPermission.cs" />
+ <Compile Include="System.Security\ISecurityEncodable.cs" />
+ <Compile Include="System.Security\ISecurityPolicyEncodable.cs" />
+ <Compile Include="System.Security\IStackWalk.cs" />
+ <Compile Include="System.Security\NamedPermissionSet.cs" />
+ <Compile Include="System.Security\PermissionBuilder.cs" />
+ <Compile Include="System.Security\PermissionSet.cs" />
+ <Compile Include="System.Security\PolicyLevelType.cs" />
+ <Compile Include="System.Security\SecureString.cs" />
+ <Compile Include="System.Security\SecurityElement.cs" />
+ <Compile Include="System.Security\SecurityFrame.cs" />
+ <Compile Include="System.Security\SecurityException.cs" />
+ <Compile Include="System.Security\SecurityManager.cs" />
+ <Compile Include="System.Security\SecurityManager_mobile.cs" />
+ <Compile Include="System.Security\SecurityState.cs" />
+ <Compile Include="System.Security\SecurityZone.cs" />
+ <Compile Include="System.Security\VerificationException.cs" />
+ <Compile Include="System.Security\XmlSyntaxException.cs" />
+ <Compile Include="System.Security.AccessControl\AccessControlActions.cs" />
+ <Compile Include="System.Security.AccessControl\AccessControlModification.cs" />
+ <Compile Include="System.Security.AccessControl\AccessControlSections.cs" />
+ <Compile Include="System.Security.AccessControl\AccessControlType.cs" />
+ <Compile Include="System.Security.AccessControl\AccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\AccessRule_T.cs" />
+ <Compile Include="System.Security.AccessControl\AceEnumerator.cs" />
+ <Compile Include="System.Security.AccessControl\AceFlags.cs" />
+ <Compile Include="System.Security.AccessControl\AceQualifier.cs" />
+ <Compile Include="System.Security.AccessControl\AceType.cs" />
+ <Compile Include="System.Security.AccessControl\AuditFlags.cs" />
+ <Compile Include="System.Security.AccessControl\AuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\AuditRule_T.cs" />
+ <Compile Include="System.Security.AccessControl\AuthorizationRule.cs" />
+ <Compile Include="System.Security.AccessControl\AuthorizationRuleCollection.cs" />
+ <Compile Include="System.Security.AccessControl\CommonAce.cs" />
+ <Compile Include="System.Security.AccessControl\CommonAcl.cs" />
+ <Compile Include="System.Security.AccessControl\CommonObjectSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\CommonSecurityDescriptor.cs" />
+ <Compile Include="System.Security.AccessControl\CompoundAce.cs" />
+ <Compile Include="System.Security.AccessControl\CompoundAceType.cs" />
+ <Compile Include="System.Security.AccessControl\ControlFlags.cs" />
+ <Compile Include="System.Security.AccessControl\CryptoKeyAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\CryptoKeyAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\CryptoKeyRights.cs" />
+ <Compile Include="System.Security.AccessControl\CryptoKeySecurity.cs" />
+ <Compile Include="System.Security.AccessControl\CustomAce.cs" />
+ <Compile Include="System.Security.AccessControl\DirectoryObjectSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\DirectorySecurity.cs" />
+ <Compile Include="System.Security.AccessControl\DiscretionaryAcl.cs" />
+ <Compile Include="System.Security.AccessControl\EventWaitHandleAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\EventWaitHandleAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\EventWaitHandleRights.cs" />
+ <Compile Include="System.Security.AccessControl\EventWaitHandleSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\FileSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\FileSystemAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\FileSystemAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\FileSystemRights.cs" />
+ <Compile Include="System.Security.AccessControl\FileSystemSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\GenericAce.cs" />
+ <Compile Include="System.Security.AccessControl\GenericAcl.cs" />
+ <Compile Include="System.Security.AccessControl\GenericSecurityDescriptor.cs" />
+ <Compile Include="System.Security.AccessControl\InheritanceFlags.cs" />
+ <Compile Include="System.Security.AccessControl\KnownAce.cs" />
+ <Compile Include="System.Security.AccessControl\MutexAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\MutexAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\MutexRights.cs" />
+ <Compile Include="System.Security.AccessControl\MutexSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\NativeObjectSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectAce.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectAceFlags.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectSecurity.cs" />
+ <Compile Include="System.Security.AccessControl\ObjectSecurity_T.cs" />
+ <Compile Include="System.Security.AccessControl\PrivilegeNotHeldException.cs" />
+ <Compile Include="System.Security.AccessControl\PropagationFlags.cs" />
+ <Compile Include="System.Security.AccessControl\QualifiedAce.cs" />
+ <Compile Include="System.Security.AccessControl\RawAcl.cs" />
+ <Compile Include="System.Security.AccessControl\RawSecurityDescriptor.cs" />
+ <Compile Include="System.Security.AccessControl\RegistryAccessRule.cs" />
+ <Compile Include="System.Security.AccessControl\RegistryAuditRule.cs" />
+ <Compile Include="System.Security.AccessControl\RegistryRights.cs" />
+ <Compile Include="System.Security.AccessControl\RegistrySecurity.cs" />
+ <Compile Include="System.Security.AccessControl\ResourceType.cs" />
+ <Compile Include="System.Security.AccessControl\SddlAccessRight.cs" />
+ <Compile Include="System.Security.AccessControl\SecurityInfos.cs" />
+ <Compile Include="System.Security.AccessControl\SystemAcl.cs" />
+ <Compile Include="System.Security.Cryptography\CryptoAPITransform.cs" />
+ <Compile Include="System.Security.Cryptography\CryptoConfig.cs" />
+ <Compile Include="System.Security.Cryptography\CryptoConfig.common.cs" />
+ <Compile Include="System.Security.Cryptography\CryptoConfig.fullaot.cs" />
+ <Compile Include="System.Security.Cryptography\CspKeyContainerInfo.cs" />
+ <Compile Include="System.Security.Cryptography\DESCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\DSACryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\ICspAsymmetricAlgorithm.cs" />
+ <Compile Include="System.Security.Cryptography\KeyNumber.cs" />
+ <Compile Include="System.Security.Cryptography\RC2CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RSACryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatter.cs" />
+ <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatter.cs" />
+ <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\INativeCertificateHelper.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Certificate20.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImpl.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplMono.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper.Apple.cs" />
+ <Compile Include="System.Security.Permissions\CodeAccessSecurityAttribute.cs" />
+ <Compile Include="System.Security.Permissions\EnvironmentPermission.cs" />
+ <Compile Include="System.Security.Permissions\EnvironmentPermissionAccess.cs" />
+ <Compile Include="System.Security.Permissions\EnvironmentPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\FileDialogPermission.cs " />
+ <Compile Include="System.Security.Permissions\FileDialogPermissionAccess.cs" />
+ <Compile Include="System.Security.Permissions\FileDialogPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\FileIOPermission.cs" />
+ <Compile Include="System.Security.Permissions\FileIOPermissionAccess.cs" />
+ <Compile Include="System.Security.Permissions\FileIOPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\GacIdentityPermission.cs" />
+ <Compile Include="System.Security.Permissions\GacIdentityPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\HostProtectionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\HostProtectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\HostProtectionResource.cs" />
+ <Compile Include="System.Security.Permissions\IBuiltInPermission.cs" />
+ <Compile Include="System.Security.Permissions\IsolatedStorageContainment.cs" />
+ <Compile Include="System.Security.Permissions\IsolatedStorageFilePermission.cs " />
+ <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\IsolatedStoragePermission.cs" />
+ <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\IUnrestrictedPermission.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermission.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntry.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryCollection.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermissionAccessEntryEnumerator.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\KeyContainerPermissionFlags.cs" />
+ <Compile Include="System.Security.Permissions\PermissionSetAttribute.cs" />
+ <Compile Include="System.Security.Permissions\PermissionState.cs" />
+ <Compile Include="System.Security.Permissions\PrincipalPermission.cs " />
+ <Compile Include="System.Security.Permissions\PrincipalPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\PublisherIdentityPermission.cs" />
+ <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttribute.cs " />
+ <Compile Include="System.Security.Permissions\ReflectionPermission.cs" />
+ <Compile Include="System.Security.Permissions\ReflectionPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\ReflectionPermissionFlag.cs" />
+ <Compile Include="System.Security.Permissions\RegistryPermission.cs" />
+ <Compile Include="System.Security.Permissions\RegistryPermissionAccess.cs" />
+ <Compile Include="System.Security.Permissions\RegistryPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\SecurityAction.cs" />
+ <Compile Include="System.Security.Permissions\SecurityAttribute.cs" />
+ <Compile Include="System.Security.Permissions\SecurityPermission.cs" />
+ <Compile Include="System.Security.Permissions\SecurityPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\SecurityPermissionFlag.cs" />
+ <Compile Include="System.Security.Permissions\SiteIdentityPermission.cs " />
+ <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StrongNameIdentityPermission.cs" />
+ <Compile Include="System.Security.Permissions\StrongNamePermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlob.cs" />
+ <Compile Include="System.Security.Permissions\UIPermission.cs " />
+ <Compile Include="System.Security.Permissions\UIPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\UIPermissionClipboard.cs" />
+ <Compile Include="System.Security.Permissions\UIPermissionWindow.cs" />
+ <Compile Include="System.Security.Permissions\UrlIdentityPermission.cs" />
+ <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttribute.cs" />
+ <Compile Include="System.Security.Permissions\ZoneIdentityPermission.cs" />
+ <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttribute.cs" />
+ <Compile Include="System.Security.Policy\AllMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\ApplicationDirectory.cs" />
+ <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\ApplicationSecurityInfo.cs" />
+ <Compile Include="System.Security.Policy\ApplicationSecurityManager.cs" />
+ <Compile Include="System.Security.Policy\ApplicationTrust.cs" />
+ <Compile Include="System.Security.Policy\ApplicationTrustCollection.cs" />
+ <Compile Include="System.Security.Policy\ApplicationTrustEnumerator.cs" />
+ <Compile Include="System.Security.Policy\ApplicationVersionMatch.cs" />
+ <Compile Include="System.Security.Policy\CodeConnectAccess.cs" />
+ <Compile Include="System.Security.Policy\CodeGroup.cs" />
+ <Compile Include="System.Security.Policy\DefaultPolicies.cs" />
+ <Compile Include="System.Security.Policy\Evidence.cs" />
+ <Compile Include="System.Security.Policy\EvidenceBase.cs" />
+ <Compile Include="System.Security.Policy\FileCodeGroup.cs" />
+ <Compile Include="System.Security.Policy\FirstMatchCodeGroup.cs" />
+ <Compile Include="System.Security.Policy\Gac.cs" />
+ <Compile Include="System.Security.Policy\GacMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\Hash.cs" />
+ <Compile Include="System.Security.Policy\HashMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\IApplicationTrustManager.cs" />
+ <Compile Include="System.Security.Policy\IBuiltInEvidence.cs" />
+ <Compile Include="System.Security.Policy\IConstantMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\IIdentityPermissionFactory.cs" />
+ <Compile Include="System.Security.Policy\IMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\MembershipConditionHelper.cs" />
+ <Compile Include="System.Security.Policy\MonoTrustManager.cs" />
+ <Compile Include="System.Security.Policy\NetCodeGroup.cs" />
+ <Compile Include="System.Security.Policy\PermissionRequestEvidence.cs" />
+ <Compile Include="System.Security.Policy\PolicyException.cs" />
+ <Compile Include="System.Security.Policy\PolicyLevel.cs" />
+ <Compile Include="System.Security.Policy\PolicyStatement.cs" />
+ <Compile Include="System.Security.Policy\PolicyStatementAttribute.cs" />
+ <Compile Include="System.Security.Policy\Publisher.cs" />
+ <Compile Include="System.Security.Policy\PublisherMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\Site.cs" />
+ <Compile Include="System.Security.Policy\SiteMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\StrongName.cs" />
+ <Compile Include="System.Security.Policy\StrongNameMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\TrustManagerContext.cs" />
+ <Compile Include="System.Security.Policy\TrustManagerUIContext.cs" />
+ <Compile Include="System.Security.Policy\UnionCodeGroup.cs" />
+ <Compile Include="System.Security.Policy\Url.cs" />
+ <Compile Include="System.Security.Policy\UrlMembershipCondition.cs" />
+ <Compile Include="System.Security.Policy\Zone.cs" />
+ <Compile Include="System.Security.Policy\ZoneMembershipCondition.cs" />
+ <Compile Include="System.Security.Principal\GenericPrincipal.cs" />
+ <Compile Include="System.Security.Principal\IdentityNotMappedException.cs" />
+ <Compile Include="System.Security.Principal\IdentityReferenceCollection.cs" />
+ <Compile Include="System.Security.Principal\IdentityReference.cs" />
+ <Compile Include="System.Security.Principal\IIdentity.cs" />
+ <Compile Include="System.Security.Principal\IPrincipal.cs" />
+ <Compile Include="System.Security.Principal\NTAccount.cs" />
+ <Compile Include="System.Security.Principal\PrincipalPolicy.cs" />
+ <Compile Include="System.Security.Principal\SecurityIdentifier.cs" />
+ <Compile Include="System.Security.Principal\TokenAccessLevels.cs" />
+ <Compile Include="System.Security.Principal\TokenImpersonationLevel.cs" />
+ <Compile Include="System.Security.Principal\WellKnownAccount.cs" />
+ <Compile Include="System.Security.Principal\WellKnownSidType.cs" />
+ <Compile Include="System.Security.Principal\WindowsAccountType.cs" />
+ <Compile Include="System.Security.Principal\WindowsBuiltInRole.cs" />
+ <Compile Include="System.Security.Principal\WindowsIdentity.cs" />
+ <Compile Include="System.Security.Principal\WindowsImpersonationContext.cs" />
+ <Compile Include="System.Security.Principal\WindowsPrincipal.cs" />
+ <Compile Include="System.Text\EncodingHelper.cs" />
+ <Compile Include="System.Text\NormalizationForm.cs" />
+ <Compile Include="System.Text\Latin1Encoding.cs" />
+ <Compile Include="System.Threading\CompressedStack.cs" />
+ <Compile Include="System.Threading\HostExecutionContext.cs" />
+ <Compile Include="System.Threading\HostExecutionContextManager.cs" />
+ <Compile Include="System.Threading\Interlocked.cs" />
+ <Compile Include="System.Threading\LockCookie.cs" />
+ <Compile Include="System.Threading\LockQueue.cs" />
+ <Compile Include="System.Threading\Monitor.cs" />
+ <Compile Include="System.Threading\Mutex.cs" />
+ <Compile Include="System.Threading\NativeEventCalls.cs" />
+ <Compile Include="System.Threading\NativeOverlapped.cs" />
+ <Compile Include="System.Threading\Overlapped.cs" />
+ <Compile Include="System.Threading\ReaderWriterLock.cs" />
+ <Compile Include="System.Threading\RegisteredWaitHandle.cs" />
+ <Compile Include="System.Threading\Thread.cs" />
+ <Compile Include="System.Threading\Timer.cs" />
+ <Compile Include="System.Threading\TimerCallback.cs" />
+ <Compile Include="System.Threading\Volatile.cs" />
+ <Compile Include="System.Threading\WaitHandle.cs" />
+ <Compile Include="System.Threading.Tasks\DecoupledTask.cs" />
+ <Compile Include="..\Mono.Parallel\Mono.Threading\AtomicBoolean.cs" />
+ <Compile Include="CoreFoundation\CFHelpers.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplApple.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="ReferenceSources\__ConsoleStream.cs" />
+ <Compile Include="ReferenceSources\AppContextDefaultValues.cs" />
+ <Compile Include="ReferenceSources\AppDomain.cs" />
+ <Compile Include="ReferenceSources\Array.cs" />
+ <Compile Include="ReferenceSources\BCLDebug.cs" />
+ <Compile Include="ReferenceSources\BinaryCompatibility.cs" />
+ <Compile Include="ReferenceSources\Buffer.cs" />
+ <Compile Include="ReferenceSources\CalendarData.cs" />
+ <Compile Include="ReferenceSources\CLRConfig.cs" />
+ <Compile Include="ReferenceSources\CompareInfo.cs" />
+ <Compile Include="ReferenceSources\CompatibilitySwitches.cs" />
+ <Compile Include="ReferenceSources\CultureData.cs" />
+ <Compile Include="ReferenceSources\DefaultBinder.cs" />
+ <Compile Include="ReferenceSources\EncodingDataItem.cs" />
+ <Compile Include="ReferenceSources\EncodingTable.cs" />
+ <Compile Include="ReferenceSources\Environment.cs" />
+ <Compile Include="ReferenceSources\JitHelpers.cs" />
+ <Compile Include="ReferenceSources\MethodBase.cs" />
+ <Compile Include="ReferenceSources\NativeMethods.cs" />
+ <Compile Include="ReferenceSources\ParseNumbers.cs" />
+ <Compile Include="ReferenceSources\PathInternal.cs" />
+ <Compile Include="ReferenceSources\RemotingFieldCachedData.cs" />
+ <Compile Include="ReferenceSources\RuntimeHandles.cs" />
+ <Compile Include="ReferenceSources\RuntimeType.cs" />
+ <Compile Include="ReferenceSources\SecurityContext.cs" />
+ <Compile Include="ReferenceSources\String.cs" />
+ <Compile Include="ReferenceSources\TextInfo.cs" />
+ <Compile Include="ReferenceSources\Type.cs" />
+ <Compile Include="ReferenceSources\TypeNameParser.cs" />
+ <Compile Include="ReferenceSources\win32native.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\reliability\criticalfinalizerobject.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\reliability\prepreparemethodattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\reliability\reliabilitycontractattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safefilehandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safefindhandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\saferegistryhandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\safewaithandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\microsoft\win32\safehandles\win32safehandles.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\__filters.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\__hresults.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\_localdatastore.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\_localdatastoremgr.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\accessviolationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\action.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\activator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\AggregateException.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\AppContext\AppContext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\AppContext\AppContextSwitches.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\appdomainattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\appdomainunloadedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\applicationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\applicationid.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\argumentexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\argumentnullexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\argumentoutofrangeexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\arithmeticexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\arraysegment.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\arraytypemismatchexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\asynccallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\attribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\attributetargets.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\attributeusageattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\badimageformatexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\bitconverter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\boolean.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\buffer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\byte.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\cannotunloadappdomainexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\char.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\charenumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\clscompliantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\arraylist.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\bitarray.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\caseinsensitivecomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\caseinsensitivehashcodeprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\collectionbase.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\comparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\compatiblecomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\dictionarybase.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\emptyreadonlydictionaryinternal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\comparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\debugview.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\equalitycomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\icollection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\icomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\idictionary.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ienumerable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ienumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\iequalitycomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ilist.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlycollection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlydictionary.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\ireadonlylist.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\keynotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\generic\list.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\hashtable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\icollection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\icomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\idictionary.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\idictionaryenumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\ienumerable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\ienumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\iequalitycomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\ihashcodeprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\ilist.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\istructuralcomparable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\istructuralequatable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\keyvaluepairs.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\listdictionaryinternal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\collection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\keyedcollection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\readonlycollection.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\objectmodel\readonlydictionary.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\queue.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\readonlycollectionbase.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\sortedlist.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\stack.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\collections\structuralcomparisons.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolecanceleventargs.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolecolor.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolekey.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolekeyinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolemodifiers.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\consolespecialkey.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\contextboundobject.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\contextmarshalexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\contextstaticattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\convert.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\datamisalignedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\datetime.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\datetimekind.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\datetimeoffset.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\dayofweek.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\dbnull.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\decimal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\defaultbinder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\assert.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\assertfilter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\assertfilters.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\codeanalysis\suppressmessageattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\conditionalattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\contracts\contracts.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\contracts\contractsbcl.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\debuggerattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\eventactivityoptions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\eventsourceexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\TraceLogging\EventSourceOptions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\TraceLogging\TraceLoggingEventTraits.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\diagnostics\eventing\winmeta.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\dividebyzeroexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\dllnotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\double.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\duplicatewaitobjectexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\empty.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\entrypointnotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\enum.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\eventargs.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\eventhandler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\exception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\executionengineexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\fieldaccessexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\flagsattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\formatexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\FormattableString.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\gc.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\bidicategory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\calendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\calendaralgorithmtype.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\calendardata.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\calendarweekrule.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\CalendricalCalculationsHelper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\charunicodeinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\chineselunisolarcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\compareinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\culturenotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\culturetypes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformat.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformatinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeformatinfoscanner.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\datetimeparse.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\datetimestyles.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\daylighttime.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\digitshapes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\eastasianlunisolarcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\globalizationassembly.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendarhelper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\gregoriancalendartypes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\hebrewcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\hebrewnumber.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\hijricalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\japanesecalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\japaneselunisolarcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\juliancalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\koreancalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\koreanlunisolarcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\numberformatinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\numberstyles.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\Persiancalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\sortversion.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\stringinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\taiwancalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\taiwanlunisolarcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\textelementenumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\textinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\thaibuddhistcalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\timespanformat.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\timespanparse.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\umalquracalendar.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\globalization\unicodecategory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\guid.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iappdomain.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iappdomainsetup.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iasyncresult.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\icloneable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\icomparable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iconvertible.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\icustomformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\idisposable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iequatable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iformatprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iformattable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\indexoutofrangeexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\insufficientexecutionstackexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\insufficientmemoryexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\int16.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\int32.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\int64.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\invalidcastexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\invalidoperationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\invalidprogramexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\invalidtimezoneexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\__error.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\__hresults.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\binaryreader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\binarywriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\bufferedstream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\directory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\directorynotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\drivenotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\endofstreamexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\fileinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\fileloadexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\filenotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\filesystemenumerable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\filesysteminfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\ioexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\memorystream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\pathtoolongexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\pinnedbuffermemorystream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\stream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\streamreader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\streamwriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\stringreader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\stringwriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\textreader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\textwriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemoryaccessor.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemorystream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\io\unmanagedmemorystreamwrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iobservable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iobserver.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iprogress.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\iserviceobjectprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\Lazy.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\math.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\memberaccessexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\methodaccessexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\midpointrounding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\missingfieldexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\missingmemberexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\missingmethodexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\multicastnotsupportedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\nonserializedattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\notfinitenumberexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\notimplementedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\notsupportedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\nullreferenceexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\number.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\objectdisposedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\obsoleteattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\operationcanceledexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\outofmemoryexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\overflowexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\paramarrayattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\paramsarray.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\platformnotsupportedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\progress.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\random.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\rankexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\ambiguousmatchexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\assemblyattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\assemblynameflags.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\assemblynameproxy.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\binder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\bindingflags.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\callingconventions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\CustomAttributeExtensions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\defaultmemberattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\emit\methodbuilder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\emit\symboltype.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\eventattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\fieldattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\genericparameterattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\icustomattributeprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\interfacemapping.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\introspectionextensions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\invalidfiltercriteriaexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\ireflect.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\ireflectabletype.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\manifestresourceinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\mdimport.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\memberfilter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\memberinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\memberinfoserializationholder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\membertypes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\methodattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\methodbase.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\methodbody.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\methodimplattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\methodinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\missing.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\obfuscateassemblyattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\obfuscationattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\parameterattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\parametermodifier.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\pointer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\propertyattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\reflectioncontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\resourceattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\RuntimeReflectionExtensions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\targetexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\targetinvocationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\targetparametercountexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\typeattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\typedelegator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\typefilter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\reflection\typeinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resid.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\__fastresourcecomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\__hresults.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\filebasedresourcegroveler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\iresourcegroveler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\iresourcereader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\iresourcewriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\looselylinkedresourcereference.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\manifestbasedresourcegroveler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\missingmanifestresourceexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\missingsatelliteassemblyexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\neutralresourceslanguageattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourcefallbackmanager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourcemanager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourcereader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourceset.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourcetypecode.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\resourcewriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\runtimeresourceset.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\satellitecontractversionattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\resources\ultimateresourcefallbacklocation.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\rttype.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\accessedthroughpropertyattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\assemblyattributesgohere.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\assemblysettingattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\AsyncMethodBuilder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\AsyncStateMachineAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerFilePathAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerLineNumberAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\CallerMemberNameAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\callingconvention.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilationrelaxations.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilergeneratedattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilerglobalscopeattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\compilermarshaloverride.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\customconstantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\datetimeconstantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\decimalconstantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\decoratednameattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\disableprivatereflectionattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\discardableattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\extensionattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\fixedaddressvaluetypeattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\fixedbufferattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\FormattableStringFactory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\hascopysemanticsattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\IAsyncStateMachine.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\idispatchconstantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\indexernameattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\INotifyCompletion.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\internalsvisibletoattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isboxed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isbyvalue.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isconst.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\iscopyconstructed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isexplicitlydereferenced.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isimplicitlydereferenced.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isjitintrinsic.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\islong.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\ispinned.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\issignunspecifiedbyte.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isudtreturn.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\isvolatile.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\IteratorStateMachineAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\iunknownconstantattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\methodimplattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\nativecppclassattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\ReferenceAssemblyAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\requiredattributeattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\RuntimeCompatibilityAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\RuntimeWrappedException.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\scopelessenumattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\specialnameattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\StateMachineAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\suppressildasmattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\suppressmergecheckattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TaskAwaiter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\typedependencyattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TypeForwardedFromAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\TypeForwardedToAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\unsafevaluetypeattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\compilerservices\YieldAwaitable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\corruptingexceptioncommon.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\exceptionnotification.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\exceptionservices\exceptionservicescommon.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\arraywithoffset.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\attributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\bstrwrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\callingconvention.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\charset.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\comexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\commembertype.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ibindctx.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iconnectionpoint.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iconnectionpointcontainer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumconnectionpoints.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumconnections.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumerable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienummoniker.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumstring.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ienumvariant.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\iexpando.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\imoniker.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ipersistfile.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\ireflect.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\irunningobjecttable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\istream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypecomp.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypeinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypeinfo2.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypelib.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ComTypes\itypelib2.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\criticalhandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\currencywrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\dispatchwrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\errorwrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\expando\iexpando.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\externalexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\handleref.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomadapter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomfactory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustommarshaler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\icustomqueryinterface.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\invalidcomobjectexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\invalidolevarianttypeexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\iregistrationservices.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\layoutkind.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\marshaldirectiveexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\objectcreationdelegate.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\runtimeenvironment.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safearrayrankmismatchexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safearraytypemismatchexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\safehandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\sehexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\ucomienumconnections.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\unknownwrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\variantWrapper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\attributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\eventregistrationtoken.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\eventregistrationtokentable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\iactivationfactory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\irestrictederrorinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\NgenServicingAttributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\remoting\callcontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\deserializationeventhandler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatterconverter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binarycommonclasses.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryconverter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryenums.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryformatterwriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binarymethodmessage.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectreader.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryobjectwriter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryparser.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\binary\binaryutilclasses.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\commonenums.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\ifieldinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\isoapmessage.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\sertrace.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\soapfault.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatters\soapmessage.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\formatterservices.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\ideserializationcallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iformatterconverter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iobjectreference.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iserializable.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\iserializationsurrogate.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\isurrogateselector.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\memberholder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectclonehelper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectidgenerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\objectmanager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\safeserializationmanager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationbinder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationeventscache.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationfieldinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationinfoenumerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\serializationobjectmanager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\streamingcontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\surrogateselector.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\serialization\valuetypefixupinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\componentguaranteesattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\multitargetinghelpers.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\NonVersionableAttribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\resourceattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\targetframeworkattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\runtime\versioning\targetframeworkid.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\sbyte.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\attributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\Claim.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimsIdentity.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimsPrincipal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimTypes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\ClaimValueTypes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\claims\RoleClaimProvider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\aes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricalgorithm.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetrickeyexchangedeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetrickeyexchangeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricsignaturedeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\asymmetricsignatureformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\base64transforms.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\crypto.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\cryptoapitransform.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\cryptostream.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\derivebytes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\des.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsa.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsasignaturedeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\dsasignatureformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hashalgorithm.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\HashAlgorithmName.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmac.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacmd5.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacripemd160.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha1.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha256.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha384.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\hmacsha512.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\icryptotransform.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\keyedhashalgorithm.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\mactripledes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\maskgenerationmethod.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\md5.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\passwordderivebytes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\pkcs1maskgenerationmethod.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\randomnumbergenerator.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rfc2898derivebytes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndael.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanagedtransform.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\ripemd160.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\ripemd160managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsa.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsacryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSAEncryptionPadding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSAEncryptionPaddingMode.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsaoaepkeyexchangedeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsaoaepkeyexchangeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsapkcs1keyexchangedeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rsapkcs1keyexchangeformatter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSASignaturePadding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\RSASignaturePaddingMode.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\signaturedescription.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\symmetricalgorithm.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\utils.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\x509certificates\x509utils.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\principal\genericidentity.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\safesecurityhandles.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\securitycontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\securitydocument.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\util\hex.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\util\parser.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\util\tokenizer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\serializableattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\sharedstatics.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\single.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\stackoverflowexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\string.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\stringcomparer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\stringfreezingattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\systemexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\asciiencoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\codepageencoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decoder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decoderbestfitfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decoderexceptionfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decoderfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decodernls.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\decoderreplacementfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoderbestfitfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoderexceptionfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoderfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encodernls.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoderreplacementfallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encodinginfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\encodingprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\mlangcodepageencoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\stringbuilder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\stringbuildercache.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\surrogateencoder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\unicodeencoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\utf32encoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\utf7encoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\text\utf8encoding.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threadattributes.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\abandonedmutexexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\apartmentstate.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\asynclocal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\autoresetevent.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\CancellationToken.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\CancellationTokenRegistration.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\CancellationTokenSource.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\CountdownEvent.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\eventresetmode.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\eventwaithandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\executioncontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\LazyInitializer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\lockrecursionexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\manualresetevent.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\ManualResetEventSlim.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\monitor.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\parameterizedthreadstart.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\semaphorefullexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\SemaphoreSlim.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\sendorpostcallback.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\SpinLock.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\SpinWait.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\synchronizationcontext.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\synchronizationlockexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\AsyncCausalityTracer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\BeginEndAwaitableAdapter.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Future.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\FutureFactory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Parallel.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ParallelLoopState.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ParallelRangeManager.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ProducerConsumerQueues.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\Task.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskCanceledException.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskCompletionSource.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskContinuation.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskExceptionHolder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskFactory.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskScheduler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskSchedulerException.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\TaskToApm.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\Tasks\ThreadPoolTaskScheduler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\thread.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadabortexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadinterruptedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\ThreadLocal.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadpool.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadpriority.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadstart.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadstartexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadstate.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\threadstateexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\timeout.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\waithandle.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\waithandlecannotbeopenedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threading\waithandleExtensions.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\threadstaticattribute.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\throwhelper.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\timeoutexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\timespan.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\timezoneinfo.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\timezonenotfoundexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\type.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\typeaccessexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\typedreference.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\typeinitializationexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\typeloadexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\typeunloadedexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\uint16.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\uint32.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\uint64.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\unauthorizedaccessexception.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\unhandledexceptioneventargs.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\unhandledexceptioneventhandler.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\unityserializationholder.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\unsafecharbuffer.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\version.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="coreclr\SorterArray.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="corert\AddrofIntrinsics.cs" />
+ <Compile Include="corert\Debug.cs" />
+ <Compile Include="corert\EnvironmentAugments.cs" />
+ <Compile Include="corert\RelocatedTypeAttribute.cs" />
+ <Compile Include="corert\RuntimeThread.cs" />
+ <Compile Include="corert\ThreadPoolBoundHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\System\Numerics\Hashing\HashHelpers.cs" />
+ <Compile Include="..\..\..\external\corert\src\Runtime.Base\src\System\Runtime\InteropServices\NativeCallableAttribute.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\TupleExtensions.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\ValueTuple.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Collections\DictionaryEntry.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Collections\Generic\KeyValuePair.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Diagnostics\Debug.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\IsReadOnlyAttribute.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\ITuple.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\RuntimeFeature.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Runtime\CompilerServices\TupleElementNamesAttribute.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\Threading\DeferredDisposableLifetime.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Array.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Tuple.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\LowLevelComparer.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\ObjectEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\ArraySortHelper.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Collections\Generic\NonRandomizedStringEqualityComparer.cs" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Include="corefx\SR.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\CDSCollectionETWBCLProvider.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentDictionary.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentQueue.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\ConcurrentStack.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\IProducerConsumerCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\OrderablePartitioner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\Partitioner.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections.Concurrent\src\System\Collections\Concurrent\PartitionerStatic.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ContentType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyStorageFlags.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="'$(Profile)' == 'net_4_x'">
+ <Compile Include="corert\Interop.cs" />
+ <Compile Include="corert\Interop.MemAllocFree.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Errors.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\Interop\Windows\Kernel32\Interop.FormatMessage.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\shared\System\IO\Win32Marshal.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.MemAllocFree.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\mincore\Interop.ThreadPoolIO.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Windows\Interop.Libraries.cs" />
+ <Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\System.Private.CoreLib.Native\Interop.MemAllocFree.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeThreadPoolIOHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolBoundHandle.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolNativeOverlapped.OverlappedData.cs" />
+ <Compile Include="..\..\..\external\corert\src\System.Private.CoreLib\src\System\Threading\Win32ThreadPoolPreAllocatedOverlapped.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="!$(Profile.StartsWith('monotouch'))">
+ <Compile Include="System.Security.Cryptography\MD5CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProvider.cs" />
+ <Compile Include="System.Security.Cryptography\RNGCryptoServiceProvider.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\ARC4Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD2Managed.cs" />
+ <Compile Include="..\Mono.Security\Mono.Security.Cryptography\MD4Managed.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="!$(Profile.StartsWith('monotouch'))">
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\descryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rc2cryptoserviceprovider.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\rijndaelmanaged.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha1managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha256managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha384managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\sha512managed.cs" />
+ <Compile Include="..\referencesource\mscorlib\system\security\cryptography\tripledescryptoserviceprovider.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="$(Profile.StartsWith('monotouch'))">
+ <Compile Include="System.Text\EncodingHelper.MonoTouch.cs" />
+ <Compile Include="System\Environment.iOS.cs" />
+ <Compile Include="System\Guid.MonoTouch.cs" />
+ <Compile Include="System\NotSupportedException.iOS.cs" />
+ </ItemGroup>
+
+ <ItemGroup Condition="$(Profile.StartsWith('monotouch')) OR '$(Profile)' == 'xammac'">
+ <Compile Include="CommonCrypto\CommonCrypto.cs" />
+ <Compile Include="CommonCrypto\CryptorTransform.cs" />
+ <Compile Include="CommonCrypto\FastCryptorTransform.cs" />
+ <Compile Include="CommonCrypto\CorlibExtras.cs" />
+ <Compile Include="CommonCrypto\RijndaelManaged.cs" />
+ <Compile Include="CommonCrypto\RNGCryptoServiceProvider.cryptor.cs" />
+ <Compile Include="CommonCrypto\RC4CommonCrypto.cs" />
+ <Compile Include="CoreFoundation\CFHelpers.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateImplApple.cs" />
+ <Compile Include="System.Security.Cryptography.X509Certificates\X509Helper.Apple.cs" />
+ </ItemGroup>
+</Project>
diff --git a/mcs/class/corlib/corlib.dll.sources b/mcs/class/corlib/corlib.dll.sources
deleted file mode 100644
index c4af3f5b553..00000000000
--- a/mcs/class/corlib/corlib.dll.sources
+++ /dev/null
@@ -1,1692 +0,0 @@
-Assembly/AssemblyInfo.cs
-../../build/common/Consts.cs
-../../build/common/Locale.cs
-../../build/common/AssemblyRef.cs
-../../build/common/SR.cs
-Microsoft.Win32/IRegistryApi.cs
-Microsoft.Win32/RegistryKey.cs
-Microsoft.Win32/RegistryKeyPermissionCheck.cs
-Microsoft.Win32/Registry.cs
-Microsoft.Win32/RegistryHive.cs
-Microsoft.Win32/RegistryOptions.cs
-Microsoft.Win32/RegistryValueKind.cs
-Microsoft.Win32/RegistryValueOptions.cs
-Microsoft.Win32/RegistryView.cs
-Microsoft.Win32/UnixRegistryApi.cs
-Microsoft.Win32/Win32RegistryApi.cs
-Microsoft.Win32/Win32ResultCode.cs
-Mono.Globalization.Unicode/CodePointIndexer.cs
-Mono.Globalization.Unicode/MSCompatUnicodeTable.cs
-Mono.Globalization.Unicode/MSCompatUnicodeTableUtil.cs
-Mono.Globalization.Unicode/SimpleCollator.cs
-Mono.Globalization.Unicode/SortKey.cs
-Mono.Globalization.Unicode/SortKeyBuffer.cs
-Mono.Globalization.Unicode/Normalization.cs
-Mono.Globalization.Unicode/NormalizationTableUtil.cs
-Mono/Runtime.cs
-Mono/RuntimeHandles.cs
-Mono/RuntimeMarshal.cs
-Mono/RuntimeStructs.cs
-Mono/SafeGPtrArrayHandle.cs
-Mono/SafeStringMarshal.cs
-Mono/DataConverter.cs
-Mono.Interop/ComInteropProxy.cs
-Mono.Interop/IDispatch.cs
-Mono.Interop/IUnknown.cs
-../Mono.Security/Mono.Math/BigInteger.cs
-../Mono.Security/Mono.Math.Prime/ConfidenceFactor.cs
-../Mono.Security/Mono.Math.Prime/PrimalityTests.cs
-../Mono.Security/Mono.Math.Prime.Generator/NextPrimeFinder.cs
-../Mono.Security/Mono.Math.Prime.Generator/PrimeGeneratorBase.cs
-../Mono.Security/Mono.Math.Prime.Generator/SequentialSearchPrimeGeneratorBase.cs
-../Mono.Security/Mono.Security/ASN1.cs
-../Mono.Security/Mono.Security/ASN1Convert.cs
-../Mono.Security/Mono.Security/BitConverterLE.cs
-../Mono.Security/Mono.Security/PKCS7.cs
-../Mono.Security/Mono.Security/StrongName.cs
-Mono.Security/StrongNameManager.cs
-Mono.Security/Uri.cs
-../Mono.Security/Mono.Security.Authenticode/AuthenticodeBase.cs
-../Mono.Security/Mono.Security.Authenticode/AuthenticodeDeformatter.cs
-../Mono.Security/Mono.Security.Cryptography/ARC4Managed.cs
-../Mono.Security/Mono.Security.Cryptography/CryptoConvert.cs
-../Mono.Security/Mono.Security.Cryptography/CryptoTools.cs
-Mono.Security.Cryptography/DSAManaged.cs
-Mono.Security.Cryptography/HMACAlgorithm.cs
-../Mono.Security/Mono.Security.Cryptography/KeyPairPersistence.cs
-Mono.Security.Cryptography/MACAlgorithm.cs
-../Mono.Security/Mono.Security.Cryptography/MD2.cs
-../Mono.Security/Mono.Security.Cryptography/MD2Managed.cs
-../Mono.Security/Mono.Security.Cryptography/MD4.cs
-../Mono.Security/Mono.Security.Cryptography/MD4Managed.cs
-../Mono.Security/Mono.Security.Cryptography/PKCS1.cs
-../Mono.Security/Mono.Security.Cryptography/PKCS8.cs
-../Mono.Security/Mono.Security.Cryptography/RC4.cs
-../Mono.Security/Mono.Security.Cryptography/RSAManaged.cs
-../Mono.Security/Mono.Security.Cryptography/SymmetricTransform.cs
-../Mono.Security/Mono.Security.X509/PKCS12.cs
-../Mono.Security/Mono.Security.X509/X501Name.cs
-../Mono.Security/Mono.Security.X509/X509Certificate.cs
-../Mono.Security/Mono.Security.X509/X509CertificateCollection.cs
-../Mono.Security/Mono.Security.X509/X509Chain.cs
-../Mono.Security/Mono.Security.X509/X509ChainStatusFlags.cs
-../Mono.Security/Mono.Security.X509/X509CRL.cs
-../Mono.Security/Mono.Security.X509/X509Extension.cs
-../Mono.Security/Mono.Security.X509/X509Extensions.cs
-../Mono.Security/Mono.Security.X509/X509Store.cs
-../Mono.Security/Mono.Security.X509/X509Stores.cs
-../Mono.Security/Mono.Security.X509/X509StoreManager.cs
-../Mono.Security/Mono.Security.X509/X520Attributes.cs
-../Mono.Security/Mono.Security.X509.Extensions/BasicConstraintsExtension.cs
-../Mono.Security/Mono.Security.X509.Extensions/KeyUsageExtension.cs
-../Mono.Security/Mono.Security.X509.Extensions/SubjectKeyIdentifierExtension.cs
-Mono.Xml/SmallXmlParser.cs
-Mono.Xml/SecurityParser.cs
-System/ActivationContext.cs
-System/AndroidPlatform.cs
-System/AppDomain.cs
-System/AppDomainInitializer.cs
-System/AppDomainManager.cs
-System/AppDomainSetup.cs
-System/ApplicationIdentity.cs
-System/ArgIterator.cs
-System/Array.cs
-System/AssemblyLoadEventArgs.cs
-System/AssemblyLoadEventHandler.cs
-System/CStreamReader.cs
-System/CStreamWriter.cs
-System/Console.cs
-System/Console.iOS.cs
-System/ConsoleDriver.cs
-System/ControlCharacters.cs
-System/CrossAppDomainDelegate.cs
-System/Delegate.cs
-System/DelegateSerializationHolder.cs
-System/DomainManagerInitializationFlags.cs
-System/EmptyArray.cs
-System/Environment.cs
-System/EnvironmentVariableTarget.cs
-System/Guid.cs
-System/IConsoleDriver.cs
-System/IntPtr.cs
-System/KnownTerminals.cs
-System/MarshalByRefObject.cs
-System/MonoAsyncCall.cs
-System/MonoCQItem.cs
-System/MonoCustomAttrs.cs
-System/MonoListItem.cs
-System/MonoType.cs
-System/MonoTouchAOTHelper.cs
-System/MulticastDelegate.cs
-System/NullConsoleDriver.cs
-System/Nullable.cs
-System/NumberFormatter.cs
-System/Object.cs
-System/OperatingSystem.cs
-System/PlatformID.cs
-System/ResolveEventArgs.cs
-System/ResolveEventHandler.cs
-System/RuntimeArgumentHandle.cs
-System/RuntimeFieldHandle.cs
-System/RuntimeMethodHandle.cs
-System/RuntimeTypeHandle.cs
-System/ModuleHandle.cs
-System/StringComparison.cs
-System/TermInfoBooleans.cs
-System/TermInfoDriver.cs
-System/TermInfoNumbers.cs
-System/TermInfoReader.cs
-System/TermInfoStrings.cs
-System/TimeZone.cs
-System/TimeZoneInfo.cs
-System/TimeZoneInfo.Android.cs
-System/TimeZoneInfo.MonoTouch.cs
-System/TimeZoneInfo.Serialization.cs
-System/TimeZoneInfo.WinRT.cs
-../../build/common/MonoTODOAttribute.cs
-System/TypeIdentifier.cs
-System/TypeSpec.cs
-System/TypeCode.cs
-System/UIntPtr.cs
-System/ValueType.cs
-System/Variant.cs
-System/Void.cs
-System/WeakReference.cs
-System/WeakReference_T.cs
-System/WindowsConsoleDriver.cs
-System/__ComObject.cs
-System.Configuration.Assemblies/AssemblyHash.cs
-System.Configuration.Assemblies/AssemblyHashAlgorithm.cs
-System.Configuration.Assemblies/AssemblyVersionCompatibility.cs
-System.Configuration.Assemblies/ProcessorID.cs
-System.Deployment.Internal/InternalActivationContextHelper.cs
-System.Deployment.Internal/InternalApplicationIdentityHelper.cs
-System.Diagnostics/Debugger.cs
-System.Diagnostics/StackFrame.cs
-System.Diagnostics/StackTrace.cs
-System.Diagnostics.Tracing/EventAttribute.cs
-System.Diagnostics.Tracing/EventCommand.cs
-System.Diagnostics.Tracing/EventCounter.cs
-System.Diagnostics.Tracing/EventSource.cs
-System.Diagnostics.Tracing/EventSourceAttribute.cs
-System.Diagnostics.Tracing/EventSourceSettings.cs
-System.Diagnostics.Tracing/EventCommandEventArgs.cs
-System.Diagnostics.Tracing/EventListener.cs
-System.Diagnostics.Tracing/EventWrittenEventArgs.cs
-System.Diagnostics.Tracing/NonEventAttribute.cs
-System.Diagnostics.Tracing/EventDataAttribute.cs
-System.Diagnostics.Tracing/EventFieldAttribute.cs
-System.Diagnostics.Tracing/EventFieldFormat.cs
-System.Diagnostics.Tracing/EventFieldTags.cs
-System.Diagnostics.Tracing/EventIgnoreAttribute.cs
-System.Diagnostics.Tracing/EventManifestOptions.cs
-System.Diagnostics.SymbolStore/ISymbolBinder.cs
-System.Diagnostics.SymbolStore/ISymbolBinder1.cs
-System.Diagnostics.SymbolStore/ISymbolDocument.cs
-System.Diagnostics.SymbolStore/ISymbolDocumentWriter.cs
-System.Diagnostics.SymbolStore/ISymbolMethod.cs
-System.Diagnostics.SymbolStore/ISymbolNamespace.cs
-System.Diagnostics.SymbolStore/ISymbolReader.cs
-System.Diagnostics.SymbolStore/ISymbolScope.cs
-System.Diagnostics.SymbolStore/ISymbolVariable.cs
-System.Diagnostics.SymbolStore/ISymbolWriter.cs
-System.Diagnostics.SymbolStore/SymAddressKind.cs
-System.Diagnostics.SymbolStore/SymbolToken.cs
-System.Diagnostics.SymbolStore/SymDocumentType.cs
-System.Diagnostics.SymbolStore/SymLanguageType.cs
-System.Diagnostics.SymbolStore/SymLanguageVendor.cs
-System.Globalization/CultureInfo.cs
-System.Globalization/IdnMapping.cs
-System.Globalization/RegionInfo.cs
-System.Globalization/RegionInfo.MonoTouch.cs
-System.IO/Directory.cs
-System.IO/DirectoryInfo.cs
-System.IO/DriveInfo.cs
-System.IO/DriveType.cs
-System.IO/File.cs
-System.IO/FileAccess.cs
-System.IO/FileAttributes.cs
-System.IO/FileMode.cs
-System.IO/FileOptions.cs
-System.IO/FileShare.cs
-System.IO/FileStream.cs
-System.IO/FileStreamAsyncResult.cs
-System.IO/HGlobalUnmanagedMemoryStream.cs
-System.IO/LogcatTextWriter.cs
-System.IO/MonoIO.cs
-System.IO/MonoIOError.cs
-System.IO/MonoFileType.cs
-System.IO/MonoIOStat.cs
-System.IO/Path.cs
-System.IO/SearchOption.cs
-System.IO/SearchPattern.cs
-System.IO/SeekOrigin.cs
-System.IO/UnexceptionalStreamReader.cs
-System.IO/UnexceptionalStreamWriter.cs
-System.IO.IsolatedStorage/INormalizeForIsolatedStorage.cs
-System.IO.IsolatedStorage/IsolatedStorage.cs
-System.IO.IsolatedStorage/IsolatedStorageException.cs
-System.IO.IsolatedStorage/IsolatedStorageFile.cs
-System.IO.IsolatedStorage/IsolatedStorageFileEnumerator.cs
-System.IO.IsolatedStorage/IsolatedStorageFileStream.cs
-System.IO.IsolatedStorage/IsolatedStorageScope.cs
-System.IO.IsolatedStorage/IsolatedStorageSecurityOptions.cs
-System.IO.IsolatedStorage/IsolatedStorageSecurityState.cs
-System.Reflection/Assembly.cs
-System.Reflection/AssemblyName.cs
-System.Reflection/ConstructorInfo.cs
-System.Reflection/CustomAttributeData.cs
-System.Reflection/CustomAttributeFormatException.cs
-System.Reflection/CustomAttributeNamedArgument.cs
-System.Reflection/CustomAttributeTypedArgument.cs
-System.Reflection/EventInfo.cs
-System.Reflection/ExceptionHandlingClause.cs
-System.Reflection/FieldInfo.cs
-System.Reflection/ImageFileMachine.cs
-System.Reflection/LocalVariableInfo.cs
-System.Reflection/MethodBody.cs
-System.Reflection/Module.cs
-System.Reflection/ModuleResolveEventHandler.cs
-System.Reflection/MonoAssembly.cs
-System.Reflection/MonoEvent.cs
-System.Reflection/MonoField.cs
-System.Reflection/MonoMethod.cs
-System.Reflection/MonoModule.cs
-System.Reflection/MonoParameterInfo.cs
-System.Reflection/MonoProperty.cs
-System.Reflection/ParameterInfo.cs
-System.Reflection/PortableExecutableKinds.cs
-System.Reflection/PropertyInfo.cs
-System.Reflection/ReflectionTypeLoadException.cs
-System.Reflection/StrongNameKeyPair.cs
-System.Reflection.Emit/AssemblyBuilder.cs
-System.Reflection.Emit/AssemblyBuilderAccess.cs
-System.Reflection.Emit/ConstructorBuilder.cs
-System.Reflection.Emit/ConstructorOnTypeBuilderInst.cs
-System.Reflection.Emit/CustomAttributeBuilder.cs
-System.Reflection.Emit/DerivedTypes.cs
-System.Reflection.Emit/DynamicILInfo.cs
-System.Reflection.Emit/DynamicMethod.cs
-System.Reflection.Emit/EnumBuilder.cs
-System.Reflection.Emit/EventBuilder.cs
-System.Reflection.Emit/EventOnTypeBuilderInst.cs
-System.Reflection.Emit/EventToken.cs
-System.Reflection.Emit/FieldBuilder.cs
-System.Reflection.Emit/FieldOnTypeBuilderInst.cs
-System.Reflection.Emit/FieldToken.cs
-System.Reflection.Emit/FlowControl.cs
-System.Reflection.Emit/GenericTypeParameterBuilder.cs
-System.Reflection.Emit/ILGenerator.cs
-System.Reflection.Emit/Label.cs
-System.Reflection.Emit/LocalBuilder.cs
-System.Reflection.Emit/MethodBuilder.cs
-System.Reflection.Emit/MethodOnTypeBuilderInst.cs
-System.Reflection.Emit/MethodToken.cs
-System.Reflection.Emit/MethodRental.cs
-System.Reflection.Emit/ModuleBuilder.cs
-System.Reflection.Emit/MonoArrayMethod.cs
-System.Reflection.Emit/OpCodeNames.cs
-System.Reflection.Emit/OpCode.cs
-System.Reflection.Emit/OpCodes.cs
-System.Reflection.Emit/OpCodeType.cs
-System.Reflection.Emit/OperandType.cs
-System.Reflection.Emit/PackingSize.cs
-System.Reflection.Emit/ParameterBuilder.cs
-System.Reflection.Emit/ParameterToken.cs
-System.Reflection.Emit/PEFileKinds.cs
-System.Reflection.Emit/PropertyBuilder.cs
-System.Reflection.Emit/PropertyOnTypeBuilderInst.cs
-System.Reflection.Emit/PropertyToken.cs
-System.Reflection.Emit/SignatureHelper.cs
-System.Reflection.Emit/SignatureToken.cs
-System.Reflection.Emit/StackBehaviour.cs
-System.Reflection.Emit/StringToken.cs
-System.Reflection.Emit/TypeBuilder.cs
-System.Reflection.Emit/TypeBuilderInstantiation.cs
-System.Reflection.Emit/TypeToken.cs
-System.Reflection.Emit/UnmanagedMarshal.cs
-System.Reflection.Emit/AssemblyBuilder.pns.cs
-System.Reflection.Emit/ConstructorBuilder.pns.cs
-System.Reflection.Emit/CustomAttributeBuilder.pns.cs
-System.Reflection.Emit/EnumBuilder.pns.cs
-System.Reflection.Emit/EventBuilder.pns.cs
-System.Reflection.Emit/FieldBuilder.pns.cs
-System.Reflection.Emit/GenericTypeParameterBuilder.pns.cs
-System.Reflection.Emit/ILGenerator.pns.cs
-System.Reflection.Emit/MethodBuilder.pns.cs
-System.Reflection.Emit/ModuleBuilder.pns.cs
-System.Reflection.Emit/ParameterBuilder.pns.cs
-System.Reflection.Emit/PropertyBuilder.pns.cs
-System.Reflection.Emit/SignatureHelper.pns.cs
-System.Reflection.Emit/TypeBuilder.pns.cs
-System.Reflection.Metadata/AssemblyExtensions.cs
-System.Resources/Win32Resources.cs
-System.Runtime/GCLargeObjectHeapCompactionMode.cs
-System.Runtime/GCLatencyMode.cs
-System.Runtime/GCSettings.cs
-System.Runtime/MemoryFailPoint.cs
-System.Runtime.CompilerServices/ConditionalWeakTable.cs
-System.Runtime.CompilerServices/RuntimeHelpers.cs
-System.Runtime.Hosting/ActivationArguments.cs
-System.Runtime.Hosting/ApplicationActivator.cs
-System.Runtime.InteropServices/_Activator.cs
-System.Runtime.InteropServices/_Assembly.cs
-System.Runtime.InteropServices/_AssemblyBuilder.cs
-System.Runtime.InteropServices/_AssemblyName.cs
-System.Runtime.InteropServices/_Attribute.cs
-System.Runtime.InteropServices/_ConstructorBuilder.cs
-System.Runtime.InteropServices/_ConstructorInfo.cs
-System.Runtime.InteropServices/_CustomAttributeBuilder.cs
-System.Runtime.InteropServices/_EnumBuilder.cs
-System.Runtime.InteropServices/_EventBuilder.cs
-System.Runtime.InteropServices/_EventInfo.cs
-System.Runtime.InteropServices/_Exception.cs
-System.Runtime.InteropServices/_FieldBuilder.cs
-System.Runtime.InteropServices/_FieldInfo.cs
-System.Runtime.InteropServices/_ILGenerator.cs
-System.Runtime.InteropServices/_LocalBuilder.cs
-System.Runtime.InteropServices/_MemberInfo.cs
-System.Runtime.InteropServices/_MethodBase.cs
-System.Runtime.InteropServices/_MethodBuilder.cs
-System.Runtime.InteropServices/_MethodInfo.cs
-System.Runtime.InteropServices/_MethodRental.cs
-System.Runtime.InteropServices/_Module.cs
-System.Runtime.InteropServices/_ModuleBuilder.cs
-System.Runtime.InteropServices/_ParameterBuilder.cs
-System.Runtime.InteropServices/_ParameterInfo.cs
-System.Runtime.InteropServices/_PropertyBuilder.cs
-System.Runtime.InteropServices/_PropertyInfo.cs
-System.Runtime.InteropServices/_SignatureHelper.cs
-System.Runtime.InteropServices/_Thread.cs
-System.Runtime.InteropServices/_Type.cs
-System.Runtime.InteropServices/_TypeBuilder.cs
-System.Runtime.InteropServices/BIND_OPTS.cs
-System.Runtime.InteropServices/BINDPTR.cs
-System.Runtime.InteropServices/CALLCONV.cs
-System.Runtime.InteropServices/DESCKIND.cs
-System.Runtime.InteropServices/DISPPARAMS.cs
-System.Runtime.InteropServices/ELEMDESC.cs
-System.Runtime.InteropServices/EXCEPINFO.cs
-System.Runtime.InteropServices/ExporterEventKind.cs
-System.Runtime.InteropServices/ExtensibleClassFactory.cs
-System.Runtime.InteropServices/FILETIME.cs
-System.Runtime.InteropServices/FUNCDESC.cs
-System.Runtime.InteropServices/FUNCFLAGS.cs
-System.Runtime.InteropServices/FUNCKIND.cs
-System.Runtime.InteropServices/GCHandle.cs
-System.Runtime.InteropServices/GCHandleType.cs
-System.Runtime.InteropServices/IDLDESC.cs
-System.Runtime.InteropServices/IDLFLAG.cs
-System.Runtime.InteropServices/IErrorInfo.cs
-System.Runtime.InteropServices/IMPLTYPEFLAGS.cs
-System.Runtime.InteropServices/INVOKEKIND.cs
-System.Runtime.InteropServices/ITypeLibConverter.cs
-System.Runtime.InteropServices/ITypeLibExporterNameProvider.cs
-System.Runtime.InteropServices/ITypeLibExporterNotifySink.cs
-System.Runtime.InteropServices/ITypeLibImporterNotifySink.cs
-System.Runtime.InteropServices/ImporterEventKind.cs
-System.Runtime.InteropServices/LIBFLAGS.cs
-System.Runtime.InteropServices/ManagedErrorInfo.cs
-System.Runtime.InteropServices/Marshal.cs
-System.Runtime.InteropServices/MarshalAsAttribute.cs
-System.Runtime.InteropServices/PARAMDESC.cs
-System.Runtime.InteropServices/PARAMFLAG.cs
-System.Runtime.InteropServices/RegistrationClassContext.cs
-System.Runtime.InteropServices/RegistrationConnectionType.cs
-System.Runtime.InteropServices/STATSTG.cs
-System.Runtime.InteropServices/RegistrationServices.cs
-System.Runtime.InteropServices/SafeBuffer.cs
-System.Runtime.InteropServices/SafeHandle.cs
-System.Runtime.InteropServices/SYSKIND.cs
-System.Runtime.InteropServices/TYPEATTR.cs
-System.Runtime.InteropServices/TYPEDESC.cs
-System.Runtime.InteropServices/TYPEFLAGS.cs
-System.Runtime.InteropServices/TYPEKIND.cs
-System.Runtime.InteropServices/TYPELIBATTR.cs
-System.Runtime.InteropServices/TypeLibConverter.cs
-System.Runtime.InteropServices/TypeLibExporterFlags.cs
-System.Runtime.InteropServices/TypeLibImporterFlags.cs
-System.Runtime.InteropServices/UCOMIBindCtx.cs
-System.Runtime.InteropServices/UCOMIConnectionPoint.cs
-System.Runtime.InteropServices/UCOMIConnectionPointContainer.cs
-System.Runtime.InteropServices/UCOMIEnumConnectionPoints.cs
-System.Runtime.InteropServices/UCOMIEnumMoniker.cs
-System.Runtime.InteropServices/UCOMIEnumString.cs
-System.Runtime.InteropServices/UCOMIEnumVARIANT.cs
-System.Runtime.InteropServices/UCOMIMoniker.cs
-System.Runtime.InteropServices/UCOMIPersistFile.cs
-System.Runtime.InteropServices/UCOMIRunningObjectTable.cs
-System.Runtime.InteropServices/UCOMIStream.cs
-System.Runtime.InteropServices/UCOMITypeComp.cs
-System.Runtime.InteropServices/UCOMITypeInfo.cs
-System.Runtime.InteropServices/UCOMITypeLib.cs
-System.Runtime.InteropServices/VARDESC.cs
-System.Runtime.InteropServices/VARFLAGS.cs
-System.Runtime.InteropServices/CustomQueryInterfaceMode.cs
-System.Runtime.InteropServices/ComEventsHelper.cs
-
-System.Runtime.InteropServices.WindowsRuntime/DesignerNamespaceResolveEventArgs.cs
-System.Runtime.InteropServices.WindowsRuntime/NamespaceResolveEventArgs.cs
-System.Runtime.InteropServices.WindowsRuntime/UnsafeNativeMethods.cs
-System.Runtime.InteropServices.WindowsRuntime/WindowsRuntimeMetadata.cs
-System.Runtime.Remoting/ActivatedClientTypeEntry.cs
-System.Runtime.Remoting/ActivatedServiceTypeEntry.cs
-System.Runtime.Remoting/CustomErrorsModes.cs
-System.Runtime.Remoting/EnvoyInfo.cs
-System.Runtime.Remoting/IObjectHandle.cs
-System.Runtime.Remoting/IChannelInfo.cs
-System.Runtime.Remoting/Identity.cs
-System.Runtime.Remoting/InternalRemotingServices.cs
-System.Runtime.Remoting/IEnvoyInfo.cs
-System.Runtime.Remoting/IRemotingTypeInfo.cs
-System.Runtime.Remoting/ObjectHandle.cs
-System.Runtime.Remoting/ObjRef.cs
-System.Runtime.Remoting/RemotingConfiguration.cs
-System.Runtime.Remoting/RemotingException.cs
-System.Runtime.Remoting/RemotingTimeoutException.cs
-System.Runtime.Remoting/RemotingServices.cs
-System.Runtime.Remoting/ServerException.cs
-System.Runtime.Remoting/ServerIdentity.cs
-System.Runtime.Remoting/SoapServices.cs
-System.Runtime.Remoting/TypeEntry.cs
-System.Runtime.Remoting/TypeInfo.cs
-System.Runtime.Remoting/WellKnownObjectMode.cs
-System.Runtime.Remoting/WellKnownClientTypeEntry.cs
-System.Runtime.Remoting/WellKnownServiceTypeEntry.cs
-System.Runtime.Remoting.Activation/ActivationServices.cs
-System.Runtime.Remoting.Activation/ActivatorLevel.cs
-System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
-System.Runtime.Remoting.Activation/ConstructionLevelActivator.cs
-System.Runtime.Remoting.Activation/ContextLevelActivator.cs
-System.Runtime.Remoting.Activation/IActivator.cs
-System.Runtime.Remoting.Activation/IConstructionCallMessage.cs
-System.Runtime.Remoting.Activation/IConstructionReturnMessage.cs
-System.Runtime.Remoting.Activation/RemoteActivator.cs
-System.Runtime.Remoting.Activation/RemoteActivationAttribute.cs
-System.Runtime.Remoting.Activation/UrlAttribute.cs
-System.Runtime.Remoting.Channels/AggregateDictionary.cs
-System.Runtime.Remoting.Channels/BaseChannelObjectWithProperties.cs
-System.Runtime.Remoting.Channels/BaseChannelSinkWithProperties.cs
-System.Runtime.Remoting.Channels/BaseChannelWithProperties.cs
-System.Runtime.Remoting.Channels/ChannelDataStore.cs
-System.Runtime.Remoting.Channels/ChannelServices.cs
-System.Runtime.Remoting.Channels/ChannelSinkStackEntry.cs
-System.Runtime.Remoting.Channels/ClientChannelSinkStack.cs
-System.Runtime.Remoting.Channels/IChannel.cs
-System.Runtime.Remoting.Channels/IChannelDataStore.cs
-System.Runtime.Remoting.Channels/IChannelReceiver.cs
-System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
-System.Runtime.Remoting.Channels/IChannelSender.cs
-System.Runtime.Remoting.Channels/IChannelSinkBase.cs
-System.Runtime.Remoting.Channels/IClientChannelSink.cs
-System.Runtime.Remoting.Channels/IClientChannelSinkProvider.cs
-System.Runtime.Remoting.Channels/IClientChannelSinkStack.cs
-System.Runtime.Remoting.Channels/IClientFormatterSink.cs
-System.Runtime.Remoting.Channels/IClientFormatterSinkProvider.cs
-System.Runtime.Remoting.Channels/IClientResponseChannelSinkStack.cs
-System.Runtime.Remoting.Channels/ISecurableChannel.cs
-System.Runtime.Remoting.Channels/IServerResponseChannelSinkStack.cs
-System.Runtime.Remoting.Channels/ServerDispatchSink.cs
-System.Runtime.Remoting.Channels/ServerDispatchSinkProvider.cs
-System.Runtime.Remoting.Channels/IServerChannelSink.cs
-System.Runtime.Remoting.Channels/IServerChannelSinkProvider.cs
-System.Runtime.Remoting.Channels/IServerChannelSinkStack.cs
-System.Runtime.Remoting.Channels/IServerFormatterSinkProvider.cs
-System.Runtime.Remoting.Channels/ITransportHeaders.cs
-System.Runtime.Remoting.Channels/ServerChannelSinkStack.cs
-System.Runtime.Remoting.Channels/ServerProcessing.cs
-System.Runtime.Remoting.Channels/SinkProviderData.cs
-System.Runtime.Remoting.Channels/TransportHeaders.cs
-System.Runtime.Remoting.Channels/CrossAppDomainChannel.cs
-System.Runtime.Remoting.Contexts/Context.cs
-System.Runtime.Remoting.Contexts/ContextAttribute.cs
-System.Runtime.Remoting.Contexts/ContextProperty.cs
-System.Runtime.Remoting.Contexts/CrossContextChannel.cs
-System.Runtime.Remoting.Contexts/CrossContextDelegate.cs
-System.Runtime.Remoting.Contexts/IContextAttribute.cs
-System.Runtime.Remoting.Contexts/IContextProperty.cs
-System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
-System.Runtime.Remoting.Contexts/IContributeClientContextSink.cs
-System.Runtime.Remoting.Contexts/IContributeDynamicSink.cs
-System.Runtime.Remoting.Contexts/IContributeEnvoySink.cs
-System.Runtime.Remoting.Contexts/IContributeObjectSink.cs
-System.Runtime.Remoting.Contexts/IContributeServerContextSink.cs
-System.Runtime.Remoting.Contexts/IDynamicMessageSink.cs
-System.Runtime.Remoting.Contexts/IDynamicProperty.cs
-System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
-System.Runtime.Remoting.Lifetime/ClientSponsor.cs
-System.Runtime.Remoting.Lifetime/ILease.cs
-System.Runtime.Remoting.Lifetime/ISponsor.cs
-System.Runtime.Remoting.Lifetime/Lease.cs
-System.Runtime.Remoting.Lifetime/LeaseManager.cs
-System.Runtime.Remoting.Lifetime/LeaseSink.cs
-System.Runtime.Remoting.Lifetime/LeaseState.cs
-System.Runtime.Remoting.Lifetime/LifetimeServices.cs
-System.Runtime.Remoting.Messaging/ArgInfo.cs
-System.Runtime.Remoting.Messaging/AsyncResult.cs
-System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
-System.Runtime.Remoting.Messaging/ConstructionCall.cs
-System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
-System.Runtime.Remoting.Messaging/ConstructionResponse.cs
-System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
-System.Runtime.Remoting.Messaging/Header.cs
-System.Runtime.Remoting.Messaging/HeaderHandler.cs
-System.Runtime.Remoting.Messaging/ErrorMessage.cs
-System.Runtime.Remoting.Messaging/IInternalMessage.cs
-System.Runtime.Remoting.Messaging/IMessage.cs
-System.Runtime.Remoting.Messaging/IMessageCtrl.cs
-System.Runtime.Remoting.Messaging/IMessageSink.cs
-System.Runtime.Remoting.Messaging/IMethodCallMessage.cs
-System.Runtime.Remoting.Messaging/IMethodMessage.cs
-System.Runtime.Remoting.Messaging/IMethodReturnMessage.cs
-System.Runtime.Remoting.Messaging/IRemotingFormatter.cs
-System.Runtime.Remoting.Messaging/InternalMessageWrapper.cs
-System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
-System.Runtime.Remoting.Messaging/MessageSurrogateFilter.cs
-System.Runtime.Remoting.Messaging/MethodCall.cs
-System.Runtime.Remoting.Messaging/MethodCallMessageWrapper.cs
-System.Runtime.Remoting.Messaging/MethodResponse.cs
-System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
-System.Runtime.Remoting.Messaging/MethodDictionary.cs
-System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
-System.Runtime.Remoting.Messaging/MethodReturnMessageWrapper.cs
-System.Runtime.Remoting.Messaging/MonoMethodMessage.cs
-System.Runtime.Remoting.Messaging/OneWayAttribute.cs
-System.Runtime.Remoting.Messaging/RemotingSurrogateSelector.cs
-System.Runtime.Remoting.Messaging/RemotingSurrogate.cs
-System.Runtime.Remoting.Messaging/ReturnMessage.cs
-System.Runtime.Remoting.Messaging/ServerContextTerminatorSink.cs
-System.Runtime.Remoting.Messaging/ServerObjectTerminatorSink.cs
-System.Runtime.Remoting.Messaging/StackBuilderSink.cs
-System.Runtime.Remoting.Messaging/CADMessages.cs
-System.Runtime.Remoting.Metadata/SoapAttribute.cs
-System.Runtime.Remoting.Metadata/SoapFieldAttribute.cs
-System.Runtime.Remoting.Metadata/SoapMethodAttribute.cs
-System.Runtime.Remoting.Metadata/SoapOption.cs
-System.Runtime.Remoting.Metadata/SoapParameterAttribute.cs
-System.Runtime.Remoting.Metadata/SoapTypeAttribute.cs
-System.Runtime.Remoting.Metadata/XmlFieldOrderOption.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/ISoapXsd.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapAnyUri.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntity.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapMonth.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonNegativeInteger.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapToken.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapBase64Binary.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHexBinary.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapMonthDay.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNonPositiveInteger.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapYear.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapDate.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapId.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapName.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNormalizedString.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapYearMonth.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapDateTime.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapIdref.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNcName.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNotation.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapDay.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapIdrefs.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNegativeInteger.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapPositiveInteger.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapDuration.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapInteger.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNmtoken.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapQName.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapEntities.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapLanguage.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapNmtokens.cs
-System.Runtime.Remoting.Metadata.W3cXsd2001/SoapTime.cs
-System.Runtime.Remoting.Proxies/RealProxy.cs
-System.Runtime.Remoting.Proxies/RemotingProxy.cs
-System.Runtime.Remoting.Proxies/ProxyAttribute.cs
-System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
-System.Runtime.Remoting.Services/ITrackingHandler.cs
-System.Runtime.Remoting.Services/TrackingServices.cs
-System.Runtime.Versioning/CompatibilitySwitch.cs
-System.Security/CodeAccessPermission.cs
-System.Security/HostProtectionException.cs
-System.Security/HostSecurityManager.cs
-System.Security/HostSecurityManagerFlags.cs
-System.Security/IEvidenceFactory.cs
-System.Security/IPermission.cs
-System.Security/ISecurityEncodable.cs
-System.Security/ISecurityPolicyEncodable.cs
-System.Security/IStackWalk.cs
-System.Security/NamedPermissionSet.cs
-System.Security/PermissionBuilder.cs
-System.Security/PermissionSet.cs
-System.Security/PolicyLevelType.cs
-System.Security/SecureString.cs
-System.Security/SecurityElement.cs
-System.Security/SecurityFrame.cs
-System.Security/SecurityException.cs
-System.Security/SecurityManager.cs
-System.Security/SecurityManager_mobile.cs
-System.Security/SecurityState.cs
-System.Security/SecurityZone.cs
-System.Security/VerificationException.cs
-System.Security/XmlSyntaxException.cs
-System.Security.AccessControl/AccessControlActions.cs
-System.Security.AccessControl/AccessControlModification.cs
-System.Security.AccessControl/AccessControlSections.cs
-System.Security.AccessControl/AccessControlType.cs
-System.Security.AccessControl/AccessRule.cs
-System.Security.AccessControl/AccessRule_T.cs
-System.Security.AccessControl/AceEnumerator.cs
-System.Security.AccessControl/AceFlags.cs
-System.Security.AccessControl/AceQualifier.cs
-System.Security.AccessControl/AceType.cs
-System.Security.AccessControl/AuditFlags.cs
-System.Security.AccessControl/AuditRule.cs
-System.Security.AccessControl/AuditRule_T.cs
-System.Security.AccessControl/AuthorizationRule.cs
-System.Security.AccessControl/AuthorizationRuleCollection.cs
-System.Security.AccessControl/CommonAce.cs
-System.Security.AccessControl/CommonAcl.cs
-System.Security.AccessControl/CommonObjectSecurity.cs
-System.Security.AccessControl/CommonSecurityDescriptor.cs
-System.Security.AccessControl/CompoundAce.cs
-System.Security.AccessControl/CompoundAceType.cs
-System.Security.AccessControl/ControlFlags.cs
-System.Security.AccessControl/CryptoKeyAccessRule.cs
-System.Security.AccessControl/CryptoKeyAuditRule.cs
-System.Security.AccessControl/CryptoKeyRights.cs
-System.Security.AccessControl/CryptoKeySecurity.cs
-System.Security.AccessControl/CustomAce.cs
-System.Security.AccessControl/DirectoryObjectSecurity.cs
-System.Security.AccessControl/DirectorySecurity.cs
-System.Security.AccessControl/DiscretionaryAcl.cs
-System.Security.AccessControl/EventWaitHandleAccessRule.cs
-System.Security.AccessControl/EventWaitHandleAuditRule.cs
-System.Security.AccessControl/EventWaitHandleRights.cs
-System.Security.AccessControl/EventWaitHandleSecurity.cs
-System.Security.AccessControl/FileSecurity.cs
-System.Security.AccessControl/FileSystemAccessRule.cs
-System.Security.AccessControl/FileSystemAuditRule.cs
-System.Security.AccessControl/FileSystemRights.cs
-System.Security.AccessControl/FileSystemSecurity.cs
-System.Security.AccessControl/GenericAce.cs
-System.Security.AccessControl/GenericAcl.cs
-System.Security.AccessControl/GenericSecurityDescriptor.cs
-System.Security.AccessControl/InheritanceFlags.cs
-System.Security.AccessControl/KnownAce.cs
-System.Security.AccessControl/MutexAccessRule.cs
-System.Security.AccessControl/MutexAuditRule.cs
-System.Security.AccessControl/MutexRights.cs
-System.Security.AccessControl/MutexSecurity.cs
-System.Security.AccessControl/NativeObjectSecurity.cs
-System.Security.AccessControl/ObjectAccessRule.cs
-System.Security.AccessControl/ObjectAce.cs
-System.Security.AccessControl/ObjectAceFlags.cs
-System.Security.AccessControl/ObjectAuditRule.cs
-System.Security.AccessControl/ObjectSecurity.cs
-System.Security.AccessControl/ObjectSecurity_T.cs
-System.Security.AccessControl/PrivilegeNotHeldException.cs
-System.Security.AccessControl/PropagationFlags.cs
-System.Security.AccessControl/QualifiedAce.cs
-System.Security.AccessControl/RawAcl.cs
-System.Security.AccessControl/RawSecurityDescriptor.cs
-System.Security.AccessControl/RegistryAccessRule.cs
-System.Security.AccessControl/RegistryAuditRule.cs
-System.Security.AccessControl/RegistryRights.cs
-System.Security.AccessControl/RegistrySecurity.cs
-System.Security.AccessControl/ResourceType.cs
-System.Security.AccessControl/SddlAccessRight.cs
-System.Security.AccessControl/SecurityInfos.cs
-System.Security.AccessControl/SystemAcl.cs
-System.Security.Cryptography/CryptoAPITransform.cs
-System.Security.Cryptography/CryptoConfig.cs
-System.Security.Cryptography/CryptoConfig.common.cs
-System.Security.Cryptography/CryptoConfig.fullaot.cs
-System.Security.Cryptography/CspKeyContainerInfo.cs
-System.Security.Cryptography/DESCryptoServiceProvider.cs
-System.Security.Cryptography/DSACryptoServiceProvider.cs
-System.Security.Cryptography/ICspAsymmetricAlgorithm.cs
-System.Security.Cryptography/KeyNumber.cs
-System.Security.Cryptography/MD5CryptoServiceProvider.cs
-System.Security.Cryptography/RC2CryptoServiceProvider.cs
-System.Security.Cryptography/RNGCryptoServiceProvider.cs
-System.Security.Cryptography/RSACryptoServiceProvider.cs
-System.Security.Cryptography/RSAPKCS1SignatureDeformatter.cs
-System.Security.Cryptography/RSAPKCS1SignatureFormatter.cs
-System.Security.Cryptography/SHA1CryptoServiceProvider.cs
-System.Security.Cryptography/TripleDESCryptoServiceProvider.cs
-System.Security.Cryptography.X509Certificates/INativeCertificateHelper.cs
-System.Security.Cryptography.X509Certificates/X509Certificate.cs
-System.Security.Cryptography.X509Certificates/X509Certificate20.cs
-System.Security.Cryptography.X509Certificates/X509CertificateImpl.cs
-System.Security.Cryptography.X509Certificates/X509CertificateImplMono.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509ContentType.cs
-System.Security.Cryptography.X509Certificates/X509Helper.cs
-../../../external/corefx/src/System.Security.Cryptography.X509Certificates/src/System/Security/Cryptography/X509Certificates/X509KeyStorageFlags.cs
-System.Security.Permissions/CodeAccessSecurityAttribute.cs
-System.Security.Permissions/EnvironmentPermission.cs
-System.Security.Permissions/EnvironmentPermissionAccess.cs
-System.Security.Permissions/EnvironmentPermissionAttribute.cs
-System.Security.Permissions/FileDialogPermission.cs
-System.Security.Permissions/FileDialogPermissionAccess.cs
-System.Security.Permissions/FileDialogPermissionAttribute.cs
-System.Security.Permissions/FileIOPermission.cs
-System.Security.Permissions/FileIOPermissionAccess.cs
-System.Security.Permissions/FileIOPermissionAttribute.cs
-System.Security.Permissions/GacIdentityPermission.cs
-System.Security.Permissions/GacIdentityPermissionAttribute.cs
-System.Security.Permissions/HostProtectionAttribute.cs
-System.Security.Permissions/HostProtectionPermission.cs
-System.Security.Permissions/HostProtectionResource.cs
-System.Security.Permissions/IBuiltInPermission.cs
-System.Security.Permissions/IsolatedStorageContainment.cs
-System.Security.Permissions/IsolatedStorageFilePermission.cs
-System.Security.Permissions/IsolatedStorageFilePermissionAttribute.cs
-System.Security.Permissions/IsolatedStoragePermission.cs
-System.Security.Permissions/IsolatedStoragePermissionAttribute.cs
-System.Security.Permissions/IUnrestrictedPermission.cs
-System.Security.Permissions/KeyContainerPermission.cs
-System.Security.Permissions/KeyContainerPermissionAccessEntry.cs
-System.Security.Permissions/KeyContainerPermissionAccessEntryCollection.cs
-System.Security.Permissions/KeyContainerPermissionAccessEntryEnumerator.cs
-System.Security.Permissions/KeyContainerPermissionAttribute.cs
-System.Security.Permissions/KeyContainerPermissionFlags.cs
-System.Security.Permissions/PermissionSetAttribute.cs
-System.Security.Permissions/PermissionState.cs
-System.Security.Permissions/PrincipalPermission.cs
-System.Security.Permissions/PrincipalPermissionAttribute.cs
-System.Security.Permissions/PublisherIdentityPermission.cs
-System.Security.Permissions/PublisherIdentityPermissionAttribute.cs
-System.Security.Permissions/ReflectionPermission.cs
-System.Security.Permissions/ReflectionPermissionAttribute.cs
-System.Security.Permissions/ReflectionPermissionFlag.cs
-System.Security.Permissions/RegistryPermission.cs
-System.Security.Permissions/RegistryPermissionAccess.cs
-System.Security.Permissions/RegistryPermissionAttribute.cs
-System.Security.Permissions/SecurityAction.cs
-System.Security.Permissions/SecurityAttribute.cs
-System.Security.Permissions/SecurityPermission.cs
-System.Security.Permissions/SecurityPermissionAttribute.cs
-System.Security.Permissions/SecurityPermissionFlag.cs
-System.Security.Permissions/SiteIdentityPermission.cs
-System.Security.Permissions/SiteIdentityPermissionAttribute.cs
-System.Security.Permissions/StrongNameIdentityPermission.cs
-System.Security.Permissions/StrongNamePermissionAttribute.cs
-System.Security.Permissions/StrongNamePublicKeyBlob.cs
-System.Security.Permissions/UIPermission.cs
-System.Security.Permissions/UIPermissionAttribute.cs
-System.Security.Permissions/UIPermissionClipboard.cs
-System.Security.Permissions/UIPermissionWindow.cs
-System.Security.Permissions/UrlIdentityPermission.cs
-System.Security.Permissions/UrlIdentityPermissionAttribute.cs
-System.Security.Permissions/ZoneIdentityPermission.cs
-System.Security.Permissions/ZoneIdentityPermissionAttribute.cs
-System.Security.Policy/AllMembershipCondition.cs
-System.Security.Policy/ApplicationDirectory.cs
-System.Security.Policy/ApplicationDirectoryMembershipCondition.cs
-System.Security.Policy/ApplicationSecurityInfo.cs
-System.Security.Policy/ApplicationSecurityManager.cs
-System.Security.Policy/ApplicationTrust.cs
-System.Security.Policy/ApplicationTrustCollection.cs
-System.Security.Policy/ApplicationTrustEnumerator.cs
-System.Security.Policy/ApplicationVersionMatch.cs
-System.Security.Policy/CodeConnectAccess.cs
-System.Security.Policy/CodeGroup.cs
-System.Security.Policy/DefaultPolicies.cs
-System.Security.Policy/Evidence.cs
-System.Security.Policy/EvidenceBase.cs
-System.Security.Policy/FileCodeGroup.cs
-System.Security.Policy/FirstMatchCodeGroup.cs
-System.Security.Policy/Gac.cs
-System.Security.Policy/GacMembershipCondition.cs
-System.Security.Policy/Hash.cs
-System.Security.Policy/HashMembershipCondition.cs
-System.Security.Policy/IApplicationTrustManager.cs
-System.Security.Policy/IBuiltInEvidence.cs
-System.Security.Policy/IConstantMembershipCondition.cs
-System.Security.Policy/IIdentityPermissionFactory.cs
-System.Security.Policy/IMembershipCondition.cs
-System.Security.Policy/MembershipConditionHelper.cs
-System.Security.Policy/MonoTrustManager.cs
-System.Security.Policy/NetCodeGroup.cs
-System.Security.Policy/PermissionRequestEvidence.cs
-System.Security.Policy/PolicyException.cs
-System.Security.Policy/PolicyLevel.cs
-System.Security.Policy/PolicyStatement.cs
-System.Security.Policy/PolicyStatementAttribute.cs
-System.Security.Policy/Publisher.cs
-System.Security.Policy/PublisherMembershipCondition.cs
-System.Security.Policy/Site.cs
-System.Security.Policy/SiteMembershipCondition.cs
-System.Security.Policy/StrongName.cs
-System.Security.Policy/StrongNameMembershipCondition.cs
-System.Security.Policy/TrustManagerContext.cs
-System.Security.Policy/TrustManagerUIContext.cs
-System.Security.Policy/UnionCodeGroup.cs
-System.Security.Policy/Url.cs
-System.Security.Policy/UrlMembershipCondition.cs
-System.Security.Policy/Zone.cs
-System.Security.Policy/ZoneMembershipCondition.cs
-System.Security.Principal/GenericPrincipal.cs
-System.Security.Principal/IdentityNotMappedException.cs
-System.Security.Principal/IdentityReferenceCollection.cs
-System.Security.Principal/IdentityReference.cs
-System.Security.Principal/IIdentity.cs
-System.Security.Principal/IPrincipal.cs
-System.Security.Principal/NTAccount.cs
-System.Security.Principal/PrincipalPolicy.cs
-System.Security.Principal/SecurityIdentifier.cs
-System.Security.Principal/TokenAccessLevels.cs
-System.Security.Principal/TokenImpersonationLevel.cs
-System.Security.Principal/WellKnownAccount.cs
-System.Security.Principal/WellKnownSidType.cs
-System.Security.Principal/WindowsAccountType.cs
-System.Security.Principal/WindowsBuiltInRole.cs
-System.Security.Principal/WindowsIdentity.cs
-System.Security.Principal/WindowsImpersonationContext.cs
-System.Security.Principal/WindowsPrincipal.cs
-System.Text/EncodingHelper.cs
-System.Text/NormalizationForm.cs
-System.Text/Latin1Encoding.cs
-System.Threading/CompressedStack.cs
-System.Threading/HostExecutionContext.cs
-System.Threading/HostExecutionContextManager.cs
-System.Threading/Interlocked.cs
-System.Threading/LockCookie.cs
-System.Threading/LockQueue.cs
-System.Threading/Monitor.cs
-System.Threading/Mutex.cs
-System.Threading/NativeEventCalls.cs
-System.Threading/NativeOverlapped.cs
-System.Threading/Overlapped.cs
-System.Threading/ReaderWriterLock.cs
-System.Threading/RegisteredWaitHandle.cs
-System.Threading/Thread.cs
-System.Threading/Timer.cs
-System.Threading/TimerCallback.cs
-System.Threading/Volatile.cs
-System.Threading/WaitHandle.cs
-
-System.Threading.Tasks/DecoupledTask.cs
-../Mono.Parallel/Mono.Threading/AtomicBoolean.cs
-
-ReferenceSources/__ConsoleStream.cs
-ReferenceSources/Array.cs
-ReferenceSources/BCLDebug.cs
-ReferenceSources/CalendarData.cs
-ReferenceSources/CompatibilitySwitches.cs
-ReferenceSources/CultureData.cs
-ReferenceSources/DefaultBinder.cs
-ReferenceSources/Environment.cs
-ReferenceSources/ParseNumbers.cs
-ReferenceSources/AppDomain.cs
-ReferenceSources/CLRConfig.cs
-ReferenceSources/JitHelpers.cs
-ReferenceSources/EncodingDataItem.cs
-ReferenceSources/EncodingTable.cs
-ReferenceSources/TypeNameParser.cs
-ReferenceSources/RuntimeType.cs
-ReferenceSources/RemotingFieldCachedData.cs
-ReferenceSources/MethodBase.cs
-ReferenceSources/NativeMethods.cs
-ReferenceSources/RuntimeHandles.cs
-ReferenceSources/CompareInfo.cs
-ReferenceSources/Buffer.cs
-ReferenceSources/TextInfo.cs
-ReferenceSources/win32native.cs
-ReferenceSources/SecurityContext.cs
-ReferenceSources/PathInternal.cs
-ReferenceSources/BinaryCompatibility.cs
-ReferenceSources/String.cs
-ReferenceSources/Type.cs
-
-../referencesource/mscorlib/system/__filters.cs
-../referencesource/mscorlib/system/__hresults.cs
-../referencesource/mscorlib/system/_localdatastore.cs
-../referencesource/mscorlib/system/_localdatastoremgr.cs
-../referencesource/mscorlib/system/accessviolationexception.cs
-../referencesource/mscorlib/system/action.cs
-../referencesource/mscorlib/system/activator.cs
-../referencesource/mscorlib/system/AggregateException.cs
-../referencesource/mscorlib/system/appdomainattributes.cs
-../referencesource/mscorlib/system/appdomainunloadedexception.cs
-../referencesource/mscorlib/system/applicationexception.cs
-../referencesource/mscorlib/system/applicationid.cs
-../referencesource/mscorlib/system/argumentexception.cs
-../referencesource/mscorlib/system/argumentnullexception.cs
-../referencesource/mscorlib/system/argumentoutofrangeexception.cs
-../referencesource/mscorlib/system/arithmeticexception.cs
-../referencesource/mscorlib/system/arraysegment.cs
-../referencesource/mscorlib/system/arraytypemismatchexception.cs
-../referencesource/mscorlib/system/asynccallback.cs
-../referencesource/mscorlib/system/attribute.cs
-../referencesource/mscorlib/system/attributetargets.cs
-../referencesource/mscorlib/system/attributeusageattribute.cs
-../referencesource/mscorlib/system/badimageformatexception.cs
-../referencesource/mscorlib/system/bitconverter.cs
-../referencesource/mscorlib/system/boolean.cs
-../referencesource/mscorlib/system/buffer.cs
-../referencesource/mscorlib/system/byte.cs
-../referencesource/mscorlib/system/cannotunloadappdomainexception.cs
-../referencesource/mscorlib/system/char.cs
-../referencesource/mscorlib/system/charenumerator.cs
-../referencesource/mscorlib/system/consolecanceleventargs.cs
-../referencesource/mscorlib/system/consolecolor.cs
-../referencesource/mscorlib/system/consolekey.cs
-../referencesource/mscorlib/system/consolekeyinfo.cs
-../referencesource/mscorlib/system/consolemodifiers.cs
-../referencesource/mscorlib/system/consolespecialkey.cs
-../referencesource/mscorlib/system/contextboundobject.cs
-../referencesource/mscorlib/system/contextstaticattribute.cs
-../referencesource/mscorlib/system/clscompliantattribute.cs
-../referencesource/mscorlib/system/contextmarshalexception.cs
-../referencesource/mscorlib/system/convert.cs
-../referencesource/mscorlib/system/datamisalignedexception.cs
-../referencesource/mscorlib/system/datetime.cs
-../referencesource/mscorlib/system/datetimekind.cs
-../referencesource/mscorlib/system/datetimeoffset.cs
-../referencesource/mscorlib/system/dayofweek.cs
-../referencesource/mscorlib/system/decimal.cs
-../referencesource/mscorlib/system/defaultbinder.cs
-../referencesource/mscorlib/system/dbnull.cs
-../referencesource/mscorlib/system/dividebyzeroexception.cs
-../referencesource/mscorlib/system/dllnotfoundexception.cs
-../referencesource/mscorlib/system/double.cs
-../referencesource/mscorlib/system/duplicatewaitobjectexception.cs
-../referencesource/mscorlib/system/empty.cs
-../referencesource/mscorlib/system/enum.cs
-../referencesource/mscorlib/system/entrypointnotfoundexception.cs
-../referencesource/mscorlib/system/eventargs.cs
-../referencesource/mscorlib/system/eventhandler.cs
-../referencesource/mscorlib/system/exception.cs
-../referencesource/mscorlib/system/executionengineexception.cs
-../referencesource/mscorlib/system/fieldaccessexception.cs
-../referencesource/mscorlib/system/flagsattribute.cs
-../referencesource/mscorlib/system/formatexception.cs
-../referencesource/mscorlib/system/FormattableString.cs
-../referencesource/mscorlib/system/gc.cs
-../referencesource/mscorlib/system/guid.cs
-../referencesource/mscorlib/system/iappdomain.cs
-../referencesource/mscorlib/system/iappdomainsetup.cs
-../referencesource/mscorlib/system/iasyncresult.cs
-../referencesource/mscorlib/system/icloneable.cs
-../referencesource/mscorlib/system/icomparable.cs
-../referencesource/mscorlib/system/iconvertible.cs
-../referencesource/mscorlib/system/icustomformatter.cs
-../referencesource/mscorlib/system/idisposable.cs
-../referencesource/mscorlib/system/iequatable.cs
-../referencesource/mscorlib/system/iformatprovider.cs
-../referencesource/mscorlib/system/iformattable.cs
-../referencesource/mscorlib/system/invalidcastexception.cs
-../referencesource/mscorlib/system/indexoutofrangeexception.cs
-../referencesource/mscorlib/system/invalidoperationexception.cs
-../referencesource/mscorlib/system/invalidprogramexception.cs
-../referencesource/mscorlib/system/insufficientexecutionstackexception.cs
-../referencesource/mscorlib/system/insufficientmemoryexception.cs
-../referencesource/mscorlib/system/int16.cs
-../referencesource/mscorlib/system/int32.cs
-../referencesource/mscorlib/system/int64.cs
-../referencesource/mscorlib/system/iobservable.cs
-../referencesource/mscorlib/system/iobserver.cs
-../referencesource/mscorlib/system/iprogress.cs
-../referencesource/mscorlib/system/iserviceobjectprovider.cs
-../referencesource/mscorlib/system/invalidtimezoneexception.cs
-../referencesource/mscorlib/system/Lazy.cs
-../referencesource/mscorlib/system/math.cs
-../referencesource/mscorlib/system/memberaccessexception.cs
-../referencesource/mscorlib/system/methodaccessexception.cs
-../referencesource/mscorlib/system/midpointrounding.cs
-../referencesource/mscorlib/system/missingfieldexception.cs
-../referencesource/mscorlib/system/missingmemberexception.cs
-../referencesource/mscorlib/system/missingmethodexception.cs
-../referencesource/mscorlib/system/multicastnotsupportedexception.cs
-../referencesource/mscorlib/system/nonserializedattribute.cs
-../referencesource/mscorlib/system/notfinitenumberexception.cs
-../referencesource/mscorlib/system/notimplementedexception.cs
-../referencesource/mscorlib/system/notsupportedexception.cs
-../referencesource/mscorlib/system/nullreferenceexception.cs
-../referencesource/mscorlib/system/number.cs
-../referencesource/mscorlib/system/objectdisposedexception.cs
-../referencesource/mscorlib/system/obsoleteattribute.cs
-../referencesource/mscorlib/system/operationcanceledexception.cs
-../referencesource/mscorlib/system/outofmemoryexception.cs
-../referencesource/mscorlib/system/overflowexception.cs
-../referencesource/mscorlib/system/paramarrayattribute.cs
-../referencesource/mscorlib/system/paramsarray.cs
-../referencesource/mscorlib/system/platformnotsupportedexception.cs
-../referencesource/mscorlib/system/progress.cs
-../referencesource/mscorlib/system/random.cs
-../referencesource/mscorlib/system/rankexception.cs
-../referencesource/mscorlib/system/resid.cs
-../referencesource/mscorlib/system/rttype.cs
-../referencesource/mscorlib/system/sbyte.cs
-../referencesource/mscorlib/system/serializableattribute.cs
-../referencesource/mscorlib/system/sharedstatics.cs
-../referencesource/mscorlib/system/stackoverflowexception.cs
-../referencesource/mscorlib/system/single.cs
-../referencesource/mscorlib/system/string.cs
-../referencesource/mscorlib/system/stringcomparer.cs
-../referencesource/mscorlib/system/stringfreezingattribute.cs
-../referencesource/mscorlib/system/systemexception.cs
-../referencesource/mscorlib/system/timeoutexception.cs
-../referencesource/mscorlib/system/timespan.cs
-../referencesource/mscorlib/system/threadattributes.cs
-../referencesource/mscorlib/system/threadstaticattribute.cs
-../referencesource/mscorlib/system/throwhelper.cs
-../referencesource/mscorlib/system/timezoneinfo.cs
-../referencesource/mscorlib/system/timezonenotfoundexception.cs
-../referencesource/mscorlib/system/type.cs
-../referencesource/mscorlib/system/typeaccessexception.cs
-../referencesource/mscorlib/system/typeinitializationexception.cs
-../referencesource/mscorlib/system/typeloadexception.cs
-../referencesource/mscorlib/system/typedreference.cs
-../referencesource/mscorlib/system/typeunloadedexception.cs
-../referencesource/mscorlib/system/uint16.cs
-../referencesource/mscorlib/system/uint32.cs
-../referencesource/mscorlib/system/uint64.cs
-../referencesource/mscorlib/system/unauthorizedaccessexception.cs
-../referencesource/mscorlib/system/unhandledexceptioneventargs.cs
-../referencesource/mscorlib/system/unhandledexceptioneventhandler.cs
-../referencesource/mscorlib/system/unityserializationholder.cs
-../referencesource/mscorlib/system/unsafecharbuffer.cs
-../referencesource/mscorlib/system/version.cs
-
-../referencesource/mscorlib/system/AppContext/AppContext.cs
-../referencesource/mscorlib/system/AppContext/AppContextSwitches.cs
-ReferenceSources/AppContextDefaultValues.cs
-
-../referencesource/mscorlib/system/collections/arraylist.cs
-../referencesource/mscorlib/system/collections/bitarray.cs
-../referencesource/mscorlib/system/collections/caseinsensitivecomparer.cs
-../referencesource/mscorlib/system/collections/caseinsensitivehashcodeprovider.cs
-../referencesource/mscorlib/system/collections/collectionbase.cs
-../referencesource/mscorlib/system/collections/comparer.cs
-../referencesource/mscorlib/system/collections/compatiblecomparer.cs
-../referencesource/mscorlib/system/collections/dictionarybase.cs
-../referencesource/mscorlib/system/collections/emptyreadonlydictionaryinternal.cs
-../referencesource/mscorlib/system/collections/hashtable.cs
-../referencesource/mscorlib/system/collections/icollection.cs
-../referencesource/mscorlib/system/collections/icomparer.cs
-../referencesource/mscorlib/system/collections/idictionary.cs
-../referencesource/mscorlib/system/collections/idictionaryenumerator.cs
-../referencesource/mscorlib/system/collections/ienumerable.cs
-../referencesource/mscorlib/system/collections/ienumerator.cs
-../referencesource/mscorlib/system/collections/iequalitycomparer.cs
-../referencesource/mscorlib/system/collections/ihashcodeprovider.cs
-../referencesource/mscorlib/system/collections/ilist.cs
-../referencesource/mscorlib/system/collections/istructuralcomparable.cs
-../referencesource/mscorlib/system/collections/istructuralequatable.cs
-../referencesource/mscorlib/system/collections/keyvaluepairs.cs
-../referencesource/mscorlib/system/collections/listdictionaryinternal.cs
-../referencesource/mscorlib/system/collections/objectmodel/collection.cs
-../referencesource/mscorlib/system/collections/objectmodel/keyedcollection.cs
-../referencesource/mscorlib/system/collections/objectmodel/readonlycollection.cs
-../referencesource/mscorlib/system/collections/objectmodel/readonlydictionary.cs
-../referencesource/mscorlib/system/collections/queue.cs
-../referencesource/mscorlib/system/collections/readonlycollectionbase.cs
-../referencesource/mscorlib/system/collections/sortedlist.cs
-../referencesource/mscorlib/system/collections/stack.cs
-../referencesource/mscorlib/system/collections/structuralcomparisons.cs
-
-../referencesource/mscorlib/system/collections/generic/comparer.cs
-../referencesource/mscorlib/system/collections/generic/debugview.cs
-../referencesource/mscorlib/system/collections/generic/equalitycomparer.cs
-../referencesource/mscorlib/system/collections/generic/icollection.cs
-../referencesource/mscorlib/system/collections/generic/icomparer.cs
-../referencesource/mscorlib/system/collections/generic/idictionary.cs
-../referencesource/mscorlib/system/collections/generic/ienumerable.cs
-../referencesource/mscorlib/system/collections/generic/ienumerator.cs
-../referencesource/mscorlib/system/collections/generic/iequalitycomparer.cs
-../referencesource/mscorlib/system/collections/generic/ilist.cs
-../referencesource/mscorlib/system/collections/generic/ireadonlycollection.cs
-../referencesource/mscorlib/system/collections/generic/ireadonlydictionary.cs
-../referencesource/mscorlib/system/collections/generic/ireadonlylist.cs
-../referencesource/mscorlib/system/collections/generic/keynotfoundexception.cs
-../referencesource/mscorlib/system/collections/generic/list.cs
-
-../referencesource/mscorlib/system/diagnostics/assert.cs
-../referencesource/mscorlib/system/diagnostics/assertfilter.cs
-../referencesource/mscorlib/system/diagnostics/assertfilters.cs
-../referencesource/mscorlib/system/diagnostics/conditionalattribute.cs
-../referencesource/mscorlib/system/diagnostics/debuggerattributes.cs
-
-../referencesource/mscorlib/system/diagnostics/codeanalysis/suppressmessageattribute.cs
-
-../referencesource/mscorlib/system/diagnostics/contracts/contracts.cs
-../referencesource/mscorlib/system/diagnostics/contracts/contractsbcl.cs
-
-../referencesource/mscorlib/system/diagnostics/eventing/eventactivityoptions.cs
-../referencesource/mscorlib/system/diagnostics/eventing/eventsourceexception.cs
-../referencesource/mscorlib/system/diagnostics/eventing/winmeta.cs
-
-../referencesource/mscorlib/system/diagnostics/eventing/TraceLogging/EventSourceOptions.cs
-../referencesource/mscorlib/system/diagnostics/eventing/TraceLogging/TraceLoggingEventTraits.cs
-
-../referencesource/mscorlib/system/globalization/bidicategory.cs
-../referencesource/mscorlib/system/globalization/calendar.cs
-../referencesource/mscorlib/system/globalization/calendaralgorithmtype.cs
-../referencesource/mscorlib/system/globalization/CalendricalCalculationsHelper.cs
-../referencesource/mscorlib/system/globalization/calendardata.cs
-../referencesource/mscorlib/system/globalization/calendarweekrule.cs
-../referencesource/mscorlib/system/globalization/charunicodeinfo.cs
-../referencesource/mscorlib/system/globalization/chineselunisolarcalendar.cs
-../referencesource/mscorlib/system/globalization/compareinfo.cs
-../referencesource/mscorlib/system/globalization/culturenotfoundexception.cs
-../referencesource/mscorlib/system/globalization/culturetypes.cs
-../referencesource/mscorlib/system/globalization/daylighttime.cs
-../referencesource/mscorlib/system/globalization/datetimeformat.cs
-../referencesource/mscorlib/system/globalization/datetimeformatinfo.cs
-../referencesource/mscorlib/system/globalization/datetimeformatinfoscanner.cs
-../referencesource/mscorlib/system/globalization/datetimeparse.cs
-../referencesource/mscorlib/system/globalization/datetimestyles.cs
-../referencesource/mscorlib/system/globalization/digitshapes.cs
-../referencesource/mscorlib/system/globalization/eastasianlunisolarcalendar.cs
-../referencesource/mscorlib/system/globalization/globalizationassembly.cs
-../referencesource/mscorlib/system/globalization/gregoriancalendar.cs
-../referencesource/mscorlib/system/globalization/gregoriancalendarhelper.cs
-../referencesource/mscorlib/system/globalization/gregoriancalendartypes.cs
-../referencesource/mscorlib/system/globalization/hebrewcalendar.cs
-../referencesource/mscorlib/system/globalization/hebrewnumber.cs
-../referencesource/mscorlib/system/globalization/hijricalendar.cs
-../referencesource/mscorlib/system/globalization/japanesecalendar.cs
-../referencesource/mscorlib/system/globalization/japaneselunisolarcalendar.cs
-../referencesource/mscorlib/system/globalization/juliancalendar.cs
-../referencesource/mscorlib/system/globalization/koreancalendar.cs
-../referencesource/mscorlib/system/globalization/koreanlunisolarcalendar.cs
-../referencesource/mscorlib/system/globalization/numberstyles.cs
-../referencesource/mscorlib/system/globalization/numberformatinfo.cs
-../referencesource/mscorlib/system/globalization/Persiancalendar.cs
-../referencesource/mscorlib/system/globalization/sortversion.cs
-../referencesource/mscorlib/system/globalization/stringinfo.cs
-../referencesource/mscorlib/system/globalization/taiwancalendar.cs
-../referencesource/mscorlib/system/globalization/taiwanlunisolarcalendar.cs
-../referencesource/mscorlib/system/globalization/textelementenumerator.cs
-../referencesource/mscorlib/system/globalization/timespanformat.cs
-../referencesource/mscorlib/system/globalization/timespanparse.cs
-../referencesource/mscorlib/system/globalization/textinfo.cs
-../referencesource/mscorlib/system/globalization/thaibuddhistcalendar.cs
-../referencesource/mscorlib/system/globalization/umalquracalendar.cs
-../referencesource/mscorlib/system/globalization/unicodecategory.cs
-
-../referencesource/mscorlib/system/io/__error.cs
-../referencesource/mscorlib/system/io/__hresults.cs
-../referencesource/mscorlib/system/io/binaryreader.cs
-../referencesource/mscorlib/system/io/binarywriter.cs
-../referencesource/mscorlib/system/io/bufferedstream.cs
-../referencesource/mscorlib/system/io/directory.cs
-../referencesource/mscorlib/system/io/directorynotfoundexception.cs
-../referencesource/mscorlib/system/io/drivenotfoundexception.cs
-../referencesource/mscorlib/system/io/endofstreamexception.cs
-../referencesource/mscorlib/system/io/ioexception.cs
-../referencesource/mscorlib/system/io/fileinfo.cs
-../referencesource/mscorlib/system/io/fileloadexception.cs
-../referencesource/mscorlib/system/io/filenotfoundexception.cs
-../referencesource/mscorlib/system/io/filesysteminfo.cs
-../referencesource/mscorlib/system/io/filesystemenumerable.cs
-../referencesource/mscorlib/system/io/memorystream.cs
-../referencesource/mscorlib/system/io/pathtoolongexception.cs
-../referencesource/mscorlib/system/io/pinnedbuffermemorystream.cs
-../referencesource/mscorlib/system/io/stream.cs
-../referencesource/mscorlib/system/io/streamreader.cs
-../referencesource/mscorlib/system/io/streamwriter.cs
-../referencesource/mscorlib/system/io/stringreader.cs
-../referencesource/mscorlib/system/io/stringwriter.cs
-../referencesource/mscorlib/system/io/textreader.cs
-../referencesource/mscorlib/system/io/textwriter.cs
-../referencesource/mscorlib/system/io/unmanagedmemoryaccessor.cs
-../referencesource/mscorlib/system/io/unmanagedmemorystream.cs
-../referencesource/mscorlib/system/io/unmanagedmemorystreamwrapper.cs
-
-../referencesource/mscorlib/system/reflection/ambiguousmatchexception.cs
-../referencesource/mscorlib/system/reflection/assemblyattributes.cs
-../referencesource/mscorlib/system/reflection/assemblynameflags.cs
-../referencesource/mscorlib/system/reflection/assemblynameproxy.cs
-../referencesource/mscorlib/system/reflection/binder.cs
-../referencesource/mscorlib/system/reflection/bindingflags.cs
-../referencesource/mscorlib/system/reflection/callingconventions.cs
-../referencesource/mscorlib/system/reflection/CustomAttributeExtensions.cs
-../referencesource/mscorlib/system/reflection/defaultmemberattribute.cs
-../referencesource/mscorlib/system/reflection/eventattributes.cs
-../referencesource/mscorlib/system/reflection/fieldattributes.cs
-../referencesource/mscorlib/system/reflection/genericparameterattributes.cs
-../referencesource/mscorlib/system/reflection/icustomattributeprovider.cs
-../referencesource/mscorlib/system/reflection/interfacemapping.cs
-../referencesource/mscorlib/system/reflection/invalidfiltercriteriaexception.cs
-../referencesource/mscorlib/system/reflection/introspectionextensions.cs
-../referencesource/mscorlib/system/reflection/ireflect.cs
-../referencesource/mscorlib/system/reflection/ireflectabletype.cs
-../referencesource/mscorlib/system/reflection/manifestresourceinfo.cs
-../referencesource/mscorlib/system/reflection/mdimport.cs
-../referencesource/mscorlib/system/reflection/memberfilter.cs
-../referencesource/mscorlib/system/reflection/memberinfo.cs
-../referencesource/mscorlib/system/reflection/memberinfoserializationholder.cs
-../referencesource/mscorlib/system/reflection/membertypes.cs
-../referencesource/mscorlib/system/reflection/methodattributes.cs
-../referencesource/mscorlib/system/reflection/methodbase.cs
-../referencesource/mscorlib/system/reflection/methodbody.cs
-../referencesource/mscorlib/system/reflection/methodimplattributes.cs
-../referencesource/mscorlib/system/reflection/methodinfo.cs
-../referencesource/mscorlib/system/reflection/missing.cs
-../referencesource/mscorlib/system/reflection/obfuscateassemblyattribute.cs
-../referencesource/mscorlib/system/reflection/obfuscationattribute.cs
-../referencesource/mscorlib/system/reflection/parameterattributes.cs
-../referencesource/mscorlib/system/reflection/parametermodifier.cs
-../referencesource/mscorlib/system/reflection/pointer.cs
-../referencesource/mscorlib/system/reflection/propertyattributes.cs
-../referencesource/mscorlib/system/reflection/reflectioncontext.cs
-../referencesource/mscorlib/system/reflection/resourceattributes.cs
-../referencesource/mscorlib/system/reflection/RuntimeReflectionExtensions.cs
-../referencesource/mscorlib/system/reflection/targetexception.cs
-../referencesource/mscorlib/system/reflection/targetinvocationexception.cs
-../referencesource/mscorlib/system/reflection/targetparametercountexception.cs
-../referencesource/mscorlib/system/reflection/typeattributes.cs
-../referencesource/mscorlib/system/reflection/typedelegator.cs
-../referencesource/mscorlib/system/reflection/typefilter.cs
-../referencesource/mscorlib/system/reflection/typeinfo.cs
-
-../referencesource/mscorlib/system/reflection/emit/methodbuilder.cs
-../referencesource/mscorlib/system/reflection/emit/symboltype.cs
-
-../referencesource/mscorlib/system/resources/__fastresourcecomparer.cs
-../referencesource/mscorlib/system/resources/__hresults.cs
-../referencesource/mscorlib/system/resources/filebasedresourcegroveler.cs
-../referencesource/mscorlib/system/resources/iresourcegroveler.cs
-../referencesource/mscorlib/system/resources/iresourcereader.cs
-../referencesource/mscorlib/system/resources/iresourcewriter.cs
-../referencesource/mscorlib/system/resources/looselylinkedresourcereference.cs
-../referencesource/mscorlib/system/resources/manifestbasedresourcegroveler.cs
-../referencesource/mscorlib/system/resources/missingmanifestresourceexception.cs
-../referencesource/mscorlib/system/resources/missingsatelliteassemblyexception.cs
-../referencesource/mscorlib/system/resources/neutralresourceslanguageattribute.cs
-../referencesource/mscorlib/system/resources/resourcefallbackmanager.cs
-../referencesource/mscorlib/system/resources/resourcemanager.cs
-../referencesource/mscorlib/system/resources/resourcereader.cs
-../referencesource/mscorlib/system/resources/resourceset.cs
-../referencesource/mscorlib/system/resources/resourcetypecode.cs
-../referencesource/mscorlib/system/resources/resourcewriter.cs
-../referencesource/mscorlib/system/resources/runtimeresourceset.cs
-../referencesource/mscorlib/system/resources/satellitecontractversionattribute.cs
-../referencesource/mscorlib/system/resources/ultimateresourcefallbacklocation.cs
-
-../referencesource/mscorlib/system/runtime/NgenServicingAttributes.cs
-
-../referencesource/mscorlib/system/runtime/exceptionservices/corruptingexceptioncommon.cs
-../referencesource/mscorlib/system/runtime/exceptionservices/exceptionnotification.cs
-../referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs
-
-../referencesource/mscorlib/system/runtime/interopservices/arraywithoffset.cs
-../referencesource/mscorlib/system/runtime/interopservices/attributes.cs
-../referencesource/mscorlib/system/runtime/interopservices/bstrwrapper.cs
-../referencesource/mscorlib/system/runtime/interopservices/callingconvention.cs
-../referencesource/mscorlib/system/runtime/interopservices/charset.cs
-../referencesource/mscorlib/system/runtime/interopservices/comexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/commembertype.cs
-../referencesource/mscorlib/system/runtime/interopservices/criticalhandle.cs
-../referencesource/mscorlib/system/runtime/interopservices/currencywrapper.cs
-../referencesource/mscorlib/system/runtime/interopservices/dispatchwrapper.cs
-../referencesource/mscorlib/system/runtime/interopservices/errorwrapper.cs
-../referencesource/mscorlib/system/runtime/interopservices/externalexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/handleref.cs
-../referencesource/mscorlib/system/runtime/interopservices/icustomadapter.cs
-../referencesource/mscorlib/system/runtime/interopservices/icustomfactory.cs
-../referencesource/mscorlib/system/runtime/interopservices/icustommarshaler.cs
-../referencesource/mscorlib/system/runtime/interopservices/icustomqueryinterface.cs
-../referencesource/mscorlib/system/runtime/interopservices/invalidcomobjectexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/invalidolevarianttypeexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/iregistrationservices.cs
-../referencesource/mscorlib/system/runtime/interopservices/layoutkind.cs
-../referencesource/mscorlib/system/runtime/interopservices/marshaldirectiveexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/objectcreationdelegate.cs
-../referencesource/mscorlib/system/runtime/interopservices/runtimeenvironment.cs
-../referencesource/mscorlib/system/runtime/interopservices/safearrayrankmismatchexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/safearraytypemismatchexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/safehandle.cs
-../referencesource/mscorlib/system/runtime/interopservices/sehexception.cs
-../referencesource/mscorlib/system/runtime/interopservices/ucomienumconnections.cs
-../referencesource/mscorlib/system/runtime/interopservices/unknownwrapper.cs
-../referencesource/mscorlib/system/runtime/interopservices/variantWrapper.cs
-
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ibindctx.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/iconnectionpoint.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/iconnectionpointcontainer.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumconnectionpoints.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumconnections.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumerable.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumerator.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienummoniker.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumstring.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ienumvariant.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/iexpando.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/imoniker.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ipersistfile.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/ireflect.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/irunningobjecttable.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/istream.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/itypecomp.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/itypeinfo.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/itypeinfo2.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/itypelib.cs
-../referencesource/mscorlib/system/runtime/interopservices/ComTypes/itypelib2.cs
-
-../referencesource/mscorlib/system/runtime/interopservices/expando/iexpando.cs
-
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/attributes.cs
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/eventregistrationtoken.cs
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/eventregistrationtokentable.cs
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/iactivationfactory.cs
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/irestrictederrorinfo.cs
-../referencesource/mscorlib/system/runtime/interopservices/windowsruntime/windowsruntimemarshal.cs
-
-../referencesource/mscorlib//system/runtime/reliability/criticalfinalizerobject.cs
-../referencesource/mscorlib//system/runtime/reliability/prepreparemethodattribute.cs
-../referencesource/mscorlib//system/runtime/reliability/reliabilitycontractattribute.cs
-
-../referencesource/mscorlib/system/runtime/compilerservices/accessedthroughpropertyattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/assemblyattributesgohere.cs
-../referencesource/mscorlib/system/runtime/compilerservices/assemblysettingattributes.cs
-../referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs
-../referencesource/mscorlib/system/runtime/compilerservices/AsyncStateMachineAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/CallerFilePathAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/CallerLineNumberAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/CallerMemberNameAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/callingconvention.cs
-../referencesource/mscorlib/system/runtime/compilerservices/compilationrelaxations.cs
-../referencesource/mscorlib/system/runtime/compilerservices/compilergeneratedattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/compilerglobalscopeattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/compilermarshaloverride.cs
-../referencesource/mscorlib/system/runtime/compilerservices/customconstantattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/datetimeconstantattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/decimalconstantattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/decoratednameattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/disableprivatereflectionattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/discardableattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/extensionattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/fixedaddressvaluetypeattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/fixedbufferattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/FormattableStringFactory.cs
-../referencesource/mscorlib/system/runtime/compilerservices/hascopysemanticsattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/IAsyncStateMachine.cs
-../referencesource/mscorlib/system/runtime/compilerservices/idispatchconstantattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/indexernameattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/INotifyCompletion.cs
-../referencesource/mscorlib/system/runtime/compilerservices/internalsvisibletoattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isboxed.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isbyvalue.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isconst.cs
-../referencesource/mscorlib/system/runtime/compilerservices/iscopyconstructed.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isexplicitlydereferenced.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isimplicitlydereferenced.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isjitintrinsic.cs
-../referencesource/mscorlib/system/runtime/compilerservices/islong.cs
-../referencesource/mscorlib/system/runtime/compilerservices/ispinned.cs
-../referencesource/mscorlib/system/runtime/compilerservices/issignunspecifiedbyte.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isudtreturn.cs
-../referencesource/mscorlib/system/runtime/compilerservices/isvolatile.cs
-../referencesource/mscorlib/system/runtime/compilerservices/IteratorStateMachineAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/iunknownconstantattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/methodimplattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/nativecppclassattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/ReferenceAssemblyAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/requiredattributeattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/RuntimeCompatibilityAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/RuntimeWrappedException.cs
-../referencesource/mscorlib/system/runtime/compilerservices/scopelessenumattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/specialnameattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/StateMachineAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/suppressildasmattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/suppressmergecheckattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs
-../referencesource/mscorlib/system/runtime/compilerservices/typedependencyattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/TypeForwardedFromAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/TypeForwardedToAttribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/unsafevaluetypeattribute.cs
-../referencesource/mscorlib/system/runtime/compilerservices/YieldAwaitable.cs
-
-../referencesource/mscorlib/system/security/attributes.cs
-../referencesource/mscorlib/system/security/securitycontext.cs
-../referencesource/mscorlib/system/security/securitydocument.cs
-../referencesource/mscorlib/system/security/safesecurityhandles.cs
-
-../referencesource/mscorlib/system/security/claims/Claim.cs
-../referencesource/mscorlib/system/security/claims/ClaimsIdentity.cs
-../referencesource/mscorlib/system/security/claims/ClaimsPrincipal.cs
-../referencesource/mscorlib/system/security/claims/ClaimTypes.cs
-../referencesource/mscorlib/system/security/claims/ClaimValueTypes.cs
-../referencesource/mscorlib/system/security/claims/RoleClaimProvider.cs
-
-../referencesource/mscorlib/system/security/cryptography/aes.cs
-../referencesource/mscorlib/system/security/cryptography/asymmetricalgorithm.cs
-../referencesource/mscorlib/system/security/cryptography/asymmetrickeyexchangedeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/asymmetrickeyexchangeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/asymmetricsignaturedeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/asymmetricsignatureformatter.cs
-../referencesource/mscorlib/system/security/cryptography/base64transforms.cs
-../referencesource/mscorlib/system/security/cryptography/crypto.cs
-../referencesource/mscorlib/system/security/cryptography/cryptoapitransform.cs
-../referencesource/mscorlib/system/security/cryptography/cryptostream.cs
-../referencesource/mscorlib/system/security/cryptography/derivebytes.cs
-../referencesource/mscorlib/system/security/cryptography/des.cs
-../referencesource/mscorlib/system/security/cryptography/descryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/dsa.cs
-../referencesource/mscorlib/system/security/cryptography/dsasignaturedeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/dsasignatureformatter.cs
-../referencesource/mscorlib/system/security/cryptography/hashalgorithm.cs
-../referencesource/mscorlib/system/security/cryptography/HashAlgorithmName.cs
-../referencesource/mscorlib/system/security/cryptography/hmac.cs
-../referencesource/mscorlib/system/security/cryptography/hmacmd5.cs
-../referencesource/mscorlib/system/security/cryptography/hmacripemd160.cs
-../referencesource/mscorlib/system/security/cryptography/hmacsha1.cs
-../referencesource/mscorlib/system/security/cryptography/hmacsha256.cs
-../referencesource/mscorlib/system/security/cryptography/hmacsha384.cs
-../referencesource/mscorlib/system/security/cryptography/hmacsha512.cs
-../referencesource/mscorlib/system/security/cryptography/icryptotransform.cs
-../referencesource/mscorlib/system/security/cryptography/keyedhashalgorithm.cs
-../referencesource/mscorlib/system/security/cryptography/mactripledes.cs
-../referencesource/mscorlib/system/security/cryptography/maskgenerationmethod.cs
-../referencesource/mscorlib/system/security/cryptography/md5.cs
-../referencesource/mscorlib/system/security/cryptography/passwordderivebytes.cs
-../referencesource/mscorlib/system/security/cryptography/pkcs1maskgenerationmethod.cs
-../referencesource/mscorlib/system/security/cryptography/randomnumbergenerator.cs
-../referencesource/mscorlib/system/security/cryptography/rc2.cs
-../referencesource/mscorlib/system/security/cryptography/rc2cryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/rfc2898derivebytes.cs
-../referencesource/mscorlib/system/security/cryptography/rijndael.cs
-../referencesource/mscorlib/system/security/cryptography/rijndaelmanaged.cs
-../referencesource/mscorlib/system/security/cryptography/rijndaelmanagedtransform.cs
-../referencesource/mscorlib/system/security/cryptography/ripemd160.cs
-../referencesource/mscorlib/system/security/cryptography/ripemd160managed.cs
-../referencesource/mscorlib/system/security/cryptography/rsa.cs
-../referencesource/mscorlib/system/security/cryptography/rsacryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/rsaoaepkeyexchangedeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/rsaoaepkeyexchangeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/rsapkcs1keyexchangedeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/rsapkcs1keyexchangeformatter.cs
-../referencesource/mscorlib/system/security/cryptography/RSAEncryptionPadding.cs
-../referencesource/mscorlib/system/security/cryptography/RSAEncryptionPaddingMode.cs
-../referencesource/mscorlib/system/security/cryptography/RSASignaturePadding.cs
-../referencesource/mscorlib/system/security/cryptography/RSASignaturePaddingMode.cs
-../referencesource/mscorlib/system/security/cryptography/sha1.cs
-../referencesource/mscorlib/system/security/cryptography/sha1managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha256.cs
-../referencesource/mscorlib/system/security/cryptography/sha256managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha384.cs
-../referencesource/mscorlib/system/security/cryptography/sha384managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha512.cs
-../referencesource/mscorlib/system/security/cryptography/sha512managed.cs
-../referencesource/mscorlib/system/security/cryptography/signaturedescription.cs
-../referencesource/mscorlib/system/security/cryptography/symmetricalgorithm.cs
-../referencesource/mscorlib/system/security/cryptography/tripledes.cs
-../referencesource/mscorlib/system/security/cryptography/tripledescryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/utils.cs
-
-../referencesource/mscorlib/system/security/cryptography/x509certificates/x509utils.cs
-
-../referencesource/mscorlib/system/security/principal/genericidentity.cs
-
-../referencesource/mscorlib/system/security/util/hex.cs
-../referencesource/mscorlib/system/security/util/parser.cs
-../referencesource/mscorlib/system/security/util/tokenizer.cs
-
-../referencesource/mscorlib/system/text/asciiencoding.cs
-../referencesource/mscorlib/system/text/codepageencoding.cs
-../referencesource/mscorlib/system/text/decoderbestfitfallback.cs
-../referencesource/mscorlib/system/text/decoder.cs
-../referencesource/mscorlib/system/text/decodernls.cs
-../referencesource/mscorlib/system/text/decoderexceptionfallback.cs
-../referencesource/mscorlib/system/text/decoderfallback.cs
-../referencesource/mscorlib/system/text/decoderreplacementfallback.cs
-../referencesource/mscorlib/system/text/encoderbestfitfallback.cs
-../referencesource/mscorlib/system/text/encoder.cs
-../referencesource/mscorlib/system/text/encodernls.cs
-../referencesource/mscorlib/system/text/encoderexceptionfallback.cs
-../referencesource/mscorlib/system/text/encoderfallback.cs
-../referencesource/mscorlib/system/text/encoderreplacementfallback.cs
-../referencesource/mscorlib/system/text/encoding.cs
-../referencesource/mscorlib/system/text/encodinginfo.cs
-../referencesource/mscorlib/system/text/encodingprovider.cs
-../referencesource/mscorlib/system/text/mlangcodepageencoding.cs
-../referencesource/mscorlib/system/text/surrogateencoder.cs
-../referencesource/mscorlib/system/text/unicodeencoding.cs
-../referencesource/mscorlib/system/text/utf32encoding.cs
-../referencesource/mscorlib/system/text/utf7encoding.cs
-../referencesource/mscorlib/system/text/utf8encoding.cs
-
-../referencesource/mscorlib/system/text/stringbuilder.cs
-../referencesource/mscorlib/system/text/stringbuildercache.cs
-
-../referencesource/mscorlib/system/runtime/remoting/callcontext.cs
-
-../referencesource/mscorlib/system/runtime/serialization/deserializationeventhandler.cs
-../referencesource/mscorlib/system/runtime/serialization/formatter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatterconverter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatterservices.cs
-../referencesource/mscorlib/system/runtime/serialization/ideserializationcallback.cs
-../referencesource/mscorlib/system/runtime/serialization/iformatter.cs
-../referencesource/mscorlib/system/runtime/serialization/iformatterconverter.cs
-../referencesource/mscorlib/system/runtime/serialization/iobjectreference.cs
-../referencesource/mscorlib/system/runtime/serialization/iserializable.cs
-../referencesource/mscorlib/system/runtime/serialization/iserializationsurrogate.cs
-../referencesource/mscorlib/system/runtime/serialization/isurrogateselector.cs
-../referencesource/mscorlib/system/runtime/serialization/memberholder.cs
-../referencesource/mscorlib/system/runtime/serialization/objectclonehelper.cs
-../referencesource/mscorlib/system/runtime/serialization/objectidgenerator.cs
-../referencesource/mscorlib/system/runtime/serialization/objectmanager.cs
-../referencesource/mscorlib/system/runtime/serialization/safeserializationmanager.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationattributes.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationbinder.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationeventscache.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationexception.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationfieldinfo.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationinfo.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationinfoenumerator.cs
-../referencesource/mscorlib/system/runtime/serialization/serializationobjectmanager.cs
-../referencesource/mscorlib/system/runtime/serialization/streamingcontext.cs
-../referencesource/mscorlib/system/runtime/serialization/surrogateselector.cs
-../referencesource/mscorlib/system/runtime/serialization/valuetypefixupinfo.cs
-
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binarycommonclasses.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryconverter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryenums.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryformatterwriter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binarymethodmessage.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectinfo.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectreader.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryobjectwriter.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryparser.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/binary/binaryutilclasses.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/commonenums.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/ifieldinfo.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/isoapmessage.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/sertrace.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/soapfault.cs
-../referencesource/mscorlib/system/runtime/serialization/formatters/soapmessage.cs
-
-../referencesource/mscorlib/system/runtime/versioning/componentguaranteesattribute.cs
-../referencesource/mscorlib/system/runtime/versioning/multitargetinghelpers.cs
-../referencesource/mscorlib/system/runtime/versioning/NonVersionableAttribute.cs
-../referencesource/mscorlib/system/runtime/versioning/resourceattributes.cs
-../referencesource/mscorlib/system/runtime/versioning/targetframeworkattribute.cs
-../referencesource/mscorlib/system/runtime/versioning/targetframeworkid.cs
-
-../referencesource/mscorlib/system/threading/abandonedmutexexception.cs
-../referencesource/mscorlib/system/threading/apartmentstate.cs
-../referencesource/mscorlib/system/threading/asynclocal.cs
-../referencesource/mscorlib/system/threading/autoresetevent.cs
-../referencesource/mscorlib/system/threading/CancellationToken.cs
-../referencesource/mscorlib/system/threading/CancellationTokenRegistration.cs
-../referencesource/mscorlib/system/threading/CancellationTokenSource.cs
-../referencesource/mscorlib/system/threading/CountdownEvent.cs
-../referencesource/mscorlib/system/threading/eventresetmode.cs
-../referencesource/mscorlib/system/threading/eventwaithandle.cs
-../referencesource/mscorlib/system/threading/executioncontext.cs
-../referencesource/mscorlib/system/threading/LazyInitializer.cs
-../referencesource/mscorlib/system/threading/lockrecursionexception.cs
-../referencesource/mscorlib/system/threading/manualresetevent.cs
-../referencesource/mscorlib/system/threading/ManualResetEventSlim.cs
-../referencesource/mscorlib/system/threading/monitor.cs
-../referencesource/mscorlib/system/threading/parameterizedthreadstart.cs
-../referencesource/mscorlib/system/threading/semaphorefullexception.cs
-../referencesource/mscorlib/system/threading/SemaphoreSlim.cs
-../referencesource/mscorlib/system/threading/sendorpostcallback.cs
-../referencesource/mscorlib/system/threading/SpinLock.cs
-../referencesource/mscorlib/system/threading/SpinWait.cs
-../referencesource/mscorlib/system/threading/synchronizationcontext.cs
-../referencesource/mscorlib/system/threading/synchronizationlockexception.cs
-../referencesource/mscorlib/system/threading/thread.cs
-../referencesource/mscorlib/system/threading/threadabortexception.cs
-../referencesource/mscorlib/system/threading/threadinterruptedexception.cs
-../referencesource/mscorlib/system/threading/ThreadLocal.cs
-../referencesource/mscorlib/system/threading/threadpriority.cs
-../referencesource/mscorlib/system/threading/threadstart.cs
-../referencesource/mscorlib/system/threading/threadstartexception.cs
-../referencesource/mscorlib/system/threading/threadstate.cs
-../referencesource/mscorlib/system/threading/threadstateexception.cs
-../referencesource/mscorlib/system/threading/timeout.cs
-../referencesource/mscorlib/system/threading/waithandlecannotbeopenedexception.cs
-../referencesource/mscorlib/system/threading/threadpool.cs
-../referencesource/mscorlib/system/threading/waithandle.cs
-../referencesource/mscorlib/system/threading/waithandleExtensions.cs
-
-../referencesource/mscorlib/system/threading/Tasks/AsyncCausalityTracer.cs
-../referencesource/mscorlib/system/threading/Tasks/BeginEndAwaitableAdapter.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskFactory.cs
-../referencesource/mscorlib/system/threading/Tasks/FutureFactory.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskScheduler.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskCanceledException.cs
-../referencesource/mscorlib/system/threading/Tasks/Task.cs
-../referencesource/mscorlib/system/threading/Tasks/Future.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskCompletionSource.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskContinuation.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskSchedulerException.cs
-../referencesource/mscorlib/system/threading/Tasks/Parallel.cs
-../referencesource/mscorlib/system/threading/Tasks/ParallelLoopState.cs
-../referencesource/mscorlib/system/threading/Tasks/ParallelRangeManager.cs
-../referencesource/mscorlib/system/threading/Tasks/ThreadPoolTaskScheduler.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskExceptionHolder.cs
-../referencesource/mscorlib/system/threading/Tasks/ConcurrentExclusiveSchedulerPair.cs
-../referencesource/mscorlib/system/threading/Tasks/ProducerConsumerQueues.cs
-../referencesource/mscorlib/system/threading/Tasks/TaskToApm.cs
-
-../referencesource/mscorlib/microsoft/win32/safehandles/safefilehandle.cs
-../referencesource/mscorlib/microsoft/win32/safehandles/safefindhandle.cs
-../referencesource/mscorlib/microsoft/win32/safehandles/saferegistryhandle.cs
-../referencesource/mscorlib/microsoft/win32/safehandles/safewaithandle.cs
-../referencesource/mscorlib/microsoft/win32/safehandles/win32safehandles.cs
-
-coreclr/SorterArray.cs
-
-corert/AddrofIntrinsics.cs
-corert/Debug.cs
-corert/EnvironmentAugments.cs
-corert/RelocatedTypeAttribute.cs
-corert/RuntimeThread.cs
-corert/ThreadPoolBoundHandle.cs
-
-../../../external/corert/src/Common/src/Interop/Unix/Interop.Libraries.cs
-
-../../../external/corert/src/Common/src/System/Numerics/Hashing/HashHelpers.cs
-
-../../../external/corert/src/Runtime.Base/src/System/Runtime/InteropServices/NativeCallableAttribute.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/TupleExtensions.cs
-../../../external/corert/src/System.Private.CoreLib/shared/System/ValueTuple.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/Collections/DictionaryEntry.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/Collections/Generic/KeyValuePair.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Debug.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsReadOnlyAttribute.cs
-../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ITuple.cs
-../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/RuntimeFeature.cs
-../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/Threading/DeferredDisposableLifetime.cs
-
-
-../../../external/corert/src/System.Private.CoreLib/src/System/Array.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Tuple.cs
-
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/LowLevelComparer.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/ObjectEqualityComparer.cs
-
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/Generic/IDictionaryDebugView.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/Generic/Dictionary.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Collections/Generic/NonRandomizedStringEqualityComparer.cs
-
-corefx/SR.cs
-
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/CDSCollectionETWBCLProvider.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentQueue.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentStack.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/IProducerConsumerCollection.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/OrderablePartitioner.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/Partitioner.cs
-../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/PartitionerStatic.cs
-
-System.Security.Cryptography.X509Certificates/X509CertificateImplApple.cs
-System.Security.Cryptography.X509Certificates/X509Helper.Apple.cs
-CoreFoundation/CFHelpers.cs
diff --git a/mcs/class/corlib/monotouch_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_corlib.dll.exclude.sources
deleted file mode 100644
index e81045e28f2..00000000000
--- a/mcs/class/corlib/monotouch_corlib.dll.exclude.sources
+++ /dev/null
@@ -1,15 +0,0 @@
-System.Security.Cryptography/MD5CryptoServiceProvider.cs
-System.Security.Cryptography/SHA1CryptoServiceProvider.cs
-System.Security.Cryptography/SHA1CryptoServiceProvider.cs
-System.Security.Cryptography/RNGCryptoServiceProvider.cs
-../referencesource/mscorlib/system/security/cryptography/descryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/rc2cryptoserviceprovider.cs
-../referencesource/mscorlib/system/security/cryptography/rijndaelmanaged.cs
-../referencesource/mscorlib/system/security/cryptography/sha1managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha256managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha384managed.cs
-../referencesource/mscorlib/system/security/cryptography/sha512managed.cs
-../referencesource/mscorlib/system/security/cryptography/tripledescryptoserviceprovider.cs
-../Mono.Security/Mono.Security.Cryptography/ARC4Managed.cs
-../Mono.Security/Mono.Security.Cryptography/MD2Managed.cs
-../Mono.Security/Mono.Security.Cryptography/MD4Managed.cs
diff --git a/mcs/class/corlib/monotouch_corlib.dll.sources b/mcs/class/corlib/monotouch_corlib.dll.sources
deleted file mode 100644
index f9bbccf55c1..00000000000
--- a/mcs/class/corlib/monotouch_corlib.dll.sources
+++ /dev/null
@@ -1,15 +0,0 @@
-#include corlib.dll.sources
-CommonCrypto/CommonCrypto.cs
-CommonCrypto/CryptorTransform.cs
-CommonCrypto/FastCryptorTransform.cs
-CommonCrypto/CorlibExtras.cs
-CommonCrypto/RijndaelManaged.cs
-CommonCrypto/RNGCryptoServiceProvider.cryptor.cs
-CommonCrypto/RC4CommonCrypto.cs
-CoreFoundation/CFHelpers.cs
-System.Security.Cryptography.X509Certificates/X509CertificateImplApple.cs
-System.Security.Cryptography.X509Certificates/X509Helper.Apple.cs
-System.Text/EncodingHelper.MonoTouch.cs
-System/Environment.iOS.cs
-System/Guid.MonoTouch.cs
-System/NotSupportedException.iOS.cs
diff --git a/mcs/class/corlib/monotouch_runtime_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_runtime_corlib.dll.exclude.sources
deleted file mode 100644
index 53efeacceda..00000000000
--- a/mcs/class/corlib/monotouch_runtime_corlib.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
diff --git a/mcs/class/corlib/monotouch_runtime_corlib.dll.sources b/mcs/class/corlib/monotouch_runtime_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/monotouch_runtime_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources
diff --git a/mcs/class/corlib/monotouch_tv_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_tv_corlib.dll.exclude.sources
deleted file mode 100644
index 53efeacceda..00000000000
--- a/mcs/class/corlib/monotouch_tv_corlib.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
diff --git a/mcs/class/corlib/monotouch_tv_corlib.dll.sources b/mcs/class/corlib/monotouch_tv_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/monotouch_tv_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources
diff --git a/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.exclude.sources
deleted file mode 100644
index 53efeacceda..00000000000
--- a/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
diff --git a/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.sources b/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/monotouch_tv_runtime_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources
diff --git a/mcs/class/corlib/monotouch_watch_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_watch_corlib.dll.exclude.sources
deleted file mode 100644
index 53efeacceda..00000000000
--- a/mcs/class/corlib/monotouch_watch_corlib.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
diff --git a/mcs/class/corlib/monotouch_watch_corlib.dll.sources b/mcs/class/corlib/monotouch_watch_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/monotouch_watch_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources
diff --git a/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.exclude.sources b/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.exclude.sources
deleted file mode 100644
index 53efeacceda..00000000000
--- a/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.exclude.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
diff --git a/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.sources b/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/monotouch_watch_runtime_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources
diff --git a/mcs/class/corlib/net_4_x_corlib.dll.sources b/mcs/class/corlib/net_4_x_corlib.dll.sources
deleted file mode 100644
index d1a48ceca48..00000000000
--- a/mcs/class/corlib/net_4_x_corlib.dll.sources
+++ /dev/null
@@ -1,26 +0,0 @@
-#include corlib.dll.sources
-
-corert/Interop.cs
-corert/Interop.MemAllocFree.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Interop.Errors.cs
-../../../external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Interop.Libraries.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.FormatMessage.cs
-
-../../../external/corert/src/System.Private.CoreLib/shared/System/IO/Win32Marshal.cs
-
-../../../external/corert/src/Common/src/Interop/Windows/mincore/Interop.MemAllocFree.cs
-../../../external/corert/src/Common/src/Interop/Windows/mincore/Interop.ThreadPoolIO.cs
-
-../../../external/corert/src/Common/src/Interop/Windows/Interop.Libraries.cs
-
-../../../external/corert/src/Common/src/Interop/Unix/System.Private.CoreLib.Native/Interop.MemAllocFree.cs
-
-../../../external/corert/src/System.Private.CoreLib/src/Microsoft/Win32/SafeHandles/SafeThreadPoolIOHandle.cs
-
-../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolBoundHandle.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.ExecutionContextCallbackArgs.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolNativeOverlapped.OverlappedData.cs
-../../../external/corert/src/System.Private.CoreLib/src/System/Threading/Win32ThreadPoolPreAllocatedOverlapped.cs
diff --git a/mcs/class/corlib/xammac_corlib.dll.exclude.sources b/mcs/class/corlib/xammac_corlib.dll.exclude.sources
deleted file mode 100644
index b55ce093377..00000000000
--- a/mcs/class/corlib/xammac_corlib.dll.exclude.sources
+++ /dev/null
@@ -1,6 +0,0 @@
-#include monotouch_corlib.dll.exclude.sources
-System.Text/EncodingHelper.MonoTouch.cs
-System/Environment.iOS.cs
-System/Guid.MonoTouch.cs
-System/NotSupportedException.iOS.cs
-
diff --git a/mcs/class/corlib/xammac_corlib.dll.sources b/mcs/class/corlib/xammac_corlib.dll.sources
deleted file mode 100644
index 9d688d51c5c..00000000000
--- a/mcs/class/corlib/xammac_corlib.dll.sources
+++ /dev/null
@@ -1 +0,0 @@
-#include monotouch_corlib.dll.sources