From: Vlad Brezae Date: Mon, 30 May 2016 16:04:28 +0000 (+0300) Subject: Merge pull request #3057 from BrzVlad/fix-major-log3 X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=9afab4092501a7e7e240a2dd9ed0892d1e0821de;hp=52d58c1c5d1770f2c45cbe22b6f2a80b1f886dcc;p=mono.git Merge pull request #3057 from BrzVlad/fix-major-log3 [sgen] Refactor collection logging --- diff --git a/Makefile.am b/Makefile.am index e2e1dfefa46..5afacfa7fcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ EXTRA_DIST= \ mono-uninstalled.pc.in \ winconfig.h \ code_of_conduct.md \ - external + external \ + mcs/class/referencesource DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false diff --git a/README.md b/README.md index 52580fdb423..2b583e599be 100644 --- a/README.md +++ b/README.md @@ -19,28 +19,30 @@ The Mono project is part of the [.NET Foundation](http://www.dotnetfoundation.or Officially supported architectures: -| debian-amd64 | debian-i386 | debian-armel | debian-armhf | windows-amd64 | -|-------------------------|------------------------|-------------------------|-------------------------|---------------------------| -| [![debian-amd64][1]][2] | [![debian-i386][3]][4] | [![debian-armel][5]][6] | [![debian-armhf][7]][8] | [![windows-amd64][9]][10] | +| ubuntu-1404-amd64 | ubuntu-1404-i386 | debian-8-armel | debian-8-armhf | debian-8-arm64 | windows-amd64 | +|------------------------------|-----------------------------|---------------------------|---------------------------|-----------------------------|----------------------------| +| [![ubuntu-1404-amd64][1]][2] | [![ubuntu-1404-i386][3]][4] | [![debian-8-armel][5]][6] | [![debian-8-armhf][7]][8] | [![debian-8-arm64][9]][10] | [![windows-amd64][11]][12] | Community supported architectures: | centos-s390x | |---------------------------| -| [![centos-s390x][11]][12] | - -[1]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-amd64/badge/icon -[2]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-amd64/ -[3]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-i386/badge/icon -[4]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-i386/ -[5]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armel/badge/icon -[6]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armel/ -[7]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armhf/badge/icon -[8]: http://jenkins.mono-project.com/job/test-mono-mainline/label=debian-armhf/ -[9]: https://ci.appveyor.com/api/projects/status/1e61ebdfpbiei58v/branch/master?svg=true -[10]: https://ci.appveyor.com/project/ajlennon/mono-817/branch/master -[11]: https://jenkins.mono-project.com/job/z/label=centos-s390x/badge/icon -[12]: https://jenkins.mono-project.com/job/z/label=centos-s390x +| [![centos-s390x][13]][14] | + +[1]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-amd64/badge/icon +[2]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-amd64 +[3]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-i386/badge/icon +[4]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=ubuntu-1404-i386/ +[5]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-armel/badge/icon +[6]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-armel/ +[7]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-armhf/badge/icon +[8]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-armhf/ +[9]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-arm64/badge/icon +[10]: https://jenkins.mono-project.com/job/test-mono-mainline-linux/label=debian-8-arm64/ +[11]: https://ci.appveyor.com/api/projects/status/1e61ebdfpbiei58v/branch/master?svg=true +[12]: https://ci.appveyor.com/project/ajlennon/mono-817/branch/master +[13]: https://jenkins.mono-project.com/job/z/label=centos-s390x/badge/icon +[14]: https://jenkins.mono-project.com/job/z/label=centos-s390x Compilation and Installation ============================ diff --git a/build-libs.bat b/build-libs.bat new file mode 100644 index 00000000000..df0d97868d6 --- /dev/null +++ b/build-libs.bat @@ -0,0 +1,4 @@ +@echo off +cd mcs\jay +vcbuild jay.vcxproj +msbuild net_4_x.sln diff --git a/build-libs.sh b/build-libs.sh new file mode 100755 index 00000000000..1b339764f88 --- /dev/null +++ b/build-libs.sh @@ -0,0 +1,4 @@ +#!/bin/sh +(cd mcs/jay; make) +(cd msvc/scripts/; make prepare.exe; mono prepare.exe `pwd`/mcs core) +msbuild net_4_x.sln diff --git a/configure.ac b/configure.ac index 59107bef575..cff61275963 100644 --- a/configure.ac +++ b/configure.ac @@ -2906,6 +2906,7 @@ case "$host" in TARGET=ARM64 arch_target=arm64 boehm_supported=false + AOT_SUPPORTED="yes" ;; s390x-*-linux*) TARGET=S390X; diff --git a/eglib/configure.ac b/eglib/configure.ac index 2197c6f9c96..7622701ef45 100644 --- a/eglib/configure.ac +++ b/eglib/configure.ac @@ -181,7 +181,7 @@ if test "x$have_iso_varargs" = "xyes"; then fi AC_SUBST(G_HAVE_ISO_VARARGS) -AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h sys/wait.h pwd.h langinfo.h iconv.h localcharset.h sys/types.h sys/resource.h) +AC_CHECK_HEADERS(getopt.h sys/select.h sys/time.h sys/wait.h pwd.h iconv.h localcharset.h sys/types.h sys/resource.h) AC_CHECK_LIB([iconv], [locale_charset],[],[AC_CHECK_LIB([charset], [locale_charset],[LIBS+="-liconv -lcharset"])]) AC_CHECK_HEADER(alloca.h, [HAVE_ALLOCA_H=1], [HAVE_ALLOCA_H=0]) AC_SUBST(HAVE_ALLOCA_H) @@ -193,10 +193,6 @@ if test $ac_cv_sizeof_void_p = $ac_cv_sizeof_int; then GUINT_TO_POINTER="((gpointer) (v))" GSIZE="int" GSIZE_FORMAT='"u"' - G_GUINT64_FORMAT='"llu"' - G_GINT64_FORMAT='"lld"' - G_GUINT32_FORMAT='"lu"' - G_GINT32_FORMAT='"ld"' elif test $ac_cv_sizeof_void_p = $ac_cv_sizeof_long; then GPOINTER_TO_INT="((gint)(long) (ptr))" GPOINTER_TO_UINT="((guint)(long) (ptr))" @@ -204,10 +200,6 @@ elif test $ac_cv_sizeof_void_p = $ac_cv_sizeof_long; then GUINT_TO_POINTER="((gpointer)(gulong) (v))" GSIZE="long" GSIZE_FORMAT='"lu"' - G_GUINT64_FORMAT='"lu"' - G_GINT64_FORMAT='"ld"' - G_GUINT32_FORMAT='"u"' - G_GINT32_FORMAT='"d"' elif test $ac_cv_sizeof_void_p = $ac_cv_sizeof_long_long; then GPOINTER_TO_INT="((gint)(long long) (ptr))" GPOINTER_TO_UINT="((guint)(unsigned long long) (ptr))" @@ -215,10 +207,6 @@ elif test $ac_cv_sizeof_void_p = $ac_cv_sizeof_long_long; then GUINT_TO_POINTER="((gpointer)(unsigned long long) (v))" GSIZE="long long" GSIZE_FORMAT='"I64u"' - G_GUINT64_FORMAT='"I64u"' - G_GINT64_FORMAT='"I64i"' - G_GUINT32_FORMAT='"I32u"' - G_GINT32_FORMAT='"I32i"' else AC_MSG_ERROR([unsupported pointer size]) fi diff --git a/eglib/src/eglib-config.h.in b/eglib/src/eglib-config.h.in index 8f5a245cfeb..ae7b6d45337 100644 --- a/eglib/src/eglib-config.h.in +++ b/eglib/src/eglib-config.h.in @@ -27,10 +27,6 @@ typedef unsigned @GSIZE@ gsize; typedef signed @GSIZE@ gssize; #define G_GSIZE_FORMAT @GSIZE_FORMAT@ -#define G_GUINT64_FORMAT @G_GUINT64_FORMAT@ -#define G_GINT64_FORMAT @G_GINT64_FORMAT@ -#define G_GUINT32_FORMAT @G_GUINT32_FORMAT@ -#define G_GINT32_FORMAT @G_GINT32_FORMAT@ #if @G_HAVE_ISO_VARARGS@ == 1 #define G_HAVE_ISO_VARARGS diff --git a/eglib/src/eglib-config.hw b/eglib/src/eglib-config.hw index 192d39367b6..cc7bd44a8ca 100644 --- a/eglib/src/eglib-config.hw +++ b/eglib/src/eglib-config.hw @@ -26,27 +26,14 @@ typedef int pid_t; #define G_SEARCHPATH_SEPARATOR_S ";" #define G_SEARCHPATH_SEPARATOR ';' #define G_GSIZE_FORMAT "d" -#define G_GUINT64_FORMAT "d" -#define G_GINT64_FORMAT "d" #define GPOINTER_TO_INT(ptr) ((gint)(intptr_t) (ptr)) #define GPOINTER_TO_UINT(ptr) ((guint)(intptr_t) (ptr)) #define GINT_TO_POINTER(v) ((gpointer)(intptr_t) (v)) #define GUINT_TO_POINTER(v) ((gpointer)(intptr_t) (v)) -/* VS 2010 and later have stdint.h */ -#if defined(_MSC_VER) && _MSC_VER < 1600 -#define INT32_MAX 2147483647 -#define INT32_MIN (~ INT32_MAX) -#define INT64_MAX 9223372036854775807i64 -#define INT64_MIN (~INT64_MAX) -#define UINT32_MAX 0xffffffffU -#define UINT64_MAX 0xffffffffffffffffULL -#endif - #define STDOUT_FILENO (int)(intptr_t)stdout #define STDERR_FILENO (int)(intptr_t)stderr - /* FIXME: what should this be ?*/ #define X_OK 4 /* This is really read */ #define WNOHANG 1 diff --git a/eglib/src/glib.h b/eglib/src/glib.h index f5473bd2a5c..72770b2f44f 100644 --- a/eglib/src/glib.h +++ b/eglib/src/glib.h @@ -13,11 +13,7 @@ #pragma include_alias(, ) #endif -/* VS 2010 and later have stdint.h */ -#if defined(_MSC_VER) && _MSC_VER < 1600 -#else #include -#endif #include #ifndef EGLIB_NO_REMAP @@ -63,21 +59,6 @@ typedef const void * gconstpointer; typedef char gchar; typedef unsigned char guchar; -#if !G_TYPES_DEFINED -/* VS 2010 and later have stdint.h */ -#if defined(_MSC_VER) && _MSC_VER < 1600 -typedef __int8 gint8; -typedef unsigned __int8 guint8; -typedef __int16 gint16; -typedef unsigned __int16 guint16; -typedef __int32 gint32; -typedef unsigned __int32 guint32; -typedef __int64 gint64; -typedef unsigned __int64 guint64; -typedef float gfloat; -typedef double gdouble; -typedef int gboolean; -#else /* Types defined in terms of the stdint.h */ typedef int8_t gint8; typedef uint8_t guint8; @@ -90,8 +71,6 @@ typedef uint64_t guint64; typedef float gfloat; typedef double gdouble; typedef int32_t gboolean; -#endif -#endif typedef guint16 gunichar2; typedef guint32 gunichar; @@ -135,6 +114,11 @@ typedef guint32 gunichar; #define G_CONST_RETURN const +#define G_GUINT64_FORMAT PRIu64 +#define G_GINT64_FORMAT PRIi64 +#define G_GUINT32_FORMAT PRIu32 +#define G_GINT32_FORMAT PRIi32 + /* * Allocation */ diff --git a/eglib/src/gunicode.c b/eglib/src/gunicode.c index e6f4b925b61..36d6d4acfb7 100644 --- a/eglib/src/gunicode.c +++ b/eglib/src/gunicode.c @@ -44,9 +44,6 @@ # define CODESET 1 # include #else -# ifdef HAVE_LANGINFO_H -# include -# endif # ifdef HAVE_LOCALCHARSET_H # include # endif @@ -219,9 +216,7 @@ g_get_charset (G_CONST_RETURN char **charset) is_utf8 = FALSE; #else /* These shouldn't be heap allocated */ -#if defined(HAVE_LANGINFO_H) - my_charset = nl_langinfo (CODESET); -#elif defined(HAVE_LOCALCHARSET_H) +#if defined(HAVE_LOCALCHARSET_H) my_charset = locale_charset (); #else my_charset = "UTF-8"; diff --git a/libgc/win32_threads.c b/libgc/win32_threads.c index 16a6fb6d003..5533b8f2e25 100644 --- a/libgc/win32_threads.c +++ b/libgc/win32_threads.c @@ -184,7 +184,7 @@ static GC_thread GC_new_thread(void) { #ifdef __GNUC__ __inline__ #endif -LONG GC_get_max_thread_index() +static LONG GC_get_max_thread_index() { LONG my_max = GC_max_thread_index; diff --git a/mcs/class/Accessibility/Accessibility-net_4_x.csproj b/mcs/class/Accessibility/Accessibility-net_4_x.csproj index fe042b78d9e..50cdfcf6868 100644 --- a/mcs/class/Accessibility/Accessibility-net_4_x.csproj +++ b/mcs/class/Accessibility/Accessibility-net_4_x.csproj @@ -66,9 +66,8 @@ - - - + + diff --git a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj index 3b0863d2501..3d843029406 100644 --- a/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj +++ b/mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng-net_4_x.csproj @@ -97,14 +97,15 @@ --> +$(ProjectDir)\..\..\jay\jay -ct < $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Commons.Xml.Relaxng.Rnc\RncParser.jay > $(ProjectDir)\Commons.Xml.Relaxng.Rnc\RncParser.cs +$(ProjectDir)\..\..\jay\jay.exe -ct < $(ProjectDir)\..\..\jay\skeleton.cs $(ProjectDir)\Commons.Xml.Relaxng.Rnc\RncParser.jay > $(ProjectDir)\Commons.Xml.Relaxng.Rnc\RncParser.cs - - - + + diff --git a/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj b/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj index f8a3fc8a668..2c40504aa63 100644 --- a/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj +++ b/mcs/class/Cscompmgd/Cscompmgd-net_4_x.csproj @@ -69,9 +69,8 @@ - - - + + diff --git a/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj b/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj index 31596a05830..bf2bc3fb533 100644 --- a/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj +++ b/mcs/class/CustomMarshalers/CustomMarshalers-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives-net_4_x.csproj b/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives-net_4_x.csproj index e91787108f2..ef4329f1ed1 100644 --- a/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Primitives/Facades_Microsoft.Win32.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl-net_4_x.csproj b/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl-net_4_x.csproj index 4bda4a30149..1bca67282f6 100644 --- a/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl-net_4_x.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Registry.AccessControl/Facades_Microsoft.Win32.Registry.AccessControl-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry-net_4_x.csproj b/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry-net_4_x.csproj index e3653b06c71..5189fe3c1ad 100644 --- a/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry-net_4_x.csproj +++ b/mcs/class/Facades/Microsoft.Win32.Registry/Facades_Microsoft.Win32.Registry-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.AppContext/Facades_System.AppContext-net_4_x.csproj b/mcs/class/Facades/System.AppContext/Facades_System.AppContext-net_4_x.csproj index 40413318184..3980a552ddc 100644 --- a/mcs/class/Facades/System.AppContext/Facades_System.AppContext-net_4_x.csproj +++ b/mcs/class/Facades/System.AppContext/Facades_System.AppContext-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent-net_4_x.csproj b/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent-net_4_x.csproj index 18f3771df2a..eee52ccc352 100644 --- a/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent-net_4_x.csproj +++ b/mcs/class/Facades/System.Collections.Concurrent/Facades_System.Collections.Concurrent-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric-net_4_x.csproj b/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric-net_4_x.csproj index c785979caa6..a7e0139702f 100644 --- a/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric-net_4_x.csproj +++ b/mcs/class/Facades/System.Collections.NonGeneric/Facades_System.Collections.NonGeneric-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized-net_4_x.csproj b/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized-net_4_x.csproj index 64804aa2279..44e2fc91c58 100644 --- a/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized-net_4_x.csproj +++ b/mcs/class/Facades/System.Collections.Specialized/Facades_System.Collections.Specialized-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Collections/Facades_System.Collections-net_4_x.csproj b/mcs/class/Facades/System.Collections/Facades_System.Collections-net_4_x.csproj index 8eb38f8fdaa..c3eb239218a 100644 --- a/mcs/class/Facades/System.Collections/Facades_System.Collections-net_4_x.csproj +++ b/mcs/class/Facades/System.Collections/Facades_System.Collections-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations-net_4_x.csproj b/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations-net_4_x.csproj index 88039f2a2c1..a0d3c1b52b0 100644 --- a/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations-net_4_x.csproj +++ b/mcs/class/Facades/System.ComponentModel.Annotations/Facades_System.ComponentModel.Annotations-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync-net_4_x.csproj b/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync-net_4_x.csproj index b05f36a44b9..cbeca4b5886 100644 --- a/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync-net_4_x.csproj +++ b/mcs/class/Facades/System.ComponentModel.EventBasedAsync/Facades_System.ComponentModel.EventBasedAsync-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives-net_4_x.csproj b/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives-net_4_x.csproj index 823e2a49006..65e0f7e3271 100644 --- a/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.ComponentModel.Primitives/Facades_System.ComponentModel.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter-net_4_x.csproj b/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter-net_4_x.csproj index 12024f41601..aea55676326 100644 --- a/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter-net_4_x.csproj +++ b/mcs/class/Facades/System.ComponentModel.TypeConverter/Facades_System.ComponentModel.TypeConverter-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel-net_4_x.csproj b/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel-net_4_x.csproj index 669a788a886..a1a92d79df8 100644 --- a/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel-net_4_x.csproj +++ b/mcs/class/Facades/System.ComponentModel/Facades_System.ComponentModel-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Console/Facades_System.Console-net_4_x.csproj b/mcs/class/Facades/System.Console/Facades_System.Console-net_4_x.csproj index 30ac0d6e81e..c42832bf3a4 100644 --- a/mcs/class/Facades/System.Console/Facades_System.Console-net_4_x.csproj +++ b/mcs/class/Facades/System.Console/Facades_System.Console-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common-net_4_x.csproj b/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common-net_4_x.csproj index 97f02ce9cf5..493303cc15e 100644 --- a/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common-net_4_x.csproj +++ b/mcs/class/Facades/System.Data.Common/Facades_System.Data.Common-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient-net_4_x.csproj b/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient-net_4_x.csproj index cfdfcff5f89..3427bb006e9 100644 --- a/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient-net_4_x.csproj +++ b/mcs/class/Facades/System.Data.SqlClient/Facades_System.Data.SqlClient-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts-net_4_x.csproj index eb5c0b6f344..72f03e89c83 100644 --- a/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.Contracts/Facades_System.Diagnostics.Contracts-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug-net_4_x.csproj index f8a292eb561..5de4c3cd3b7 100644 --- a/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.Debug/Facades_System.Diagnostics.Debug-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo-net_4_x.csproj index f77e81bc7d7..e8db26624c3 100644 --- a/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.FileVersionInfo/Facades_System.Diagnostics.FileVersionInfo-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.PerformanceCounter/Facades_System.Diagnostics.PerformanceCounter-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.PerformanceCounter/Facades_System.Diagnostics.PerformanceCounter-net_4_x.csproj index 3665399efe8..a9534e3cb63 100644 --- a/mcs/class/Facades/System.Diagnostics.PerformanceCounter/Facades_System.Diagnostics.PerformanceCounter-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.PerformanceCounter/Facades_System.Diagnostics.PerformanceCounter-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process-net_4_x.csproj index a238cf76ced..210e44530fa 100644 --- a/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.Process/Facades_System.Diagnostics.Process-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace-net_4_x.csproj index a0c7b944aa5..9d1c6f14752 100644 --- a/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener-net_4_x.csproj index 18df440f1d9..fb2f1485d87 100644 --- a/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.TextWriterTraceListener/Facades_System.Diagnostics.TextWriterTraceListener-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools-net_4_x.csproj index 37b0d96a90a..5d1e6d7135d 100644 --- a/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.Tools/Facades_System.Diagnostics.Tools-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent-net_4_x.csproj index 93382ad2369..f31a1fc6a55 100644 --- a/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.TraceEvent/Facades_System.Diagnostics.TraceEvent-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource-net_4_x.csproj index 751871faeaf..7003052edfd 100644 --- a/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.TraceSource/Facades_System.Diagnostics.TraceSource-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing-net_4_x.csproj b/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing-net_4_x.csproj index 45b8e0b23a3..73d08a19bd1 100644 --- a/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing-net_4_x.csproj +++ b/mcs/class/Facades/System.Diagnostics.Tracing/Facades_System.Diagnostics.Tracing-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime-net_4_x.csproj b/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime-net_4_x.csproj index f31b7e6f6ca..076b4d9bfa0 100644 --- a/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime-net_4_x.csproj +++ b/mcs/class/Facades/System.Dynamic.Runtime/Facades_System.Dynamic.Runtime-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars-net_4_x.csproj b/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars-net_4_x.csproj index 049ad18d0ba..d0aa63ef3cf 100644 --- a/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars-net_4_x.csproj +++ b/mcs/class/Facades/System.Globalization.Calendars/Facades_System.Globalization.Calendars-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions-net_4_x.csproj b/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions-net_4_x.csproj index 583f24adc18..66212877264 100644 --- a/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions-net_4_x.csproj +++ b/mcs/class/Facades/System.Globalization.Extensions/Facades_System.Globalization.Extensions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Globalization/Facades_System.Globalization-net_4_x.csproj b/mcs/class/Facades/System.Globalization/Facades_System.Globalization-net_4_x.csproj index bc883eef2de..d3117287fbc 100644 --- a/mcs/class/Facades/System.Globalization/Facades_System.Globalization-net_4_x.csproj +++ b/mcs/class/Facades/System.Globalization/Facades_System.Globalization-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile-net_4_x.csproj b/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile-net_4_x.csproj index 7884a6f07d2..4423a9dc9a4 100644 --- a/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.Compression.ZipFile/Facades_System.IO.Compression.ZipFile-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl-net_4_x.csproj b/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl-net_4_x.csproj index f982829ca26..0f9d44c9cd4 100644 --- a/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.AccessControl/Facades_System.IO.FileSystem.AccessControl-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo-net_4_x.csproj b/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo-net_4_x.csproj index cac30d3107c..5edbbbb8034 100644 --- a/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.DriveInfo/Facades_System.IO.FileSystem.DriveInfo-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives-net_4_x.csproj b/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives-net_4_x.csproj index 05a309998f8..98c67e82710 100644 --- a/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.Primitives/Facades_System.IO.FileSystem.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher-net_4_x.csproj b/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher-net_4_x.csproj index 35ecc8c825a..75fe3913f4e 100644 --- a/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.FileSystem.Watcher/Facades_System.IO.FileSystem.Watcher-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem-net_4_x.csproj b/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem-net_4_x.csproj index 2115e2a1819..34784bd92b7 100644 --- a/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.FileSystem/Facades_System.IO.FileSystem-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage-net_4_x.csproj b/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage-net_4_x.csproj index 4b72e6e6743..866e14f1a16 100644 --- a/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.IsolatedStorage/Facades_System.IO.IsolatedStorage-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles-net_4_x.csproj b/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles-net_4_x.csproj index d0436d3cd0c..3e44aef4606 100644 --- a/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.MemoryMappedFiles/Facades_System.IO.MemoryMappedFiles-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes-net_4_x.csproj b/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes-net_4_x.csproj index fb4b372f774..71c4350a6e7 100644 --- a/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.Pipes/Facades_System.IO.Pipes-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream-net_4_x.csproj b/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream-net_4_x.csproj index dffbb755dde..c65751b5388 100644 --- a/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream-net_4_x.csproj +++ b/mcs/class/Facades/System.IO.UnmanagedMemoryStream/Facades_System.IO.UnmanagedMemoryStream-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.IO/Facades_System.IO-net_4_x.csproj b/mcs/class/Facades/System.IO/Facades_System.IO-net_4_x.csproj index 6b2d1701172..da00e74eff7 100644 --- a/mcs/class/Facades/System.IO/Facades_System.IO-net_4_x.csproj +++ b/mcs/class/Facades/System.IO/Facades_System.IO-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions-net_4_x.csproj b/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions-net_4_x.csproj index 04d08cfac84..e7c6951666b 100644 --- a/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions-net_4_x.csproj +++ b/mcs/class/Facades/System.Linq.Expressions/Facades_System.Linq.Expressions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel-net_4_x.csproj b/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel-net_4_x.csproj index e31923ed308..de83417856b 100644 --- a/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel-net_4_x.csproj +++ b/mcs/class/Facades/System.Linq.Parallel/Facades_System.Linq.Parallel-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable-net_4_x.csproj b/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable-net_4_x.csproj index a0165835986..3aa8b75ec1f 100644 --- a/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable-net_4_x.csproj +++ b/mcs/class/Facades/System.Linq.Queryable/Facades_System.Linq.Queryable-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Linq/Facades_System.Linq-net_4_x.csproj b/mcs/class/Facades/System.Linq/Facades_System.Linq-net_4_x.csproj index 9eef05ec811..9c29c3428fd 100644 --- a/mcs/class/Facades/System.Linq/Facades_System.Linq-net_4_x.csproj +++ b/mcs/class/Facades/System.Linq/Facades_System.Linq-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager-net_4_x.csproj b/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager-net_4_x.csproj index 678be54e88c..b14fcb89dc5 100644 --- a/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.AuthenticationManager/Facades_System.Net.AuthenticationManager-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache-net_4_x.csproj b/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache-net_4_x.csproj index a4545552c09..5ff7c8612a0 100644 --- a/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Cache/Facades_System.Net.Cache-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Http.WebRequestHandler/Facades_System.Net.Http.WebRequestHandler-net_4_x.csproj b/mcs/class/Facades/System.Net.Http.WebRequestHandler/Facades_System.Net.Http.WebRequestHandler-net_4_x.csproj index be6a541ac56..c49aa56c8a2 100644 --- a/mcs/class/Facades/System.Net.Http.WebRequestHandler/Facades_System.Net.Http.WebRequestHandler-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Http.WebRequestHandler/Facades_System.Net.Http.WebRequestHandler-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener-net_4_x.csproj b/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener-net_4_x.csproj index b817004afcc..9c59776987c 100644 --- a/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.HttpListener/Facades_System.Net.HttpListener-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail-net_4_x.csproj b/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail-net_4_x.csproj index 1a2d4da6f6d..f38a0d52aa5 100644 --- a/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Mail/Facades_System.Net.Mail-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution-net_4_x.csproj b/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution-net_4_x.csproj index 6e6c5368560..35e6e9a6d32 100644 --- a/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.NameResolution/Facades_System.Net.NameResolution-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation-net_4_x.csproj b/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation-net_4_x.csproj index 1ac9b975ecb..042d7ace4fc 100644 --- a/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.NetworkInformation/Facades_System.Net.NetworkInformation-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives-net_4_x.csproj b/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives-net_4_x.csproj index d5492795622..aa320054391 100644 --- a/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Primitives/Facades_System.Net.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests-net_4_x.csproj b/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests-net_4_x.csproj index a3dd89f3364..9d81ac99708 100644 --- a/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Requests/Facades_System.Net.Requests-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security-net_4_x.csproj b/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security-net_4_x.csproj index c7c729cadd5..346a8c821b9 100644 --- a/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Security/Facades_System.Net.Security-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint-net_4_x.csproj b/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint-net_4_x.csproj index 39c5dea1e10..db14b8d3b4a 100644 --- a/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.ServicePoint/Facades_System.Net.ServicePoint-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets-net_4_x.csproj b/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets-net_4_x.csproj index 5f2ea156ae6..ca762d98f2d 100644 --- a/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Sockets/Facades_System.Net.Sockets-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities-net_4_x.csproj b/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities-net_4_x.csproj index dbe8b443eb4..1372878cd18 100644 --- a/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.Utilities/Facades_System.Net.Utilities-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection-net_4_x.csproj b/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection-net_4_x.csproj index 8e011bfa064..3a298830e16 100644 --- a/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.WebHeaderCollection/Facades_System.Net.WebHeaderCollection-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client-net_4_x.csproj b/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client-net_4_x.csproj index 4dddea9fb94..11199656414 100644 --- a/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.WebSockets.Client/Facades_System.Net.WebSockets.Client-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets-net_4_x.csproj b/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets-net_4_x.csproj index 08290fef52e..0103faa7236 100644 --- a/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets-net_4_x.csproj +++ b/mcs/class/Facades/System.Net.WebSockets/Facades_System.Net.WebSockets-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel-net_4_x.csproj b/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel-net_4_x.csproj index 21c1be45a9a..e1230f83e0f 100644 --- a/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel-net_4_x.csproj +++ b/mcs/class/Facades/System.ObjectModel/Facades_System.ObjectModel-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Private.CoreLib.InteropServices/Facades_System.Private.CoreLib.InteropServices-net_4_x.csproj b/mcs/class/Facades/System.Private.CoreLib.InteropServices/Facades_System.Private.CoreLib.InteropServices-net_4_x.csproj index d108c9f5106..c81a0356846 100644 --- a/mcs/class/Facades/System.Private.CoreLib.InteropServices/Facades_System.Private.CoreLib.InteropServices-net_4_x.csproj +++ b/mcs/class/Facades/System.Private.CoreLib.InteropServices/Facades_System.Private.CoreLib.InteropServices-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Private.CoreLib.Threading/Facades_System.Private.CoreLib.Threading-net_4_x.csproj b/mcs/class/Facades/System.Private.CoreLib.Threading/Facades_System.Private.CoreLib.Threading-net_4_x.csproj index 14bc25b1854..df6c913f466 100644 --- a/mcs/class/Facades/System.Private.CoreLib.Threading/Facades_System.Private.CoreLib.Threading-net_4_x.csproj +++ b/mcs/class/Facades/System.Private.CoreLib.Threading/Facades_System.Private.CoreLib.Threading-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration-net_4_x.csproj b/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration-net_4_x.csproj index 778e101d05a..3f6502b6e7a 100644 --- a/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.Emit.ILGeneration/Facades_System.Reflection.Emit.ILGeneration-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight-net_4_x.csproj b/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight-net_4_x.csproj index ff0029b6c88..28c20187cf4 100644 --- a/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.Emit.Lightweight/Facades_System.Reflection.Emit.Lightweight-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit-net_4_x.csproj b/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit-net_4_x.csproj index 49e318e9f20..e407d0fd9c7 100644 --- a/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.Emit/Facades_System.Reflection.Emit-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions-net_4_x.csproj b/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions-net_4_x.csproj index bcd5b04de6d..5a41690bc62 100644 --- a/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.Extensions/Facades_System.Reflection.Extensions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives-net_4_x.csproj b/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives-net_4_x.csproj index bcb2fd210e2..9b883b5f9d7 100644 --- a/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.Primitives/Facades_System.Reflection.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions-net_4_x.csproj b/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions-net_4_x.csproj index 8cee015433c..2030414734b 100644 --- a/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection.TypeExtensions/Facades_System.Reflection.TypeExtensions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Reflection/Facades_System.Reflection-net_4_x.csproj b/mcs/class/Facades/System.Reflection/Facades_System.Reflection-net_4_x.csproj index c6be45f39bd..98be695bc27 100644 --- a/mcs/class/Facades/System.Reflection/Facades_System.Reflection-net_4_x.csproj +++ b/mcs/class/Facades/System.Reflection/Facades_System.Reflection-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter-net_4_x.csproj b/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter-net_4_x.csproj index 0e39fb11b5c..eaafdd2b4b6 100644 --- a/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter-net_4_x.csproj +++ b/mcs/class/Facades/System.Resources.ReaderWriter/Facades_System.Resources.ReaderWriter-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager-net_4_x.csproj b/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager-net_4_x.csproj index ee028cc4599..e40ceea6809 100644 --- a/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager-net_4_x.csproj +++ b/mcs/class/Facades/System.Resources.ResourceManager/Facades_System.Resources.ResourceManager-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC-net_4_x.csproj b/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC-net_4_x.csproj index 2c09193847d..f3b9b2dadbd 100644 --- a/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.CompilerServices.VisualC/Facades_System.Runtime.CompilerServices.VisualC-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions-net_4_x.csproj index 8a2d565c855..f00748c40fa 100644 --- a/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Extensions/Facades_System.Runtime.Extensions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles-net_4_x.csproj index 2c8d4f179e7..d29f79f2d6c 100644 --- a/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Handles/Facades_System.Runtime.Handles-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime-net_4_x.csproj b/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime-net_4_x.csproj index 614fefbdfc8..0dddc7ef0a7 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.InteropServices.WindowsRuntime/Facades_System.Runtime.InteropServices.WindowsRuntime-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices-net_4_x.csproj b/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices-net_4_x.csproj index e706e5d1bd0..7011c5559d7 100644 --- a/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.InteropServices/Facades_System.Runtime.InteropServices-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics-net_4_x.csproj index 4ecd5a17f67..a82e8d24fb4 100644 --- a/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Numerics/Facades_System.Runtime.Numerics-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json-net_4_x.csproj index 73660f68e93..18a14af836b 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Json/Facades_System.Runtime.Serialization.Json-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives-net_4_x.csproj index 3f64cd1ae6d..71204dcabbd 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml-net_4_x.csproj b/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml-net_4_x.csproj index e6dd355cac1..058a3e64219 100644 --- a/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Runtime/Facades_System.Runtime-net_4_x.csproj b/mcs/class/Facades/System.Runtime/Facades_System.Runtime-net_4_x.csproj index 87bf277b76f..d88f7bba8c6 100644 --- a/mcs/class/Facades/System.Runtime/Facades_System.Runtime-net_4_x.csproj +++ b/mcs/class/Facades/System.Runtime/Facades_System.Runtime-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl-net_4_x.csproj b/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl-net_4_x.csproj index b5970422fae..546f03f9c7c 100644 --- a/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.AccessControl/Facades_System.Security.AccessControl-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims-net_4_x.csproj b/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims-net_4_x.csproj index d8c0b4bd733..341cad800ee 100644 --- a/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Claims/Facades_System.Security.Claims-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes-net_4_x.csproj index 5f495500681..3c274abb796 100644 --- a/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.DeriveBytes/Facades_System.Security.Cryptography.DeriveBytes-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding-net_4_x.csproj index 56d78a94f26..20640b091c8 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encoding/Facades_System.Security.Cryptography.Encoding-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes-net_4_x.csproj index 36753e6f836..a523ca99263 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.Aes/Facades_System.Security.Cryptography.Encryption.Aes-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman-net_4_x.csproj index e4995f585bb..268dc0f5926 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman/Facades_System.Security.Cryptography.Encryption.ECDiffieHellman-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa-net_4_x.csproj index 1ac4f8c2021..1608821c77b 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption.ECDsa/Facades_System.Security.Cryptography.Encryption.ECDsa-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption-net_4_x.csproj index e705ce1cd58..c331d66a40a 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Encryption/Facades_System.Security.Cryptography.Encryption-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms-net_4_x.csproj index da43a467733..098c162409a 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Hashing.Algorithms/Facades_System.Security.Cryptography.Hashing.Algorithms-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing-net_4_x.csproj index 68d195c4c14..9865a1540f8 100644 --- a/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.Hashing/Facades_System.Security.Cryptography.Hashing-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData-net_4_x.csproj index 4b2091d8f9a..53e18fa4825 100644 --- a/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.ProtectedData/Facades_System.Security.Cryptography.ProtectedData-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA-net_4_x.csproj index 66f866878b4..1f6584376e9 100644 --- a/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.RSA/Facades_System.Security.Cryptography.RSA-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator-net_4_x.csproj index 59a03ac1b78..3b0e5112389 100644 --- a/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.RandomNumberGenerator/Facades_System.Security.Cryptography.RandomNumberGenerator-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates-net_4_x.csproj b/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates-net_4_x.csproj index 852ecb32742..0a126a61c73 100644 --- a/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Cryptography.X509Certificates/Facades_System.Security.Cryptography.X509Certificates-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows-net_4_x.csproj b/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows-net_4_x.csproj index bf79d8e04ee..18aa2ae6185 100644 --- a/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Principal.Windows/Facades_System.Security.Principal.Windows-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal-net_4_x.csproj b/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal-net_4_x.csproj index c25ad143f79..53c26f634d1 100644 --- a/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.Principal/Facades_System.Security.Principal-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString-net_4_x.csproj b/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString-net_4_x.csproj index 795d52ea63d..7e2fc1e0a86 100644 --- a/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString-net_4_x.csproj +++ b/mcs/class/Facades/System.Security.SecureString/Facades_System.Security.SecureString-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex-net_4_x.csproj b/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex-net_4_x.csproj index 8a9b0025d47..3a098dcdfc2 100644 --- a/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceModel.Duplex/Facades_System.ServiceModel.Duplex-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http-net_4_x.csproj b/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http-net_4_x.csproj index e309a12b546..d830d0e0843 100644 --- a/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceModel.Http/Facades_System.ServiceModel.Http-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp-net_4_x.csproj b/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp-net_4_x.csproj index 60c9fb3af47..0b25b6be19e 100644 --- a/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceModel.NetTcp/Facades_System.ServiceModel.NetTcp-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives-net_4_x.csproj b/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives-net_4_x.csproj index 424fd80ff89..1508ff5d41a 100644 --- a/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceModel.Primitives/Facades_System.ServiceModel.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security-net_4_x.csproj b/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security-net_4_x.csproj index b69440c764b..05cafee86eb 100644 --- a/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceModel.Security/Facades_System.ServiceModel.Security-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController-net_4_x.csproj b/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController-net_4_x.csproj index 89ba9387077..4eedc26e62d 100644 --- a/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController-net_4_x.csproj +++ b/mcs/class/Facades/System.ServiceProcess.ServiceController/Facades_System.ServiceProcess.ServiceController-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions-net_4_x.csproj b/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions-net_4_x.csproj index 85e39ae3318..c478e7918cc 100644 --- a/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions-net_4_x.csproj +++ b/mcs/class/Facades/System.Text.Encoding.Extensions/Facades_System.Text.Encoding.Extensions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding-net_4_x.csproj b/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding-net_4_x.csproj index 8d4e04ba544..5c8474d8caa 100644 --- a/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding-net_4_x.csproj +++ b/mcs/class/Facades/System.Text.Encoding/Facades_System.Text.Encoding-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions-net_4_x.csproj b/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions-net_4_x.csproj index 4da5a0a1480..3128965240d 100644 --- a/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions-net_4_x.csproj +++ b/mcs/class/Facades/System.Text.RegularExpressions/Facades_System.Text.RegularExpressions-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl-net_4_x.csproj b/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl-net_4_x.csproj index b37b915f6ce..2a7daad7c16 100644 --- a/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.AccessControl/Facades_System.Threading.AccessControl-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped-net_4_x.csproj b/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped-net_4_x.csproj index df89b024ef4..00de778e120 100644 --- a/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.Overlapped/Facades_System.Threading.Overlapped-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel-net_4_x.csproj b/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel-net_4_x.csproj index 64dbf1302bc..70915d9a5db 100644 --- a/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.Tasks.Parallel/Facades_System.Threading.Tasks.Parallel-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks-net_4_x.csproj b/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks-net_4_x.csproj index 52ce89592a8..3052af6fdcd 100644 --- a/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.Tasks/Facades_System.Threading.Tasks-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread-net_4_x.csproj b/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread-net_4_x.csproj index 60c01acc019..58a1e3e48a4 100644 --- a/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.Thread/Facades_System.Threading.Thread-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool-net_4_x.csproj b/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool-net_4_x.csproj index 9cf45b4906f..081c415cfe0 100644 --- a/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.ThreadPool/Facades_System.Threading.ThreadPool-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer-net_4_x.csproj b/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer-net_4_x.csproj index d6f877ad1ae..a0450e1ff2d 100644 --- a/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading.Timer/Facades_System.Threading.Timer-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Threading/Facades_System.Threading-net_4_x.csproj b/mcs/class/Facades/System.Threading/Facades_System.Threading-net_4_x.csproj index d04b3246aa4..0b49733d39b 100644 --- a/mcs/class/Facades/System.Threading/Facades_System.Threading-net_4_x.csproj +++ b/mcs/class/Facades/System.Threading/Facades_System.Threading-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter-net_4_x.csproj b/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter-net_4_x.csproj index 70535c2db71..b607038b511 100644 --- a/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.ReaderWriter/Facades_System.Xml.ReaderWriter-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument-net_4_x.csproj b/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument-net_4_x.csproj index acb4e8bd98a..6dfebc018ae 100644 --- a/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.XDocument/Facades_System.Xml.XDocument-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument-net_4_x.csproj b/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument-net_4_x.csproj index cf1d0001be0..6fe69f7e13d 100644 --- a/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath-net_4_x.csproj b/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath-net_4_x.csproj index 0ab008df580..fcddfd588d8 100644 --- a/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.XPath/Facades_System.Xml.XPath-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument-net_4_x.csproj b/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument-net_4_x.csproj index 06e6af0ab87..adc60f7e829 100644 --- a/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.XmlDocument/Facades_System.Xml.XmlDocument-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer-net_4_x.csproj b/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer-net_4_x.csproj index 1e85fdac4de..c4df512148f 100644 --- a/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.XmlSerializer/Facades_System.Xml.XmlSerializer-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives-net_4_x.csproj b/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives-net_4_x.csproj index 7fcab78e23e..3e95b77fbd1 100644 --- a/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives-net_4_x.csproj +++ b/mcs/class/Facades/System.Xml.Xsl.Primitives/Facades_System.Xml.Xsl.Primitives-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj b/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj index ca42405d866..c6c9d3a44bb 100644 --- a/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj +++ b/mcs/class/I18N/CJK/I18N.CJK-net_4_x.csproj @@ -76,9 +76,8 @@ - - - + + diff --git a/mcs/class/I18N/Common/I18N-net_4_x.csproj b/mcs/class/I18N/Common/I18N-net_4_x.csproj index 20cbed96fe6..75ff7a5aac9 100644 --- a/mcs/class/I18N/Common/I18N-net_4_x.csproj +++ b/mcs/class/I18N/Common/I18N-net_4_x.csproj @@ -72,9 +72,8 @@ - - - + + diff --git a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj index 8c24b1422ff..1afa51aef32 100644 --- a/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj +++ b/mcs/class/I18N/MidEast/I18N.MidEast-net_4_x.csproj @@ -71,9 +71,8 @@ - - - + + diff --git a/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj b/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj index 67f92d8072b..824b31774d5 100644 --- a/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj +++ b/mcs/class/I18N/Other/I18N.Other-net_4_x.csproj @@ -73,9 +73,8 @@ - - - + + diff --git a/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj b/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj index 9ddf914a990..abde280e27d 100644 --- a/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj +++ b/mcs/class/I18N/Rare/I18N.Rare-net_4_x.csproj @@ -101,9 +101,8 @@ - - - + + diff --git a/mcs/class/I18N/West/I18N.West-net_4_x.csproj b/mcs/class/I18N/West/I18N.West-net_4_x.csproj index f167be2df6b..95900687116 100644 --- a/mcs/class/I18N/West/I18N.West-net_4_x.csproj +++ b/mcs/class/I18N/West/I18N.West-net_4_x.csproj @@ -79,9 +79,8 @@ - - - + + diff --git a/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj b/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj index a79376597b3..1479ae7ddb8 100644 --- a/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj +++ b/mcs/class/IBM.Data.DB2/IBM.Data.DB2-net_4_x.csproj @@ -87,9 +87,8 @@ - - - + + diff --git a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj index cbe4eb3538f..6f7047f15c0 100644 --- a/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj +++ b/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj @@ -112,9 +112,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs index 005752baf98..fb545562ffa 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Project.cs @@ -1035,7 +1035,7 @@ namespace Microsoft.Build.BuildEngine { evaluatedProperties.AddProperty (new BuildProperty ("OS", OS, PropertyType.Environment)); #if XBUILD_12 // see http://msdn.microsoft.com/en-us/library/vstudio/hh162058(v=vs.120).aspx - if (effective_tools_version == "12.0") { + if (effective_tools_version == "12.0" || effective_tools_version == "14.0") { evaluatedProperties.AddProperty (new BuildProperty ("MSBuildToolsPath32", toolsPath, PropertyType.Reserved)); var frameworkToolsPath = ToolLocationHelper.GetPathToDotNetFramework (TargetDotNetFrameworkVersion.Version451); diff --git a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj index c8d7b22dc39..652aab45f53 100644 --- a/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Engine/Microsoft.Build.Engine-net_4_x.csproj @@ -139,9 +139,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj index 9409e5c66c7..ad57c7d514e 100644 --- a/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework-net_4_x.csproj @@ -124,9 +124,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj index cc2253eefd0..d051dbefb94 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks-net_4_x.csproj @@ -184,9 +184,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ResolveAssemblyReference.cs b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ResolveAssemblyReference.cs index f5758df8e1f..3bdf7111df8 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ResolveAssemblyReference.cs +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ResolveAssemblyReference.cs @@ -128,6 +128,10 @@ namespace Microsoft.Build.Tasks { relatedFiles = tempRelatedFiles.Values.ToArray (); resolvedDependencyFiles = tempResolvedDepFiles.Values.ToArray (); +#if XBUILD_14 + DependsOnSystemRuntime = resolvedDependencyFiles.Any (x => Path.GetFileName (x.ItemSpec) == "System.Runtime.dll").ToString (); +#endif + tempResolvedFiles.Clear (); tempCopyLocalFiles.Clear (); tempSatelliteFiles.Clear (); diff --git a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj index ff6a2479eda..1e5e1913b43 100644 --- a/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj +++ b/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities-net_4_x.csproj @@ -84,9 +84,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj b/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj index 1d9ee21e1b2..5c862548286 100644 --- a/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj +++ b/mcs/class/Microsoft.Build/Microsoft.Build-net_4_x.csproj @@ -172,9 +172,8 @@ - - - + + diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj index c5651873dc2..4b2bc7d98a7 100644 --- a/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj +++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp-net_4_x.csproj @@ -88,9 +88,8 @@ - - - + + diff --git a/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj b/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj index bd1bddb8695..8fe58e637bd 100644 --- a/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj +++ b/mcs/class/Microsoft.VisualC/Microsoft.VisualC-net_4_x.csproj @@ -75,9 +75,8 @@ - - - + + diff --git a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj index 3fac18c05e5..e68b8bf4ab6 100644 --- a/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj +++ b/mcs/class/Microsoft.Web.Infrastructure/Microsoft.Web.Infrastructure-net_4_x.csproj @@ -71,9 +71,8 @@ - - - + + diff --git a/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj b/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj index 8537f08132a..1f86305857f 100644 --- a/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj +++ b/mcs/class/Mono.C5/Mono.C5-net_4_x.csproj @@ -95,9 +95,8 @@ - - - + + diff --git a/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj b/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj index f31ba902cb5..36c99153b49 100644 --- a/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj +++ b/mcs/class/Mono.CSharp/Mono.CSharp-net_4_x.csproj @@ -120,9 +120,8 @@ - - - + + diff --git a/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj b/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj index 2c77520eeaf..51868debb9f 100644 --- a/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj +++ b/mcs/class/Mono.Cairo/Mono.Cairo-net_4_x.csproj @@ -118,9 +118,8 @@ - - - + + diff --git a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj index 06ae851bec5..c4aee220b49 100644 --- a/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj +++ b/mcs/class/Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj @@ -74,9 +74,8 @@ - - - + + diff --git a/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj b/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj index af9b3bf3463..f1cbfb1d8fe 100644 --- a/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj +++ b/mcs/class/Mono.Cecil/Mono.Cecil-net_4_x.csproj @@ -194,9 +194,8 @@ - - - + + diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj index 2401be1b405..e2169fc9aeb 100644 --- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj +++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj @@ -439,9 +439,8 @@ - - - + + 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 index f12bbdb4304..0b59fa3d3c9 100644 --- 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 @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj index 9b5e7d736ab..2b722aaff49 100644 --- a/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj +++ b/mcs/class/Mono.Data.Sqlite/Mono.Data.Sqlite-net_4_x.csproj @@ -94,9 +94,8 @@ - - - + + @@ -128,7 +127,7 @@ - + SR.resources diff --git a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj index 441381cf68a..a1b59026c1d 100644 --- a/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj +++ b/mcs/class/Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj @@ -100,9 +100,8 @@ - - - + + diff --git a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj index 0f152a10f8b..51d78f17c2f 100644 --- a/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj +++ b/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft-net_4_x.csproj @@ -143,9 +143,8 @@ - - - + + diff --git a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs index 086c6f5f9aa..cd0b6ae51ba 100644 --- a/mcs/class/Mono.Debugger.Soft/Test/dtest.cs +++ b/mcs/class/Mono.Debugger.Soft/Test/dtest.cs @@ -1424,7 +1424,7 @@ public class DebuggerTests TypeMirror t = o.Type; - Assert.AreEqual ("MonoType", t.GetTypeObject ().Type.Name); + Assert.AreEqual ("RuntimeType", t.GetTypeObject ().Type.Name); } [Test] diff --git a/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj b/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj index f6b2d8c9955..781affa962a 100644 --- a/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj +++ b/mcs/class/Mono.Http/Mono.Http-net_4_x.csproj @@ -75,9 +75,8 @@ - - - + + diff --git a/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj b/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj index 89229ea42e8..9aa0a5dffaf 100644 --- a/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj +++ b/mcs/class/Mono.Management/Mono.Management-net_4_x.csproj @@ -66,9 +66,8 @@ - - - + + diff --git a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj index 16916e2a3a9..40771592cda 100644 --- a/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj +++ b/mcs/class/Mono.Messaging.RabbitMQ/Mono.Messaging.RabbitMQ-net_4_x.csproj @@ -73,9 +73,8 @@ - - - + + diff --git a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj b/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj index d4c8d51e640..8b83f632390 100644 --- a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj +++ b/mcs/class/Mono.Messaging/Mono.Messaging-net_4_x.csproj @@ -90,9 +90,8 @@ - - - + + diff --git a/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj b/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj index a918de5b62b..d8f8685ff49 100644 --- a/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj +++ b/mcs/class/Mono.Options/Mono.Options-net_4_x.csproj @@ -66,9 +66,8 @@ - - - + + diff --git a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj index 446ec7b71c3..f5de89dfdd4 100644 --- a/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj +++ b/mcs/class/Mono.Parallel/Mono.Parallel-net_4_x.csproj @@ -75,9 +75,8 @@ - - - + + diff --git a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj b/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj index ebdb1e1da80..51e6db7e1d8 100644 --- a/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj +++ b/mcs/class/Mono.Posix/Mono.Posix-net_4_x.csproj @@ -119,9 +119,8 @@ - - - + + diff --git a/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj b/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj index e0b6f9c061f..115c3f25a7f 100644 --- a/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.DotNet/Mono.Security.Providers.DotNet-net_4_x.csproj @@ -73,9 +73,8 @@ - - - + + diff --git a/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj b/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj index f762d6a064b..771d99fc965 100644 --- a/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.NewSystemSource/Mono.Security.Providers.NewSystemSource-net_4_x.csproj @@ -98,9 +98,8 @@ - - - + + diff --git a/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj b/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj index add67691adc..158b0957982 100644 --- a/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.NewTls/Mono.Security.Providers.NewTls-net_4_x.csproj @@ -79,9 +79,8 @@ - - - + + diff --git a/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj b/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj index 58f7ddb2fef..32ceb300355 100644 --- a/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj +++ b/mcs/class/Mono.Security.Providers.OldTls/Mono.Security.Providers.OldTls-net_4_x.csproj @@ -139,9 +139,8 @@ - - - + + diff --git a/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj b/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj index 21890259a3a..6eb3f05da22 100644 --- a/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj +++ b/mcs/class/Mono.Security.Win32/Mono.Security.Win32-net_4_x.csproj @@ -76,9 +76,8 @@ - - - + + diff --git a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj b/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj index 178cbe01eb8..e6e48767bf6 100644 --- a/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj +++ b/mcs/class/Mono.Security/Mono.Security-net_4_x.csproj @@ -220,9 +220,8 @@ - - - + + diff --git a/mcs/class/Mono.Security/Mono.Security.Cryptography/RSAManaged.cs b/mcs/class/Mono.Security/Mono.Security.Cryptography/RSAManaged.cs index 7240fa54809..17648d70869 100644 --- a/mcs/class/Mono.Security/Mono.Security.Cryptography/RSAManaged.cs +++ b/mcs/class/Mono.Security/Mono.Security.Cryptography/RSAManaged.cs @@ -93,7 +93,7 @@ namespace Mono.Security.Cryptography { // p and q values should have a length of half the strength in bits int pbitlength = ((KeySize + 1) >> 1); int qbitlength = (KeySize - pbitlength); - const uint uint_e = 17; + const uint uint_e = 65537; e = uint_e; // fixed // generate p, prime and (p-1) relatively prime to e diff --git a/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj b/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj index 5523b3f17fe..6c2e89d1880 100644 --- a/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj +++ b/mcs/class/Mono.Simd/Mono.Simd-net_4_x.csproj @@ -80,9 +80,8 @@ - - - + + diff --git a/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj b/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj index 0b59432a933..25491427421 100644 --- a/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj +++ b/mcs/class/Mono.Tasklets/Mono.Tasklets-net_4_x.csproj @@ -66,9 +66,8 @@ - - - + + diff --git a/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj b/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj index 6314d439a68..7184cb7c2e5 100644 --- a/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj +++ b/mcs/class/Mono.WebBrowser/Mono.WebBrowser-net_4_x.csproj @@ -219,9 +219,8 @@ - - - + + diff --git a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj index 86ca84d0967..88bcc5bf2e1 100644 --- a/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj +++ b/mcs/class/Mono.XBuild.Tasks/Mono.XBuild.Tasks-net_4_x.csproj @@ -69,9 +69,8 @@ - - - + + diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj index 096323d61e7..fe6669ed6c3 100644 --- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj +++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_x.csproj @@ -278,9 +278,8 @@ - - - + + @@ -304,7 +303,7 @@ - + ResultCodeMessages.resources diff --git a/mcs/class/PEAPI/PEAPI-net_4_x.csproj b/mcs/class/PEAPI/PEAPI-net_4_x.csproj index 4fc45700db1..dd4b88112dd 100644 --- a/mcs/class/PEAPI/PEAPI-net_4_x.csproj +++ b/mcs/class/PEAPI/PEAPI-net_4_x.csproj @@ -68,9 +68,8 @@ - - - + + diff --git a/mcs/class/RabbitMQ.Client/src/apigen/Apigen.cs b/mcs/class/RabbitMQ.Client/src/apigen/Apigen.cs index 5539fea5854..79d7d285b09 100644 --- a/mcs/class/RabbitMQ.Client/src/apigen/Apigen.cs +++ b/mcs/class/RabbitMQ.Client/src/apigen/Apigen.cs @@ -197,7 +197,7 @@ namespace RabbitMQ.Client.Apigen { m_primitiveTypeFlagMap[amqpType] = isReference; } - public void HandleOption(string opt) { + public bool HandleOption(string opt) { if (opt.StartsWith("/n:")) { m_framingSubnamespace = opt.Substring(3); } else if (opt.StartsWith("/apiName:")) { @@ -210,9 +210,9 @@ namespace RabbitMQ.Client.Apigen { } else if (opt == "/c") { m_emitComments = true; } else { - Console.Error.WriteLine("Unsupported command-line option: " + opt); - Usage(); + return false; } + return true; } public void Usage() { @@ -227,7 +227,8 @@ namespace RabbitMQ.Client.Apigen { public Apigen(ArrayList args) { while (args.Count > 0 && ((string) args[0]).StartsWith("/")) { - HandleOption((string) args[0]); + if (!HandleOption((string) args[0])) + break; args.RemoveAt(0); } if ((args.Count < 2) diff --git a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj index e9f3774767e..774bd89e35c 100644 --- a/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj +++ b/mcs/class/RabbitMQ.Client/src/apigen/RabbitMQ.Client.Apigen-net_4_x.csproj @@ -82,11 +82,22 @@ - - - + +mono RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs +mono RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs +mono RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs + + + + + RabbitMQ.Client.Apigen.exe /n:v0_9 "/apiName:AMQP_0_9" $(ProjectDir)..\..\docs\specs\amqp0-9.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-9.cs + RabbitMQ.Client.Apigen.exe /n:v0_8 "/apiName:AMQP_0_8" $(ProjectDir)..\..\docs\specs\amqp0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-0-8.cs + RabbitMQ.Client.Apigen.exe /n:v0_8qpid "/apiName:AMQP_0_8_QPID" $(ProjectDir)..\..\docs\specs\qpid-amqp.0-8.stripped.xml $(ProjectDir)..\..\docs\specs\net_4_x-api-qpid-0-8.cs + + + diff --git a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj index 8a2044d1cf6..e062f548163 100644 --- a/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj +++ b/mcs/class/RabbitMQ.Client/src/client/RabbitMQ.Client-net_4_x.csproj @@ -190,9 +190,8 @@ - - - + + diff --git a/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj b/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj index 81528bcc986..d20c1ba9eb9 100644 --- a/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj +++ b/mcs/class/SMDiagnostics/SMDiagnostics-net_4_x.csproj @@ -85,9 +85,8 @@ - - - + + diff --git a/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition-net_4_x.csproj b/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition-net_4_x.csproj index 8ae3cfccffd..7f8014de96b 100644 --- a/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition-net_4_x.csproj +++ b/mcs/class/System.ComponentModel.Composition.4.5/System.ComponentModel.Composition-net_4_x.csproj @@ -237,9 +237,8 @@ - - - + + @@ -263,7 +262,7 @@ - + Microsoft.Internal.Strings.resources diff --git a/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations-net_4_x.csproj b/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations-net_4_x.csproj index 0bcf3ec7b19..69eacf9c620 100644 --- a/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations-net_4_x.csproj +++ b/mcs/class/System.ComponentModel.DataAnnotations/System.ComponentModel.DataAnnotations-net_4_x.csproj @@ -115,9 +115,8 @@ - - - + + diff --git a/mcs/class/System.Configuration.Install/System.Configuration.Install-net_4_x.csproj b/mcs/class/System.Configuration.Install/System.Configuration.Install-net_4_x.csproj index ae8c371bc76..d830e4f8039 100644 --- a/mcs/class/System.Configuration.Install/System.Configuration.Install-net_4_x.csproj +++ b/mcs/class/System.Configuration.Install/System.Configuration.Install-net_4_x.csproj @@ -80,9 +80,8 @@ - - - + + diff --git a/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj b/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj index 9fa49adeb72..61bfe7fa885 100644 --- a/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj +++ b/mcs/class/System.Configuration/System.Configuration-net_4_x.csproj @@ -183,9 +183,8 @@ - - - + + diff --git a/mcs/class/System.Core/System.Core-net_4_x.csproj b/mcs/class/System.Core/System.Core-net_4_x.csproj index 26ca3e53d01..2f65fc4c3be 100644 --- a/mcs/class/System.Core/System.Core-net_4_x.csproj +++ b/mcs/class/System.Core/System.Core-net_4_x.csproj @@ -389,9 +389,8 @@ - - - + + 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 index 39af607e632..110a22b1b29 100644 --- a/mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj +++ b/mcs/class/System.Core/System.Core-plaincore-net_4_x.csproj @@ -389,9 +389,8 @@ - - - + + diff --git a/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions-net_4_x.csproj b/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions-net_4_x.csproj index fa35aa1ef77..8d845d576bf 100644 --- a/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions-net_4_x.csproj +++ b/mcs/class/System.Data.DataSetExtensions/System.Data.DataSetExtensions-net_4_x.csproj @@ -76,9 +76,8 @@ - - - + + diff --git a/mcs/class/System.Data.Entity/System.Data.Entity-net_4_x.csproj b/mcs/class/System.Data.Entity/System.Data.Entity-net_4_x.csproj index a56b7ce0245..25275651f16 100644 --- a/mcs/class/System.Data.Entity/System.Data.Entity-net_4_x.csproj +++ b/mcs/class/System.Data.Entity/System.Data.Entity-net_4_x.csproj @@ -788,9 +788,8 @@ - - - + + diff --git a/mcs/class/System.Data.Linq/System.Data.Linq-net_4_x.csproj b/mcs/class/System.Data.Linq/System.Data.Linq-net_4_x.csproj index 150ac478788..02e0b4aba48 100644 --- a/mcs/class/System.Data.Linq/System.Data.Linq-net_4_x.csproj +++ b/mcs/class/System.Data.Linq/System.Data.Linq-net_4_x.csproj @@ -386,9 +386,8 @@ - - - + + diff --git a/mcs/class/System.Data.OracleClient/System.Data.OracleClient-net_4_x.csproj b/mcs/class/System.Data.OracleClient/System.Data.OracleClient-net_4_x.csproj index 56dfa9b6e40..e569ce44aad 100644 --- a/mcs/class/System.Data.OracleClient/System.Data.OracleClient-net_4_x.csproj +++ b/mcs/class/System.Data.OracleClient/System.Data.OracleClient-net_4_x.csproj @@ -132,9 +132,8 @@ - - - + + diff --git a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_x.csproj b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_x.csproj index 3d0f0ea86a5..86f2abd37b1 100644 --- a/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_x.csproj +++ b/mcs/class/System.Data.Services.Client/System.Data.Services.Client-net_4_x.csproj @@ -178,9 +178,8 @@ - - - + + @@ -220,7 +219,7 @@ - + System.Data.Services.Client.resources diff --git a/mcs/class/System.Data.Services/System.Data.Services-net_4_x.csproj b/mcs/class/System.Data.Services/System.Data.Services-net_4_x.csproj index 86a92590271..6a4ef89e6c8 100644 --- a/mcs/class/System.Data.Services/System.Data.Services-net_4_x.csproj +++ b/mcs/class/System.Data.Services/System.Data.Services-net_4_x.csproj @@ -137,9 +137,8 @@ - - - + + diff --git a/mcs/class/System.Data/System.Data-net_4_x.csproj b/mcs/class/System.Data/System.Data-net_4_x.csproj index 89436ad2550..552ec452530 100644 --- a/mcs/class/System.Data/System.Data-net_4_x.csproj +++ b/mcs/class/System.Data/System.Data-net_4_x.csproj @@ -511,9 +511,8 @@ - - - + + diff --git a/mcs/class/System.Deployment/System.Deployment-net_4_x.csproj b/mcs/class/System.Deployment/System.Deployment-net_4_x.csproj index 165e72bf93d..bd40ae2f3a7 100644 --- a/mcs/class/System.Deployment/System.Deployment-net_4_x.csproj +++ b/mcs/class/System.Deployment/System.Deployment-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/System.Design/System.Design-net_4_x.csproj b/mcs/class/System.Design/System.Design-net_4_x.csproj index 5189367706a..4750c28d29f 100644 --- a/mcs/class/System.Design/System.Design-net_4_x.csproj +++ b/mcs/class/System.Design/System.Design-net_4_x.csproj @@ -388,9 +388,8 @@ - - - + + diff --git a/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj b/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj index 6ae492ff5ef..1248aef2a74 100644 --- a/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj +++ b/mcs/class/System.Design/System.Design-plaindesign-net_4_x.csproj @@ -388,9 +388,8 @@ - - - + + diff --git a/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols-net_4_x.csproj b/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols-net_4_x.csproj index c74b662d42a..f00cf92ef4e 100644 --- a/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols-net_4_x.csproj +++ b/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols-net_4_x.csproj @@ -164,9 +164,8 @@ - - - + + diff --git a/mcs/class/System.DirectoryServices/System.DirectoryServices-net_4_x.csproj b/mcs/class/System.DirectoryServices/System.DirectoryServices-net_4_x.csproj index b990b51a001..31cfc603485 100644 --- a/mcs/class/System.DirectoryServices/System.DirectoryServices-net_4_x.csproj +++ b/mcs/class/System.DirectoryServices/System.DirectoryServices-net_4_x.csproj @@ -197,9 +197,8 @@ - - - + + diff --git a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_x.csproj b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_x.csproj index 4b21dcdd6d2..cd524385006 100644 --- a/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_x.csproj +++ b/mcs/class/System.Drawing.Design/System.Drawing.Design-net_4_x.csproj @@ -78,9 +78,8 @@ - - - + + diff --git a/mcs/class/System.Drawing/System.Drawing-net_4_x.csproj b/mcs/class/System.Drawing/System.Drawing-net_4_x.csproj index bc6476a9e8f..00f54219c78 100644 --- a/mcs/class/System.Drawing/System.Drawing-net_4_x.csproj +++ b/mcs/class/System.Drawing/System.Drawing-net_4_x.csproj @@ -256,9 +256,8 @@ - - - + + diff --git a/mcs/class/System.Dynamic/System.Dynamic-net_4_x.csproj b/mcs/class/System.Dynamic/System.Dynamic-net_4_x.csproj index f192dd6472b..788104cabe5 100644 --- a/mcs/class/System.Dynamic/System.Dynamic-net_4_x.csproj +++ b/mcs/class/System.Dynamic/System.Dynamic-net_4_x.csproj @@ -117,9 +117,8 @@ - - - + + diff --git a/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj b/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj index 07ecf54a6ed..d0a7c52ddb6 100644 --- a/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj +++ b/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj @@ -175,9 +175,8 @@ - - - + + diff --git a/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem-net_4_x.csproj b/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem-net_4_x.csproj index 0db2bc7fd54..63bf1dbfbf1 100644 --- a/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem-net_4_x.csproj +++ b/mcs/class/System.IO.Compression.FileSystem/System.IO.Compression.FileSystem-net_4_x.csproj @@ -67,9 +67,8 @@ - - - + + diff --git a/mcs/class/System.IO.Compression.FileSystem/Test/System.IO.Compression.FileSystem/ZipTest.cs b/mcs/class/System.IO.Compression.FileSystem/Test/System.IO.Compression.FileSystem/ZipTest.cs index 0354311b478..4321db8534e 100644 --- a/mcs/class/System.IO.Compression.FileSystem/Test/System.IO.Compression.FileSystem/ZipTest.cs +++ b/mcs/class/System.IO.Compression.FileSystem/Test/System.IO.Compression.FileSystem/ZipTest.cs @@ -105,5 +105,31 @@ namespace MonoTests.System.IO.Compression.FileSystem Directory.Delete ("extract", true); } + + [Test] + public void ZipCreateFromEntryChangeTimestamp() + { + if (File.Exists ("foo.zip")) + File.Delete ("foo.zip"); + + var file = "foo/foo.txt"; + using (var archive = new ZipArchive(File.Open("foo.zip", FileMode.Create), + ZipArchiveMode.Update)) + { + archive.CreateEntryFromFile(file, file); + } + + var date = File.GetLastWriteTimeUtc(file); + + using (var archive = new ZipArchive (File.Open ("foo.zip", FileMode.Open), + ZipArchiveMode.Read)) + { + var entry = archive.GetEntry (file); + Assert.IsNotNull (entry); + Assert.AreEqual(entry.LastWriteTime.Year, date.Year); + Assert.AreEqual(entry.LastWriteTime.Month, date.Month); + Assert.AreEqual(entry.LastWriteTime.Day, date.Day); + } + } } } diff --git a/mcs/class/System.IO.Compression.FileSystem/ZipFileExtensions.cs b/mcs/class/System.IO.Compression.FileSystem/ZipFileExtensions.cs index 07a8448171e..36c4146b485 100644 --- a/mcs/class/System.IO.Compression.FileSystem/ZipFileExtensions.cs +++ b/mcs/class/System.IO.Compression.FileSystem/ZipFileExtensions.cs @@ -56,6 +56,7 @@ namespace System.IO.Compression FileAccess.Read, FileShare.Read)) { var zipArchiveEntry = destination.CreateEntry (entryName, compressionLevel); + zipArchiveEntry.LastWriteTime = File.GetLastWriteTimeUtc(sourceFileName); using (Stream entryStream = zipArchiveEntry.Open ()) stream.CopyTo (entryStream); diff --git a/mcs/class/System.IO.Compression/SharpCompress/Archive/Zip/ZipWritableArchiveEntry.cs b/mcs/class/System.IO.Compression/SharpCompress/Archive/Zip/ZipWritableArchiveEntry.cs index acb5e2ddc29..f19a9c27647 100644 --- a/mcs/class/System.IO.Compression/SharpCompress/Archive/Zip/ZipWritableArchiveEntry.cs +++ b/mcs/class/System.IO.Compression/SharpCompress/Archive/Zip/ZipWritableArchiveEntry.cs @@ -10,7 +10,6 @@ namespace SharpCompress.Archive.Zip { private readonly string path; private readonly long size; - private readonly DateTime? lastModified; private readonly bool closeStream; private readonly Stream stream; private bool isDisposed; @@ -22,7 +21,7 @@ namespace SharpCompress.Archive.Zip this.stream = stream; this.path = path; this.size = size; - this.lastModified = lastModified; + this.LastModifiedTime = lastModified; this.closeStream = closeStream; } @@ -46,11 +45,6 @@ namespace SharpCompress.Archive.Zip get { return size; } } - public override DateTime? LastModifiedTime - { - get { return lastModified; } - } - public override DateTime? CreatedTime { get { return null; } diff --git a/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj b/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj index 9f520b0fae8..48529c618dd 100644 --- a/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj +++ b/mcs/class/System.IO.Compression/System.IO.Compression-net_4_x.csproj @@ -156,9 +156,8 @@ - - - + + diff --git a/mcs/class/System.IO.Compression/Test/System.IO.Compression/ZipTest.cs b/mcs/class/System.IO.Compression/Test/System.IO.Compression/ZipTest.cs index 36903c675b4..d461600299f 100644 --- a/mcs/class/System.IO.Compression/Test/System.IO.Compression/ZipTest.cs +++ b/mcs/class/System.IO.Compression/Test/System.IO.Compression/ZipTest.cs @@ -238,6 +238,31 @@ namespace MonoTests.System.IO.Compression File.Delete ("create.zip"); } + [Test] + public void ZipEnumerateEntriesModifiedTime() + { + File.Copy("archive.zip", "test.zip", overwrite: true); + var date = DateTimeOffset.Now; + using (var archive = new ZipArchive(File.Open("test.zip", FileMode.Open), + ZipArchiveMode.Update)) + { + var entry = archive.GetEntry("foo.txt"); + entry.LastWriteTime = date; + } + + using (var archive = new ZipArchive(File.Open("test.zip", FileMode.Open), + ZipArchiveMode.Read)) + { + var entry = archive.GetEntry("foo.txt"); + Assert.AreEqual(entry.LastWriteTime.Year, date.Year); + Assert.AreEqual(entry.LastWriteTime.Month, date.Month); + Assert.AreEqual(entry.LastWriteTime.Day, date.Day); + + } + + File.Delete ("test.zip"); + } + [Test] public void ZipEnumerateEntriesReadMode() { diff --git a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors-net_4_x.csproj b/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors-net_4_x.csproj index c74ef71b636..e834a58af15 100644 --- a/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors-net_4_x.csproj +++ b/mcs/class/System.IdentityModel.Selectors/System.IdentityModel.Selectors-net_4_x.csproj @@ -77,9 +77,8 @@ - - - + + diff --git a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj index ca041e4297e..ea349ebcc43 100644 --- a/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj +++ b/mcs/class/System.IdentityModel/System.IdentityModel-net_4_x.csproj @@ -193,9 +193,8 @@ - - - + + diff --git a/mcs/class/System.Json.Microsoft/System.Json.Microsoft-net_4_x.csproj b/mcs/class/System.Json.Microsoft/System.Json.Microsoft-net_4_x.csproj index 08caf0b6865..3496fd33365 100644 --- a/mcs/class/System.Json.Microsoft/System.Json.Microsoft-net_4_x.csproj +++ b/mcs/class/System.Json.Microsoft/System.Json.Microsoft-net_4_x.csproj @@ -88,9 +88,8 @@ - - - + + @@ -126,7 +125,7 @@ - + System.Json.Properties.Resources.resources diff --git a/mcs/class/System.Json/System.Json-net_4_x.csproj b/mcs/class/System.Json/System.Json-net_4_x.csproj index 257f0571dd0..5a5dadfa168 100644 --- a/mcs/class/System.Json/System.Json-net_4_x.csproj +++ b/mcs/class/System.Json/System.Json-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/System.Management/System.Management-net_4_x.csproj b/mcs/class/System.Management/System.Management-net_4_x.csproj index 8f7650e5572..7d9b5c40172 100644 --- a/mcs/class/System.Management/System.Management-net_4_x.csproj +++ b/mcs/class/System.Management/System.Management-net_4_x.csproj @@ -133,9 +133,8 @@ - - - + + diff --git a/mcs/class/System.Messaging/System.Messaging-net_4_x.csproj b/mcs/class/System.Messaging/System.Messaging-net_4_x.csproj index 8d86d8f2711..939068bd6f7 100644 --- a/mcs/class/System.Messaging/System.Messaging-net_4_x.csproj +++ b/mcs/class/System.Messaging/System.Messaging-net_4_x.csproj @@ -116,9 +116,8 @@ - - - + + diff --git a/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_x.csproj b/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_x.csproj index 78ccedb9aa2..519672e1ef0 100644 --- a/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_x.csproj +++ b/mcs/class/System.Net.Http.Formatting/System.Net.Http.Formatting-net_4_x.csproj @@ -304,9 +304,8 @@ - - - + + @@ -354,10 +353,10 @@ - + System.Net.Http.Properties.CommonWebApiResources.resources - + System.Net.Http.Properties.Resources.resources diff --git a/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest-net_4_x.csproj b/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest-net_4_x.csproj index 43ceea089ce..519b2833cba 100644 --- a/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest-net_4_x.csproj +++ b/mcs/class/System.Net.Http.WebRequest/System.Net.Http.WebRequest-net_4_x.csproj @@ -66,9 +66,8 @@ - - - + + diff --git a/mcs/class/System.Net.Http/CFNetworkHandler.cs b/mcs/class/System.Net.Http/CFNetworkHandler.cs index 5723acb0b1c..2b9a54d7fdc 100644 --- a/mcs/class/System.Net.Http/CFNetworkHandler.cs +++ b/mcs/class/System.Net.Http/CFNetworkHandler.cs @@ -61,7 +61,9 @@ namespace System.Net.Http public void Close () { CancellationTokenRegistration.Dispose (); - ContentStream.Close (); + if (ContentStream != null) { + ContentStream.Close (); + } } } diff --git a/mcs/class/System.Net.Http/System.Net.Http-net_4_x.csproj b/mcs/class/System.Net.Http/System.Net.Http-net_4_x.csproj index 741d32f594c..e6e2d68457e 100644 --- a/mcs/class/System.Net.Http/System.Net.Http-net_4_x.csproj +++ b/mcs/class/System.Net.Http/System.Net.Http-net_4_x.csproj @@ -116,9 +116,8 @@ - - - + + diff --git a/mcs/class/System.Net.Http/System.Net.Http/HttpClientHandler.cs b/mcs/class/System.Net.Http/System.Net.Http/HttpClientHandler.cs index 37833bc6708..94ad2ffb274 100644 --- a/mcs/class/System.Net.Http/System.Net.Http/HttpClientHandler.cs +++ b/mcs/class/System.Net.Http/System.Net.Http/HttpClientHandler.cs @@ -245,8 +245,6 @@ namespace System.Net.Http wr.KeepAlive = request.Headers.ConnectionClose != true; } - wr.ServicePoint.Expect100Continue = request.Headers.ExpectContinue == true; - if (allowAutoRedirect) { wr.AllowAutoRedirect = true; wr.MaximumAutomaticRedirections = maxAutomaticRedirections; @@ -270,8 +268,13 @@ namespace System.Net.Http if (useProxy) { wr.Proxy = proxy; + } else { + // Disables default WebRequest.DefaultWebProxy value + wr.Proxy = null; } + wr.ServicePoint.Expect100Continue = request.Headers.ExpectContinue == true; + // Add request headers var headers = wr.Headers; foreach (var header in request.Headers) { diff --git a/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs b/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs index 4d9265a6ac7..aa678a036e6 100644 --- a/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs +++ b/mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs @@ -150,6 +150,29 @@ namespace MonoTests.System.Net.Http } } + class ThrowOnlyProxy : IWebProxy + { + public ICredentials Credentials { + get { + throw new NotImplementedException (); + } + + set { + throw new NotImplementedException (); + } + } + + public Uri GetProxy (Uri destination) + { + throw new NotImplementedException (); + } + + public bool IsBypassed (Uri host) + { + throw new NotImplementedException (); + } + } + const int WaitTimeout = 5000; string TestHost, LocalServer; @@ -297,6 +320,25 @@ namespace MonoTests.System.Net.Http } } + [Test] + public void Proxy_Disabled () + { + var pp = WebRequest.DefaultWebProxy; + + try { + WebRequest.DefaultWebProxy = new ThrowOnlyProxy (); + + var request = new HttpClientHandler { + UseProxy = false + }; + + var client = new HttpClient (request); + Assert.IsTrue (client.GetAsync ("http://google.com").Wait (5000), "needs internet access"); + } finally { + WebRequest.DefaultWebProxy = pp; + } + } + [Test] public void Send () { diff --git a/mcs/class/System.Net/System.Net-net_4_x.csproj b/mcs/class/System.Net/System.Net-net_4_x.csproj index ffe0d78a151..ac5858d1adb 100644 --- a/mcs/class/System.Net/System.Net-net_4_x.csproj +++ b/mcs/class/System.Net/System.Net-net_4_x.csproj @@ -67,9 +67,8 @@ - - - + + diff --git a/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors-net_4_x.csproj b/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors-net_4_x.csproj index 16bb9e6d90c..f782c91e5cd 100644 --- a/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors-net_4_x.csproj +++ b/mcs/class/System.Numerics.Vectors/System.Numerics.Vectors-net_4_x.csproj @@ -65,9 +65,8 @@ - - - + + diff --git a/mcs/class/System.Numerics/System.Numerics-net_4_x.csproj b/mcs/class/System.Numerics/System.Numerics-net_4_x.csproj index 3a271868314..6fe1d3aa59a 100644 --- a/mcs/class/System.Numerics/System.Numerics-net_4_x.csproj +++ b/mcs/class/System.Numerics/System.Numerics-net_4_x.csproj @@ -72,9 +72,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj index ebdde2de08b..0a372455e9c 100644 --- a/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj +++ b/mcs/class/System.Reactive.Core/System.Reactive.Core-net_4_x.csproj @@ -147,9 +147,8 @@ - - - + + @@ -177,7 +176,7 @@ - + System.Reactive.Strings_Core.resources diff --git a/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger-net_4_x.csproj b/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger-net_4_x.csproj index d8b972bae4d..0fef571313a 100644 --- a/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger-net_4_x.csproj +++ b/mcs/class/System.Reactive.Debugger/System.Reactive.Debugger-net_4_x.csproj @@ -71,9 +71,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental-net_4_x.csproj b/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental-net_4_x.csproj index dd239180f60..55e768b3fa4 100644 --- a/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental-net_4_x.csproj +++ b/mcs/class/System.Reactive.Experimental/System.Reactive.Experimental-net_4_x.csproj @@ -79,9 +79,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj b/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj index f9b47ccf591..f0057b389b2 100644 --- a/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj +++ b/mcs/class/System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj @@ -93,9 +93,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj b/mcs/class/System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj index b4ea1eed3cf..cd90704cc90 100644 --- a/mcs/class/System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj +++ b/mcs/class/System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj @@ -240,9 +240,8 @@ - - - + + @@ -274,7 +273,7 @@ - + System.Reactive.Strings_Linq.resources diff --git a/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases-net_4_x.csproj b/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases-net_4_x.csproj index 6aa6d5a9aa7..fcff09f9daf 100644 --- a/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases-net_4_x.csproj +++ b/mcs/class/System.Reactive.Observable.Aliases/System.Reactive.Observable.Aliases-net_4_x.csproj @@ -71,9 +71,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices-net_4_x.csproj b/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices-net_4_x.csproj index 64ed969e3c7..6b5d1cfbe83 100644 --- a/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices-net_4_x.csproj +++ b/mcs/class/System.Reactive.PlatformServices/System.Reactive.PlatformServices-net_4_x.csproj @@ -88,9 +88,8 @@ - - - + + @@ -126,7 +125,7 @@ - + System.Reactive.Strings_PlatformServices.resources diff --git a/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_x.csproj b/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_x.csproj index 6edf8555781..3fd5344a43b 100644 --- a/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_x.csproj +++ b/mcs/class/System.Reactive.Providers/System.Reactive.Providers-net_4_x.csproj @@ -81,9 +81,8 @@ - - - + + @@ -119,7 +118,7 @@ - + System.Reactive.Strings_Providers.resources diff --git a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting-net_4_x.csproj b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting-net_4_x.csproj index 61c230ab10e..2802930f4d4 100644 --- a/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting-net_4_x.csproj +++ b/mcs/class/System.Reactive.Runtime.Remoting/System.Reactive.Runtime.Remoting-net_4_x.csproj @@ -73,9 +73,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_x.csproj b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_x.csproj index 61999a36fea..6aacf0d324f 100644 --- a/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_x.csproj +++ b/mcs/class/System.Reactive.Windows.Forms/System.Reactive.Windows.Forms-net_4_x.csproj @@ -73,9 +73,8 @@ - - - + + diff --git a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading-net_4_x.csproj b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading-net_4_x.csproj index 8f784309377..abb30575708 100644 --- a/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading-net_4_x.csproj +++ b/mcs/class/System.Reactive.Windows.Threading/System.Reactive.Windows.Threading-net_4_x.csproj @@ -77,9 +77,8 @@ - - - + + @@ -119,7 +118,7 @@ - + System.Reactive.Strings_WindowsThreading.resources diff --git a/mcs/class/System.Runtime.Caching/System.Runtime.Caching-net_4_x.csproj b/mcs/class/System.Runtime.Caching/System.Runtime.Caching-net_4_x.csproj index 7242a9e1fad..3089b404bdf 100644 --- a/mcs/class/System.Runtime.Caching/System.Runtime.Caching-net_4_x.csproj +++ b/mcs/class/System.Runtime.Caching/System.Runtime.Caching-net_4_x.csproj @@ -114,9 +114,8 @@ - - - + + diff --git a/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing-net_4_x.csproj b/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing-net_4_x.csproj index 761f9088e74..480589216b3 100644 --- a/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing-net_4_x.csproj +++ b/mcs/class/System.Runtime.DurableInstancing/System.Runtime.DurableInstancing-net_4_x.csproj @@ -112,9 +112,8 @@ - - - + + diff --git a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting-net_4_x.csproj b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting-net_4_x.csproj index b7f31943b54..5601f7c47a1 100644 --- a/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting-net_4_x.csproj +++ b/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting-net_4_x.csproj @@ -129,9 +129,8 @@ - - - + + diff --git a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj index 0874c590124..d5192c051b0 100644 --- a/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj +++ b/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap-net_4_x.csproj @@ -70,9 +70,8 @@ - - - + + diff --git a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj b/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj index 6176f5337e2..f5de8b68d7f 100644 --- a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj +++ b/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj @@ -226,9 +226,8 @@ - - - + + diff --git a/mcs/class/System.Security/System.Security-net_4_x.csproj b/mcs/class/System.Security/System.Security-net_4_x.csproj index cce8ef1a9ff..c272c83959d 100644 --- a/mcs/class/System.Security/System.Security-net_4_x.csproj +++ b/mcs/class/System.Security/System.Security-net_4_x.csproj @@ -158,9 +158,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj b/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj index eeef7dcc234..e959175b733 100644 --- a/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj +++ b/mcs/class/System.ServiceModel.Activation/System.ServiceModel.Activation-net_4_x.csproj @@ -67,9 +67,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery-net_4_x.csproj b/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery-net_4_x.csproj index d9e8d873bd2..3f021276d44 100644 --- a/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery-net_4_x.csproj +++ b/mcs/class/System.ServiceModel.Discovery/System.ServiceModel.Discovery-net_4_x.csproj @@ -160,9 +160,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals-net_4_x.csproj b/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals-net_4_x.csproj index fcad8e84430..39e5a6128f2 100644 --- a/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals-net_4_x.csproj +++ b/mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals-net_4_x.csproj @@ -142,9 +142,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing-net_4_x.csproj b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing-net_4_x.csproj index 6923f01842b..35714061b5b 100644 --- a/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing-net_4_x.csproj +++ b/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing-net_4_x.csproj @@ -91,9 +91,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web-net_4_x.csproj b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web-net_4_x.csproj index c57e5807b8c..6724c378631 100644 --- a/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web-net_4_x.csproj +++ b/mcs/class/System.ServiceModel.Web/System.ServiceModel.Web-net_4_x.csproj @@ -109,9 +109,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel/System.ServiceModel-net_4_x.csproj b/mcs/class/System.ServiceModel/System.ServiceModel-net_4_x.csproj index d51725c1cbf..e986534126d 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel-net_4_x.csproj +++ b/mcs/class/System.ServiceModel/System.ServiceModel-net_4_x.csproj @@ -1074,9 +1074,8 @@ - - - + + diff --git a/mcs/class/System.ServiceModel/System.ServiceModel-plainservice-net_4_x.csproj b/mcs/class/System.ServiceModel/System.ServiceModel-plainservice-net_4_x.csproj index d8664c529dd..4608b887c5e 100644 --- a/mcs/class/System.ServiceModel/System.ServiceModel-plainservice-net_4_x.csproj +++ b/mcs/class/System.ServiceModel/System.ServiceModel-plainservice-net_4_x.csproj @@ -1074,9 +1074,8 @@ - - - + + diff --git a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj index 9f20d9bee52..ade3d433339 100644 --- a/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj +++ b/mcs/class/System.ServiceProcess/System.ServiceProcess-net_4_x.csproj @@ -90,9 +90,8 @@ - - - + + diff --git a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow-net_4_x.csproj b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow-net_4_x.csproj index 3ffa27d003d..a793bf739fc 100644 --- a/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow-net_4_x.csproj +++ b/mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow-net_4_x.csproj @@ -101,9 +101,8 @@ - - - + + diff --git a/mcs/class/System.Transactions/System.Transactions-net_4_x.csproj b/mcs/class/System.Transactions/System.Transactions-net_4_x.csproj index 9b0b192e2d6..0040fd6840b 100644 --- a/mcs/class/System.Transactions/System.Transactions-net_4_x.csproj +++ b/mcs/class/System.Transactions/System.Transactions-net_4_x.csproj @@ -84,6 +84,7 @@ +